.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:217,223,245;--color-primary-1:128,150,222;--color-primary-2:0,44,188;--color-primary-3:0,22,94;--color-primary-4:0,7,28;--color-secondary-0:252,223,222;--color-secondary-1:246,148,146;--color-secondary-2:237,41,36;--color-secondary-3:119,21,18;--color-secondary-4:36,6,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Manrope";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container { background-color: transparent; background-image: none; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container > .video-iframe-container { display: none; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row > .video-iframe-container { display: none; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .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); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container { border-width: 0; border-radius: 0; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU { color:rgba(var(--color-primary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6767578125rem;left:62.375rem;height:2.111325rem;text-align:right;text-align-last:right;display:block; }#XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_631e84a2560d69edd4da4237ea9ff3d91a820a1a.svg); }
#DiXyXThAwgDZJPQOrGZOxDUO5QnUN2ya { box-sizing:content-box;height:4.3125rem;width:6.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/72c1494e-ac14-46b6-99a3-2aeb11b946e7/logotechb.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2001953125rem;left:0rem;display:block; }#DiXyXThAwgDZJPQOrGZOxDUO5QnUN2ya.adaptive-delivery-prevent-bg, #DiXyXThAwgDZJPQOrGZOxDUO5QnUN2ya.lazyload, #DiXyXThAwgDZJPQOrGZOxDUO5QnUN2ya.lazyloading { background-image: none; }
#LLkmnlUUkVoalK7bMOHdGWKcJTV9Net4 { box-sizing:content-box;height:2.375rem;width:8.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/72c1494e-ac14-46b6-99a3-2aeb11b946e7/logotechb.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.2939453125rem;left:6.9375rem;display:block; }#LLkmnlUUkVoalK7bMOHdGWKcJTV9Net4.adaptive-delivery-prevent-bg, #LLkmnlUUkVoalK7bMOHdGWKcJTV9Net4.lazyload, #LLkmnlUUkVoalK7bMOHdGWKcJTV9Net4.lazyloading { background-image: none; }
#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F { z-index:;position:relative;display:block; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F { background-color: transparent; background-image: none; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,19,0.6); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container > .video-iframe-container { display: none; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row > .video-iframe-container { display: none; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,19,0.6); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F { border-width: 0; border-radius: 0; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26648194-0969-4dc3-8934-436d9886b6ee/download9.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:relative;display:block; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container.adaptive-delivery-prevent-bg, #KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container.lazyload, #KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container.lazyloading { background-image: none; }#tb4PHgJQtBzTyShhAQPhT2M6QMvtdNoB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:6.875rem;left:3.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HaLcQlUql7KuW0GByNDdttvG7oWaAdnR { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.3125rem;left:3.9375rem;height:3.5996125rem;font-style:normal;display:block; }
#QZODb2Xv8sfOXngg8BDpTpDgxZ1XoHw4 { background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff7c;border-left:0.0625rem solid #00ff7c;border-right:0.0625rem solid #00ff7c;border-bottom:0.0625rem solid #00ff7c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00ff7c;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.22265625rem;left:3.9375rem;display:block; }
#MpTElLwy1eBx3JkzaxfVa1e7HbZqaves { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT8HRRin87G3ZsVXVIeuRh32nJKsn1Bl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.3515625rem;left:22.0625rem;height:1.055775rem;font-style:normal;display:block; }
#kOpoxOK7s7ap4D2rsHRokhT7hdJ0EuQQ { box-sizing:content-box;height:36.25rem;width:47.1875rem;position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #071038, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #071038, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #071038, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #071038, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#071038', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#071038', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #071038, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0rem;display:block; }
#gHyZQcL1llqUnesTxrTHn8rKe6pSB6DD { position:absolute;display:block;z-index:15010;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:17.375rem;width:26.5625rem;top:18.6875rem;left:49.816071428571rem;overflow:hidden;display:block; }
#AxHdibsSaMcVU5yhM8GH5DNAD1qgmvVq { box-sizing:content-box;height:1.9375rem;width:8.5625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:17.8125rem;left:64.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:18.1875rem;left:64.875rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71fb7c4a92e8556f18756fc94a258b3b7d4014ff.svg); }
#azFkQcMbyS1gMigdVwxADooueXKXSHW6 { box-sizing:content-box;height:36.3125rem;width:36.3125rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b7311100-1172-4fee-ba42-b569df42262b/download12.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:45.3125rem;display:block; }#azFkQcMbyS1gMigdVwxADooueXKXSHW6.adaptive-delivery-prevent-bg, #azFkQcMbyS1gMigdVwxADooueXKXSHW6.lazyload, #azFkQcMbyS1gMigdVwxADooueXKXSHW6.lazyloading { background-image: none; }
#Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC { box-sizing:content-box;height:35.5625rem;width:35.5625rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/737855c2-1422-4ef3-b330-fd0f6879e75c/download13.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0625rem;left:48.125rem;display:block; }#Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC.adaptive-delivery-prevent-bg, #Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC.lazyload, #Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC.lazyloading { background-image: none; }
#Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:25.6875rem;left:46.0625rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd6b7fb7d9fc34bf1061f08bec857aeed73b3884.svg); }
#AJOmHu5pAEITJf3Aur3u8phraO7FwzyK { box-sizing:content-box;height:1.9375rem;width:11.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:25.3125rem;left:45.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#mCMxzlBVB4O3pL1wsprULV9oix72Utlh { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:31.4375rem;left:64.25rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#mCMxzlBVB4O3pL1wsprULV9oix72Utlh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mCMxzlBVB4O3pL1wsprULV9oix72Utlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4221cc9121d54e2e3c7d6f556b85721735b9f7d9.svg); }
#En1wXCbc9sQSoSDdXw87TuJbR8OBUnew { box-sizing:content-box;height:1.9375rem;width:11.5rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:31.0625rem;left:63.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nt5wkTaetoySoFxzwCA2lSKolNWp8JGp { box-sizing:content-box;height:1.93685rem;width:8.5623125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:32.572702407837rem;left:46.210290908814rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JTUQT8i38Z4RwazZVnrn73gH6SHQbISE { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:33.138021469116rem;left:46.499567031861rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#JTUQT8i38Z4RwazZVnrn73gH6SHQbISE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTUQT8i38Z4RwazZVnrn73gH6SHQbISE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71fb7c4a92e8556f18756fc94a258b3b7d4014ff.svg); }
#FgKhf8PuQRMzS28PNTrxL4UU3qInUKgc { box-sizing:content-box;height:1.9375rem;width:8.5625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.39)', endColorstr='rgba(var(--color-primary-1),0.31)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-2),0.39), rgba(var(--color-primary-1),0.31));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:17.8125rem;left:64.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:31.4375rem;left:64.25rem;height:1.13715rem;font-style:normal;text-align:right;text-align-last:right;display:none; }#ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4221cc9121d54e2e3c7d6f556b85721735b9f7d9.svg); }
#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF { position:relative;display:none; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF { border-width: 0; border-radius: 0; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .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; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .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:7.1875rem;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; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container { background-color: transparent; background-image: none; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container > .video-iframe-container { display: none; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row > .video-iframe-container { display: none; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .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); }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container { border-width: 0; border-radius: 0; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#EEQ7aovezRlw19K5ZEc9TwxvUVRbLmCK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3MU6s68NpPDA3MTvV6KEJwQX5VqsOcK { box-sizing:content-box;height:11.9375rem;width:10.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -moz-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -ms-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -o-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );";background-image: linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:15.375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#yR9DzMsInXq2q25ISgV4QZKWpPGsZS5Z { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.625rem;left:1.25rem; }
#c1r7XluI2QTh5VTBOT8NyNG5plNUuThF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.0625rem;left:1.25rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x3zDqvMzK4KoMakUZV3Thsua96G303er { box-sizing:content-box;height:11.9375rem;width:10.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(231deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -moz-linear-gradient(231deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -ms-linear-gradient(231deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -o-linear-gradient(231deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );";background-image: linear-gradient(231deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:15.5rem;left:12.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Pdq7IM2RCbEe2QLQGPqUdxTPFT86lL5f { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.1875rem;left:13.875rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WvRiP4sTtRxSwIXKc4xSG1vVmA4LZDzz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.75rem;left:13.875rem; }
#k8qSzoV5Db3EEEOZo0oZMi0QpumI4niA { box-sizing:content-box;height:11.9375rem;width:10.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(86deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -moz-linear-gradient(86deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -ms-linear-gradient(86deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -o-linear-gradient(86deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );";background-image: linear-gradient(86deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:15.625rem;left:25.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#I2epABsAzvf46KtFEoVgiwk8qrUHHwQo { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.3125rem;left:26.5rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fMGztEuOiofw8GSoVMhvAFOKcoxHCmTf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.875rem;left:26.5rem; }
#csEaAJds3gckGyFD2TJ9RKQCB9wm3Px0 { box-sizing:content-box;height:11.9375rem;width:10.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -moz-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -ms-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -o-linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );";background-image: linear-gradient(134deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:29.4375rem;left:25.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#LfWa9ZVI0EbHvSpOkUfSGfu44tWGBqqM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:34.125rem;left:26.5rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qu4ntxdbBDNOAs6m2LXaT8s2Gf1rUh9y { box-sizing:content-box;height:11.9375rem;width:10.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(48deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -moz-linear-gradient(48deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -ms-linear-gradient(48deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -o-linear-gradient(48deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );";background-image: linear-gradient(48deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:29.4375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#lOitPGDJy2kyEqENx0DU1xdTeuIECyfh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:34.125rem;left:1.25rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PHV1qRA04yau86RL8p2f68u33OaBm9SG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:30.6875rem;left:26.5rem; }
#qwLArLbTFnNUeguXSqZg8VM0NVSG10cb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:30.6875rem;left:1.25rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-form-header {  }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #2d344a;border-left:0.0625rem solid #2d344a;border-right:0.0625rem solid #2d344a;border-bottom:0.0625rem solid #2d344a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:2;text-align:center;text-align-last:center; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #2d344a;border-left:0.0625rem solid #2d344a;border-right:0.0625rem solid #2d344a;border-bottom:0.0625rem solid #2d344a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:3.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:2;text-align:center;text-align-last:center; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(11,253,129,0.9);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.25rem solid #417d4a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:25.3125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),0.59);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:italic;text-align:center;text-align-last:center; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),0.59);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:italic;text-align:center;text-align-last:center; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),0.59);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:italic;text-align:center;text-align-last:center; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),0.59);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:italic;text-align:center;text-align-last:center; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-container:first-of-type{padding-top:0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-container:last-of-type{padding-bottom:0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.1875rem;left:47.1875rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 {display:block;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.1875rem;left:47.1875rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Btl9RgbUFSNC3kqbBfdGXxqVi1Svxc9L { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #o6ars9hCNDpOChZxpaAN8EVLr8W6nzs0 { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ppFNW0RtPhsBIL9cyExe1XubOvFOJ27d { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OTHgUOhVld0FbAKgkhwJTnybo23OO5c5 { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Gm6FntJDwfoaMsw4LQ3LZOqKMi63adau { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RwaNteiVieS9wI0ft81MlINW3ctk4CUm { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #LKQ8vTJxuClOFzTkg5VJGG6bZhdLvJc1 { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #U3WrFH1EzqCD9LkMAeU6ei4rVIpTz1zx { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #JIt07EpQzMW4sLZMoZPeofNQov9WzRNJ { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RCzpKl31CuJKoqrPzIwqfE0zWTt487Np { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #wnQBexo7wHKwJCWoeg7lcCXwVthg8J8M { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #z5RlH4k3cMFpUvU3vz0wFtdI5R6mHU6r { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ynyGybh2JQ41aBk9S1u7zITRwrUQ6uTc { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zJ6RkUJsEfZ3A2GBrKW8aT6CSi2BP6F9 { position:relative; }
#DczPNKlMSTqxsZtLOd0BpUcOSipMtCoU { color:rgba(var(--color-primary-1),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.625rem;left:48.5625rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maL2Ip6rTMLTFxKCbAt9xaoSgZQavIgR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.1875rem;width:10.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:.2;top:3.8125rem;left:38.0625rem; }
#C56Uu3W0rgfiMJllsATx3kD4XwW5sEeX { box-sizing:content-box;height:11.9375rem;width:10.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(337deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -moz-linear-gradient(337deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -ms-linear-gradient(337deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-image: -o-linear-gradient(337deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.11)', endColorstr='rgba(var(--color-primary-2),0.08)' );";background-image: linear-gradient(337deg, rgba(var(--color-secondary-1),0.11), rgba(var(--color-primary-2),0.08));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:29.5625rem;left:12.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#BHLmmW1Qs5AKwhrD0rfiNFMHsgUgOGBK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:34.25rem;left:13.875rem;height:4.19824375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a2DHhxsR10yxaaFPkfuFwXonVpd0Z2Bg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:30.8125rem;left:13.875rem; }
#FUHIh3A6mb36bwboUUeBd7pIW3V6tV5C { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.686850070953rem;left:28.687067031861rem; }
#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.21);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; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container { background-color: transparent; background-image: none; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container > .video-iframe-container { display: none; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row > .video-iframe-container { display: none; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .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); }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container { border-width: 0; border-radius: 0; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#TcAU4r9i1UnyKsUid935NnQdd2tTp9zb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:4.0068359375rem;left:0rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L9ug2UneS2iqzBv1c037MEPq21kTR254 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5625rem;left:46.4716796875rem;height:;font-style:normal;display:block; }#L9ug2UneS2iqzBv1c037MEPq21kTR254 li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L9ug2UneS2iqzBv1c037MEPq21kTR254 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_842a5ff8bec079ab3f114e887b5b21ba1ff5c44c.svg); }
#Uuk2T24vTHyMLgRLb9uxT3gXaeuZix5w { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.5625rem;left:0rem;height:7.87109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sXkmzxVgaeZpnWasmUlFB0ZnVkDBn57D { 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:22.625rem;width:42.4375rem;top:-6.1005859375rem;left:43.0341796875rem;overflow:hidden;display:block; }
#RS7w3gcZe20J3T8GmRHgGEVJCro3CoZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.3818359375rem;left:42.7841796875rem; }
#TRc1Burv5HrkbqaKQocTwPBWl80FrKCh { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.77);background-image:none;box-shadow: 0.0625rem 1.5625rem 1.4375rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9306640625rem;left:41.6875rem;display:block; }
#t4xR4gJMy8DpBUDv4iBc6Dz2pfrdB9D1 { box-sizing:content-box;height:23.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5078125rem;left:43.9375rem;display:block; }
#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n { position:relative;display:none; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n { border-width: 0; border-radius: 0; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .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; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .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:4.1875rem;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; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF { position:relative;display:block; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF { background-color: transparent; background-image: none; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row .container > .video-iframe-container { display: none; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row > .video-iframe-container { display: none; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .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); }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF { border-width: 0; border-radius: 0; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mETBQmUDOfypAQ7NSrWyTmzfbWnTPMMW { box-sizing:content-box;height:24.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-primary-4),0.57), rgba(var(--color-primary-2),0.57));background-image: -moz-linear-gradient(134deg, rgba(var(--color-primary-4),0.57), rgba(var(--color-primary-2),0.57));background-image: -ms-linear-gradient(134deg, rgba(var(--color-primary-4),0.57), rgba(var(--color-primary-2),0.57));background-image: -o-linear-gradient(134deg, rgba(var(--color-primary-4),0.57), rgba(var(--color-primary-2),0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.57)', endColorstr='rgba(var(--color-primary-2),0.57)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.57)', endColorstr='rgba(var(--color-primary-2),0.57)' );";background-image: linear-gradient(134deg, rgba(var(--color-primary-4),0.57), rgba(var(--color-primary-2),0.57));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:12.25rem;left:33.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#qn4pTn9c7q41qhznQoBsFIzpetQQXQEr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.6875rem;left:36.5rem; }
#SNAU4adRTsWXUFsJG0hTPI92Mp7Saqqr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.9375rem;left:36.5rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QA1NhZCKcisqvl9IEZ43OBy1GpUNLpRk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:23.125rem;left:36.25rem;height:7.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GNILPyCNymOpmk4LXeZpRTsTlw1NpiEX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:27.9375rem;left:44.375rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xQ0HV97O8HUSLUaykOkyfafWXxUHSfQW { background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff7c;border-left:0.0625rem solid #00ff7c;border-right:0.0625rem solid #00ff7c;border-bottom:0.0625rem solid #00ff7c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00ff7c;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.9375rem;left:36.5rem;display:block; }
#vQdDTwulcImt2SBembQWxhpb29pPywml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymIbsxgfqS7W1RWed981g0cwCOSqaqT8 { box-sizing:content-box;height:24.125rem;width:20.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(180,146,246,0.09), rgba(var(--color-primary-2),0.06));background-image: -moz-linear-gradient(134deg, rgba(180,146,246,0.09), rgba(var(--color-primary-2),0.06));background-image: -ms-linear-gradient(134deg, rgba(180,146,246,0.09), rgba(var(--color-primary-2),0.06));background-image: -o-linear-gradient(134deg, rgba(180,146,246,0.09), rgba(var(--color-primary-2),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b492f616', endColorstr='rgba(var(--color-primary-2),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b492f616', endColorstr='rgba(var(--color-primary-2),0.06)' );";background-image: linear-gradient(134deg, rgba(180,146,246,0.09), rgba(var(--color-primary-2),0.06));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.11);border-left:0.125rem solid rgba(45,52,74,0.11);border-right:0.125rem solid rgba(45,52,74,0.11);border-bottom:0.125rem solid rgba(45,52,74,0.11);top:12.375rem;left:54.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#l9UpX2vTZuB4pf1dNsT7v7SKNg8wfL1V { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:14.625rem;left:56.90625rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sWBEKCTJUdv5xeRyTQVxizRTFkZkQUJd { background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff7c;border-left:0.0625rem solid #00ff7c;border-right:0.0625rem solid #00ff7c;border-bottom:0.0625rem solid #00ff7c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00ff7c;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.0625rem;left:57rem;display:block; }
#loUJbka7AHoGoxSFe3yOooTx43KHqQnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DczXWX93usuS6OlZLZLTxnmmC6gB4F5a { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.9921875rem;left:56.84375rem;height:8.124rem;font-style:normal;display:block; }#DczXWX93usuS6OlZLZLTxnmmC6gB4F5a li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DczXWX93usuS6OlZLZLTxnmmC6gB4F5a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_842a5ff8bec079ab3f114e887b5b21ba1ff5c44c.svg); }
#Td3rhR7zD2IexztPyyLN8WrpD8vczvhO { box-sizing:content-box;height:35.6875rem;width:52.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fa2c59e-fb76-4a83-96a4-f947944561ae/download10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid rgba(45,52,74,0.28);border-left:0.125rem solid rgba(45,52,74,0.28);border-right:0.125rem solid rgba(45,52,74,0.28);border-bottom:0.125rem solid rgba(45,52,74,0.28);top:5.5rem;left:-14.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }#Td3rhR7zD2IexztPyyLN8WrpD8vczvhO.adaptive-delivery-prevent-bg, #Td3rhR7zD2IexztPyyLN8WrpD8vczvhO.lazyload, #Td3rhR7zD2IexztPyyLN8WrpD8vczvhO.lazyloading { background-image: none; }
#Td3rhR7zD2IexztPyyLN8WrpD8vczvhO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#Td3rhR7zD2IexztPyyLN8WrpD8vczvhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.31); }#bGmX8kww86OkJQT9nXtl5EXttlg59SvX { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:6.5rem;left:39.3125rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,7,11,0.97);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; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { background-color: transparent; background-image: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container > .video-iframe-container { display: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row > .video-iframe-container { display: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .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); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { border-width: 0; border-radius: 0; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#sgmnm9IsZq5y8PdkxvsfcvdGBxX5S6ch { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.900390625rem;left:13.625rem;height:5.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HiB8DDa9AUCAP0BR6ccn393B1two46Xb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.6875rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#Ok8kmgAcXuTVZTOgL5At0GDGWk4Ea8QI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.9375rem;left:72.9375rem; }
#Ok8kmgAcXuTVZTOgL5At0GDGWk4Ea8QI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#ENdxH5dKs6x6drP8aUiBLSHU0ORwTzl6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.9375rem;left:68.0625rem; }
#ENdxH5dKs6x6drP8aUiBLSHU0ORwTzl6 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#EXKsFUc3pKtE8aeKSaTvxcnVL89P6rP9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.9375rem;left:63.1875rem; }
#EXKsFUc3pKtE8aeKSaTvxcnVL89P6rP9 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#MM4NKAWEQHipuwQ9NN2B8uasSMg7Kv4p { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:2.4;letter-spacing:0;top:5.974609375rem;left:43.59375rem;height:7.1982375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hWoVD9GG4Bpd3zWqhCkmVTBuNvbwIBvE { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #hWoVD9GG4Bpd3zWqhCkmVTBuNvbwIBvE > .row .container { position:relative;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.12);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { background-color: transparent; background-image: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .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); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { border-width: 0; border-radius: 0; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { background-color:rgba(11,253,129,0.86);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#uETNISOUne3yTlRBGZxl24nf5wzsLDry { 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) { #WUCS8DgavICb4K7q99tKIxz7Z7tC36AI { display:block; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU { width:12.625rem;height:1.0625rem;top:4.625rem;left:33.625rem;font-size:0.5rem;display:block; }#XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_631e84a2560d69edd4da4237ea9ff3d91a820a1a.svg); }
 }@media only screen and (max-width: 763px) { #DiXyXThAwgDZJPQOrGZOxDUO5QnUN2ya { width:6.0625rem;height:4.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLkmnlUUkVoalK7bMOHdGWKcJTV9Net4 { width:8.9375rem;height:2.375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F { display:block; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb4PHgJQtBzTyShhAQPhT2M6QMvtdNoB { width:35.8125rem;height:;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaLcQlUql7KuW0GByNDdttvG7oWaAdnR { width:32.4375rem;height:5.375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZODb2Xv8sfOXngg8BDpTpDgxZ1XoHw4 { width:16.1875rem;height:3.3125rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpTElLwy1eBx3JkzaxfVa1e7HbZqaves { display:block; }
 }@media only screen and (max-width: 763px) { #DT8HRRin87G3ZsVXVIeuRh32nJKsn1Bl { width:13.4375rem;height:1rem;top:26.3125rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOpoxOK7s7ap4D2rsHRokhT7hdJ0EuQQ { width:47.1875rem;height:36.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHyZQcL1llqUnesTxrTHn8rKe6pSB6DD { width:26.5625rem;height:17.375rem;top:18.6875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxHdibsSaMcVU5yhM8GH5DNAD1qgmvVq { width:8.5625rem;height:1.9375rem;top:17.8125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt { width:7.375rem;height:1.125rem;top:18.1875rem;left:40.375rem;font-size:0.6875rem;display:block; }#ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71fb7c4a92e8556f18756fc94a258b3b7d4014ff.svg); }
 }@media only screen and (max-width: 763px) { #azFkQcMbyS1gMigdVwxADooueXKXSHW6 { width:36.3125rem;height:36.3125rem;top:7rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC { width:35.5625rem;height:35.5625rem;top:6.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N { width:10.375rem;height:1.125rem;top:25.6875rem;left:32.4375rem;font-size:0.6875rem;display:block; }#Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd6b7fb7d9fc34bf1061f08bec857aeed73b3884.svg); }
 }@media only screen and (max-width: 763px) { #AJOmHu5pAEITJf3Aur3u8phraO7FwzyK { width:11.5rem;height:1.9375rem;top:25.3125rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCMxzlBVB4O3pL1wsprULV9oix72Utlh { width:10.375rem;height:1.125rem;top:31.4375rem;left:37.375rem;font-size:0.6875rem;display:block; }#mCMxzlBVB4O3pL1wsprULV9oix72Utlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4221cc9121d54e2e3c7d6f556b85721735b9f7d9.svg); }
 }@media only screen and (max-width: 763px) { #En1wXCbc9sQSoSDdXw87TuJbR8OBUnew { width:11.5rem;height:1.9375rem;top:31.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt5wkTaetoySoFxzwCA2lSKolNWp8JGp { width:8.5rem;height:1.875rem;top:32.5625rem;left:32.585290908814rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUQT8i38Z4RwazZVnrn73gH6SHQbISE { width:7.75rem;height:1.125rem;top:33.125rem;left:32.874567031861rem;font-size:0.6875rem;display:block; }#JTUQT8i38Z4RwazZVnrn73gH6SHQbISE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71fb7c4a92e8556f18756fc94a258b3b7d4014ff.svg); }
 }@media only screen and (max-width: 763px) { #FgKhf8PuQRMzS28PNTrxL4UU3qInUKgc { width:8.5625rem;height:1.9375rem;top:17.8125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph { width:8.9375rem;height:;top:35.9375rem;left:0rem;font-size:0.6875rem;display:none; }#ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4221cc9121d54e2e3c7d6f556b85721735b9f7d9.svg); }
 }@media only screen and (max-width: 763px) { #zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF { display:none; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 { display:block; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEQ7aovezRlw19K5ZEc9TwxvUVRbLmCK { width:38.25rem;height:;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3MU6s68NpPDA3MTvV6KEJwQX5VqsOcK { width:10.5rem;height:11.9375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR9DzMsInXq2q25ISgV4QZKWpPGsZS5Z { width:2.1875rem;height:2.1875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1r7XluI2QTh5VTBOT8NyNG5plNUuThF { width:8.5625rem;height:4.1875rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3zDqvMzK4KoMakUZV3Thsua96G303er { width:10.5rem;height:11.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdq7IM2RCbEe2QLQGPqUdxTPFT86lL5f { width:8.5625rem;height:4.1875rem;top:20.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRiP4sTtRxSwIXKc4xSG1vVmA4LZDzz { width:2.1875rem;height:2.1875rem;top:16.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8qSzoV5Db3EEEOZo0oZMi0QpumI4niA { width:10.5rem;height:11.9375rem;top:15.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2epABsAzvf46KtFEoVgiwk8qrUHHwQo { width:7.3125rem;height:4.1875rem;top:20.3125rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMGztEuOiofw8GSoVMhvAFOKcoxHCmTf { width:2.1875rem;height:2.1875rem;top:16.875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csEaAJds3gckGyFD2TJ9RKQCB9wm3Px0 { width:10.5rem;height:11.9375rem;top:29.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWa9ZVI0EbHvSpOkUfSGfu44tWGBqqM { width:8.5625rem;height:4.1875rem;top:34.125rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu4ntxdbBDNOAs6m2LXaT8s2Gf1rUh9y { width:10.5rem;height:11.9375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOitPGDJy2kyEqENx0DU1xdTeuIECyfh { width:8.5625rem;height:4.1875rem;top:34.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHV1qRA04yau86RL8p2f68u33OaBm9SG { width:2.1875rem;height:2.1875rem;top:30.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwLArLbTFnNUeguXSqZg8VM0NVSG10cb { width:2.1875rem;height:2.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6  { width:25.3125rem;height:auto;top:18.1875rem;left:19.9375rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 {display:block;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 { width:25.3125rem;height:auto;top:18.1875rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Btl9RgbUFSNC3kqbBfdGXxqVi1Svxc9L {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #o6ars9hCNDpOChZxpaAN8EVLr8W6nzs0 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ppFNW0RtPhsBIL9cyExe1XubOvFOJ27d {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OTHgUOhVld0FbAKgkhwJTnybo23OO5c5 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Gm6FntJDwfoaMsw4LQ3LZOqKMi63adau {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RwaNteiVieS9wI0ft81MlINW3ctk4CUm {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #LKQ8vTJxuClOFzTkg5VJGG6bZhdLvJc1 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #U3WrFH1EzqCD9LkMAeU6ei4rVIpTz1zx {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #JIt07EpQzMW4sLZMoZPeofNQov9WzRNJ {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RCzpKl31CuJKoqrPzIwqfE0zWTt487Np {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #wnQBexo7wHKwJCWoeg7lcCXwVthg8J8M {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #z5RlH4k3cMFpUvU3vz0wFtdI5R6mHU6r {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ynyGybh2JQ41aBk9S1u7zITRwrUQ6uTc {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zJ6RkUJsEfZ3A2GBrKW8aT6CSi2BP6F9 {  }
 }@media only screen and (max-width: 763px) { #DczPNKlMSTqxsZtLOd0BpUcOSipMtCoU { width:25.0625rem;height:1.375rem;top:16.625rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maL2Ip6rTMLTFxKCbAt9xaoSgZQavIgR { width:10.1875rem;height:10.1875rem;top:3.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C56Uu3W0rgfiMJllsATx3kD4XwW5sEeX { width:10.5rem;height:11.9375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHLmmW1Qs5AKwhrD0rfiNFMHsgUgOGBK { width:8.5625rem;height:4.1875rem;top:34.25rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2DHhxsR10yxaaFPkfuFwXonVpd0Z2Bg { width:2.1875rem;height:2.1875rem;top:30.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHIh3A6mb36bwboUUeBd7pIW3V6tV5C { width:2.1875rem;height:2.1875rem;top:30.625rem;left:15.062067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp { display:block; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcAU4r9i1UnyKsUid935NnQdd2tTp9zb { width:31.75rem;height:8.25rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ug2UneS2iqzBv1c037MEPq21kTR254 { width:24.3125rem;height:;top:16.5625rem;left:23.4375rem;font-size:1rem;display:block; }#L9ug2UneS2iqzBv1c037MEPq21kTR254 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_842a5ff8bec079ab3f114e887b5b21ba1ff5c44c.svg); }
 }@media only screen and (max-width: 763px) { #Uuk2T24vTHyMLgRLb9uxT3gXaeuZix5w { width:36.1875rem;height:9.4375rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXkmzxVgaeZpnWasmUlFB0ZnVkDBn57D { width:42.4375rem;height:22.625rem;top:-6.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS7w3gcZe20J3T8GmRHgGEVJCro3CoZx { width:3.5625rem;height:3.5625rem;top:3.375rem;left:29.1591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRc1Burv5HrkbqaKQocTwPBWl80FrKCh { width:4.5625rem;height:4.5625rem;top:2.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xR4gJMy8DpBUDv4iBc6Dz2pfrdB9D1 { width:0.0625rem;height:23.9375rem;top:7.5rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n { display:none; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF { display:block; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mETBQmUDOfypAQ7NSrWyTmzfbWnTPMMW { width:18.125rem;height:24.125rem;top:12.25rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4pTn9c7q41qhznQoBsFIzpetQQXQEr { width:2.8125rem;height:2.8125rem;top:13.6875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNAU4adRTsWXUFsJG0hTPI92Mp7Saqqr { width:10.375rem;height:4.9375rem;top:16.9375rem;left:22.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1NhZCKcisqvl9IEZ43OBy1GpUNLpRk { width:10.5625rem;height:7.1875rem;top:23.125rem;left:22.625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNILPyCNymOpmk4LXeZpRTsTlw1NpiEX { width:8.5625rem;height:1.375rem;top:27.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0HV97O8HUSLUaykOkyfafWXxUHSfQW { width:10.6875rem;height:2.875rem;top:30.9375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdDTwulcImt2SBembQWxhpb29pPywml { display:block; }
 }@media only screen and (max-width: 763px) { #ymIbsxgfqS7W1RWed981g0cwCOSqaqT8 { width:20.3125rem;height:24.125rem;top:12.375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9UpX2vTZuB4pf1dNsT7v7SKNg8wfL1V { width:13.5625rem;height:4.9375rem;top:14.625rem;left:34.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBEKCTJUdv5xeRyTQVxizRTFkZkQUJd { width:7.8125rem;height:2.875rem;top:31.0625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUJbka7AHoGoxSFe3yOooTx43KHqQnk { display:block; }
 }@media only screen and (max-width: 763px) { #DczXWX93usuS6OlZLZLTxnmmC6gB4F5a { width:15.75rem;height:8.0625rem;top:20.9375rem;left:32rem;font-size:1rem;display:block; }#DczXWX93usuS6OlZLZLTxnmmC6gB4F5a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_842a5ff8bec079ab3f114e887b5b21ba1ff5c44c.svg); }
 }@media only screen and (max-width: 763px) { #Td3rhR7zD2IexztPyyLN8WrpD8vczvhO { width:47.5rem;height:35.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGmX8kww86OkJQT9nXtl5EXttlg59SvX { width:33.1875rem;height:3.0625rem;top:6.5rem;left:14.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ { display:block; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgmnm9IsZq5y8PdkxvsfcvdGBxX5S6ch { width:13.5rem;height:6.875rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiB8DDa9AUCAP0BR6ccn393B1two46Xb { width:8.6875rem;height:8.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok8kmgAcXuTVZTOgL5At0GDGWk4Ea8QI { width:2.0625rem;height:2.0625rem;top:6.9375rem;left:45.6875rem;display:block; }
#Ok8kmgAcXuTVZTOgL5At0GDGWk4Ea8QI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #ENdxH5dKs6x6drP8aUiBLSHU0ORwTzl6 { width:2.0625rem;height:2.0625rem;top:6.9375rem;left:45.6875rem;display:block; }
#ENdxH5dKs6x6drP8aUiBLSHU0ORwTzl6 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #EXKsFUc3pKtE8aeKSaTvxcnVL89P6rP9 { width:2.0625rem;height:2.0625rem;top:6.9375rem;left:45.6875rem;display:block; }
#EXKsFUc3pKtE8aeKSaTvxcnVL89P6rP9 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #MM4NKAWEQHipuwQ9NN2B8uasSMg7Kv4p { width:15.75rem;height:7.1875rem;top:5.9375rem;left:29.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWoVD9GG4Bpd3zWqhCkmVTBuNvbwIBvE { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #hWoVD9GG4Bpd3zWqhCkmVTBuNvbwIBvE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { width:44.875rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WUCS8DgavICb4K7q99tKIxz7Z7tC36AI { background-color:transparent;background-image:none;display:block; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container { background-color: transparent; background-image: none; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container > .video-iframe-container { display: none; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row > .video-iframe-container { display: none; }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .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); }#WUCS8DgavICb4K7q99tKIxz7Z7tC36AI > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU { width:7.75rem;height:0.500216875rem;top:1rem;left:6.125rem;font-size:0.5rem;text-align:right;text-align-last:right;line-height:1;display:block; }#XdNQ7UcUKp06KI8xgsSBt9dF7cfZiPHU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_631e84a2560d69edd4da4237ea9ff3d91a820a1a.svg); }
 }@media only screen and (max-width: 763px) { #DiXyXThAwgDZJPQOrGZOxDUO5QnUN2ya { width:5.0625rem;height:3.5rem;top:3.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLkmnlUUkVoalK7bMOHdGWKcJTV9Net4 { width:7.125rem;height:1.8125rem;top:4.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F { background-color:transparent;background-image:none;display:block; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container { background-color: transparent; background-image: none; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container > .video-iframe-container { display: none; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row > .video-iframe-container { display: none; }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .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); }#KeZ68AbzvP6tJAuPSufXvqsUzV45TR7F > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb4PHgJQtBzTyShhAQPhT2M6QMvtdNoB { width:20rem;height:10.3081875rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaLcQlUql7KuW0GByNDdttvG7oWaAdnR { width:20rem;height:6.4019375rem;top:12.033854484558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZODb2Xv8sfOXngg8BDpTpDgxZ1XoHw4 { width:12.75rem;height:3.4375rem;top:19.8125rem;left:7.25rem;font-size:0.875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #MpTElLwy1eBx3JkzaxfVa1e7HbZqaves { display:block; }
 }@media only screen and (max-width: 763px) { #DT8HRRin87G3ZsVXVIeuRh32nJKsn1Bl { width:12.125rem;height:2.599825rem;top:18.61306476593rem;left:3.9366319775581rem;font-size:1rem;color:#00efff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOpoxOK7s7ap4D2rsHRokhT7hdJ0EuQQ { width:20rem;height:16.6875rem;top:64.2216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHyZQcL1llqUnesTxrTHn8rKe6pSB6DD { width:20rem;height:13.082rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxHdibsSaMcVU5yhM8GH5DNAD1qgmvVq { width:7.625rem;height:1.9375rem;top:22.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt { width:6.3125rem;height:0.96245625rem;top:22.8125rem;left:10.8125rem;font-size:0.6875rem;display:block; }#ShtfKpzapTHuZRiTKiZNL7Df5XPccZnt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71fb7c4a92e8556f18756fc94a258b3b7d4014ff.svg); }
 }@media only screen and (max-width: 763px) { #azFkQcMbyS1gMigdVwxADooueXKXSHW6 { width:20rem;height:18.1875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC { width:20rem;height:20.6875rem;top:17.5625rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/737855c2-1422-4ef3-b330-fd0f6879e75c/download13.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC.adaptive-delivery-prevent-bg, #Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC.lazyload, #Rqcqi1VcpeFOxPgLGmAZHv14etgy5LFC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N { width:8.9375rem;height:0.96245625rem;top:28.9375rem;left:0.625rem;font-size:0.6875rem;display:block; }#Na2rtVqUt8XT2TTVtxQRAt6TD84lca0N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd6b7fb7d9fc34bf1061f08bec857aeed73b3884.svg); }
 }@media only screen and (max-width: 763px) { #AJOmHu5pAEITJf3Aur3u8phraO7FwzyK { width:10.0625rem;height:1.9375rem;top:28.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mCMxzlBVB4O3pL1wsprULV9oix72Utlh { width:9rem;height:0.96245625rem;top:33.5rem;left:10.5rem;font-size:0.6875rem;display:block; }#mCMxzlBVB4O3pL1wsprULV9oix72Utlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4221cc9121d54e2e3c7d6f556b85721735b9f7d9.svg); }
 }@media only screen and (max-width: 763px) { #En1wXCbc9sQSoSDdXw87TuJbR8OBUnew { width:10.25rem;height:1.9375rem;top:33rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt5wkTaetoySoFxzwCA2lSKolNWp8JGp { width:7.999125rem;height:1.875rem;top:34.949871063233rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUQT8i38Z4RwazZVnrn73gH6SHQbISE { width:6.4995625rem;height:0.96245625rem;top:35.455947875976rem;left:1.3125000596046rem;font-size:0.6875rem;display:block; }#JTUQT8i38Z4RwazZVnrn73gH6SHQbISE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71fb7c4a92e8556f18756fc94a258b3b7d4014ff.svg); }
 }@media only screen and (max-width: 763px) { #FgKhf8PuQRMzS28PNTrxL4UU3qInUKgc { width:7.625rem;height:1.9375rem;top:34.874135017395rem;left:0.81184905767444rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph { width:6.625rem;height:0.96245625rem;top:35.455946922303rem;left:1.1940104365349rem;font-size:0.6875rem;z-index:15015;display:block; }#ob69RvRkNAKSl5hWO7ST9N6vsAfPzyph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4221cc9121d54e2e3c7d6f556b85721735b9f7d9.svg); }
 }@media only screen and (max-width: 763px) { #zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/26648194-0969-4dc3-8934-436d9886b6ee/download9.webp");background-position: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;display:block; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF.adaptive-delivery-prevent-bg, #zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF.lazyload, #zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF.lazyloading { background-image: none; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row .container { background-color: transparent; background-image: none; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row .container > .video-iframe-container { display: none; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row > .video-iframe-container { display: none; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .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); }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row .container { border-width: 0; border-radius: 0; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpV2TWG5ilmcmVxuEx3v4yTM3f7IgeuF > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 { display:block; }#ERoIJPl54laTsNCPm90dBLWS3gz0JrR4 > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEQ7aovezRlw19K5ZEc9TwxvUVRbLmCK { width:20rem;height:5.85069375rem;top:35.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3MU6s68NpPDA3MTvV6KEJwQX5VqsOcK { width:9.375rem;height:13.125rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR9DzMsInXq2q25ISgV4QZKWpPGsZS5Z { display:flex;width:2.1875rem;height:2.1875rem;top:45.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #c1r7XluI2QTh5VTBOT8NyNG5plNUuThF { width:6.625rem;height:5.59895625rem;top:48.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3zDqvMzK4KoMakUZV3Thsua96G303er { width:9.375rem;height:13.125rem;top:44.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdq7IM2RCbEe2QLQGPqUdxTPFT86lL5f { width:6.625rem;height:5.59895625rem;top:48.9375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRiP4sTtRxSwIXKc4xSG1vVmA4LZDzz { display:flex;width:2.1875rem;height:2.1875rem;top:45.5rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #k8qSzoV5Db3EEEOZo0oZMi0QpumI4niA { width:9.375rem;height:13.125rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2epABsAzvf46KtFEoVgiwk8qrUHHwQo { width:6.625rem;height:4.19921875rem;top:63.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMGztEuOiofw8GSoVMhvAFOKcoxHCmTf { display:flex;width:2.1875rem;height:2.1875rem;top:60.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #csEaAJds3gckGyFD2TJ9RKQCB9wm3Px0 { width:9.375rem;height:13.125rem;top:73.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWa9ZVI0EbHvSpOkUfSGfu44tWGBqqM { width:6.625rem;height:5.59895625rem;top:78.1875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu4ntxdbBDNOAs6m2LXaT8s2Gf1rUh9y { width:9.375rem;height:13.125rem;top:58.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOitPGDJy2kyEqENx0DU1xdTeuIECyfh { width:6.625rem;height:5.59895625rem;top:63.5625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHV1qRA04yau86RL8p2f68u33OaBm9SG { display:flex;width:2.1875rem;height:2.1875rem;top:74.75rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #qwLArLbTFnNUeguXSqZg8VM0NVSG10cb { display:flex;width:2.1875rem;height:2.1875rem;top:60.125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:3.375rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6  { width:17.5rem;height:auto;top:4rem;left:0rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 {display:block;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 { width:17.5rem;height:auto;top:4rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Btl9RgbUFSNC3kqbBfdGXxqVi1Svxc9L {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #o6ars9hCNDpOChZxpaAN8EVLr8W6nzs0 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ppFNW0RtPhsBIL9cyExe1XubOvFOJ27d {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OTHgUOhVld0FbAKgkhwJTnybo23OO5c5 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Gm6FntJDwfoaMsw4LQ3LZOqKMi63adau {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RwaNteiVieS9wI0ft81MlINW3ctk4CUm {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #LKQ8vTJxuClOFzTkg5VJGG6bZhdLvJc1 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #U3WrFH1EzqCD9LkMAeU6ei4rVIpTz1zx {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #JIt07EpQzMW4sLZMoZPeofNQov9WzRNJ {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RCzpKl31CuJKoqrPzIwqfE0zWTt487Np {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #wnQBexo7wHKwJCWoeg7lcCXwVthg8J8M {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #z5RlH4k3cMFpUvU3vz0wFtdI5R6mHU6r {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ynyGybh2JQ41aBk9S1u7zITRwrUQ6uTc {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zJ6RkUJsEfZ3A2GBrKW8aT6CSi2BP6F9 {  }
 }@media only screen and (max-width: 763px) { #DczPNKlMSTqxsZtLOd0BpUcOSipMtCoU { width:20rem;height:1.2246125rem;top:2.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maL2Ip6rTMLTFxKCbAt9xaoSgZQavIgR { display:flex;width:4.8125rem;height:4.8125rem;top:0.125rem;left:-2.75rem; }
 }@media only screen and (max-width: 763px) { #C56Uu3W0rgfiMJllsATx3kD4XwW5sEeX { width:9.375rem;height:13.125rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHLmmW1Qs5AKwhrD0rfiNFMHsgUgOGBK { width:6.625rem;height:5.59895625rem;top:78.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2DHhxsR10yxaaFPkfuFwXonVpd0Z2Bg { display:flex;width:2.1875rem;height:2.1875rem;top:74.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FUHIh3A6mb36bwboUUeBd7pIW3V6tV5C { display:flex;width:2.1875rem;height:2.1875rem;top:74.749352455137rem;left:14.037544548511rem; }
 }@media only screen and (max-width: 763px) { #DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp { display:block; }#DEBBDU4X0sM9qA2cDB9PXndrMlCssoCp > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcAU4r9i1UnyKsUid935NnQdd2tTp9zb { width:20rem;height:5.15625rem;top:13.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ug2UneS2iqzBv1c037MEPq21kTR254 { width:20rem;height:13.6465rem;top:34.9375rem;left:0rem;font-size:1rem;display:block; }#L9ug2UneS2iqzBv1c037MEPq21kTR254 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_842a5ff8bec079ab3f114e887b5b21ba1ff5c44c.svg); }
 }@media only screen and (max-width: 763px) { #Uuk2T24vTHyMLgRLb9uxT3gXaeuZix5w { width:20rem;height:11.1979125rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXkmzxVgaeZpnWasmUlFB0ZnVkDBn57D { width:18.25rem;height:9.6875rem;top:1.8125rem;left:1.7275525819424rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS7w3gcZe20J3T8GmRHgGEVJCro3CoZx { display:flex;width:3.6875rem;height:3.6875rem;top:2.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #TRc1Burv5HrkbqaKQocTwPBWl80FrKCh { width:4.5625rem;height:4.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xR4gJMy8DpBUDv4iBc6Dz2pfrdB9D1 { width:0.0625rem;height:22.625rem;top:57.5166171875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fa2c59e-fb76-4a83-96a4-f947944561ae/download10.webp");background-position: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; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n.adaptive-delivery-prevent-bg, #awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n.lazyload, #awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n.lazyloading { background-image: none; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row .container { background-color: transparent; background-image: none; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.34); }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row .container > .video-iframe-container { display: none; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.34); }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row > .video-iframe-container { display: none; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .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); }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row .container { border-width: 0; border-radius: 0; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awNR26PHs4qm48cfcDfH6g4dvrkGuZ5n > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF { display:block; }#dHNlZ8HnZ9UdJEIrbsIXTXftvvRRcapF > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mETBQmUDOfypAQ7NSrWyTmzfbWnTPMMW { width:19.75rem;height:15.625rem;top:6.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(210deg, rgba(0,23,79,0.71), rgba(var(--color-primary-2),0.57));background-image: -moz-linear-gradient(210deg, rgba(0,23,79,0.71), rgba(var(--color-primary-2),0.57));background-image: -ms-linear-gradient(210deg, rgba(0,23,79,0.71), rgba(var(--color-primary-2),0.57));background-image: -o-linear-gradient(210deg, rgba(0,23,79,0.71), rgba(var(--color-primary-2),0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00174fb5', endColorstr='rgba(var(--color-primary-2),0.57)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00174fb5', endColorstr='rgba(var(--color-primary-2),0.57)' );";background-image: linear-gradient(210deg, rgba(0,23,79,0.71), rgba(var(--color-primary-2),0.57));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qn4pTn9c7q41qhznQoBsFIzpetQQXQEr { display:flex;width:2.625rem;height:2.625rem;top:7.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SNAU4adRTsWXUFsJG0hTPI92Mp7Saqqr { width:8.125rem;height:4.19921875rem;top:10.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1NhZCKcisqvl9IEZ43OBy1GpUNLpRk { width:5.4375rem;height:4.5377625rem;top:10.9375rem;left:10.5rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNILPyCNymOpmk4LXeZpRTsTlw1NpiEX { width:3.3125rem;height:1.3997375rem;top:13.625rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0HV97O8HUSLUaykOkyfafWXxUHSfQW { width:10.6875rem;height:2.875rem;top:17.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdDTwulcImt2SBembQWxhpb29pPywml { display:block; }
 }@media only screen and (max-width: 763px) { #ymIbsxgfqS7W1RWed981g0cwCOSqaqT8 { width:19.75rem;height:20.25rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9UpX2vTZuB4pf1dNsT7v7SKNg8wfL1V { width:16.3125rem;height:2.79948125rem;top:26.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBEKCTJUdv5xeRyTQVxizRTFkZkQUJd { width:10.6875rem;height:2.875rem;top:40.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUJbka7AHoGoxSFe3yOooTx43KHqQnk { display:block; }
 }@media only screen and (max-width: 763px) { #DczXWX93usuS6OlZLZLTxnmmC6gB4F5a { width:15.5rem;height:8.1228125rem;top:30.5rem;left:1.25rem;font-size:1rem;display:block; }#DczXWX93usuS6OlZLZLTxnmmC6gB4F5a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_842a5ff8bec079ab3f114e887b5b21ba1ff5c44c.svg); }
 }@media only screen and (max-width: 763px) { #Td3rhR7zD2IexztPyyLN8WrpD8vczvhO { width:19.75rem;height:35.6875rem;top:61.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGmX8kww86OkJQT9nXtl5EXttlg59SvX { width:20rem;height:1.71875rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ { display:block; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgmnm9IsZq5y8PdkxvsfcvdGBxX5S6ch { width:11.5rem;height:4.125rem;top:5.875rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HiB8DDa9AUCAP0BR6ccn393B1two46Xb { width:7.3125rem;height:7.0625rem;top:20.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok8kmgAcXuTVZTOgL5At0GDGWk4Ea8QI { display:flex;width:2.0625rem;height:2.0625rem;top:32rem;left:13.3125rem; }
#Ok8kmgAcXuTVZTOgL5At0GDGWk4Ea8QI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #ENdxH5dKs6x6drP8aUiBLSHU0ORwTzl6 { display:flex;width:2.0625rem;height:2.0625rem;top:32rem;left:9rem; }
#ENdxH5dKs6x6drP8aUiBLSHU0ORwTzl6 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #EXKsFUc3pKtE8aeKSaTvxcnVL89P6rP9 { display:flex;width:2.0625rem;height:2.0625rem;top:32rem;left:4.6875rem; }
#EXKsFUc3pKtE8aeKSaTvxcnVL89P6rP9 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #MM4NKAWEQHipuwQ9NN2B8uasSMg7Kv4p { width:20rem;height:5.84960625rem;top:11rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWoVD9GG4Bpd3zWqhCkmVTBuNvbwIBvE { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #hWoVD9GG4Bpd3zWqhCkmVTBuNvbwIBvE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;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; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { background-color: transparent; background-image: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .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); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { border-width: 0; border-radius: 0; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block; }
 }