.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,252,226;--color-primary-1:227,244,158;--color-primary-2:199,233,61;--color-primary-3:100,117,31;--color-primary-4:30,35,9;--color-secondary-0:219,226,235;--color-secondary-1:93,146,255;--color-secondary-2:0,89,255;--color-secondary-3:1,27,65;--color-secondary-4:0,8,20;--color-tertiary-0:255,255,255;--color-tertiary-1:102,155,255;--color-tertiary-2:0,89,255;--color-tertiary-3:112,123,139;--color-tertiary-4:0,8,20;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { position:relative;z-index:auto;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color:transparent;background-image:none;width:60rem;height:34.8125rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#DA9wTHHlTwus0pkCPgRGTrvTgcTxbiBi { color:#f7033f;display:block;width:36.4361875rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.481065750122rem;left:0rem;height:1.8686375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHOUzkdyhaVVJDTwEulUHAynvbarJuhl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.06175rem;width:59.9995625rem;top:0rem;left:0.00074577331542969rem;overflow:hidden;display:block; }
#e12a0xN9GPMq0qIR0RMOoCfdp2xHDVaL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bZp3OuubqSdAIgSuRsUxCAtfzytfJ9EM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiQfI9czrRXtWtf4UvsvtbkSKJnOrI0c { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#w38LkeUQR3VyqBrE2uwC3qdZvbnpNvBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwsxoQoq7W9r0SQuv25N1pdkTnQHahDZ { box-sizing:content-box;height:2.0625rem;width:25.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.546398639679rem;left:1.2352409362793rem;display:block; }
#ARCt9wwBJJfayt6bJBWIgtNwtOo42zbZ { box-sizing:content-box;height:1.9375rem;width:31rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.607616901397rem;left:1.2337493896484rem;display:block; }
#Qe3MWu8rzSEE840eFMDa85da4q7Oc6yk { box-sizing:content-box;height:1.9375rem;width:26.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.544341564179rem;left:1.2352409362793rem;display:block; }
#n0e2mpIXVEvk9LULycaHVGRcwdcTQvNU { box-sizing:content-box;height:2.25rem;width:34.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.481065750122rem;left:1.2352409362793rem;display:block; }
#CQPF9WxK1Tbh9bqiSmmpLnRlaxPm51VX { box-sizing:content-box;height:2.25rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.730887889862rem;left:0rem;display:block; }
#ue3G2XssN9o0TJpcqxMBLBwMOxQ7ib7L { color:#f7033f;display:block;width:25.6858125rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.642564773559rem;left:0rem;height:1.8686375rem;display:block; }
#RZl2kTOqhic197hxdx030IGMHbamvdEc { color:#f7033f;display:block;width:30.7498125rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.607616424561rem;left:0rem;height:1.8686375rem;display:block; }
#SnVVduNSdqn0xf8KPl2xAv8OtK6npuyN { color:#f7033f;display:block;width:27.6874375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.544342041016rem;left:0rem;height:1.8686375rem;display:block; }
#PdGiD7VTnCMMeAMylM6CdsNTNXTpZTw3 { box-sizing:content-box;height:10.3116875rem;width:10.3116875rem;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:15017;background-color:#f7033f;background-image:none;top:19.616979122162rem;left:48.698417663574rem;display:block; }
#m2FTxFMbzgDgherHsbJ1BzigtHW41IbF { color:#faee07;display:block;width:9.437rem;position:absolute;font-family:anybody;font-size:2.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.269771099091rem;left:49.135261535644rem;height:3.005725rem;text-align:center;text-align-last:center;display:block; }
#gksXPlmbteiB9AEPg2Mxv8qypFOZRokC { color:#faee07;display:block;width:9.249375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.276241779327rem;left:49.181480407715rem;height:1.8685125rem;text-align:center;text-align-last:center;display:block; }
#TsRATvdAfVqqTx7RQpPvqMTtfEs0zt4a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12475rem;width:3.12475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.545087337494rem;left:52.291572570801rem; }
#igCWNSG8B66wPXFb6XdwRi6wPkfS24hr { color:#3a2bcb;display:block;width:58.8748125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:31.798666954041rem;left:0.5613374710083rem;height:2.922975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ut5VdI7qu4IH7Mxtnf4w9eL1SDa5NQyT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.1249375rem;width:46.685625rem;top:34.811098337174rem;left:4.8433036804199rem;display:block; }
#K63RFwlNCwpQiDiBVn9RsZICEldHAvQw { box-sizing:content-box;height:10.3120625rem;width:10.3120625rem;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:15017;background-color:#f7033f;background-image:none;top:19.792909622193rem;left:48.653688430786rem;display:none; }
#paytXHhUuyt6v9mlet8QyWtZOT6sNslQ { color:#faee07;display:block;width:9.24975rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.228532791137rem;left:49.183717727661rem;height:1.38060625rem;text-align:center;text-align-last:center;display:none; }
#EUoiRMkn2ZTFP4AQGrew3uZhST83OR1X { color:#faee07;display:block;width:8.8748125rem;position:absolute;font-family:anybody;font-size:2.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.446447372436rem;left:49.371576309204rem;height:3.005725rem;text-align:center;text-align-last:center;display:none; }
#DTfqX9d7pvpCvDcrRGOED40TvrVZF1wm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.544342041016rem;left:52.246843338013rem;display:none; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { position:relative;display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { background-color: transparent; background-image: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { border-width: 0; border-radius: 0; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hkvWD9bRVacKckTqviin13d78HUQWJub { color:rgba(var(--color-tertiary-4),1);display:block;width:45.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9073486328125E-6rem;left:7.2179908752444rem;height:20.4765rem;display:block; }
#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl { position:relative;display:block; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl { background-color: transparent; background-image: none; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row .container > .video-iframe-container { display: none; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row > .video-iframe-container { display: none; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .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); }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl { border-width: 0; border-radius: 0; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .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; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ApXstTcnTBd9ThTe6tvirmzKXrRN2rWs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#WnXwLQE3Dh3QuJDs55fa50uJoamdaME7 { color:#a8cb2b;display:block;width:13.6868125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.56121826171875rem;left:0.8125rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LzroVszvginnsaQfUhk6QOEPi5RpsLTc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:9.5625rem;top:0.58742809295654rem;left:3.4515151977539rem;overflow:hidden;display:block; }
#ZvwXOD4dXRvQvk96H0ozvbcmL4CfgM6N { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#SD69AbDpb50TSegKdEqK6C0DKNqkpHT4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#XSPonSGDbFc76ELFTFRhEPQeW1awcX0S { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#TU0gqZOMzwIPcHH7NvMttynwwg0D1ocT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:9.5625rem;top:0.58519208431244rem;left:47.655509948731rem;overflow:hidden;display:block; }
#X0PMdsxLIRlSsTTEZHz7AMIAsw4sJWdA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:9.5625rem;top:0.45920753479004rem;left:17.655654907226rem;overflow:hidden;display:block; }
#yO7HfsyKTttVfP6PdNiLXU8tLvGpCpZh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:9.5625rem;top:0.58444595336914rem;left:32.655956268311rem;overflow:hidden;display:block; }
#oMMUulezyhimproHVLIbU8nw3V6cRzE5 { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.4912633895874rem;left:31.186756134033rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tbvNItAFdE46L6FzuTqkKpdZHWqNk3ER { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.58370113372803rem;left:16.187202453613rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTMswKt4IUaTU7aemOO89CvrepadoQ8Q { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.49153137207031rem;left:46.124557495118rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vKuFxskbNxUtKSUdSq7lAqaHxK9SE0pK { position:absolute;display:block;z-index:15017;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:14.374875rem;width:9.4995rem;top:20.931980133057rem;left:2.7500305175781rem;overflow:hidden;display:block; }
#thnG4Vy8AavxecVeDSWmkde3zeCDko3Z { position:absolute;display:block;z-index:15018;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:14.375rem;width:9.4375rem;top:20.930493950844rem;left:17.655654907226rem;overflow:hidden;display:block; }
#q36O44oM3gf5ARFsME77f5HD6RXzVzZ9 { color:#a8cb2b;display:block;width:13.6868125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.730709075927rem;left:0.65601158142088rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R5Q795bOA8TKcpBfIfteNpZTPMWUOEu1 { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.931240081787rem;left:16.062202453613rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U26e5mGcFld6ngC0yWXdVqzSuqXLcVD8 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5619375rem;width:9.62475rem;top:20.835074067116rem;left:33.529644012451rem;overflow:hidden;display:block; }
#p60gfNJhtpg9NovicOaTZtGeC8KPe7lV { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.931238174439rem;left:32.091636657715rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbvGTwT5oZBMOHu8PnsA5lFfkqEtkDXt { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.9304895401rem;left:32.091636657715rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jf7Uf2vHQgMI2rXuPsyVZ1q0TKJ5XbUN { color:#a8cb2b;display:block;width:12.49925rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.930491924286rem;left:46.246570587158rem;height:1.0567rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J1VUxEJxXX4PFRbvbQEIQQuG5SGaN5PA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:10.75rem;top:20.811965942382rem;left:46.946222532298rem;overflow:hidden;display:block; }
#NVcQPfE8bPMyL0UPoyLVa4JhOXrXmklf { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:21.5rem;left:51.0625rem;display:block; }
#hrbPkB9sGQJvxukkEZipgTaUEnibAxkm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.561725616455rem;left:3.4515151977539rem;height:0.97506875rem;font-style:normal;display:block; }
#RToAEDzKVNXwJFyDZnDhMtzfxzeIBkEf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.637434720993rem;left:17.655654907226rem;height:0.97506875rem;font-style:normal;display:block; }
#HNppJNIrU9Rz2rHdNSkzVOkkTfy9fMNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.668804883957rem;left:32.237003326416rem;height:0.97506875rem;font-style:normal;display:block; }
#t1O17XHAFd9lUpGiwwgHSuHscZeQJihd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.935rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:17.793804645538rem;left:46.064682006836rem;height:0.97506875rem;font-style:normal;display:block; }
#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2a4aZUV0/sekcja10_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx.adaptive-delivery-prevent-bg, #pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx.lazyload, #pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx.lazyloading { background-image: none; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container { background-color: transparent; background-image: none; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container > .video-iframe-container { display: none; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row > .video-iframe-container { display: none; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .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); }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container { border-width: 0; border-radius: 0; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#dZSyKEOLQ1IKAIXgpZIZVtQq7cB8LAdf { color:#ebeff5;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrizTD2vA7QwBSvi4tG148aMz3uqQF3k { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:18.75rem;top:10.125rem;left:0rem;display:block; }
#ywalCdWD0Rsx8rqNLTL57OaTkkGu1IQX { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.749643087387rem;left:3.1235103607177rem;height:1.9494rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwhZeTcAcB5TpxdGTgURAU1DmEyZBZVT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:10.125rem;left:5.3125rem;display:block; }#LwhZeTcAcB5TpxdGTgURAU1DmEyZBZVT.adaptive-delivery-prevent-bg, #LwhZeTcAcB5TpxdGTgURAU1DmEyZBZVT.lazyload, #LwhZeTcAcB5TpxdGTgURAU1DmEyZBZVT.lazyloading { background-image: none; }
#oaVBIAZ3mobxobyzEVPXsIc1rlOlUm5m { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9995625rem;height:3.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33.874047756195rem;left:1.8748512268066rem;display:block; }
#V2myJlnZguVVUl6PnvIJEDZ0TZmpQRzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5OfPZSLh3IeQZwDHyoqHzCG91X7lkai { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5621875rem;width:18.746625rem;top:10.124381542206rem;left:20.624290466309rem;display:block; }
#RLSxqTi1RcK6lnZDxzULiFLILessc7Be { color:#ebeff5;display:block;width:12.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.749642372131rem;left:23.747798919677rem;height:1.9494rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Us1cDaZZn3cqrrAnqhvqOirfggoOsQNE { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.624329375rem;width:8.1246875rem;top:10.124381542206rem;left:25.936679840088rem;display:block; }#Us1cDaZZn3cqrrAnqhvqOirfggoOsQNE.adaptive-delivery-prevent-bg, #Us1cDaZZn3cqrrAnqhvqOirfggoOsQNE.lazyload, #Us1cDaZZn3cqrrAnqhvqOirfggoOsQNE.lazyloading { background-image: none; }
#aPoHNcysptadG1uVnFnqm3nhC7gExhgo { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.436375rem;width:17.8110625rem;top:10.061017036438rem;left:41.124649047851rem;display:block; }
#XzHw3NDf80fa96EAh47G9q5l6LgkhRNx { color:#ebecf5;display:block;width:12.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.749642580747rem;left:44.124221801757rem;height:1.9494rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNRuMJgVi2rXQwk98l2LWBAQHdGemZJI { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.624329375rem;width:8.1246875rem;top:10.124381542206rem;left:45.966461181641rem;display:block; }#aNRuMJgVi2rXQwk98l2LWBAQHdGemZJI.adaptive-delivery-prevent-bg, #aNRuMJgVi2rXQwk98l2LWBAQHdGemZJI.lazyload, #aNRuMJgVi2rXQwk98l2LWBAQHdGemZJI.lazyloading { background-image: none; }
#kzxvzxnZx36xXAF4E0tbB7UMmvdN2UBG { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.998125rem;width:16.998125rem;top:14.375rem;left:21.375rem;overflow:hidden;display:block; }
#VEpsfNnySb25BPzyhgoo2aeRx2qgI3cu { color:#000000;display:block;width:7.6839375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:33.874045848846rem;left:26.624374389649rem;height:1.46235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HT2ykH0F2cEPT34TFkklqbw150zoZrBc { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.625rem;width:9.9375rem;top:33.43701505661rem;left:25.499649047851rem;display:block; }
#em0TbGP3wCS8rnBu28fcTT50c5PZUQAD { position:absolute;display:block;z-index:15050;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:17rem;width:17rem;top:14.647693157196rem;left:0.87294197082519rem;overflow:hidden;display:block; }
#lOGUOpihT7ve1afkTiHFGVJvZ1L0duIM { position:absolute;display:block;z-index:15051;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:16.9994375rem;width:16.9994375rem;top:13.624351739883rem;left:41.683547973632rem;overflow:hidden;display:block; }
#AIgvkptdT0Vo7rTBV6w8LZ6ncHbzoGqi { color:rgba(var(--color-primary-0),1);display:block;width:7.683rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.173425197601rem;left:26.624374389649rem;height:1.706375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoafK6s8k1ABPLFDe1WdeFU1P0Hs8UtX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9988125rem;height:3.43660625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.811613082886rem;left:42.528923034668rem;display:block; }
#MkfuONzesUm0G3r7rQDwkCdUFGNdZ0at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tC2EkMWBr8ylzTJsepkVepqGS3yKVXth { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499875rem;height:3.43735rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:45.238701820374rem;left:21.916748046875rem;display:block; }
#cVLK0xSBggzksG7lxCro7PXEhguakTfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tg0pBNoLrQHvNoyUCxg3vQTcMkADs83O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:50.300048828125rem;left:46.507106781006rem;height:1.29935rem;display:block; }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { background-color: transparent; background-image: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .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); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ2oqyFTAWwv8OKneEf5qXiOD6PgMLGQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:8.125rem;top:7.9369926452638rem;left:30.936904907226rem;overflow:hidden;display:block; }
#RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg { color:#ebeff5;display:block;width:9.9363125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20rem;height:1.29935rem;display:block; }#RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { background-color: transparent; background-image: none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container > .video-iframe-container { display: none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row > .video-iframe-container { display: none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .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); }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { border-width: 0; border-radius: 0; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#tIzoJuATGkOzuSmnQHOJ9xbnnVGL8tNs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0.0625rem;left:0rem;display:block; }
#AcIS0Lwn46NId34vKsZQGZAFhTIQWue7 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:2.1875rem;left:10rem;height:5.09564375rem;font-style:italic;display:block; }
#VXPd26vG20KOFoEW3uzC7ifJap72tU9q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:8rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#s6qe9VFFUEBLxnEUEfpBk9AObbPFVaJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:12.75rem;left:9.375rem;height:1.912125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NMztTTFrZWKvAra3d4UOhRbsrehTTqN9 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:59.375rem;display:block; }#NMztTTFrZWKvAra3d4UOhRbsrehTTqN9.adaptive-delivery-prevent-bg, #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9.lazyload, #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9.lazyloading { background-image: none; }
#lGT7pCsFrey64sLpzof18V83etegxp9x { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:41.25rem;display:block; }
#ifA1i8aa9uhyMmP2Cb3L9UtGcbq0ULhS { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2.1875rem;left:42.25rem;height:5.09564375rem;font-style:italic;display:block; }
#vbJhcK9n4utWtMhPzETLbsgo5gTtZwhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:12.75rem;left:41.25rem;height:1.912125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l49ahJcbx3QyP5TIeG6uJuo1HJbtSnRa { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:10.3125rem;display:block; }
#D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:28.4375rem;display:block; }#D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw.adaptive-delivery-prevent-bg, #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw.lazyload, #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw.lazyloading { background-image: none; }
#i4zDi0uMs0WHw0kLEcSXSRfmUizHmDwk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:31rem;display:block; }
#GAVqhJHKaIr14QCqLS2pu3J8PpbymXVa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:7.875rem;top:18.811874866486rem;left:0rem;overflow:hidden;display:block; }
#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { background-color: transparent; background-image: none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container > .video-iframe-container { display: none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row > .video-iframe-container { display: none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .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); }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { border-width: 0; border-radius: 0; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:0rem;display:block; }
#JAN27mWObFUR11Jfg2nTnnxScyMpgBDr { color:rgba(var(--color-tertiary-3),1);display:block;width:17.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:2.9977111816406rem;left:10.311679840088rem;height:1.69891875rem;font-style:italic;display:block; }
#zE7artwth3JH6q3TRJgvdRNdcJ64RMct { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:10.3125rem;display:block; }
#BKwBBt2XeWVkc6TZ9KQztycgiifETksn { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:28.4375rem;display:block; }#BKwBBt2XeWVkc6TZ9KQztycgiifETksn.adaptive-delivery-prevent-bg, #BKwBBt2XeWVkc6TZ9KQztycgiifETksn.lazyload, #BKwBBt2XeWVkc6TZ9KQztycgiifETksn.lazyloading { background-image: none; }
#u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:12.75rem;left:9.375rem;height:1.912125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:59.375rem;display:block; }#ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.adaptive-delivery-prevent-bg, #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.lazyload, #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.lazyloading { background-image: none; }
#G3Dw0MPb0dixxr315gvRFl0LMOewa576 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:12.75rem;left:40.3125rem;height:1.912125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:41.25rem;display:block; }
#llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2.1875rem;left:40.9375rem;height:5.09564375rem;font-style:italic;display:block; }
#D6KO1xdKnLENMu4rqL99BrUsTULdykUG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:31rem;display:block; }
#dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:8.125rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { background-color: transparent; background-image: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.4826759099962rem;left:1.2494049072266rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { color:rgba(var(--color-tertiary-3),1);display:block;width:11.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.217795848846rem;left:2.0485439300537rem;height:4.2167375rem;text-align:center;text-align-last:center;display:block; }
#kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:13.6875rem;top:0.74844944477081rem;left:0.5307731628418rem;overflow:hidden;display:block; }
#mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:11.218541145325rem;left:16.342142105102rem;height:1.69891875rem;text-align:center;text-align-last:center;display:block; }
#CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.097776412964rem;left:16.531490325927rem;height:5.62231875rem;text-align:center;text-align-last:center;display:block; }
#ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { color:rgba(var(--color-tertiary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.961338043213rem;left:45.466068267823rem;height:1.69855rem;text-align:center;text-align-last:center;display:block; }
#t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:12.6875rem;top:0.74695968627931rem;left:45.656167984009rem;overflow:hidden;display:block; }
#n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8746875rem;width:13.6868125rem;top:0.80286848545075rem;left:15.894861221314rem;overflow:hidden;display:block; }
#amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:13.6875rem;top:0.74695861339569rem;left:30.655864715576rem;overflow:hidden;display:block; }
#lxzqzSNcGFaWqMabJfPt91BSMCCGl88c { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.4826759099962rem;left:31.249256134033rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#reS1bJOOk8NcxPn7rD7coZ4y7Jwr9tGv { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.4826759099962rem;left:16.249702453613rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9TX6SUMElo8kxGoMdacDOxZOItzBQSX { color:#a8cb2b;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.4826759099962rem;left:46.249557495118rem;height:1.62511875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p9vRmqEfCTI7sf9AW7LhT7TZSM17uP8a { color:rgba(var(--color-primary-2),1);display:block;width:19.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.249713897705rem;left:14.217930793763rem;height:2.19279375rem;display:block; }
#bQ2A2BeBAOx0pW0t4ExO3vlOvOLeCwvt { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9357375rem;width:5.687175rem;top:11.215557098389rem;left:49.654850006104rem;overflow:hidden;display:block; }
#D8g07QP7EcN8uLgamUnW88WUd7FZhCVZ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.097776412964rem;left:16.531490325927rem;height:1.40558125rem;text-align:center;text-align-last:center;display:block; }
#P983PdIqkMAISRgBuoJUKbtuQmPuGVXO { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.217050552368rem;left:31.531044006347rem;height:7.027875rem;text-align:center;text-align-last:center;display:block; }
#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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;bottom:0rem;left:0rem;right:0rem;display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { background-color: transparent; background-image: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container > .video-iframe-container { display: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container { display: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .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); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { border-width: 0; border-radius: 0; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.2810707092285rem;height:1.29935rem;font-style:normal;display:block; }
#rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { color:#faee07;display:block;width:15.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8065137863159rem;left:1.2809619903564rem;height:3.5760125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:24rem;display:block; }
#wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:13.5rem;display:block; }
#VSe8WOekOINt74Ws1O1I3PD7bwqS96eM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.19895rem;height:2.698725rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1867046356201rem;left:35.209679603577rem;display:block; }
#qzBm2zM0e96IIRS5WzHaouxZNd0BHgQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPWaJsQBwp4ktlOvbU0a2lB1Q2p087Ks { color:#faee07;display:block;width:12.498375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8867735862732rem;left:16.840858459472rem;height:3.41275rem;text-align:center;text-align-last:center;display:block; }
#lvt950uuEEnkSNUOhnQCQ1mnayrImyA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9373125rem;width:6.9373125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.24973297119141rem;left:50.72385597229rem; }
#BudCKMpDKaTBbRXuxdQdMgO3gNGTzz2b { color:rgba(var(--color-primary-2),1);display:block;width:24.0621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.2987842559814rem;left:13.780714035034rem;height:1.29935rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DA9wTHHlTwus0pkCPgRGTrvTgcTxbiBi { top:22.4375rem;left:0rem;width:36.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOUzkdyhaVVJDTwEulUHAynvbarJuhl { top:0rem;left:0rem;width:47.75rem;height:24.720156292806rem;display:block; }
 }@media only screen and (max-width: 763px) { #e12a0xN9GPMq0qIR0RMOoCfdp2xHDVaL { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bZp3OuubqSdAIgSuRsUxCAtfzytfJ9EM { display:block; }
 }@media only screen and (max-width: 763px) { #XiQfI9czrRXtWtf4UvsvtbkSKJnOrI0c { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #w38LkeUQR3VyqBrE2uwC3qdZvbnpNvBt { display:block; }
 }@media only screen and (max-width: 763px) { #hwsxoQoq7W9r0SQuv25N1pdkTnQHahDZ { top:16.5rem;left:0rem;width:25.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCt9wwBJJfayt6bJBWIgtNwtOo42zbZ { top:18.5625rem;left:0rem;width:31rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe3MWu8rzSEE840eFMDa85da4q7Oc6yk { top:20.5rem;left:0rem;width:26.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0e2mpIXVEvk9LULycaHVGRcwdcTQvNU { top:22.4375rem;left:0rem;width:34.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQPF9WxK1Tbh9bqiSmmpLnRlaxPm51VX { top:24.6875rem;left:0rem;width:25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue3G2XssN9o0TJpcqxMBLBwMOxQ7ib7L { top:16.625rem;left:0rem;width:25.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZl2kTOqhic197hxdx030IGMHbamvdEc { top:18.5625rem;left:0rem;width:30.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnVVduNSdqn0xf8KPl2xAv8OtK6npuyN { top:20.5rem;left:0rem;width:27.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdGiD7VTnCMMeAMylM6CdsNTNXTpZTw3 { top:19.5625rem;left:37.5rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2FTxFMbzgDgherHsbJ1BzigtHW41IbF { top:23.25rem;left:38.375rem;width:9.375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksXPlmbteiB9AEPg2Mxv8qypFOZRokC { top:26.25rem;left:38.5625rem;width:9.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsRATvdAfVqqTx7RQpPvqMTtfEs0zt4a { top:20.5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igCWNSG8B66wPXFb6XdwRi6wPkfS24hr { width:47.75rem;height:2.875rem;top:31.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5VdI7qu4IH7Mxtnf4w9eL1SDa5NQyT { top:34.75rem;left:0rem;width:46.625rem;height:26.091012189245rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63RFwlNCwpQiDiBVn9RsZICEldHAvQw { top:19.75rem;left:37.4375rem;width:10.25rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #paytXHhUuyt6v9mlet8QyWtZOT6sNslQ { top:26.1875rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUoiRMkn2ZTFP4AQGrew3uZhST83OR1X { top:23.4375rem;left:38.9375rem;width:8.8125rem;height:3rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTfqX9d7pvpCvDcrRGOED40TvrVZF1wm { top:20.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkvWD9bRVacKckTqviin13d78HUQWJub { top:0rem;left:1.0929908752441rem;width:45.5rem;height:20.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl { display:block; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApXstTcnTBd9ThTe6tvirmzKXrRN2rWs { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXwLQE3Dh3QuJDs55fa50uJoamdaME7 { width:13.625rem;height:1rem;top:0.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzroVszvginnsaQfUhk6QOEPi5RpsLTc { width:9.5625rem;height:14.4375rem;top:0.5625rem;left:1.9202651977539rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvwXOD4dXRvQvk96H0ozvbcmL4CfgM6N { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD69AbDpb50TSegKdEqK6C0DKNqkpHT4 { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSPonSGDbFc76ELFTFRhEPQeW1awcX0S { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0gqZOMzwIPcHH7NvMttynwwg0D1ocT { width:9.5625rem;height:14.4375rem;top:0.5625rem;left:36.936759948731rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0PMdsxLIRlSsTTEZHz7AMIAsw4sJWdA { width:9.5625rem;height:14.4375rem;top:0.4375rem;left:13.061904907226rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7HfsyKTttVfP6PdNiLXU8tLvGpCpZh { width:9.5625rem;height:14.4375rem;top:0.5625rem;left:24.999706268311rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMMUulezyhimproHVLIbU8nw3V6cRzE5 { width:12.5rem;height:1rem;top:0.4375rem;left:23.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvNItAFdE46L6FzuTqkKpdZHWqNk3ER { width:12.5rem;height:1rem;top:0.5625rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMswKt4IUaTU7aemOO89CvrepadoQ8Q { width:12.5rem;height:1rem;top:0.4375rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKuFxskbNxUtKSUdSq7lAqaHxK9SE0pK { top:20.875rem;left:1.2187805175781rem;width:9.4375rem;height:14.281055088426rem;display:block; }
 }@media only screen and (max-width: 763px) { #thnG4Vy8AavxecVeDSWmkde3zeCDko3Z { top:20.875rem;left:13.061904907226rem;width:9.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q36O44oM3gf5ARFsME77f5HD6RXzVzZ9 { width:13.625rem;height:1rem;top:20.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Q795bOA8TKcpBfIfteNpZTPMWUOEu1 { width:12.5rem;height:1rem;top:20.875rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U26e5mGcFld6ngC0yWXdVqzSuqXLcVD8 { top:20.8125rem;left:25.873394012451rem;width:9.5625rem;height:14.467755250136rem;display:block; }
 }@media only screen and (max-width: 763px) { #p60gfNJhtpg9NovicOaTZtGeC8KPe7lV { width:12.5rem;height:1rem;top:20.875rem;left:23.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbvGTwT5oZBMOHu8PnsA5lFfkqEtkDXt { width:12.5rem;height:1rem;top:20.875rem;left:23.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf7Uf2vHQgMI2rXuPsyVZ1q0TKJ5XbUN { width:12.4375rem;height:1rem;top:20.875rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1VUxEJxXX4PFRbvbQEIQQuG5SGaN5PA { width:10.75rem;height:14.375rem;top:20.75rem;left:36.227472532298rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVcQPfE8bPMyL0UPoyLVa4JhOXrXmklf { width:2.4375rem;height:4.1875rem;top:21.5rem;left:40.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrbPkB9sGQJvxukkEZipgTaUEnibAxkm { top:17.5rem;left:0rem;width:13.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToAEDzKVNXwJFyDZnDhMtzfxzeIBkEf { top:17.625rem;left:10rem;width:13.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNppJNIrU9Rz2rHdNSkzVOkkTfy9fMNJ { top:17.625rem;left:21.9375rem;width:13.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1O17XHAFd9lUpGiwwgHSuHscZeQJihd { top:17.75rem;left:33.875rem;width:13.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx { display:block; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZSyKEOLQ1IKAIXgpZIZVtQq7cB8LAdf { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrizTD2vA7QwBSvi4tG148aMz3uqQF3k { width:18.75rem;height:31.5625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywalCdWD0Rsx8rqNLTL57OaTkkGu1IQX { width:12.5rem;height:1.9375rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwhZeTcAcB5TpxdGTgURAU1DmEyZBZVT { width:8.125rem;height:0.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaVBIAZ3mobxobyzEVPXsIc1rlOlUm5m { width:15rem;height:3.3125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2myJlnZguVVUl6PnvIJEDZ0TZmpQRzc { display:block; }
 }@media only screen and (max-width: 763px) { #z5OfPZSLh3IeQZwDHyoqHzCG91X7lkai { width:18.6875rem;height:31.5rem;top:10.0625rem;left:14.499290466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLSxqTi1RcK6lnZDxzULiFLILessc7Be { width:12.4375rem;height:1.9375rem;top:10.6875rem;left:17.622798919677rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1cDaZZn3cqrrAnqhvqOirfggoOsQNE { width:8.0625rem;height:0.5625rem;top:10.0625rem;left:19.811679840088rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoHNcysptadG1uVnFnqm3nhC7gExhgo { width:17.75rem;height:31.375rem;top:10rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzHw3NDf80fa96EAh47G9q5l6LgkhRNx { width:12.4375rem;height:1.9375rem;top:10.6875rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNRuMJgVi2rXQwk98l2LWBAQHdGemZJI { width:8.0625rem;height:0.5625rem;top:10.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzxvzxnZx36xXAF4E0tbB7UMmvdN2UBG { top:14.375rem;left:15.25rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEpsfNnySb25BPzyhgoo2aeRx2qgI3cu { width:7.625rem;height:1.4375rem;top:33.8125rem;left:20.499374389649rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2ykH0F2cEPT34TFkklqbw150zoZrBc { width:9.9375rem;height:3.625rem;top:33.375rem;left:19.374649047851rem;display:block; }
 }@media only screen and (max-width: 763px) { #em0TbGP3wCS8rnBu28fcTT50c5PZUQAD { top:14.625rem;left:0rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGUOpihT7ve1afkTiHFGVJvZ1L0duIM { top:13.5625rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIgvkptdT0Vo7rTBV6w8LZ6ncHbzoGqi { width:7.625rem;height:1.6875rem;top:35.125rem;left:20.499374389649rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoafK6s8k1ABPLFDe1WdeFU1P0Hs8UtX { width:14.9375rem;height:3.375rem;top:33.75rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkfuONzesUm0G3r7rQDwkCdUFGNdZ0at { display:block; }
 }@media only screen and (max-width: 763px) { #tC2EkMWBr8ylzTJsepkVepqGS3yKVXth { width:17.4375rem;height:3.375rem;top:45.1875rem;left:15.791748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVLK0xSBggzksG7lxCro7PXEhguakTfx { display:block; }
 }@media only screen and (max-width: 763px) { #tg0pBNoLrQHvNoyUCxg3vQTcMkADs83O { top:50.25rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2oqyFTAWwv8OKneEf5qXiOD6PgMLGQ { width:8.125rem;height:12.1875rem;top:7.875rem;left:24.811904907226rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg { width:9.875rem;height:1.25rem;top:0.9375rem;left:13.875rem;font-size:1rem;display:block; }#RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { display:block; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIzoJuATGkOzuSmnQHOJ9xbnnVGL8tNs { width:29rem;height:16.875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIS0Lwn46NId34vKsZQGZAFhTIQWue7 { width:17.125rem;height:5.0625rem;top:2.125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPd26vG20KOFoEW3uzC7ifJap72tU9q { width:8rem;height:12.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6qe9VFFUEBLxnEUEfpBk9AObbPFVaJJ { width:17.125rem;height:1.875rem;top:12.6875rem;left:6.3117542266844rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9 { width:0.625rem;height:4.8125rem;top:12.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT7pCsFrey64sLpzof18V83etegxp9x { width:18.75rem;height:0.0625rem;top:12.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifA1i8aa9uhyMmP2Cb3L9UtGcbq0ULhS { width:17.125rem;height:5.0625rem;top:2.125rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJhcK9n4utWtMhPzETLbsgo5gTtZwhZ { width:17.125rem;height:1.875rem;top:12.6875rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49ahJcbx3QyP5TIeG6uJuo1HJbtSnRa { width:18.75rem;height:0.0625rem;top:12.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw { width:0.625rem;height:4.8125rem;top:12.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4zDi0uMs0WHw0kLEcSXSRfmUizHmDwk { width:29rem;height:16.875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAVqhJHKaIr14QCqLS2pu3J8PpbymXVa { width:7.875rem;height:11.9375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { display:block; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { width:29rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAN27mWObFUR11Jfg2nTnnxScyMpgBDr { width:17.125rem;height:1.6875rem;top:2.9375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7artwth3JH6q3TRJgvdRNdcJ64RMct { width:18.75rem;height:0.0625rem;top:12.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwBBt2XeWVkc6TZ9KQztycgiifETksn { width:0.625rem;height:4.8125rem;top:12.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { width:17.125rem;height:1.875rem;top:12.6875rem;left:6.3117523193363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { width:0.625rem;height:4.8125rem;top:12.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dw0MPb0dixxr315gvRFl0LMOewa576 { width:17.125rem;height:1.875rem;top:12.6875rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { width:18.75rem;height:0.0625rem;top:12.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { width:17.125rem;height:5.0625rem;top:2.125rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6KO1xdKnLENMu4rqL99BrUsTULdykUG { width:29rem;height:16.875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { width:8.125rem;height:12.0625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:1.625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:11.6875rem;height:4.1875rem;top:11.1875rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:13.6875rem;height:6.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:12.25rem;height:1.6875rem;top:11.1875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:11.875rem;height:5.625rem;top:11.0625rem;left:11.937740325927rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:14.0625rem;height:1.6875rem;top:18.9375rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:12.6875rem;height:6.625rem;top:0.6875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:13.625rem;height:6.8436399773506rem;top:0.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:13.6875rem;height:6.875rem;top:0.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxzqzSNcGFaWqMabJfPt91BSMCCGl88c { width:12.5rem;height:1.625rem;top:8.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reS1bJOOk8NcxPn7rD7coZ4y7Jwr9tGv { width:12.5rem;height:1.625rem;top:8.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9TX6SUMElo8kxGoMdacDOxZOItzBQSX { width:12.4375rem;height:1.625rem;top:8.4375rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9vRmqEfCTI7sf9AW7LhT7TZSM17uP8a { top:22.1875rem;left:0rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2A2BeBAOx0pW0t4ExO3vlOvOLeCwvt { top:11.1875rem;left:38.936100006104rem;width:5.625rem;height:4.8817775850928rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8g07QP7EcN8uLgamUnW88WUd7FZhCVZ { width:11.875rem;height:;top:11.0625rem;left:11.937740325927rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P983PdIqkMAISRgBuoJUKbtuQmPuGVXO { width:11.875rem;height:7rem;top:11.1875rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.5rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:15.5rem;height:3.5625rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { width:0.0625rem;height:2.625rem;top:1.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { width:0.0625rem;height:2.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSe8WOekOINt74Ws1O1I3PD7bwqS96eM { width:11.1875rem;height:2.6875rem;top:2.125rem;left:29.084679603577rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBm2zM0e96IIRS5WzHaouxZNd0BHgQf { display:block; }
 }@media only screen and (max-width: 763px) { #FPWaJsQBwp4ktlOvbU0a2lB1Q2p087Ks { top:1.875rem;left:10.715858459472rem;width:12.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvt950uuEEnkSNUOhnQCQ1mnayrImyA0 { top:0.1875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudCKMpDKaTBbRXuxdQdMgO3gNGTzz2b { top:5.25rem;left:7.6557140350344rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DA9wTHHlTwus0pkCPgRGTrvTgcTxbiBi { width:16.12325rem;height:2.5987rem;top:23.730819702149rem;left:0rem;font-size:1rem;z-index:15002;color:#1017ff;display:block; }
 }@media only screen and (max-width: 763px) { #SHOUzkdyhaVVJDTwEulUHAynvbarJuhl { width:19.9363125rem;height:10.3738125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e12a0xN9GPMq0qIR0RMOoCfdp2xHDVaL { top:1.25rem;left:0rem;width:6.12401875rem;height:1.06229375rem;z-index:15006;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZp3OuubqSdAIgSuRsUxCAtfzytfJ9EM { display:block; }
 }@media only screen and (max-width: 763px) { #XiQfI9czrRXtWtf4UvsvtbkSKJnOrI0c { top:1.25rem;left:0rem;width:6.12401875rem;height:1.06229375rem;z-index:15007;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w38LkeUQR3VyqBrE2uwC3qdZvbnpNvBt { display:block; }
 }@media only screen and (max-width: 763px) { #hwsxoQoq7W9r0SQuv25N1pdkTnQHahDZ { width:19.9984375rem;height:2.06121875rem;top:17.796276092529rem;left:0.0015624999999986rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCt9wwBJJfayt6bJBWIgtNwtOo42zbZ { width:19.9984375rem;height:1.936975rem;top:19.857494354248rem;left:0.0015624999999986rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe3MWu8rzSEE840eFMDa85da4q7Oc6yk { width:19.9984375rem;height:1.936975rem;top:21.793846130371rem;left:0.0015624999999986rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0e2mpIXVEvk9LULycaHVGRcwdcTQvNU { width:19.9984375rem;height:2.24945rem;top:23.730819702149rem;left:0.0015624999999986rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQPF9WxK1Tbh9bqiSmmpLnRlaxPm51VX { width:19.998125rem;height:2.24851875rem;top:25.980890274048rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ue3G2XssN9o0TJpcqxMBLBwMOxQ7ib7L { width:19.9978125rem;height:1.8686375rem;top:15.017444610596rem;left:0.0018636584281921rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZl2kTOqhic197hxdx030IGMHbamvdEc { width:19.9978125rem;height:3.73628125rem;top:18.294395446778rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnVVduNSdqn0xf8KPl2xAv8OtK6npuyN { width:19.9978125rem;height:3.73628125rem;top:23.856206178665rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdGiD7VTnCMMeAMylM6CdsNTNXTpZTw3 { width:10.24925rem;height:10.24925rem;top:21.04278755188rem;left:9.75075rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2FTxFMbzgDgherHsbJ1BzigtHW41IbF { width:4.1243rem;height:1.056325rem;top:9.6333048343656rem;left:15.875353515148rem;font-size:0.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #gksXPlmbteiB9AEPg2Mxv8qypFOZRokC { width:9.186rem;height:0;top:27.478036880493rem;left:10.280653411865rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsRATvdAfVqqTx7RQpPvqMTtfEs0zt4a { display:flex;width:3.12444375rem;height:3.12444375rem;top:21.793846130371rem;left:13.343904907227rem;display:none; }
 }@media only screen and (max-width: 763px) { #igCWNSG8B66wPXFb6XdwRi6wPkfS24hr { width:18.998875rem;height:3.89805rem;top:29.985814094544rem;left:0.4994632601738rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5VdI7qu4IH7Mxtnf4w9eL1SDa5NQyT { height:11.18825rem;width:19.9978125rem;top:36.885116100311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63RFwlNCwpQiDiBVn9RsZICEldHAvQw { width:4.37403125rem;height:4.37403125rem;top:7.2888095378875rem;left:15.625622451306rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #paytXHhUuyt6v9mlet8QyWtZOT6sNslQ { width:9.186rem;height:0;top:27.478532791137rem;left:10.280900413513rem;font-size:1.0625rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #EUoiRMkn2ZTFP4AQGrew3uZhST83OR1X { width:8.8114375rem;height:0;top:24.696447372436rem;left:10.468758995056rem;font-size:2rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #DTfqX9d7pvpCvDcrRGOED40TvrVZF1wm { display:flex;width:1.7499875rem;height:1.7499875rem;top:7.9218360185625rem;left:17.061890304089rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkvWD9bRVacKckTqviin13d78HUQWJub { width:19.9990625rem;height:39.246625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl { display:block; }#OZa5soXUfk8BcudEUmKnoyQbXHmkSGtl > .row .container { width:20rem;height:151.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApXstTcnTBd9ThTe6tvirmzKXrRN2rWs { width:2.373075rem;height:4.24854375rem;top:4.4624456115723rem;left:7.1730632781981rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXwLQE3Dh3QuJDs55fa50uJoamdaME7 { width:15.1870625rem;height:1.29935rem;top:1.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzroVszvginnsaQfUhk6QOEPi5RpsLTc { width:9.31025rem;height:14.436625rem;top:3.7996rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvwXOD4dXRvQvk96H0ozvbcmL4CfgM6N { width:2.49731875rem;height:4.24854375rem;top:43.131004760742rem;left:8.4071044921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD69AbDpb50TSegKdEqK6C0DKNqkpHT4 { width:2.49731875rem;height:4.24854375rem;top:80.141538275144rem;left:8.7189559936525rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSPonSGDbFc76ELFTFRhEPQeW1awcX0S { width:2.49731875rem;height:4.24854375rem;top:117.05638409119rem;left:8.4697151184081rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TU0gqZOMzwIPcHH7NvMttynwwg0D1ocT { width:8.4355625rem;height:13.3121875rem;top:116.391675rem;left:5.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #X0PMdsxLIRlSsTTEZHz7AMIAsw4sJWdA { width:8.248625rem;height:12.936375rem;top:42.3401875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7HfsyKTttVfP6PdNiLXU8tLvGpCpZh { width:8.187125rem;height:12.6245rem;top:79.4755875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMMUulezyhimproHVLIbU8nw3V6cRzE5 { width:12.498375rem;height:1.29935rem;top:76.9259875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvNItAFdE46L6FzuTqkKpdZHWqNk3ER { width:12.498375rem;height:1.29935rem;top:39.7905875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMswKt4IUaTU7aemOO89CvrepadoQ8Q { width:12.498375rem;height:1.29935rem;top:113.842075rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKuFxskbNxUtKSUdSq7lAqaHxK9SE0pK { width:9.436375rem;height:14.2800625rem;top:24.260525rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thnG4Vy8AavxecVeDSWmkde3zeCDko3Z { width:9.436375rem;height:14.375125rem;top:61.3008625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q36O44oM3gf5ARFsME77f5HD6RXzVzZ9 { width:13.6240625rem;height:1.29935rem;top:21.710925rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Q795bOA8TKcpBfIfteNpZTPMWUOEu1 { width:12.497125rem;height:1.29935rem;top:58.7512625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U26e5mGcFld6ngC0yWXdVqzSuqXLcVD8 { width:9.5625rem;height:14.4676875rem;top:98.1243875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p60gfNJhtpg9NovicOaTZtGeC8KPe7lV { width:12.4986875rem;height:0;top:153.84494018555rem;left:3.7487700581551rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbvGTwT5oZBMOHu8PnsA5lFfkqEtkDXt { width:12.497125rem;height:1.29935rem;top:95.5747875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf7Uf2vHQgMI2rXuPsyVZ1q0TKJ5XbUN { width:12.497125rem;height:1.29935rem;top:133.1785625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1VUxEJxXX4PFRbvbQEIQQuG5SGaN5PA { width:9.4375rem;height:12.625rem;top:135.7281625rem;left:5.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #NVcQPfE8bPMyL0UPoyLVa4JhOXrXmklf { width:2.43675rem;height:4.18673125rem;top:136.41585704956rem;left:8.0001564025881rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #hrbPkB9sGQJvxukkEZipgTaUEnibAxkm { width:13.8719375rem;height:0.9747rem;top:19.486225rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RToAEDzKVNXwJFyDZnDhMtzfxzeIBkEf { width:13.8719375rem;height:0.9747rem;top:56.5265625rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNppJNIrU9Rz2rHdNSkzVOkkTfy9fMNJ { width:13.8719375rem;height:0.9747rem;top:93.3500875rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1O17XHAFd9lUpGiwwgHSuHscZeQJihd { width:13.8719375rem;height:0.9747rem;top:130.9538625rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx { display:block; }#pRA23FHTzDBJSwRXqeGXnPmK8k7RIVNx > .row .container { width:20rem;height:107.17673037109rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZSyKEOLQ1IKAIXgpZIZVtQq7cB8LAdf { width:19.9978125rem;height:2.1939125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrizTD2vA7QwBSvi4tG148aMz3uqQF3k { width:18.74725rem;height:31.561875rem;top:4.69291875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywalCdWD0Rsx8rqNLTL57OaTkkGu1IQX { width:12.499rem;height:1.95001875rem;top:5.3178729736328rem;left:3.7485094070434rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwhZeTcAcB5TpxdGTgURAU1DmEyZBZVT { width:8.124375rem;height:0.624329375rem;top:4.69291875rem;left:5.9370784759521rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaVBIAZ3mobxobyzEVPXsIc1rlOlUm5m { width:14.9988125rem;height:3.12413125rem;top:28.442277880859rem;left:2.4998512268066rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2myJlnZguVVUl6PnvIJEDZ0TZmpQRzc { display:block; }
 }@media only screen and (max-width: 763px) { #z5OfPZSLh3IeQZwDHyoqHzCG91X7lkai { width:18.749125rem;height:29.562125rem;top:37.50479375rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RLSxqTi1RcK6lnZDxzULiFLILessc7Be { width:12.499rem;height:1.95001875rem;top:38.13036595459rem;left:3.7485103607177rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1cDaZZn3cqrrAnqhvqOirfggoOsQNE { width:8.124375rem;height:0.498220625rem;top:37.50479375rem;left:5.9370765686035rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoHNcysptadG1uVnFnqm3nhC7gExhgo { width:18.749125rem;height:30.4995625rem;top:68.31629375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzHw3NDf80fa96EAh47G9q5l6LgkhRNx { width:12.499rem;height:1.95001875rem;top:69.005235705569rem;left:3.6242637634277rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNRuMJgVi2rXQwk98l2LWBAQHdGemZJI { width:8.124375rem;height:0.624329375rem;top:68.379663500975rem;left:5.4668121337891rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzxvzxnZx36xXAF4E0tbB7UMmvdN2UBG { width:16.9358125rem;height:16.9358125rem;top:41.75519810791rem;left:1.3754367828369rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEpsfNnySb25BPzyhgoo2aeRx2qgI3cu { width:6.686875rem;height:1.62511875rem;top:61.254145251465rem;left:6.6253929138181rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2ykH0F2cEPT34TFkklqbw150zoZrBc { width:8.7499375rem;height:3.3738625rem;top:60.817431079102rem;left:5.500358581543rem;display:block; }
 }@media only screen and (max-width: 763px) { #em0TbGP3wCS8rnBu28fcTT50c5PZUQAD { width:16.999125rem;height:16.999125rem;top:9.2154254638675rem;left:1.4978179931641rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGUOpihT7ve1afkTiHFGVJvZ1L0duIM { width:16.936375rem;height:16.936375rem;top:71.8796329834rem;left:1.1841011047363rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIgvkptdT0Vo7rTBV6w8LZ6ncHbzoGqi { width:7.6218125rem;height:1.706375rem;top:62.553743945312rem;left:6.6253929138181rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoafK6s8k1ABPLFDe1WdeFU1P0Hs8UtX { width:14.9988125rem;height:3.12413125rem;top:92.066896472169rem;left:2.0289649963379rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkfuONzesUm0G3r7rQDwkCdUFGNdZ0at { display:block; }
 }@media only screen and (max-width: 763px) { #tC2EkMWBr8ylzTJsepkVepqGS3yKVXth { width:17.4375rem;height:3.375rem;top:100.06545935059rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVLK0xSBggzksG7lxCro7PXEhguakTfx { display:block; }
 }@media only screen and (max-width: 763px) { #tg0pBNoLrQHvNoyUCxg3vQTcMkADs83O { width:12.4375rem;height:0;top:104.62738037109rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:19.9978125rem;height:2.1939125rem;top:3.7996rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2oqyFTAWwv8OKneEf5qXiOD6PgMLGQ { width:8.125rem;height:12.1875rem;top:7.875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg { width:13.93525rem;height:1.29935rem;top:1.25rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#RK92qXcLaRb2a1Rf6dvyuhzczvdxcgfg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { display:block; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIzoJuATGkOzuSmnQHOJ9xbnnVGL8tNs { width:19.999625rem;height:9.18725rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AcIS0Lwn46NId34vKsZQGZAFhTIQWue7 { width:16.5611875rem;height:4.49740625rem;top:3.3752059936524rem;left:3.4388125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPd26vG20KOFoEW3uzC7ifJap72tU9q { width:8.0625rem;height:12.125rem;top:1.187873840332rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6qe9VFFUEBLxnEUEfpBk9AObbPFVaJJ { width:17.1845rem;height:1.912125rem;top:8.5706577301025rem;left:2.8148856163025rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9 { width:0.624329375rem;height:4.81199375rem;top:29.224388488769rem;left:19.375670625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGT7pCsFrey64sLpzof18V83etegxp9x { width:18.74725rem;height:0.060879875rem;top:29.224388488769rem;left:1.25275rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifA1i8aa9uhyMmP2Cb3L9UtGcbq0ULhS { width:17.184875rem;height:4.49740625rem;top:19.287308105469rem;left:2.815125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJhcK9n4utWtMhPzETLbsgo5gTtZwhZ { width:17.1845rem;height:1.912125rem;top:25.849092483521rem;left:1.4052064418793rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49ahJcbx3QyP5TIeG6uJuo1HJbtSnRa { width:18.74725rem;height:0.060879875rem;top:13.312286376953rem;left:1.25275rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw { width:0.624329375rem;height:4.81199375rem;top:13.312286376953rem;left:19.375670625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4zDi0uMs0WHw0kLEcSXSRfmUizHmDwk { width:19.9971875rem;height:15.811375rem;top:13.459417343139rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GAVqhJHKaIr14QCqLS2pu3J8PpbymXVa { width:5.4375rem;height:8.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { display:block; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { width:19.999375rem;height:11.1865rem;top:0.62394523620606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAN27mWObFUR11Jfg2nTnnxScyMpgBDr { width:17.184875rem;height:1.4991375rem;top:4.2474060058594rem;left:2.815125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7artwth3JH6q3TRJgvdRNdcJ64RMct { width:18.74725rem;height:0.060879875rem;top:13.374420166016rem;left:1.25275rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwBBt2XeWVkc6TZ9KQztycgiifETksn { width:0.624329375rem;height:4.81199375rem;top:18.311375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { width:17.18375rem;height:1.912125rem;top:9.9452819824219rem;left:2.8156311511993rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { width:0.624329375rem;height:4.81199375rem;top:29.286529907226rem;left:19.375670625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3Dw0MPb0dixxr315gvRFl0LMOewa576 { width:17.1845rem;height:1.912125rem;top:27.422012329101rem;left:2.0321447849274rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { width:18.74725rem;height:0.060879875rem;top:29.286529907226rem;left:1.25275rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { width:17.1845rem;height:4.49740625rem;top:17.473754882812rem;left:2.8148856163025rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6KO1xdKnLENMu4rqL99BrUsTULdykUG { width:19.9971875rem;height:15.811375rem;top:14.147484779358rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { width:8.1875rem;height:12.125rem;top:17.162109741211rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.49731875rem;height:4.24854375rem;top:1.751953125rem;left:7.4065542221069rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.4985rem;height:1.29935rem;top:9.5456981658938rem;left:3.748211145401rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:16.6239375rem;height:2.99826875rem;top:11.533822412109rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:14.6850625rem;height:7.685125rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:16.3716875rem;height:1.4991375rem;top:26.012972583007rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.49731875rem;height:4.24854375rem;top:16.231103295898rem;left:6.9176502227781rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.49731875rem;height:4.24854375rem;top:32.266924169922rem;left:7.1567955017087rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:17.05925rem;height:4.49740625rem;top:46.047517776489rem;left:1.4693167209625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:15.4343125rem;height:1.4991375rem;top:52.299668457031rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.49731875rem;height:4.24854375rem;top:55.553113793946rem;left:7.0313110351562rem;z-index:15017;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:15.25rem;height:7.9375rem;top:55.049924707031rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:14.6849375rem;height:7.5598125rem;top:15.220958232879rem;left:2.6561009883881rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:15.3723125rem;height:8.6861875rem;top:35.804064750671rem;left:2.3131859302521rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxzqzSNcGFaWqMabJfPt91BSMCCGl88c { width:12.499rem;height:1.29935rem;top:39.499193457031rem;left:2.9057693481445rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reS1bJOOk8NcxPn7rD7coZ4y7Jwr9tGv { width:12.4985rem;height:1.29935rem;top:24.087549686432rem;left:3.748211145401rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9TX6SUMElo8kxGoMdacDOxZOItzBQSX { width:12.4985rem;height:1.29935rem;top:60.735483169556rem;left:3.7489564418792rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9vRmqEfCTI7sf9AW7LhT7TZSM17uP8a { width:19.9369375rem;height:0;top:66.921881675719rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ2A2BeBAOx0pW0t4ExO3vlOvOLeCwvt { width:5.62455rem;height:4.8828125rem;top:65.051742553713rem;left:7.1863076686856rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8g07QP7EcN8uLgamUnW88WUd7FZhCVZ { width:11.8745625rem;height:1.4991375rem;top:71.1838265625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P983PdIqkMAISRgBuoJUKbtuQmPuGVXO { width:15.1875rem;height:7.4956875rem;top:26.012362480164rem;left:2.1870529651642rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { position:relative;z-index:auto;display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.499rem;height:1.29935rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:12.499rem;height:2.923725rem;top:3.7996rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { width:2.623425rem;height:0.060879875rem;top:15.69789375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { width:2.623425rem;height:0.060879875rem;top:7.97369375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSe8WOekOINt74Ws1O1I3PD7bwqS96eM { width:11.463575rem;height:1.7762125rem;top:19.884106636047rem;left:4.2678019404411rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBm2zM0e96IIRS5WzHaouxZNd0BHgQf { display:block; }
 }@media only screen and (max-width: 763px) { #FPWaJsQBwp4ktlOvbU0a2lB1Q2p087Ks { width:12.499rem;height:2.59944375rem;top:11.84869375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvt950uuEEnkSNUOhnQCQ1mnayrImyA0 { display:flex;width:6.8738125rem;height:6.8738125rem;top:25.26225625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BudCKMpDKaTBbRXuxdQdMgO3gNGTzz2b { width:19.9984375rem;height:1.29935rem;top:24.524644352496rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }