.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:242,246,250;--color-primary-1:213,226,239;--color-primary-2:170,196,223;--color-primary-3:85,98,112;--color-primary-4:26,29,33;--color-secondary-0:244,217,229;--color-secondary-1:217,129,168;--color-secondary-2:179,3,80;--color-secondary-3:90,2,40;--color-secondary-4:27,0,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eee5e2;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { background-color: transparent; background-image: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .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); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { border-width: 0; border-radius: 0; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#zbkJQ1NQPTT1mlJJTT7tAAUNAF28ivAg { box-sizing:content-box;height:30.8125rem;width:47rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.57);background-image:none;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8759765625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#revFM5abt3ZBT8d1IK3RNye5MdeaFAPA { color:#b30350;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375rem;left:2rem;height:5.8496125rem;font-style:normal;display:block; }
#cJWl2bm1kUUhlNr1z1apbmk4Db9mscxk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.9375rem;left:2rem;height:4.72265625rem;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; }
#w3FAlT44A3TKXTg1tUu6iDzZcRrmh86G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:37.18701171875rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-form-header {  }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-text { 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.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.75rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-text {padding-top: 0; padding-bottom: 0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .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:22.75rem;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; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-select {padding-top: 0; padding-bottom: 0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .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:21.375rem;overflow:hidden;font-style:normal; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .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; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-container:first-of-type{padding-top:0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-container:last-of-type{padding-bottom:0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;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:10.375rem;left:34.1552734375rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.75rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .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; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA {display:block;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;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:10.375rem;left:34.1552734375rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #kZAxfKzt7RJZ56okg5FZsAlNSTFGvXfi { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #NudvcHJvsCArszuSw1Lns6dnubtUf4Tu { position:relative;display:block; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #BRVSW5alDcbqg5z0g7hdgFsRKCIurymR { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #Ex7cmbXybDVKBtwx2ul2Tw6mRWyLy1eb { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #ZdooP3cdUL7CBAmNctB7mTvOnNXBf1XL { position:relative;display:block; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #b2TBHBUlbV2XHdgPVk0z5iPCwhQsDPTo { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #Wx0m6WpSbKtkeldLitfF3CQZ8nzhHQW0 { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #q4fUAhGNx9SlLBTLto43mRKcAIAPVLnb { position:relative;display:block; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #VhJkJpBITBwT9TTQ1RLlvuFTLpTt492e { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #pUK8IrWwWltE1vHKy1FLsk1heFOwI5Jz { position:relative; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #snWWzeO2iKFsFbUBkuo8HM4XWZMqIe7c { position:relative; }
#JWHWSuiTeE3wN51p9JPiFKMzBHQQe5xs { box-sizing:content-box;height:30.8125rem;width:26.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8759765625rem;left:33.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rTTGiBeeRoQOL1H9KwbW5E10gHzTdl02 { box-sizing:content-box;height:3.6875rem;width:21.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#R0I8xVTfSPHvi2LH8vmA15sin7aBR50S { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.3125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ub5JHhxPgW23AKQiPg85k5nkyLXPM7ib { 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:15007;opacity:1;top:5.25rem;left:2.25rem; }
#VUXeU7GrS6x9PzIHJWZ3XilcOJlzrAEn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container { background-color: transparent; background-image: none; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container > .video-iframe-container { display: none; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row > .video-iframe-container { display: none; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .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); }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container { border-width: 0; border-radius: 0; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#n1uBCIhDWLtqPMu6kfgJ7NuhB3AshwT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:5.0625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.67578125rem;left:4.4375rem;height:14.723625rem;font-style:normal;display:block; }#L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
#H9M6WUIkSKRm5Mdpzoq1MKOdMtmuLIkr { box-sizing:content-box;height:3.81225625rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.37);background-image:none;top:8.9991455078125rem;left:2.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NXJrTCMVUe3NdlqnlHMW4iwDb9lPhu7l { box-sizing:content-box;height:4.25rem;width:55.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.37);background-image:none;top:13.24853515625rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NRF4UNdAG6K534ePRDI2pXThI1S6yIKo { box-sizing:content-box;height:5.25rem;width:55.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.37);background-image:none;top:17.93701171875rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JkzacS9dMLnHErDGQnbsLEyWiqWLKiC9 { box-sizing:content-box;height:3.9375rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.37);background-image:none;top:23.68701171875rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ztuo2CPmVVrifEwNeuTPOREPWcd93emn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container { background-color: transparent; background-image: none; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container > .video-iframe-container { display: none; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row > .video-iframe-container { display: none; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .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); }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container { border-width: 0; border-radius: 0; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#tvHQthgT22k2TZBVkuVFvtLJK04o6ASo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.561525rem;width:5.561525rem;top:4.4375rem;left:33.4375rem;overflow:hidden;display:block; }
#GUWhhrKe9Bt6HMG3yQuDsfo2e75bfBOg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.125rem;height:1.950075rem;display:block; }
#QxFziI08AmTRM5i7RFhRaSCcQiWCErVM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.125rem;height:1.13769375rem;display:block; }
#aRvsyuyyTS2aAi9ZU2OWbnkhwXPxF3in { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:40.125rem;height:1.625rem;display:block; }
#wBJaPhFRlwV0omRHUd1VPSw1fBcy8dTk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.09326171875rem;left:33.4375rem;height:15.84375rem;display:block; }
#X5c90dsnv8DN1CDkZXMKKRlskVALHSGh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.18603515625rem;height:3.4121125rem;font-style:normal;display:block; }
#CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9990234375rem;left:2.18603515625rem;height:18.3105625rem;font-style:normal;display:block; }#CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_62e74aea3e150788a2453f4d5802295156b31af4.svg); }
#W8SgT0T2QxUkN9TzsEb3V1GMyUxA1xSl { box-sizing:content-box;height:28.125rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.40576171875rem;left:30.1875rem;display:block; }
#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container { background-color: transparent; background-image: none; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container > .video-iframe-container { display: none; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row > .video-iframe-container { display: none; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .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); }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container { border-width: 0; border-radius: 0; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#QJ85OtxEUrT3xiKZToGV1tQ92G2DFV8x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#LpeoPM9iEGkqTT3qtdnK0JLfhrAxiVNF { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.94970703125rem;left:2.9375rem;height:1.2246125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TKDyQbrwxi1GOW9z91BsgQe3weRxbVRs { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:40.3125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tkmUc5xkqJd1r8Dmus3M5g8IIZ22zzGb { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:54.0625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz { display:block; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbkJQ1NQPTT1mlJJTT7tAAUNAF28ivAg { top:0.875rem;left:0rem;width:47rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #revFM5abt3ZBT8d1IK3RNye5MdeaFAPA { top:10.375rem;left:0rem;width:30.4375rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJWl2bm1kUUhlNr1z1apbmk4Db9mscxk { top:20.9375rem;left:0rem;width:26.375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FAlT44A3TKXTg1tUu6iDzZcRrmh86G { top:4.5rem;left:28.625rem;width:19.125rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-regular-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-text { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-text {padding-top: 0; padding-bottom: 0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-textarea { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-select { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-select {padding-top: 0; padding-bottom: 0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-button { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-checkbox-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA  { width:22.75rem;height:auto;top:10.375rem;left:22.5rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .radio-container { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA {display:block;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA { width:22.75rem;height:auto;top:10.375rem;left:22.5rem; }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #kZAxfKzt7RJZ56okg5FZsAlNSTFGvXfi {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #NudvcHJvsCArszuSw1Lns6dnubtUf4Tu {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #BRVSW5alDcbqg5z0g7hdgFsRKCIurymR {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #Ex7cmbXybDVKBtwx2ul2Tw6mRWyLy1eb {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #ZdooP3cdUL7CBAmNctB7mTvOnNXBf1XL {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #b2TBHBUlbV2XHdgPVk0z5iPCwhQsDPTo {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #Wx0m6WpSbKtkeldLitfF3CQZ8nzhHQW0 {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #q4fUAhGNx9SlLBTLto43mRKcAIAPVLnb {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #VhJkJpBITBwT9TTQ1RLlvuFTLpTt492e {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #pUK8IrWwWltE1vHKy1FLsk1heFOwI5Jz {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #snWWzeO2iKFsFbUBkuo8HM4XWZMqIe7c {  }
 }@media only screen and (max-width: 763px) { #JWHWSuiTeE3wN51p9JPiFKMzBHQQe5xs { top:0.875rem;left:21.25rem;width:26.5rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTGiBeeRoQOL1H9KwbW5E10gHzTdl02 { top:4.5rem;left:0rem;width:21.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0I8xVTfSPHvi2LH8vmA15sin7aBR50S { top:5.3125rem;left:0rem;width:16.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub5JHhxPgW23AKQiPg85k5nkyLXPM7ib { top:5.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUXeU7GrS6x9PzIHJWZ3XilcOJlzrAEn { display:none; }
 }@media only screen and (max-width: 763px) { #Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS { display:block; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1uBCIhDWLtqPMu6kfgJ7NuhB3AshwT5 { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy { top:9.625rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:0.875rem;display:block; }#L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #H9M6WUIkSKRm5Mdpzoq1MKOdMtmuLIkr { top:8.9375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJrTCMVUe3NdlqnlHMW4iwDb9lPhu7l { top:13.1875rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRF4UNdAG6K534ePRDI2pXThI1S6yIKo { top:17.875rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkzacS9dMLnHErDGQnbsLEyWiqWLKiC9 { top:23.625rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztuo2CPmVVrifEwNeuTPOREPWcd93emn { display:block; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvHQthgT22k2TZBVkuVFvtLJK04o6ASo { top:4.4375rem;left:27.3125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUWhhrKe9Bt6HMG3yQuDsfo2e75bfBOg { top:6.5rem;left:31.6875rem;width:16.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxFziI08AmTRM5i7RFhRaSCcQiWCErVM { top:8.5rem;left:28.1875rem;width:19.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRvsyuyyTS2aAi9ZU2OWbnkhwXPxF3in { top:4.4375rem;left:31.6875rem;width:16.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBJaPhFRlwV0omRHUd1VPSw1fBcy8dTk { top:12.0625rem;left:22.6875rem;width:25.0625rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5c90dsnv8DN1CDkZXMKKRlskVALHSGh { top:4.4375rem;left:0rem;width:27.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U { top:9.9375rem;left:0rem;width:25.8125rem;height:18.25rem;font-size:0.875rem;display:block; }#CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_62e74aea3e150788a2453f4d5802295156b31af4.svg); }
 }@media only screen and (max-width: 763px) { #W8SgT0T2QxUkN9TzsEb3V1GMyUxA1xSl { top:3.375rem;left:24.0625rem;width:0.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb { display:block; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ85OtxEUrT3xiKZToGV1tQ92G2DFV8x { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpeoPM9iEGkqTT3qtdnK0JLfhrAxiVNF { width:25.9375rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDyQbrwxi1GOW9z91BsgQe3weRxbVRs { width:12.1875rem;height:1.375rem;top:1.8125rem;left:34.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkmUc5xkqJd1r8Dmus3M5g8IIZ22zzGb { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-size:cover !important;display:block; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { background-color: transparent; background-image: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .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); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbkJQ1NQPTT1mlJJTT7tAAUNAF28ivAg { width:20rem;height:35.3125rem;top:18.848876953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #revFM5abt3ZBT8d1IK3RNye5MdeaFAPA { width:18.75rem;height:3.25rem;top:4.81689453125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJWl2bm1kUUhlNr1z1apbmk4Db9mscxk { width:18.8125rem;height:3.673825rem;top:8.69189453125rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3FAlT44A3TKXTg1tUu6iDzZcRrmh86G { width:14.1860625rem;height:3.25rem;top:15.5625rem;left:2.90673828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-text {padding-top: 0; padding-bottom: 0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-select {padding-top: 0; padding-bottom: 0;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA  { width:17.5rem;height:auto;top:19.625rem;left:0rem; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA {display:block;}#MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA { width:17.5rem;height:auto;top:19.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #kZAxfKzt7RJZ56okg5FZsAlNSTFGvXfi {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #NudvcHJvsCArszuSw1Lns6dnubtUf4Tu {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #BRVSW5alDcbqg5z0g7hdgFsRKCIurymR {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #Ex7cmbXybDVKBtwx2ul2Tw6mRWyLy1eb {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #ZdooP3cdUL7CBAmNctB7mTvOnNXBf1XL {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #b2TBHBUlbV2XHdgPVk0z5iPCwhQsDPTo {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #Wx0m6WpSbKtkeldLitfF3CQZ8nzhHQW0 {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #q4fUAhGNx9SlLBTLto43mRKcAIAPVLnb {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #VhJkJpBITBwT9TTQ1RLlvuFTLpTt492e {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #pUK8IrWwWltE1vHKy1FLsk1heFOwI5Jz {  }
 }@media only screen and (max-width: 763px) { #MFFFKC6TZPBRznJ34kBg4UyWTBWcmHMA #snWWzeO2iKFsFbUBkuo8HM4XWZMqIe7c {  }
 }@media only screen and (max-width: 763px) { #JWHWSuiTeE3wN51p9JPiFKMzBHQQe5xs { width:20rem;height:28.3125rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTGiBeeRoQOL1H9KwbW5E10gHzTdl02 { width:10.1875rem;height:3.625rem;top:73.3111875rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0I8xVTfSPHvi2LH8vmA15sin7aBR50S { width:16.625rem;height:1.625rem;top:1.37939453125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ub5JHhxPgW23AKQiPg85k5nkyLXPM7ib { display:flex;width:3.125rem;height:3.125rem;top:52.640258789062rem;left:4.5311279296875rem;font-size:2.1875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #VUXeU7GrS6x9PzIHJWZ3XilcOJlzrAEn { top:0.44189453125rem;left:1.6875rem;width:16.625rem;height:3.5rem;z-index:14996;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS { display:block; }#Kubbtq0ZKwH0l1VeAXllCiM8VQHrFaOS > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1uBCIhDWLtqPMu6kfgJ7NuhB3AshwT5 { width:18.374625rem;height:1.625rem;top:1.4373779296875rem;left:0.8111572265625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy { width:17.6235625rem;height:28.369125rem;top:5.03466796875rem;left:1.18798828125rem;font-size:0.875rem;display:block; }#L6UQJmTqtJ3JZTIh0uFb1KJcRXcOJtVy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #H9M6WUIkSKRm5Mdpzoq1MKOdMtmuLIkr { width:20rem;height:7.1875rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJrTCMVUe3NdlqnlHMW4iwDb9lPhu7l { width:20rem;height:6.9375rem;top:11.9736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRF4UNdAG6K534ePRDI2pXThI1S6yIKo { width:20rem;height:6.625rem;top:28.03466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkzacS9dMLnHErDGQnbsLEyWiqWLKiC9 { width:20rem;height:7.8125rem;top:19.59716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztuo2CPmVVrifEwNeuTPOREPWcd93emn { display:block; }#ztuo2CPmVVrifEwNeuTPOREPWcd93emn > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvHQthgT22k2TZBVkuVFvtLJK04o6ASo { width:4.874875rem;height:4.874875rem;top:29.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUWhhrKe9Bt6HMG3yQuDsfo2e75bfBOg { width:13.125rem;height:1.625rem;top:30.875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxFziI08AmTRM5i7RFhRaSCcQiWCErVM { width:12.749625rem;height:1.7871125rem;top:32.5rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRvsyuyyTS2aAi9ZU2OWbnkhwXPxF3in { width:8.687125rem;height:1.21875rem;top:29.4375rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBJaPhFRlwV0omRHUd1VPSw1fBcy8dTk { width:18.4375rem;height:21.60695625rem;top:36.0625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5c90dsnv8DN1CDkZXMKKRlskVALHSGh { width:17.687375rem;height:1.625rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U { width:18.624875rem;height:20.0961875rem;top:4.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }#CNTyhszwNqwlkhgo5tvfOWsmtP3TET8U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_62e74aea3e150788a2453f4d5802295156b31af4.svg); }
 }@media only screen and (max-width: 763px) { #W8SgT0T2QxUkN9TzsEb3V1GMyUxA1xSl { width:16.875rem;height:0.125rem;top:26.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb { display:block; }#NPrGc8Oa7q5aCVhRproCDstI7Hy5bthb > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ85OtxEUrT3xiKZToGV1tQ92G2DFV8x { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpeoPM9iEGkqTT3qtdnK0JLfhrAxiVNF { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDyQbrwxi1GOW9z91BsgQe3weRxbVRs { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkmUc5xkqJd1r8Dmus3M5g8IIZ22zzGb { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }