.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:236,227,224;--color-primary-1:193,163,151;--color-primary-2:131,70,47;--color-primary-3:66,35,24;--color-primary-4:20,11,7;--color-secondary-0:229,231,228;--color-secondary-1:169,174,164;--color-secondary-2:82,93,73;--color-secondary-3:41,47,37;--color-secondary-4:12,14,11;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8b620ecd-a4de-4fc0-bf7d-039c1b721f91/bg1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:36.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.96875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { box-sizing:content-box;height:4.375rem;width:36.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.96875rem;left:37.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.3125rem;top:3.34375rem;left:1.375rem;overflow:hidden;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:13.47500038147rem;left:1.375rem;height:13.0488125rem;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; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:14.125rem;left:37.125rem;height:12.3730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:38.5625rem;display:block; }
#wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { background-color:rgba(var(--color-primary-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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.65625rem;left:60.1875rem;display:block; }
#VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { background-color:rgba(var(--color-primary-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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3125rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.5625rem;left:1.375rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.09375rem;left:49.09375rem;display:block; }
#qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:38.5625rem;display:none; }
#TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.09375rem;left:49.09375rem;display:none; }
#ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { background-color: transparent; background-image: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .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); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { border-width: 0; border-radius: 0; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:8.1875rem;display:block; }
#OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:8.0625rem;left:3.125rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.125rem;left:3.125rem;height:4.19824375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:8.0625rem;left:22.5625rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:26.9375rem;display:block; }
#UrsRak3EQVCcATDBklCxNytEXWzfNTHg { color:rgba(var(--color-primary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.112499237061rem;left:22.03125rem;height:4.19824375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.03750038147rem;left:40.15625rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:45.6875rem;display:block; }
#kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { color:rgba(var(--color-primary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:11.125rem;left:40.25rem;height:4.19824375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6vkdWem5rpNtiLARsh0yMmcfoAK1ETI { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:8.0625rem;left:60.0625rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E06O4qu29CkG9kK9l5U7bTPBkVtbBwOx { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:64.4375rem;display:block; }
#EhOFJFvABcG7g0wneUChs2COTzDsCoPI { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.125rem;left:59.375rem;height:4.19824375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbUZ04nR10iQsU8yTlaH9U4lfL0srxgM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:4.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#F4n9LZeiFZGTan0kcu45oQDMFeTQxntP { 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:1.4375rem;width:1.4375rem;top:5.0625rem;left:27.375rem;overflow:hidden;display:block; }
#DfGDZioWGe1Uiyg8t1GFes3OozTLyZ23 { 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:1.4375rem;width:1.4375rem;top:5.03125rem;left:46.15625rem;overflow:hidden;display:block; }
#T4HxKKqlml7NduER2UTgWNSCGqTyoL1x { 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:1.4375rem;width:1.4375rem;top:5.03125rem;left:64.90625rem;overflow:hidden;display:block; }
#SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.90625rem;left:18.75rem;display:block; }
#JiMTN7Leyig5rTkat30eAwfTR4oLgmqq { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.90625rem;left:37.5rem;display:block; }
#NGqBxp0EXDx0J6W9Qm0KTt9L8nPxc1a8 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.90625rem;left:56.25rem;display:block; }
#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { background-color: transparent; background-image: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .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); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { border-width: 0; border-radius: 0; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { box-sizing:content-box;height:15.4375rem;width:31.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:43.5625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.9375rem;width:24rem;top:16.125rem;left:23.96875rem;overflow:hidden;display:block; }
#RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;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; }
#XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { color:rgba(var(--color-primary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.28125rem;left:0rem;height:4.798825rem;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;display:block; }
#Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { color:#f4efec;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.7374992370606rem;left:48.875rem;height:1.29980625rem;display:block; }
#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk { color:#f4efec;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.112499237061rem;left:48.875rem;height:5.1494125rem;font-style:normal;display:block; }#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gkTkz36RSlImGR3F9wEm9D1w3iCEazGk li:before{  }
#HIfgHfPGGRG6xWaSB73Iadk0pLhofcR0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.125rem;top:7.925000190735rem;left:39.625rem;overflow:hidden;display:block; }
#zFV0l5ymQzgI29sERBWczTVTTpBt2QMf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:23.375rem;left:46rem;overflow:hidden;display:block; }
#MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.5rem;display:block; }
#n4vqgrnWlonQQbD3bNmx28oQlFUFJPE8 { 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:1.625rem;width:1.625rem;top:17.5625rem;left:1.875rem;overflow:hidden;display:block; }
#HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { color:rgba(var(--color-primary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:17.57421875rem;left:4.75rem;height:1.5996125rem;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;display:block; }
#rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { box-sizing:content-box;height:4.6875rem;width:14rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.125rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { box-sizing:content-box;height:4.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.4375rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { color:rgba(var(--color-primary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:28.875rem;left:4.75rem;height:1.5996125rem;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;display:block; }
#a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5rem;left:1.5rem;display:block; }
#XwWbevlsrCkIrVRTMsLyPZ6ZJvEL2VTG { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:28.8125rem;left:1.875rem;overflow:hidden;display:block; }
#bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { box-sizing:content-box;height:4.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { color:rgba(var(--color-primary-3),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:23.1875rem;left:4.75rem;height:1.5996125rem;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;display:block; }
#Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:1.5rem;display:block; }
#dLFSngzWKUU2HDnTQWdnSrBL2IsNADDf { 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.375rem;width:1.375rem;top:23.1875rem;left:2rem;overflow:hidden;display:block; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .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); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { box-sizing:content-box;height:28.375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#EWNRET8A780oxeJozSQW2VQmkLQL6KIB { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.125rem;height:2.925rem;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; }
#TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:3.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:11.5rem;display:block; }
#aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.31875038147rem;left:11.25rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.0625rem;left:4.90625rem;height:7.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.325000762939rem;left:6.4375rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.875rem;width:23.875rem;top:8.375rem;left:47.90625rem;overflow:hidden;display:block; }
#IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.9375rem;top:3.875rem;left:68.90625rem;overflow:hidden;display:block; }
#Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:25.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:33.8125rem;display:block; }
#L6w9It4idMLrXwa9nmZeqBtBftTcM59e { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:33.5625rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IC7GGQ2ERu547rovVbqMEpPQSfiUoKsI { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:11.375rem;left:28.75rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mwm9lBf6y1DZMMTbiEnptadxDiQ6Wank { color:rgba(var(--color-primary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.0625rem;left:28.0625rem;height:7.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65e38042-923e-4da0-a0d0-197636f30e02/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { border-width: 0; border-radius: 0; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:8.69925rem;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; }
#nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-2),0.5);top:14.0625rem;left:0rem;height:2.4746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { box-sizing:content-box;height:12.5rem;width:50.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#lT9Nh2zsW1JtebWDROeVyVXXou0xZ7E6 { position:absolute;display:block;z-index:15007;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.875rem;width:5.875rem;top:14.5rem;left:42.0625rem;overflow:hidden;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-form-header {  }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:15rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .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; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:9.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .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; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-container:first-of-type{padding-top:0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-container:last-of-type{padding-bottom:0;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:52.5rem;top:12.38671875rem;z-index:15008;position:absolute; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 {display:block;}#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:52.5rem;top:12.38671875rem;z-index:15008;position:absolute; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Vu4KlJLmSRTV465NKZ2PTSVhArTQD5ER { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #J8I2TSGAkDho0vyl0OVqZZBc8P5yTOdm { position:relative;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UMIBAq43Rx8aRuP6PKVGtocpmq2tQsT6 { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #ivKbIg7ceT2sSnx430CJwuICpNa2L0sE { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #BKK0NQzLSKcaEMkAqBnCGPCDgRwom9Ml { position:relative;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UCSgt3eUhqziDBcNNOUPXC7HdtoKM49s { position:relative; }
#cQMnTl6yhaaJ4l4nhd6wuttu84T46leN { position:relative;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #UQytkxicQh7SSU142TcmMsRziFP3PcZD { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Rh4QoolgHxAB0BbJvO1HMohrn3WFUTLc { position:relative;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #dAPJnm5L0uVCLqqucIG5HI7tQGt02mWE { position:relative; }
#WarVTmM7VBnUhUZNzWshe3es3R47rGos { position:relative;display:block; }
#AsxmF5Q4g06L8HUh8AiSpFomXFqDJxkF { position:relative;display:block; }
#zVwlBoFTveudeEt2TlQTlLLyPsmShL3u { position:relative;display:block; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #Q8v1aE5c7pFpE8L6y5EhwE9IAbi8A0b1 { position:relative; }
#zLWbn8ig5lTMBDdF9ir9B9NWRhGz7Sc7 #XmZkZ1HxS6sEs958VhhHGJa68cJCUZop { position:relative; }
#lTDLVz9iMnHBPMWrcgqVQmTdgIm8L9av { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:20.75rem;left:2.4375rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .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); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { border-width: 0; border-radius: 0; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.9375rem;width:23.6875rem;top:4.96875rem;left:0rem;overflow:hidden;display:block; }
#rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.96875rem;left:25.875rem;height:2.92480625rem;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; }
#evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { color:rgba(var(--color-primary-3),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:12.0625rem;left:30.625rem;height:1.5996125rem;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;display:block; }
#vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { box-sizing:content-box;height:4.6875rem;width:27.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:25.875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { box-sizing:content-box;height:4.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:54.4375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { color:rgba(var(--color-primary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:11.9375rem;left:59.1875rem;height:1.5996125rem;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;display:block; }
#S0C4HMyVAGO92CB137sizMWU5ZdQwf0F { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:27.375rem;display:block; }
#oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { box-sizing:content-box;height:4.6875rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:25.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:55.9375rem;display:block; }
#hMDZm4nBIzwAS9b99Jic8DzQkJb4AoIk { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:27.125rem;display:block; }
#PpCQXzEArz7S2bNSVLBTsakudm6S2JxC { position:absolute;display:block;z-index:15026;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.5rem;width:1.5rem;top:12.125rem;left:27.875rem;overflow:hidden;display:block; }
#UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { color:rgba(var(--color-primary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:17.75rem;left:30.375rem;height:1.5996125rem;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;display:block; }
#QR3vh78aXTsJIHo7XtKH3ghybT6Sblhn { position:absolute;display:block;z-index:15030;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.625rem;width:1.625rem;top:17.75rem;left:27.5rem;overflow:hidden;display:block; }
#ib8okSe0sSCmBTICpdNKAswwU6ybXig3 { position:absolute;display:block;z-index:15034;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.375rem;width:1.375rem;top:12.0625rem;left:56.4375rem;overflow:hidden;display:block; }
#M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { box-sizing:content-box;height:4.6875rem;width:27.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:47.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { color:rgba(var(--color-primary-3),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:17.75rem;left:52.25rem;height:1.5996125rem;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;display:block; }
#O6UVFxc30pryrtmBdT35RC39LJm21PWR { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:49rem;display:block; }
#pwI4kvbqm20OzxgdF6J6z9SByEptncAc { position:absolute;display:block;z-index:15034;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.625rem;width:1.625rem;top:17.75rem;left:49.375rem;overflow:hidden;display:block; }
#MXlRiI83W47mDo8TKtQo660RQ8CW7rEh { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:1.875rem;left:11.8125rem;overflow:hidden;display:block; }
#r3n68lifl4hszIbBoCfihlcrEZU4zH9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f3af107-8d50-474b-9849-70615e8cb134/bg4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o.adaptive-delivery-prevent-bg, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyload, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyloading { background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { background-color: transparent; background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .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); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { border-width: 0; border-radius: 0; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#C1dET2eQShB8DwLmPITunS7lsHMGu1HX { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4500007629394rem;left:9.4375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { box-sizing:content-box;height:14.375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { background-color: transparent; background-image: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .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); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { border-width: 0; border-radius: 0; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { color:rgba(var(--color-primary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:0.95624923706056rem;left:52.375rem;height:1.3994125rem;text-align:right;text-align-last:right;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; }
#V0tTrOs39pphRENAUv4Pp5hfW6VacMdH { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:0.95624923706056rem;left:0rem;height:1.3994125rem;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; }
