.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:254,254,253;--color-primary-1:253,253,249;--color-primary-2:251,250,243;--color-primary-3:126,125,122;--color-primary-4:38,38,36;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,215,255;--color-tertiary-2:0,123,255;--color-tertiary-3:0,62,128;--color-tertiary-4:0,12,25;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"imessage"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.78);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); }#ym78cPskk1QAL69xmfuufr829AT7v4MP { position:relative;display:none; }#ym78cPskk1QAL69xmfuufr829AT7v4MP { border-width: 0; border-radius: 0; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .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; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qnhlO7rsGd3q3px9FxVuf34Q59Jv6sEB { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5620660781861rem;left:0rem;height:4.900175rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-form-header {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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:17.5rem;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; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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:17.5rem;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;vertical-align:top; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-text {padding-top: 0; padding-bottom: 0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),0.37);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-select {padding-top: 0; padding-bottom: 0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.31);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.31);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.31);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.31);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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:16.25rem;overflow:hidden;font-style:normal;float:none; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .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; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-container:first-of-type{padding-top:0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-container:last-of-type{padding-bottom:0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR  { 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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:16.499567031861rem;left:52.062177658081rem; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.4;font-weight:400;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;text-align:center;text-align-last:center; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR {display:block;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR { 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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:16.499567031861rem;left:52.062177658081rem;display:none; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #PaN2gTZIvFShhbrtFyLhgKPHsuVmBmbC { position:relative;display:block;z-index:15000; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #JvELaUFlWuHoOlPQvnNIZOQQkDhCOvWW { position:relative;display:block;z-index:15000; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #gI2I8vu0l4Pt92IgV9k9MTMT0ZlJ8Upx { position:relative; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #KrSm4Ld9OsJF9Cc9X3qO0ZQ04T6rLnZE { position:relative;display:block; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #oi4o5pOSJNDVED5ZPRCdkabZQMTcTSdM { position:relative; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #E4UPcmOcT2GGVq6D65egw3KHykk2cCC8 { position:relative; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #TWWxlLPifTTo8guOXUWWBOCvIBZpBBSA { position:relative; }
#XRtMikPC6n67PEQg7KwwoCKFBV18oC0y { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5620660781861rem;left:0rem;height:4.900175rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZebGffiTTFUdKhzvFFdyG62DwpKH1NIu { 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:24.1875rem;width:75rem;display:none; }
#F5fe3ONR2laphfoKa5neickVJpPmWVIG { 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.125rem;width:30.5625rem;display:none; }
#lH5CFJUSSgaaVyRKvgACf1OCAmi94n8S { 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.0625rem;width:29.1875rem;display:none; }
#xKIGRpHRXJ38PgeueTdkpsccBWw3b0A1 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5620660781861rem;left:0rem;height:4.900175rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zfq1NEeQaFqr7KFSExDDGSTNaSGRLZ5h { 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:31.25rem;width:75rem;display:none; }
#O70QUVMpK3RFFKiz8gpq8nMDnVhJxaAJ { display:block;width:31.1246875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.749350547791rem;left:21.937391281128rem;height:5.249025rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#yrWvUHFtgDaQmaXN0fWsvEpRyErVLUHg { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5620660781861rem;left:0rem;height:4.900175rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2955;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; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container { background-color: transparent; background-image: none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container > .video-iframe-container { display: none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row > .video-iframe-container { display: none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .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); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container { border-width: 0; border-radius: 0; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#GGzqpEpAeTxrlW78kV1zdcIvbvDSuBAE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.0625rem;top:2.21875rem;left:7.5rem;overflow:hidden;display:block; }
#Fn2BycoEKz2Sk8XpcEe1hiPnwSGhtCs7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:2.28125rem;left:19.125rem;overflow:hidden;display:block; }
#cPpI1nec5EgmHTV6vIxdSDTMZ0iunX8K { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.8125rem;top:2.9375rem;left:33.1875rem;overflow:hidden;display:block; }
#Kc5O0tHBBSPPGRfMyzqLmfF0ILylGyN4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.0625rem;top:2.5rem;left:48.9375rem;overflow:hidden;display:block; }
#Kmmi5vw3fdylKIuroFycMk2flzEwWotm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.5rem;top:2.53125rem;left:64rem;overflow:hidden;display:block; }
#vA6zDRaGOP5ABMHwdhvtgpiuEflRvDHO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:0.75rem;left:2.8125rem;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;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:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;overflow:visible;position:relative;display:none; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:3.75rem;color:rgba(var(--color-tertiary-4),1);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:none; }
#sDzknfs89lI8kOC2XdqMhu60NV37ONNd { color:#fbfaf3;display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:5.875rem;left:10.90625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NamhLNPUTqz1KgorZuKARnfwUw9zXvTg { color:#fbfaf3;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:25.625rem;left:10.9375rem;height:4.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqt4ZTVTsaRexbU3aNca5230L4DKwWBf { color:rgba(var(--color-primary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.6875rem;left:52.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#P3OwMrDgWlHoydoBFTvXEZdDeVk1ow6L { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.4375rem;top:27.75rem;left:53.5rem;overflow:hidden;display:block; }
#fIGnPaN01KMnLrNBXxsFVo0H9HexNPGc { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.75rem;top:21.0625rem;left:34.8125rem;overflow:hidden;display:block; }
#fRbs795g3s2vgQd9Mg3cHNLLdZrNlivT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:36.125rem;left:18.125rem;display:block; }
#f1ZvZAcR11GAuQNDXcB9amb6xZtEh0D6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bm42Ztwsv4TptoXAgBVqMrJa1L1HJdNf { color:#c10909;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.25rem;left:21.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Xgk0LbPg0UL1w0ByqZWQL98JmpXd4Tsa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.125rem;left:39.3125rem;display:block; }
#aAITqrtlx3XZOSNwgKnqMOKtWlyrqEf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1bAkWVqxz4MmAGkLBzrLTw6XEllTW9P { color:#fbfaf3;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:25.625rem;left:10.3125rem;height:4.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t7Qfzgveeyl8tivM0TeVwmJTDPmzt5Uh { box-sizing:content-box;height:3.3125rem;width:14rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.14);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.37);border-left:0.0625rem solid rgba(var(--color-primary-2),0.37);border-right:0.0625rem solid rgba(var(--color-primary-2),0.37);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.37);top:17.0625rem;left:12rem;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:none; }
#zPhMreO1MVwFOnWMp6ymLM0BTH9U77OO { box-sizing:content-box;height:3.3125rem;width:14rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.14);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.37);border-left:0.0625rem solid rgba(var(--color-primary-2),0.37);border-right:0.0625rem solid rgba(var(--color-primary-2),0.37);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.37);top:17.0625rem;left:12rem;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:none; }
#xsOVTV3fDiihAS6QzzArs3cgNHV5rAU9 { color:#c10909;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.25rem;left:21.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#JmI03VSia6wtv44mOE4IhrIhXKEMSyKV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.6875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { background-color: transparent; background-image: none; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container > .video-iframe-container { display: none; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row > .video-iframe-container { display: none; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .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); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { border-width: 0; border-radius: 0; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { font-size:0.875rem;font-family:arial;height:86.5rem;width:75rem;position:relative;display:block; }#WKAbA18KfddZxSnIcWQp9fSihklOrzN7 { color:#fbfaf3;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.8125rem;left:16.6875rem;height:5.99935rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOhdTGskTTdlWL5lW6KDfMkBFWhtUHff { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:22.5rem;top:18.9375rem;left:40.25rem;overflow:hidden;display:block; }
#akO3mwW3K1oiSQWFJxtprtFLyZbT5tea { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:22.5rem;top:39.6875rem;left:40.25rem;overflow:hidden;display:block; }
#og95vgkXgf9NoAmZuvwPbcWegqWRDasV { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.6875rem;left:40.25rem;height:3.41145625rem;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; }
#Ben3oM1TyrPaRuqCdVGnuR71bv94IMa8 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:13.8125rem;width:24.625rem;top:16.75rem;left:13.125rem;display:block; }
#qP6D1bQTX3yhPW8H2T914Dntd6To0GKl { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:46.5rem;left:40.25rem;height:3.41145625rem;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; }
#A3KTlWodMrHdCB8WQh92LNPSr6BRufPo { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:13.8125rem;width:24.625rem;top:37.90576171875rem;left:13.125rem;display:block; }
#F9l9eta7KgaeSyfJ7gO18BJdZZCO8bg9 { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:13.8125rem;width:24.625rem;top:59.46826171875rem;left:13.125rem;display:block; }
#Qz72HamT93FBvvOmd7BA56GhPpOFLiTU { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:18.375rem;top:60.0625rem;left:40.375rem;overflow:hidden;display:block; }
#o2ifTPHli1N7VPUiB1oEZATdtlc7T3xg { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:66.9375rem;left:40.40625rem;height:3.41145625rem;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; }
#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { background-color: transparent; background-image: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .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); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { border-width: 0; border-radius: 0; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:75rem;position:relative;display:block; }#goTR8hV3fIHTzdOw9KouqgPAZ4xQ8FwG { color:#fbfaf3;display:block;width:25.9375rem;position:absolute;font-family:imessage;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.4375rem;left:24.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV { color:#fbfaf3;display:block;width:18.375rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.084rem;top:12.5rem;left:30.75rem;display:block; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HbcmQROWf2QHgTaQUenKAFeD5IE7nPrc { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.8125rem;top:12.5rem;left:10.28125rem;overflow:hidden;display:block; }
#hZDaAostyX3dvdwLdMV7GG66i75CrSys { color:#fbfaf3;display:block;width:18.375rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:10.722625rem;top:33.78125rem;left:30.75rem;display:block; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#THmhonp90uIShC3d583EwHegTvZ4wlDT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.25rem;top:33.78125rem;left:10.0625rem;overflow:hidden;display:block; }
#wPMTLJAitAWNJ9HqWrdXekVzB3LrfzKh { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.0625rem;top:49.15625rem;left:10.28125rem;overflow:hidden;display:block; }
#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ { color:#fbfaf3;display:block;width:27.6875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:25.0195rem;top:49.15625rem;left:30.75rem;display:block; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb { position:relative;display:none; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb { border-width: 0; border-radius: 0; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .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; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GHqftZS9s2n4qe4kenpvppqLLUvplbtB { color:rgba(var(--color-primary-2),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:18.1875rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Xg3nczO0qMuxRgDmfCKoTRGWKiAfnItC { 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:26.125rem;width:52.5rem;display:none; }
#HFAwoxBr21yf4sFJaX4Gs1Ocovq8JpR0 { 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:26.0625rem;width:45.3125rem;display:none; }
#kDGq6kJJiCzQpKPm3lm8toiePzDAQ3dx { 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:26.0625rem;width:39.8125rem;display:none; }
#OVzEN2h1TsGipc16ouEtfRPV97fB5lhR { 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:22.9375rem;width:39.8125rem;display:none; }
#JvPTl5GF8vity8zCKovmlHKotFIB43dQ { 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:22.875rem;width:35rem;display:none; }
#vKNLGCOeRwUMpWZHxGoxmWMdoSUdNMGl { 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:22.8125rem;width:31.1875rem;display:none; }
body { position:relative;display:block; }
#ym78cPskk1QAL69xmfuufr829AT7v4MP { display:none; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container { width:47.75rem;position:relative;display:none; }#qnhlO7rsGd3q3px9FxVuf34Q59Jv6sEB { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:none; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-text {padding-top: 0; padding-bottom: 0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-select {padding-top: 0; padding-bottom: 0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR  { width:17.5rem;height:auto;top:16.4375rem;left:27.75rem; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR {display:block;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR { width:17.5rem;height:auto;top:16.4375rem;left:27.75rem;display:none; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #PaN2gTZIvFShhbrtFyLhgKPHsuVmBmbC {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #JvELaUFlWuHoOlPQvnNIZOQQkDhCOvWW {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #gI2I8vu0l4Pt92IgV9k9MTMT0ZlJ8Upx {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #KrSm4Ld9OsJF9Cc9X3qO0ZQ04T6rLnZE {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #oi4o5pOSJNDVED5ZPRCdkabZQMTcTSdM {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #E4UPcmOcT2GGVq6D65egw3KHykk2cCC8 {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #TWWxlLPifTTo8guOXUWWBOCvIBZpBBSA {  }
#XRtMikPC6n67PEQg7KwwoCKFBV18oC0y { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:none; }
#ZebGffiTTFUdKhzvFFdyG62DwpKH1NIu { width:47.75rem;height:15.4375rem;display:none; }
#F5fe3ONR2laphfoKa5neickVJpPmWVIG { width:30.5625rem;height:8.125rem;display:none; }
#lH5CFJUSSgaaVyRKvgACf1OCAmi94n8S { width:29.1875rem;height:8.0625rem;display:none; }
#xKIGRpHRXJ38PgeueTdkpsccBWw3b0A1 { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:none; }
#Zfq1NEeQaFqr7KFSExDDGSTNaSGRLZ5h { width:47.75rem;height:19.875rem;display:none; }
#O70QUVMpK3RFFKiz8gpq8nMDnVhJxaAJ { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:none; }
#yrWvUHFtgDaQmaXN0fWsvEpRyErVLUHg { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:none; }
#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi { display:none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container { width:47.75rem;position:relative;display:none; }#GGzqpEpAeTxrlW78kV1zdcIvbvDSuBAE { width:7.0625rem;height:2.5rem;top:2.1875rem;left:0rem;display:none; }
#Fn2BycoEKz2Sk8XpcEe1hiPnwSGhtCs7 { width:9.4375rem;height:2.9145220588235rem;top:2.25rem;left:5.5rem;display:none; }
#cPpI1nec5EgmHTV6vIxdSDTMZ0iunX8K { width:10.8125rem;height:1.3925189393939rem;top:2.9375rem;left:19.5625rem;display:none; }
#Kc5O0tHBBSPPGRfMyzqLmfF0ILylGyN4 { width:11.0625rem;height:2.2775735294118rem;top:2.5rem;left:35.3125rem;display:none; }
#Kmmi5vw3fdylKIuroFycMk2flzEwWotm { width:3.5rem;height:2.3125rem;top:2.5rem;left:44.25rem;display:none; }
#vA6zDRaGOP5ABMHwdhvtgpiuEflRvDHO { width:14.25rem;height:2.25rem;top:0.75rem;left:0rem;font-size:0.875rem;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:none; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#sDzknfs89lI8kOC2XdqMhu60NV37ONNd { width:47.75rem;height:8rem;top:5.875rem;left:0rem;font-size:1.5625rem;display:block; }
#NamhLNPUTqz1KgorZuKARnfwUw9zXvTg { width:26.3125rem;height:4.625rem;top:25.625rem;left:0rem;font-size:1.375rem;display:block; }
#xqt4ZTVTsaRexbU3aNca5230L4DKwWBf { width:11.125rem;height:4.0625rem;top:26.6875rem;left:36.625rem;font-size:3.125rem;display:block; }
#P3OwMrDgWlHoydoBFTvXEZdDeVk1ow6L { width:8.4375rem;height:1.8125rem;top:27.75rem;left:39.3125rem;display:block; }
#fIGnPaN01KMnLrNBXxsFVo0H9HexNPGc { width:19.75rem;height:11.5rem;top:21.0625rem;left:21.1875rem;display:block; }
#fRbs795g3s2vgQd9Mg3cHNLLdZrNlivT { width:19.6875rem;height:3.75rem;top:36.125rem;left:4.5rem;display:block; }
#f1ZvZAcR11GAuQNDXcB9amb6xZtEh0D6 { display:block; }
#Bm42Ztwsv4TptoXAgBVqMrJa1L1HJdNf { width:12.5rem;height:2.5625rem;top:40.25rem;left:8.0625rem;font-size:0.75rem;display:block; }
#Xgk0LbPg0UL1w0ByqZWQL98JmpXd4Tsa { width:19.6875rem;height:3.75rem;top:36.125rem;left:25.6875rem;display:block; }
#aAITqrtlx3XZOSNwgKnqMOKtWlyrqEf8 { display:block; }
#x1bAkWVqxz4MmAGkLBzrLTw6XEllTW9P { width:20rem;height:;top:33.75rem;left:0rem;font-size:1.375rem;display:none; }
#t7Qfzgveeyl8tivM0TeVwmJTDPmzt5Uh { width:14rem;height:3.3125rem;top:17.0625rem;left:0rem;display:none; }
#zPhMreO1MVwFOnWMp6ymLM0BTH9U77OO { width:14rem;height:3.3125rem;top:17.0625rem;left:0rem;display:none; }
#xsOVTV3fDiihAS6QzzArs3cgNHV5rAU9 { width:12.5rem;height:0.9375rem;top:58.125rem;left:0rem;font-size:0.75rem;display:none; }
#JmI03VSia6wtv44mOE4IhrIhXKEMSyKV { width:29.1875rem;height:3.0625rem;top:14.625rem;left:8.0625rem;font-size:1.1875rem;display:block; }
#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD { display:block; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { width:47.75rem;position:relative;display:block; }#WKAbA18KfddZxSnIcWQp9fSihklOrzN7 { width:41.625rem;height:6rem;top:5.8125rem;left:3.0625rem;font-size:1.375rem;display:block; }
#AOhdTGskTTdlWL5lW6KDfMkBFWhtUHff { width:22.5rem;height:6.125rem;top:18.9375rem;left:25.25rem;display:block; }
#akO3mwW3K1oiSQWFJxtprtFLyZbT5tea { width:22.5rem;height:5.9375rem;top:39.6875rem;left:25.25rem;display:block; }
#og95vgkXgf9NoAmZuvwPbcWegqWRDasV { width:22.1875rem;height:3.375rem;top:25.6875rem;left:25.5625rem;font-size:1rem;display:block; }
#Ben3oM1TyrPaRuqCdVGnuR71bv94IMa8 { width:24.625rem;height:13.8125rem;top:16.75rem;left:0rem;display:block; }
#qP6D1bQTX3yhPW8H2T914Dntd6To0GKl { width:22.1875rem;height:3.375rem;top:46.5rem;left:25.5625rem;font-size:1rem;display:block; }
#A3KTlWodMrHdCB8WQh92LNPSr6BRufPo { width:24.625rem;height:13.8125rem;top:37.875rem;left:0rem;display:block; }
#F9l9eta7KgaeSyfJ7gO18BJdZZCO8bg9 { width:24.625rem;height:13.8125rem;top:59.4375rem;left:0rem;display:block; }
#Qz72HamT93FBvvOmd7BA56GhPpOFLiTU { width:18.375rem;height:5.9375rem;top:60.0625rem;left:26.75rem;display:block; }
#o2ifTPHli1N7VPUiB1oEZATdtlc7T3xg { width:22.1875rem;height:3.375rem;top:66.9375rem;left:25.5625rem;font-size:1rem;display:block; }
#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { border-width: 0; border-radius: 0; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { width:47.75rem;position:relative;display:none; }#goTR8hV3fIHTzdOw9KouqgPAZ4xQ8FwG { width:25.9375rem;height:;top:2.4375rem;left:10.90625rem;font-size:2.25rem;color:#fbfaf3;display:none; }
#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV { width:18.375rem;height:16.0625rem;top:12.5rem;left:17.125rem;font-size:1rem;color:#fbfaf3;display:none; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HbcmQROWf2QHgTaQUenKAFeD5IE7nPrc { width:12.8125rem;height:3.4375rem;top:12.5rem;left:0rem;display:block; }
#hZDaAostyX3dvdwLdMV7GG66i75CrSys { width:18.375rem;height:;top:33.75rem;left:17.125rem;font-size:1rem;color:#fbfaf3;display:none; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#THmhonp90uIShC3d583EwHegTvZ4wlDT { width:13.25rem;height:3.4375rem;top:33.75rem;left:0rem;display:block; }
#wPMTLJAitAWNJ9HqWrdXekVzB3LrfzKh { width:10.0625rem;height:3.125rem;top:49.125rem;left:0rem;display:block; }
#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ { width:27.6875rem;height:;top:49.125rem;left:17.125rem;font-size:1rem;color:#fbfaf3;display:none; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb { display:none; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container { width:47.75rem;position:relative;display:none; }#GHqftZS9s2n4qe4kenpvppqLLUvplbtB { width:20rem;height:;top:1.375rem;left:0rem;font-size:1.875rem;display:none; }
#Xg3nczO0qMuxRgDmfCKoTRGWKiAfnItC { width:47.75rem;height:23.75rem;display:none; }
#HFAwoxBr21yf4sFJaX4Gs1Ocovq8JpR0 { width:41.1875rem;height:23.6875rem;display:none; }
#kDGq6kJJiCzQpKPm3lm8toiePzDAQ3dx { width:36.1875rem;height:23.6875rem;display:none; }
#OVzEN2h1TsGipc16ouEtfRPV97fB5lhR { width:36.1875rem;height:20.8125rem;display:none; }
#JvPTl5GF8vity8zCKovmlHKotFIB43dQ { width:31.75rem;height:20.75rem;display:none; }
#vKNLGCOeRwUMpWZHxGoxmWMdoSUdNMGl { width:28.3125rem;height:20.75rem;display:none; }
body { position:relative;background-color:rgba(255,255,255,0.51);background-image:none;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); }#ym78cPskk1QAL69xmfuufr829AT7v4MP { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container { background-color: transparent; background-image: none; }#ym78cPskk1QAL69xmfuufr829AT7v4MP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container > .video-iframe-container { display: none; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row > .video-iframe-container { display: none; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .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); }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container { border-width: 0; border-radius: 0; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ym78cPskk1QAL69xmfuufr829AT7v4MP > .row .container { width:20rem;height:51.25rem;position:relative;display:block; }#qnhlO7rsGd3q3px9FxVuf34Q59Jv6sEB { width:18.499875rem;height:4.02560625rem;top:4.1867408752441rem;left:0.74924045801162rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15010;display:block; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-text {padding-top: 0; padding-bottom: 0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-select {padding-top: 0; padding-bottom: 0;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR  { width:15rem;height:auto;top:17.062175750733rem;left:1.2500000596046rem;z-index:15004; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR {display:block;}#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR { width:15rem;height:auto;top:17.062175750733rem;left:1.2500000596046rem;z-index:15004; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #PaN2gTZIvFShhbrtFyLhgKPHsuVmBmbC {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #JvELaUFlWuHoOlPQvnNIZOQQkDhCOvWW {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #gI2I8vu0l4Pt92IgV9k9MTMT0ZlJ8Upx {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #KrSm4Ld9OsJF9Cc9X3qO0ZQ04T6rLnZE { display:block; }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #oi4o5pOSJNDVED5ZPRCdkabZQMTcTSdM {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #E4UPcmOcT2GGVq6D65egw3KHykk2cCC8 {  }
#xTg47Qkx38hEP5Jlm1CL6O0hs29xnalR #TWWxlLPifTTo8guOXUWWBOCvIBZpBBSA {  }
#XRtMikPC6n67PEQg7KwwoCKFBV18oC0y { width:16.499rem;height:3.8487375rem;top:10.499674797058rem;left:1.7502170205116rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.4;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15010;display:block; }
#ZebGffiTTFUdKhzvFFdyG62DwpKH1NIu { top:45.6875rem;left:6.8125rem;width:6.124675rem;height:1.81206875rem;z-index:15011;overflow:hidden;display:block; }
#F5fe3ONR2laphfoKa5neickVJpPmWVIG { top:42.5625rem;left:10.375rem;width:8rem;height:2rem;z-index:15012;overflow:hidden;display:block; }
#lH5CFJUSSgaaVyRKvgACf1OCAmi94n8S { top:42.6875rem;left:1.6875rem;width:8.0625rem;height:2.0625rem;z-index:15013;overflow:hidden;display:block; }
#xKIGRpHRXJ38PgeueTdkpsccBWw3b0A1 { width:18.499375rem;height:5.511075rem;top:36rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15011;display:block; }
#Zfq1NEeQaFqr7KFSExDDGSTNaSGRLZ5h { top:31.125rem;left:11.0625rem;width:3.312175rem;height:1.37478125rem;z-index:15014;overflow:hidden;display:block; }
#O70QUVMpK3RFFKiz8gpq8nMDnVhJxaAJ { width:5.06239375rem;height:1.3997375rem;top:31.125rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;z-index:15013;display:block; }
#yrWvUHFtgDaQmaXN0fWsvEpRyErVLUHg { width:18.499375rem;height:1.31239375rem;top:15.15896320343rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15011;color:#f00c10;display:block; }
#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi { background-color:#000000;background-image:none;display:block; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container { background-color: transparent; background-image: none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container > .video-iframe-container { display: none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row > .video-iframe-container { display: none; }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .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); }#lrcgDBxmPfviDeET8G7lelkVrt0KQiyi > .row .container { width:20rem;height:10rem;position:relative;display:block; }#GGzqpEpAeTxrlW78kV1zdcIvbvDSuBAE { width:7.0621875rem;height:2.5rem;top:3.625rem;left:1.375rem;display:block; }
#Fn2BycoEKz2Sk8XpcEe1hiPnwSGhtCs7 { width:6.937375rem;height:2.062175rem;top:6.125rem;left:10.9375rem;display:block; }
#cPpI1nec5EgmHTV6vIxdSDTMZ0iunX8K { width:6.6873125rem;height:0.812175rem;top:6.875rem;left:1.5625rem;display:block; }
#Kc5O0tHBBSPPGRfMyzqLmfF0ILylGyN4 { width:8.499875rem;height:1.749675rem;top:4rem;left:10.1875rem;display:block; }
#Kmmi5vw3fdylKIuroFycMk2flzEwWotm { width:3.49989375rem;height:2.31228125rem;top:7.9361991882325rem;left:14.249132454395rem;display:none; }
#vA6zDRaGOP5ABMHwdhvtgpiuEflRvDHO { top:1.4925117492676rem;left:2.2808161377907rem;width:15.4373125rem;height:1.13715rem;z-index:15030;color:rgba(var(--color-primary-2),0.71);text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;background-image:none;display:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:64.1875rem;width:20rem;position:relative;display:none; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:20rem;height:0;top:13.061079025269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15002;display:none; }
#sDzknfs89lI8kOC2XdqMhu60NV37ONNd { width:20rem;height:3.125rem;top:6.21142578125rem;left:0rem;font-size:1.5625rem;display:block; }
#NamhLNPUTqz1KgorZuKARnfwUw9zXvTg { width:20rem;height:0;top:28.64892578125rem;left:0rem;font-size:1.375rem;display:none; }
#xqt4ZTVTsaRexbU3aNca5230L4DKwWBf { width:5.5625rem;height:2.5996125rem;top:34.02685546875rem;left:7.21875rem;font-size:2rem;display:block; }
#P3OwMrDgWlHoydoBFTvXEZdDeVk1ow6L { width:6rem;height:1.3125rem;top:34.57666015625rem;left:6.7705078125rem;overflow:hidden;display:block; }
#fIGnPaN01KMnLrNBXxsFVo0H9HexNPGc { width:12.125rem;height:7rem;top:28.5478515625rem;left:3.9375rem;overflow:hidden;display:block; }
#fRbs795g3s2vgQd9Mg3cHNLLdZrNlivT { width:14.3125rem;height:3.25rem;top:41.81396484375rem;left:2.84375rem;font-size:1.375rem;display:block; }
#f1ZvZAcR11GAuQNDXcB9amb6xZtEh0D6 { display:block; }
#Bm42Ztwsv4TptoXAgBVqMrJa1L1HJdNf { width:12.5rem;height:1.94921875rem;top:37.25146484375rem;left:3.75rem;font-size:0.75rem;display:block; }
#Xgk0LbPg0UL1w0ByqZWQL98JmpXd4Tsa { width:14.3125rem;height:3.25rem;top:46.50146484375rem;left:2.84375rem;font-size:1.375rem;display:block; }
#aAITqrtlx3XZOSNwgKnqMOKtWlyrqEf8 { display:block; }
#x1bAkWVqxz4MmAGkLBzrLTw6XEllTW9P { width:20rem;height:3.0244125rem;top:25.52392578125rem;left:0rem;font-size:1.375rem;z-index:15013;display:block; }
#t7Qfzgveeyl8tivM0TeVwmJTDPmzt5Uh { width:15.25rem;height:2.75rem;top:16.0673828125rem;left:2.34375rem;z-index:14998;display:block; }
#zPhMreO1MVwFOnWMp6ymLM0BTH9U77OO { width:14.5rem;height:2.75rem;top:20.48095703125rem;left:2.6875rem;z-index:14999;display:block; }
#xsOVTV3fDiihAS6QzzArs3cgNHV5rAU9 { width:12.5rem;height:0.9746125rem;top:54.56396484375rem;left:3.75rem;font-size:0.75rem;z-index:15026;color:rgba(255,255,255,0.52);display:block; }
#JmI03VSia6wtv44mOE4IhrIhXKEMSyKV { width:20rem;height:6.173825rem;top:56.78857734375rem;left:0rem;font-size:1.1875rem;display:block; }
#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD { display:block; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; }#WKAbA18KfddZxSnIcWQp9fSihklOrzN7 { width:20rem;height:3.298825rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
#AOhdTGskTTdlWL5lW6KDfMkBFWhtUHff { width:12.875rem;height:3.4375rem;top:12rem;left:3.5625rem;display:block; }
#akO3mwW3K1oiSQWFJxtprtFLyZbT5tea { width:13.5625rem;height:3.4375rem;top:33.83984375rem;left:3.21875rem;display:block; }
#og95vgkXgf9NoAmZuvwPbcWegqWRDasV { width:15.5rem;height:2.59874375rem;top:15.625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Ben3oM1TyrPaRuqCdVGnuR71bv94IMa8 { height:10.5625rem;width:18.9375rem;top:18.97900390625rem;left:0.53125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#qP6D1bQTX3yhPW8H2T914Dntd6To0GKl { width:18rem;height:2.59874375rem;top:37.9375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#A3KTlWodMrHdCB8WQh92LNPSr6BRufPo { height:10.4375rem;width:18.8125rem;top:41.52392578125rem;left:0.6259765625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#F9l9eta7KgaeSyfJ7gO18BJdZZCO8bg9 { height:10.5625rem;width:19.1875rem;top:63.32470703125rem;left:0.40625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#Qz72HamT93FBvvOmd7BA56GhPpOFLiTU { width:11rem;height:3.4375rem;top:55.875rem;left:3.9521484375rem;display:block; }
#o2ifTPHli1N7VPUiB1oEZATdtlc7T3xg { width:20rem;height:2.59874375rem;top:59.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 { background-color:#000000;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; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { background-color: transparent; background-image: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .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); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { border-width: 0; border-radius: 0; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { width:20rem;height:85.125rem;position:relative;display:block; }#goTR8hV3fIHTzdOw9KouqgPAZ4xQ8FwG { top:2.375rem;left:0rem;width:20rem;height:4.0625rem;z-index:15000;font-family:imessage;color:#fbfaf3;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV { top:11.75rem;left:2.3125rem;width:15.625rem;height:14.1943125rem;z-index:15001;color:#fbfaf3;font-size:1rem;display:block; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HbcmQROWf2QHgTaQUenKAFeD5IE7nPrc { width:6.6875rem;height:1.75rem;top:8.9375rem;left:6.65625rem;display:block; }
#hZDaAostyX3dvdwLdMV7GG66i75CrSys { top:37.27392578125rem;left:2.3125rem;width:15rem;height:9.35875rem;z-index:15001;color:#fbfaf3;font-size:1rem;display:block; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#THmhonp90uIShC3d583EwHegTvZ4wlDT { width:8.4375rem;height:2.125rem;top:33.27392578125rem;left:5.78125rem;display:block; }
#wPMTLJAitAWNJ9HqWrdXekVzB3LrfzKh { width:7.0625rem;height:2.125rem;top:51.747512817382rem;left:6.4686415791513rem;display:block; }
#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ { top:55.497512817382rem;left:2.3122830986977rem;width:16.5rem;height:23.5530625rem;z-index:15001;color:#fbfaf3;font-size:1rem;display:block; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container { background-color: transparent; background-image: none; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container > .video-iframe-container { display: none; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row > .video-iframe-container { display: none; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .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); }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container { border-width: 0; border-radius: 0; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuzNUgqT08PnsWXM1xoEs03J2P8x5uBb > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; }#GHqftZS9s2n4qe4kenpvppqLLUvplbtB { width:20rem;height:2.43706875rem;top:1.3959426879882rem;left:0rem;font-size:1.875rem;z-index:15001;display:block; }
#Xg3nczO0qMuxRgDmfCKoTRGWKiAfnItC { top:78.87478637695rem;left:0.062391519546509rem;width:19.875rem;height:9.8125rem;z-index:15002;overflow:hidden;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; }
#HFAwoxBr21yf4sFJaX4Gs1Ocovq8JpR0 { top:65.560768127444rem;left:0rem;width:20rem;height:11.312375rem;z-index:15003;overflow:hidden;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; }
#kDGq6kJJiCzQpKPm3lm8toiePzDAQ3dx { top:50.874664306641rem;left:0rem;width:20rem;height:12.9375rem;z-index:15004;overflow:hidden;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; }
#OVzEN2h1TsGipc16ouEtfRPV97fB5lhR { top:37.874114990234rem;left:0rem;width:20rem;height:11.4371875rem;z-index:15005;overflow:hidden;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; }
#JvPTl5GF8vity8zCKovmlHKotFIB43dQ { top:23.186314582825rem;left:0rem;width:20rem;height:13.0620625rem;z-index:15006;overflow:hidden;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; }
#vKNLGCOeRwUMpWZHxGoxmWMdoSUdNMGl { top:6.9981565475462rem;left:0rem;width:19.9370625rem;height:14.5621875rem;z-index:15007;overflow:hidden;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; }
