.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:2,61,255;--color-primary-1:2,124,255;--color-primary-2:15,28,179;--color-primary-3:2,62,169;--color-primary-4:0,15,127;--color-secondary-0:205,254,255;--color-secondary-1:104,253,255;--color-secondary-2:3,251,255;--color-secondary-3:27,152,94;--color-secondary-4:0,71,73;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f7fc;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { border-width: 0; border-radius: 0; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.375rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:10.875rem;left:0rem;height:12.5625rem;font-style:normal;display:block; }
#qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVGwKnXgHV40Qm2sf9CBlGSE8U4R3pPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:24.75rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#CTdIetCS9RwoQ7WGkgmr7FJPmBN4Uq2i { position:absolute;display:block;z-index:15001;height:35.0625rem;width:30.75rem;top:10.3125rem;left:44.25rem;display:block; }
#FF1hwcGN2X498T2mfP771tfiCphxyfQ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:39.9375rem;left:28.3125rem;height:4.125rem;font-style:normal;display:block; }
#WRlWrZP12t37gd0wFNzMxGyHr6sGTDkf { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:40rem;left:13.3125rem;height:4.125rem;font-style:normal;display:block; }
#Wgma81J7f9J0uiTPvrePxMlPxZNfr24q { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:39.875rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#CE3dTk3RAJrPQCKPSaoMCm84bTFP6S6Z { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.4375rem;top:34.1875rem;left:13.3125rem;overflow:hidden;display:block; }
#BZiu6kmLWd0FEFErUiAadcQTuabKcsJG { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.375rem;top:33.9375rem;left:0rem;overflow:hidden;display:block; }
#sNaTczEMeTRXitiEHkiQSgEZlqvcCPyl { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:34.4375rem;left:28.3125rem;overflow:hidden;display:block; }
#HzISNCTQpNfJ5cHNKdcFETA6vKuPXgFs { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:5.375rem;left:42.6875rem;overflow:hidden;display:block; }
#mFoml1VA0NVGu6T5J5DzFsJIIAt5NEVL { color:#ffc50b;display:block;width:7.5625rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.4375rem;left:64.9375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VQR5FQWGlclLGlZDaM8LL2dUxuSTWy6T { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:4.375rem;left:72.9375rem;overflow:hidden;display:block; }
#VpmyZnUCmUntzti921Puq0lBOQrFw40t { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container { background-color: transparent; background-image: none; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container > .video-iframe-container { display: none; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row > .video-iframe-container { display: none; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .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); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container { border-width: 0; border-radius: 0; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nKP4yh2V4bhbCw7wnRbappA2s8KgbUkM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:14.8125rem;left:0rem;height:11.25rem;font-style:normal;display:block; }
#CP8lJT7XIQ0wBkz87EQ6yv0EV6T4Veic { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#JMIbe2BKTDONqimDV1Tu3htfLHFnfKte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MILmszm1fQAHVcanUweD9HcGnXLRo6Gt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:48.1875rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OfnhyFan7SdppgV5Iu1dr068NpiG3TTT { color:rgba(var(--color-primary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.6875rem;left:48.1875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OfnhyFan7SdppgV5Iu1dr068NpiG3TTT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OfnhyFan7SdppgV5Iu1dr068NpiG3TTT li:before{  }
#HwO4k8RDbi6Mekx9olM2JrO484d2n3RV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#a4w0obbINcXWmTXfmJdU4hFPPlsqlHBI { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:2.4375rem;top:8.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { background-color: transparent; background-image: none; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container > .video-iframe-container { display: none; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row > .video-iframe-container { display: none; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .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); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { border-width: 0; border-radius: 0; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#cp1T7OirMtIQImcQp6IWmrcORSrxaMPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.875rem;left:13.125rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zd2Rg3d7VOGTfmDqQpKJWA7EBm7kkswK { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9375rem;left:14.0625rem;height:5.52344375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mowpqcTIWhXGVVmcrPm2Ty91p1nB0ZDr { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.0625rem;top:2.875rem;left:30.9375rem;overflow:hidden;display:block; }
#o7VdUAen15rOthE7V9PafHHNwtvhkoqD { position:relative;display:none; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD { border-width: 0; border-radius: 0; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .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; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4ed2485-4029-4242-863c-ed2f0bc02f56/f7b3dc3d5c294fe290867a94934369fc69f0ac386f954.webp");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS.adaptive-delivery-prevent-bg, #fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS.lazyload, #fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS.lazyloading { background-image: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container { background-color: transparent; background-image: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container > .video-iframe-container { display: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row > .video-iframe-container { display: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .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); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container { border-width: 0; border-radius: 0; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;overflow:visible;position:relative;display:block; }#KeqTZ7TSlTiLyhmcvUJtXsv7krVivPtm { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#ApIwEroP0LvC0w5BEz8UDT1OlFNMMpsr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#HQyf0x5cTuIuTSWfIdqvwIElNUDDBl8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtTrLxVo3Aop2LHpklUyRu4AU0igmiBu { color:rgba(var(--color-tertiary-0),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:16.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWnekJ0oGtbhZFmDT6WHLapIFtIfFQiV { background-color:#00cc2f;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 0rem #00762d ;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:23.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34rem;left:0rem;display:block; }
#RHvUiTRA4urzuv6gwUaOsOULcXrRuW0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDE69dquKM4UAUvX6mGaLDHNxTxFH8Nr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.875rem;left:1.4375rem; }
#gUgpkXsAlbzR25kczTzd1W6SuMMo2zAq { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.75rem;top:10.8125rem;left:20.75rem;overflow:hidden;display:block; }
#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container { background-color: transparent; background-image: none; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container > .video-iframe-container { display: none; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row > .video-iframe-container { display: none; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .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); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container { border-width: 0; border-radius: 0; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Xw9sCCLLAS6w6uxC2iPE118U52L2uKRB { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.5rem;left:13.90625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmTlg5hZ5s75PPmZLB29zCB7kK3vMiVN { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#i4XHlGJ5yvs9476BxTLT4i9A3mHqlZJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOnT5dSybGpaexusbALqIK3ozHgRcTAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container { background-color: transparent; background-image: none; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container > .video-iframe-container { display: none; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row > .video-iframe-container { display: none; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .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); }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container { border-width: 0; border-radius: 0; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#r8u8Qs20MKGM2AQiaekBwLbpzJzsxDHS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:11.25rem;height:6.375rem;font-style:normal;display:block; }
#TMxx4k8ZnSzd6gUTgwK9y4LuQnRnzHE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:51.875rem;height:6.375rem;font-style:normal;display:block; }
#c8Ufk3SWhfLnZ19HGqJKDFUTL6cs9zXo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:30rem;height:6.375rem;font-style:normal;display:block; }
#Baw8iZiGTailQkbem31kLkq4wOovGJnv { box-sizing:content-box;height:0.25rem;width:13.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:16.0625rem;display:block; }
#vN4i1n8lsf1rL3WrULFiZmudSIMXxcQu { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:3.8125rem;left:34.25rem;display:block; }
#l76SMrd8ifAp3ycreup8kIktWW65k9yw { box-sizing:content-box;height:14.875rem;width:16.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0rem;left:49.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ydQNtJCV1dfMV0qMdAKu6MwGBuNoWkSB { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:1.375rem;left:10.875rem;overflow:hidden;display:block; }
#Ps8y5qWlPoS2CnDLaHT4OvvratwAPRui { 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:4.625rem;width:3.125rem;top:1.375rem;left:30.125rem;overflow:hidden;display:block; }
#sawRhMB5FvO8yuthy9e0LP28MWfHVptU { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.0625rem;top:-0.6875rem;left:49.4921875rem;overflow:hidden;display:block; }
#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container { background-color: transparent; background-image: none; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container > .video-iframe-container { display: none; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row > .video-iframe-container { display: none; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .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); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container { border-width: 0; border-radius: 0; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;overflow:visible;position:relative;display:block; }#yW1xTkUdmldtFMOysi6IvxJsVQruwibg { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:0rem;height:11.25rem;font-style:normal;display:block; }
#cKNS6Orh9iQ2F0qwtTX1E8QHInh0Zsqh { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#psNPy2RUJ8hTKTau3ovCPxrzCInBxudl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.5625rem;left:52.3125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F li:before{  }
#eWM4cNfeu0AB7cU6EKu6vkrz0syKohEN { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.4375rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9D8AOkHe1ro1V4uyXZbiOi6rkF8pCHt { box-sizing:content-box;height:16.625rem;width:24.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4375rem;left:49.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);display:block; }
#sHi309KDAggERz0JIxIyut73D72dC1ph { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.3125rem;left:48.0625rem;overflow:hidden;display:block; }
#AyOes7MRabgamdFTMSztbTFGESqIiZPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container { background-color: transparent; background-image: none; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container > .video-iframe-container { display: none; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row > .video-iframe-container { display: none; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .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); }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container { border-width: 0; border-radius: 0; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#tXcKqqTekNMtNrD9M0MQOSwrikf8Kt1Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:42rem;top:-3.1875rem;left:-11.9375rem;overflow:hidden;display:block; }
#NJWBFGu2JFJxq65wA03tvK3D7Tcmbona { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16rem;left:37.5rem;height:;font-style:normal;display:block; }#NJWBFGu2JFJxq65wA03tvK3D7Tcmbona li:not(:first-child){ padding-top:1.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJWBFGu2JFJxq65wA03tvK3D7Tcmbona li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3697ea9d82503e548760ddbcebd9d68.svg); }
#LEU6dOlOxonJMCAV9u0koPcq6OGB6MF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.9375rem;left:37.5rem;height:8.4375rem;font-style:normal;display:block; }
#MCdAVpL4RJIH1iaCmL0NHv2TUT1XCWwE { background-color:#01d332;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.1875rem;left:37.5rem;display:block; }
#HfqRm4JQZn8rH1D8ilzPISsf49NKqiHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0f8lTVUzNzTtZkiF1238SeyC45uIGx4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:31.125rem;left:38.9375rem; }
#fbsH8oEyIg530HdrbHGZRWWi95RLXElJ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:2.75rem;left:19.9375rem;overflow:hidden;display:block; }
#JslgW0OOmHdJu05o0DR751yfmunK3w5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container { background-color: transparent; background-image: none; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container > .video-iframe-container { display: none; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row > .video-iframe-container { display: none; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .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); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container { border-width: 0; border-radius: 0; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#sgCzI6TdUTWyMPVv6HHHkTUc37FTlTWk { color:rgba(var(--color-primary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.0625rem;left:1.875rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZ2JtWZnFVRh5dws5a0n2IzC3VrE6sf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.5rem;left:1.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ml1QevhZZHSXqxdIBT6iPdvnXwPG6PTb { box-sizing:content-box;height:13.6875rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:4.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);display:block; }
#WCF2fEZ24ZSpWpbkHTy7QS4vlhwAogv4 { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:9.1875rem;left:1.875rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DsJCm8Pi0H7I7K2lbRt5v8kKcdNGg5Wo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.5625rem;left:40.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fo7qPwIZXGAuwUcsIKGoAsJPUpKQiahS { box-sizing:content-box;height:13.6875rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:4.25rem;left:38.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);display:block; }
#a227Opmi9P0DLhWVpKf0WTRibfxZnRlO { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:9.25rem;left:40.75rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zz3fbScBtp6o6Tk5VPnma4ClfXFrFPZ7 { color:rgba(var(--color-primary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.125rem;left:40.75rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TU8nGPQm7fTEfqkQHQlZO4arlFqXOcvA { box-sizing:content-box;height:13.6875rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:4.0625rem;left:58.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);display:block; }
#ETxN0usx6hoFmW434nh2aeOmyU43MTxD { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:9.0625rem;left:59.9375rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xXp63cxbenqPcJdWoGiLIpd3eOP1MhtE { color:rgba(var(--color-primary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9375rem;left:59.9375rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKOBvlBb4tnuqvOfL5qqrJ29N48ITzJT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.375rem;left:59.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp { box-sizing:content-box;height:16.5625rem;width:58.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66a0232f-fce8-4db8-9096-35da81328239/image8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.875rem;display:block; }#Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp.adaptive-delivery-prevent-bg, #Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp.lazyload, #Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp.lazyloading { background-image: none; }
#Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.3); }#pFd4mRoNct96sqAyTP5u4GFO3reH5dl3 { box-sizing:content-box;height:13.6875rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:4.25rem;left:19.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);display:block; }
#icJtlW5cO5JUQWbL8V5NVX3SQXW1T0q7 { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:9.25rem;left:21.3125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSA9ysqnui3OiHkh3m0FcUc5Ot0AsDFN { color:rgba(var(--color-primary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.125rem;left:21.3125rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VU7mOnBUTekgV87H6yxow1dKHILbxPhH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.5625rem;left:21.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { background-color: transparent; background-image: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .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); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { border-width: 0; border-radius: 0; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { color:rgba(var(--color-primary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.1875rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.4375rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.875rem;left:0rem;display:block; }
#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { background-color: transparent; background-image: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .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); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { border-width: 0; border-radius: 0; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { background-color: transparent; background-image: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .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); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { border-width: 0; border-radius: 0; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#tZ7essnhz4ma83rLefLx8iO2O88zACT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { background-color: transparent; background-image: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .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); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { border-width: 0; border-radius: 0; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { background-color: transparent; background-image: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .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); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { border-width: 0; border-radius: 0; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { background-color: transparent; background-image: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .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); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { border-width: 0; border-radius: 0; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#HewEtJ0wI823qvW4XbmolvkikAgmOVKa { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#FL0ayuWsALUNesObZA9cWVhPdUs322KG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { background-color: transparent; background-image: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container > .video-iframe-container { display: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container { display: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .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); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { border-width: 0; border-radius: 0; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { background-color: transparent; background-image: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container > .video-iframe-container { display: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container { display: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .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); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { border-width: 0; border-radius: 0; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container { background-color: transparent; background-image: none; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container > .video-iframe-container { display: none; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row > .video-iframe-container { display: none; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .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); }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container { border-width: 0; border-radius: 0; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#MIfHoOXe26VTs2q0oLZzxwgtJ9uwfK17 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:19.5rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bFK4o02M5xEvgarQUsEQV4ZrSBSMQAuu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:9.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PReXhqIZlZTt5lkKxK6gBVZcRuRN76DE { background-color:#01d332;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.625rem;left:28.3125rem;display:block; }
#i18UEmZBKa4bOZ7uq1kvzJWdJwBux9PQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfFuWr0NHI1gu0cAb4IERH2p2tHMO1ZF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.5625rem;left:29.75rem; }
#bFiJo7cV1GbxQMlcwNhrnmNy5ygKBsTv { position:absolute;display:block;z-index:15011;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:5.125rem;width:4.625rem;top:2.8125rem;left:35.03125rem;overflow:hidden;display:block; }
#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { background-color: transparent; background-image: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .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); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { border-width: 0; border-radius: 0; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { 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:3.0625rem;width:13.5rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.4375rem;left:23.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.1875rem;left:46rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { 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:15023;opacity:1;top:4.875rem;left:71.875rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZIogoXXKzGff7X6vfLc6thKIg9yKCJlm { position:relative;display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #ZIogoXXKzGff7X6vfLc6thKIg9yKCJlm > .row .container { position:relative;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { background-color: transparent; background-image: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container > .video-iframe-container { display: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row > .video-iframe-container { display: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .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); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { border-width: 0; border-radius: 0; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .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; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { background-color:rgba(var(--color-primary-2),1);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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:64.5rem;display:block; }
#wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { background-color:#01d332;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { display:none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:13.375rem;height:3.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:42.6875rem;height:12.5625rem;top:10.875rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #HVGwKnXgHV40Qm2sf9CBlGSE8U4R3pPZ { width:38.3125rem;height:4.5rem;top:24.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdIetCS9RwoQ7WGkgmr7FJPmBN4Uq2i { width:30.75rem;height:35.0625rem;top:10.3125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF1hwcGN2X498T2mfP771tfiCphxyfQ1 { width:12.5625rem;height:4.125rem;top:39.9375rem;left:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRlWrZP12t37gd0wFNzMxGyHr6sGTDkf { width:10rem;height:4.125rem;top:40rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgma81J7f9J0uiTPvrePxMlPxZNfr24q { width:8.375rem;height:4.125rem;top:39.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE3dTk3RAJrPQCKPSaoMCm84bTFP6S6Z { width:4.4375rem;height:4.9375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiu6kmLWd0FEFErUiAadcQTuabKcsJG { width:4.375rem;height:4.9375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNaTczEMeTRXitiEHkiQSgEZlqvcCPyl { width:4.4375rem;height:4.4375rem;top:34.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzISNCTQpNfJ5cHNKdcFETA6vKuPXgFs { width:6.5rem;height:6.5rem;top:5.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFoml1VA0NVGu6T5J5DzFsJIIAt5NEVL { width:7.5625rem;height:2rem;top:4.4375rem;left:40.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQR5FQWGlclLGlZDaM8LL2dUxuSTWy6T { width:2.0625rem;height:2.0625rem;top:4.375rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpmyZnUCmUntzti921Puq0lBOQrFw40t { display:block; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKP4yh2V4bhbCw7wnRbappA2s8KgbUkM { width:39.4375rem;height:11.25rem;top:14.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP8lJT7XIQ0wBkz87EQ6yv0EV6T4Veic { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMIbe2BKTDONqimDV1Tu3htfLHFnfKte { display:block; }
 }@media only screen and (max-width: 763px) { #MILmszm1fQAHVcanUweD9HcGnXLRo6Gt { width:26.8125rem;height:9.5625rem;top:8.4375rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfnhyFan7SdppgV5Iu1dr068NpiG3TTT { width:25rem;height:7.3125rem;top:18.6875rem;left:22.75rem;font-size:1rem;display:block; }#OfnhyFan7SdppgV5Iu1dr068NpiG3TTT li:before{  }
 }@media only screen and (max-width: 763px) { #HwO4k8RDbi6Mekx9olM2JrO484d2n3RV { width:3.625rem;height:3.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4w0obbINcXWmTXfmJdU4hFPPlsqlHBI { width:2.4375rem;height:3.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU { display:block; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cp1T7OirMtIQImcQp6IWmrcORSrxaMPZ { width:47.75rem;height:2.375rem;top:6.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd2Rg3d7VOGTfmDqQpKJWA7EBm7kkswK { width:46.875rem;height:5.5rem;top:9.9375rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mowpqcTIWhXGVVmcrPm2Ty91p1nB0ZDr { width:13.0625rem;height:2.25rem;top:2.875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7VdUAen15rOthE7V9PafHHNwtvhkoqD { display:none; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS { display:block; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeqTZ7TSlTiLyhmcvUJtXsv7krVivPtm { width:34.5rem;height:8.4375rem;top:4.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApIwEroP0LvC0w5BEz8UDT1OlFNMMpsr { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQyf0x5cTuIuTSWfIdqvwIElNUDDBl8b { display:block; }
 }@media only screen and (max-width: 763px) { #TtTrLxVo3Aop2LHpklUyRu4AU0igmiBu { width:38.875rem;height:16.4375rem;top:15.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnekJ0oGtbhZFmDT6WHLapIFtIfFQiV { width:23.5625rem;height:3.4375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHvUiTRA4urzuv6gwUaOsOULcXrRuW0U { display:block; }
 }@media only screen and (max-width: 763px) { #ZDE69dquKM4UAUvX6mGaLDHNxTxFH8Nr { width:1.5625rem;height:1.5625rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUgpkXsAlbzR25kczTzd1W6SuMMo2zAq { width:2.75rem;height:2.3125rem;top:10.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP { display:block; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw9sCCLLAS6w6uxC2iPE118U52L2uKRB { width:47.1875rem;height:2.8125rem;top:6.5rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTlg5hZ5s75PPmZLB29zCB7kK3vMiVN { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4XHlGJ5yvs9476BxTLT4i9A3mHqlZJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #bOnT5dSybGpaexusbALqIK3ozHgRcTAT { display:block; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8u8Qs20MKGM2AQiaekBwLbpzJzsxDHS { width:12.375rem;height:6.375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxx4k8ZnSzd6gUTgwK9y4LuQnRnzHE3 { width:12.375rem;height:6.375rem;top:6.625rem;left:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Ufk3SWhfLnZ19HGqJKDFUTL6cs9zXo { width:12.4375rem;height:6.375rem;top:6.625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baw8iZiGTailQkbem31kLkq4wOovGJnv { width:13.4375rem;height:0.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4i1n8lsf1rL3WrULFiZmudSIMXxcQu { width:15.6875rem;height:0.25rem;top:3.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l76SMrd8ifAp3ycreup8kIktWW65k9yw { width:16.9375rem;height:14.875rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQNtJCV1dfMV0qMdAKu6MwGBuNoWkSB { width:4.625rem;height:4.625rem;top:1.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps8y5qWlPoS2CnDLaHT4OvvratwAPRui { width:3.125rem;height:4.625rem;top:1.375rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sawRhMB5FvO8yuthy9e0LP28MWfHVptU { width:6.0625rem;height:6.875rem;top:-0.6875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu { display:block; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW1xTkUdmldtFMOysi6IvxJsVQruwibg { width:42.875rem;height:11.25rem;top:8.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKNS6Orh9iQ2F0qwtTX1E8QHInh0Zsqh { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #psNPy2RUJ8hTKTau3ovCPxrzCInBxudl { display:block; }
 }@media only screen and (max-width: 763px) { #lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F { width:18.25rem;height:9.75rem;top:11.5625rem;left:29.5rem;font-size:1.25rem;display:block; }#lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F li:before{  }
 }@media only screen and (max-width: 763px) { #eWM4cNfeu0AB7cU6EKu6vkrz0syKohEN { width:41.1875rem;height:1.5625rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9D8AOkHe1ro1V4uyXZbiOi6rkF8pCHt { width:24.875rem;height:16.625rem;top:8.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHi309KDAggERz0JIxIyut73D72dC1ph { width:4.3125rem;height:4.3125rem;top:7.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyOes7MRabgamdFTMSztbTFGESqIiZPw { display:block; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXcKqqTekNMtNrD9M0MQOSwrikf8Kt1Z { width:42rem;height:42rem;top:-3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJWBFGu2JFJxq65wA03tvK3D7Tcmbona { width:35.6875rem;height:;top:16rem;left:12.0625rem;font-size:1.25rem;display:block; }#NJWBFGu2JFJxq65wA03tvK3D7Tcmbona li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3697ea9d82503e548760ddbcebd9d68.svg); }
 }@media only screen and (max-width: 763px) { #LEU6dOlOxonJMCAV9u0koPcq6OGB6MF3 { width:37.25rem;height:8.4375rem;top:4.9375rem;left:10.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCdAVpL4RJIH1iaCmL0NHv2TUT1XCWwE { width:10.5rem;height:3.4375rem;top:30.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfqRm4JQZn8rH1D8ilzPISsf49NKqiHh { display:block; }
 }@media only screen and (max-width: 763px) { #W0f8lTVUzNzTtZkiF1238SeyC45uIGx4 { width:1.5625rem;height:1.5625rem;top:31.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbsH8oEyIg530HdrbHGZRWWi95RLXElJ { width:11.75rem;height:11.75rem;top:2.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JslgW0OOmHdJu05o0DR751yfmunK3w5r { display:block; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgCzI6TdUTWyMPVv6HHHkTUc37FTlTWk { width:10.5rem;height:3.0625rem;top:6.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2JtWZnFVRh5dws5a0n2IzC3VrE6sf5 { width:11.5625rem;height:4.5rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml1QevhZZHSXqxdIBT6iPdvnXwPG6PTb { width:16.8125rem;height:13.6875rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCF2fEZ24ZSpWpbkHTy7QS4vlhwAogv4 { width:14.3125rem;height:1.6875rem;top:9.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJCm8Pi0H7I7K2lbRt5v8kKcdNGg5Wo { width:12.625rem;height:3rem;top:11.5625rem;left:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7qPwIZXGAuwUcsIKGoAsJPUpKQiahS { width:16.8125rem;height:13.6875rem;top:4.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a227Opmi9P0DLhWVpKf0WTRibfxZnRlO { width:14.3125rem;height:1.6875rem;top:9.25rem;left:17.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz3fbScBtp6o6Tk5VPnma4ClfXFrFPZ7 { width:12.9375rem;height:3.0625rem;top:6.125rem;left:18.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8nGPQm7fTEfqkQHQlZO4arlFqXOcvA { width:16.8125rem;height:13.6875rem;top:4.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETxN0usx6hoFmW434nh2aeOmyU43MTxD { width:14.6875rem;height:1.625rem;top:9.0625rem;left:32.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXp63cxbenqPcJdWoGiLIpd3eOP1MhtE { width:12.9375rem;height:3.0625rem;top:5.9375rem;left:34.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKOBvlBb4tnuqvOfL5qqrJ29N48ITzJT { width:12.625rem;height:3rem;top:11.375rem;left:35rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp { width:47.75rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFd4mRoNct96sqAyTP5u4GFO3reH5dl3 { width:16.8125rem;height:13.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJtlW5cO5JUQWbL8V5NVX3SQXW1T0q7 { width:14.3125rem;height:1.6875rem;top:9.25rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSA9ysqnui3OiHkh3m0FcUc5Ot0AsDFN { width:10.5rem;height:3.0625rem;top:6.125rem;left:5.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU7mOnBUTekgV87H6yxow1dKHILbxPhH { width:11.5625rem;height:4.5rem;top:11.5625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:34.1875rem;height:2.0625rem;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:47.75rem;height:1.875rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:8.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:47.75rem;height:3.375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ayuWsALUNesObZA9cWVhPdUs322KG { display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { width:47.75rem;height:3.375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 { display:block; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIfHoOXe26VTs2q0oLZzxwgtJ9uwfK17 { width:35.6875rem;height:1.625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFK4o02M5xEvgarQUsEQV4ZrSBSMQAuu { width:47.75rem;height:2.8125rem;top:9.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PReXhqIZlZTt5lkKxK6gBVZcRuRN76DE { width:18.125rem;height:3.4375rem;top:17.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i18UEmZBKa4bOZ7uq1kvzJWdJwBux9PQ { display:block; }
 }@media only screen and (max-width: 763px) { #SfFuWr0NHI1gu0cAb4IERH2p2tHMO1ZF { width:1.5625rem;height:1.5625rem;top:18.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFiJo7cV1GbxQMlcwNhrnmNy5ygKBsTv { width:4.625rem;height:5.125rem;top:2.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:13.5rem;height:3.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:18.9375rem;height:4.125rem;top:5.4375rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:3.09375rem;top:5.1875rem;left:32.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { width:3.125rem;height:3.125rem;top:4.875rem;left:44.625rem;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZIogoXXKzGff7X6vfLc6thKIg9yKCJlm { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #ZIogoXXKzGff7X6vfLc6thKIg9yKCJlm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { width:5.8125rem;height:2rem;top:0.6875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block; }
 }@media only screen and (max-width: 763px) { #g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block; }
 }@media only screen and (max-width: 763px) { #qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f7fc;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:9.3125rem;height:2.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:20rem;height:6.5625rem;top:8.4375rem;left:0rem;font-size:2.1875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #HVGwKnXgHV40Qm2sf9CBlGSE8U4R3pPZ { width:20rem;height:5.60449375rem;top:16.3125rem;left:0rem;font-size:1.4375rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CTdIetCS9RwoQ7WGkgmr7FJPmBN4Uq2i { width:20rem;height:35.0625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF1hwcGN2X498T2mfP771tfiCphxyfQ1 { width:5.875rem;height:2.88574375rem;top:29.0625rem;left:15.5625rem;font-size:0.875rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WRlWrZP12t37gd0wFNzMxGyHr6sGTDkf { width:6.75rem;height:2.88574375rem;top:29.0625rem;left:7.625rem;font-size:0.875rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Wgma81J7f9J0uiTPvrePxMlPxZNfr24q { width:5.75rem;height:2.88574375rem;top:29rem;left:0rem;font-size:0.875rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #CE3dTk3RAJrPQCKPSaoMCm84bTFP6S6Z { width:2.5rem;height:2.8125rem;top:25.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiu6kmLWd0FEFErUiAadcQTuabKcsJG { width:2.875rem;height:3.25rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNaTczEMeTRXitiEHkiQSgEZlqvcCPyl { width:2.625rem;height:2.625rem;top:25.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzISNCTQpNfJ5cHNKdcFETA6vKuPXgFs { width:6.5rem;height:6.5rem;top:73.9375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFoml1VA0NVGu6T5J5DzFsJIIAt5NEVL { width:7.5625rem;height:1.375rem;top:3.4375rem;left:10.625rem;font-size:0.6875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #VQR5FQWGlclLGlZDaM8LL2dUxuSTWy6T { width:1.25rem;height:1.25rem;top:3.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpmyZnUCmUntzti921Puq0lBOQrFw40t { background-color:transparent;background-image:none;display:block; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container { background-color: transparent; background-image: none; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container > .video-iframe-container { display: none; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row > .video-iframe-container { display: none; }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .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); }#VpmyZnUCmUntzti921Puq0lBOQrFw40t > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKP4yh2V4bhbCw7wnRbappA2s8KgbUkM { width:20rem;height:9.277375rem;top:9.625rem;left:0rem;font-size:1.6875rem;line-height:1.1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CP8lJT7XIQ0wBkz87EQ6yv0EV6T4Veic { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #JMIbe2BKTDONqimDV1Tu3htfLHFnfKte { display:block; }
 }@media only screen and (max-width: 763px) { #MILmszm1fQAHVcanUweD9HcGnXLRo6Gt { width:20rem;height:10.5rem;top:19.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OfnhyFan7SdppgV5Iu1dr068NpiG3TTT { width:18.5rem;height:6.9375rem;top:31.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#OfnhyFan7SdppgV5Iu1dr068NpiG3TTT li:before{  }
 }@media only screen and (max-width: 763px) { #HwO4k8RDbi6Mekx9olM2JrO484d2n3RV { width:3.625rem;height:3.625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4w0obbINcXWmTXfmJdU4hFPPlsqlHBI { width:2.4375rem;height:3.625rem;top:5.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU { background-color:rgba(var(--color-primary-0),1);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; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { background-color: transparent; background-image: none; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container > .video-iframe-container { display: none; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row > .video-iframe-container { display: none; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .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); }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { border-width: 0; border-radius: 0; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GACI2H6VhXsJvNb2xL2H7rd7hfSeVqHU > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cp1T7OirMtIQImcQp6IWmrcORSrxaMPZ { width:20rem;height:1.875rem;top:5.25rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zd2Rg3d7VOGTfmDqQpKJWA7EBm7kkswK { width:17.3125rem;height:8.4375rem;top:8.375rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mowpqcTIWhXGVVmcrPm2Ty91p1nB0ZDr { width:8.9375rem;height:1.375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7VdUAen15rOthE7V9PafHHNwtvhkoqD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4ed2485-4029-4242-863c-ed2f0bc02f56/f7b3dc3d5c294fe290867a94934369fc69f0ac386f954.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD.adaptive-delivery-prevent-bg, #o7VdUAen15rOthE7V9PafHHNwtvhkoqD.lazyload, #o7VdUAen15rOthE7V9PafHHNwtvhkoqD.lazyloading { background-image: none; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container { background-color: transparent; background-image: none; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container > .video-iframe-container { display: none; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row > .video-iframe-container { display: none; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .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); }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container { border-width: 0; border-radius: 0; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7VdUAen15rOthE7V9PafHHNwtvhkoqD > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS { background-color:#06146f;background-image:none;display:block; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container { background-color: transparent; background-image: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container > .video-iframe-container { display: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row > .video-iframe-container { display: none; }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .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); }#fy4hpFJFDOwUvTlSxTpOnnC47EkdXcpS > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeqTZ7TSlTiLyhmcvUJtXsv7krVivPtm { width:20rem;height:5.4375rem;top:8rem;left:0rem;font-size:1.8125rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ApIwEroP0LvC0w5BEz8UDT1OlFNMMpsr { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #HQyf0x5cTuIuTSWfIdqvwIElNUDDBl8b { display:block; }
 }@media only screen and (max-width: 763px) { #TtTrLxVo3Aop2LHpklUyRu4AU0igmiBu { width:20rem;height:13.5rem;top:15.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TWnekJ0oGtbhZFmDT6WHLapIFtIfFQiV { width:20rem;height:3.4375rem;top:32rem;left:0rem;font-size:1.0625rem;z-index:15021;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:2.125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RHvUiTRA4urzuv6gwUaOsOULcXrRuW0U { display:block; }
 }@media only screen and (max-width: 763px) { #ZDE69dquKM4UAUvX6mGaLDHNxTxFH8Nr { display:flex;width:1.5625rem;height:1.5625rem;top:32.9375rem;left:1rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #gUgpkXsAlbzR25kczTzd1W6SuMMo2zAq { width:3.625rem;height:3rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP { background-color:transparent;background-image:none;display:block; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container { background-color: transparent; background-image: none; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container > .video-iframe-container { display: none; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row > .video-iframe-container { display: none; }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .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); }#rpuaIUoJDPCBTCNrP45QNMFCJ9RmB9ZP > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw9sCCLLAS6w6uxC2iPE118U52L2uKRB { width:17.8125rem;height:1.875rem;top:6.375rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CmTlg5hZ5s75PPmZLB29zCB7kK3vMiVN { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #i4XHlGJ5yvs9476BxTLT4i9A3mHqlZJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #bOnT5dSybGpaexusbALqIK3ozHgRcTAT { display:block; }#bOnT5dSybGpaexusbALqIK3ozHgRcTAT > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8u8Qs20MKGM2AQiaekBwLbpzJzsxDHS { width:15.3125rem;height:6.39844375rem;top:3.375rem;left:4.75rem;font-size:1rem;line-height:1.6;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TMxx4k8ZnSzd6gUTgwK9y4LuQnRnzHE3 { width:14.125rem;height:5.39844375rem;top:23.5rem;left:4.6875rem;font-size:1.125rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #c8Ufk3SWhfLnZ19HGqJKDFUTL6cs9zXo { width:15.3125rem;height:6rem;top:12.625rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Baw8iZiGTailQkbem31kLkq4wOovGJnv { width:0.1875rem;height:4.6875rem;top:7.1982421875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4i1n8lsf1rL3WrULFiZmudSIMXxcQu { width:0.1875rem;height:5.8125rem;top:16.125rem;left:1.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #023dff, #03fbff);background-image: -moz-linear-gradient(45deg, #023dff, #03fbff);background-image: -ms-linear-gradient(45deg, #023dff, #03fbff);background-image: -o-linear-gradient(45deg, #023dff, #03fbff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#023dff', endColorstr='#03fbff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#023dff', endColorstr='#03fbff' );";background-image: linear-gradient(45deg, #023dff, #03fbff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l76SMrd8ifAp3ycreup8kIktWW65k9yw { width:20rem;height:9.3125rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQNtJCV1dfMV0qMdAKu6MwGBuNoWkSB { width:3.5rem;height:3.5rem;top:2.5625rem;left:-0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps8y5qWlPoS2CnDLaHT4OvvratwAPRui { width:2.5rem;height:3.75rem;top:12.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sawRhMB5FvO8yuthy9e0LP28MWfHVptU { width:4.875rem;height:5.5625rem;top:21.75rem;left:-0.77038043478262rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu { background-color:transparent;background-image:none;display:block; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container { background-color: transparent; background-image: none; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container > .video-iframe-container { display: none; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row > .video-iframe-container { display: none; }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .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); }#TgNfrkvl0Jn6El9xy7BrnMkfL4glWFXu > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW1xTkUdmldtFMOysi6IvxJsVQruwibg { width:20rem;height:7.34765rem;top:5rem;left:0rem;font-size:1.3125rem;line-height:1.4;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #cKNS6Orh9iQ2F0qwtTX1E8QHInh0Zsqh { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #psNPy2RUJ8hTKTau3ovCPxrzCInBxudl { display:block; }
 }@media only screen and (max-width: 763px) { #lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F { width:15.9375rem;height:9.75rem;top:24.5625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#lW6W5RpuMsFKkoHnkTAC9MCceTVGOC3F li:before{  }
 }@media only screen and (max-width: 763px) { #eWM4cNfeu0AB7cU6EKu6vkrz0syKohEN { width:20rem;height:3rem;top:13.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z9D8AOkHe1ro1V4uyXZbiOi6rkF8pCHt { width:19.875rem;height:15.5625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHi309KDAggERz0JIxIyut73D72dC1ph { width:4.3125rem;height:4.3125rem;top:18.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyOes7MRabgamdFTMSztbTFGESqIiZPw { display:block; }#AyOes7MRabgamdFTMSztbTFGESqIiZPw > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXcKqqTekNMtNrD9M0MQOSwrikf8Kt1Z { width:20rem;height:20rem;top:28.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJWBFGu2JFJxq65wA03tvK3D7Tcmbona { width:20rem;height:14.625rem;top:12.1875rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15016;display:block; }#NJWBFGu2JFJxq65wA03tvK3D7Tcmbona li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3697ea9d82503e548760ddbcebd9d68.svg); }
 }@media only screen and (max-width: 763px) { #LEU6dOlOxonJMCAV9u0koPcq6OGB6MF3 { width:20rem;height:7.5rem;top:3.125rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MCdAVpL4RJIH1iaCmL0NHv2TUT1XCWwE { width:9.3125rem;height:3.4375rem;top:28.9375rem;left:0rem;font-size:1.0625rem;z-index:15014;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfqRm4JQZn8rH1D8ilzPISsf49NKqiHh { display:block; }
 }@media only screen and (max-width: 763px) { #W0f8lTVUzNzTtZkiF1238SeyC45uIGx4 { display:flex;width:1.5rem;height:1.5rem;top:29.875rem;left:1.25rem;z-index:15015;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fbsH8oEyIg530HdrbHGZRWWi95RLXElJ { width:8.25rem;height:8.25rem;top:31.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JslgW0OOmHdJu05o0DR751yfmunK3w5r { background-color:rgba(245,247,252,0.94);background-image:none;display:block; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container { background-color: transparent; background-image: none; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container > .video-iframe-container { display: none; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row > .video-iframe-container { display: none; }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .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); }#JslgW0OOmHdJu05o0DR751yfmunK3w5r > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgCzI6TdUTWyMPVv6HHHkTUc37FTlTWk { width:9.5rem;height:3.4375rem;top:3.5625rem;left:1.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2JtWZnFVRh5dws5a0n2IzC3VrE6sf5 { width:13.625rem;height:2.8125rem;top:8.96875rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ml1QevhZZHSXqxdIBT6iPdvnXwPG6PTb { width:17.375rem;height:11.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCF2fEZ24ZSpWpbkHTy7QS4vlhwAogv4 { width:14.3125rem;height:1.71875rem;top:7rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJCm8Pi0H7I7K2lbRt5v8kKcdNGg5Wo { width:13.625rem;height:2.8125rem;top:37.25rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7qPwIZXGAuwUcsIKGoAsJPUpKQiahS { width:17.375rem;height:11.5rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a227Opmi9P0DLhWVpKf0WTRibfxZnRlO { width:14.3125rem;height:1.71875rem;top:35.25rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz3fbScBtp6o6Tk5VPnma4ClfXFrFPZ7 { width:14.3125rem;height:3.4375rem;top:31.8125rem;left:1.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8nGPQm7fTEfqkQHQlZO4arlFqXOcvA { width:17.375rem;height:11.5rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETxN0usx6hoFmW434nh2aeOmyU43MTxD { width:16.9375rem;height:1.71875rem;top:49.375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXp63cxbenqPcJdWoGiLIpd3eOP1MhtE { width:14.3125rem;height:3.4375rem;top:45.9375rem;left:1.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKOBvlBb4tnuqvOfL5qqrJ29N48ITzJT { width:13.625rem;height:2.8125rem;top:51.375rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp { width:18.25rem;height:15.125rem;top:0rem;left:7.4375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66a0232f-fce8-4db8-9096-35da81328239/image8.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp.adaptive-delivery-prevent-bg, #Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp.lazyload, #Rk03ITIVqcTMq9iO23sTHSzDrSzNFaIp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pFd4mRoNct96sqAyTP5u4GFO3reH5dl3 { width:17.375rem;height:11.5rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJtlW5cO5JUQWbL8V5NVX3SQXW1T0q7 { width:14.3125rem;height:1.71875rem;top:21.125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSA9ysqnui3OiHkh3m0FcUc5Ot0AsDFN { width:9.5rem;height:3.4375rem;top:17.6875rem;left:1.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU7mOnBUTekgV87H6yxow1dKHILbxPhH { width:13.625rem;height:2.8125rem;top:23.125rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:20rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:13.6875rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:10.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:20rem;height:7.03125rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:4.8125rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:20rem;height:5.625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:20rem;height:7.03125rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ayuWsALUNesObZA9cWVhPdUs322KG { display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { width:2.4375rem;height:2.4375rem;top:3.40625rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { width:20rem;height:5.625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 { display:block; }#fpbob4ZTLR3xTXscRIcpSMJJxpoQZCE9 > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIfHoOXe26VTs2q0oLZzxwgtJ9uwfK17 { width:20rem;height:3.25rem;top:15rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bFK4o02M5xEvgarQUsEQV4ZrSBSMQAuu { width:17.375rem;height:3.75rem;top:9.875rem;left:1.3125rem;font-size:1.875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #PReXhqIZlZTt5lkKxK6gBVZcRuRN76DE { width:16.6875rem;height:3.4375rem;top:21rem;left:1.6875rem;font-size:1.0625rem;z-index:15014;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i18UEmZBKa4bOZ7uq1kvzJWdJwBux9PQ { display:block; }
 }@media only screen and (max-width: 763px) { #SfFuWr0NHI1gu0cAb4IERH2p2tHMO1ZF { display:flex;width:1.5rem;height:1.5rem;top:21.9375rem;left:2.9375rem;z-index:15015;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #bFiJo7cV1GbxQMlcwNhrnmNy5ygKBsTv { width:4.625rem;height:5.125rem;top:3.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:8.5rem;height:1.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:14.0625rem;height:4.125rem;top:8.1875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:4.125rem;top:15rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { display:flex;width:2.125rem;height:2.125rem;top:3.3125rem;left:17.75rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #ZIogoXXKzGff7X6vfLc6thKIg9yKCJlm { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #ZIogoXXKzGff7X6vfLc6thKIg9yKCJlm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { width:4.25rem;height:1.5rem;top:0.5625rem;left:12.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block; }
 }@media only screen and (max-width: 763px) { #g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block; }
 }@media only screen and (max-width: 763px) { #qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block; }
 }