.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,224,240;--color-primary-1:192,152,206;--color-primary-2:129,49,156;--color-primary-3:65,25,78;--color-primary-4:19,7,23;--color-secondary-0:253,231,224;--color-secondary-1:248,174,153;--color-secondary-2:241,93,50;--color-secondary-3:121,47,25;--color-secondary-4:36,14,8;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:99,99,99;--color-tertiary-3:50,50,50;--color-tertiary-4:10,10,10;--headlines-font-family:"Poppins";--paragraphs-font-family:"Inter"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.41);background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container { background-color: transparent; background-image: none; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container > .video-iframe-container { display: none; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row > .video-iframe-container { display: none; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .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); }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container { border-width: 0; border-radius: 0; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#RxCgUtEKVf6dHE8fO2yCwM26bOyHTDbV { 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:6.5625rem;width:12.8125rem;top:0rem;left:-1.8646788990826rem;overflow:hidden;display:block; }
#dVqX0cwm78MG8RMPETic3Ts5PTfNeSHb { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.71875rem;left:58rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { background-color: transparent; background-image: none; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container > .video-iframe-container { display: none; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row > .video-iframe-container { display: none; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .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); }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { border-width: 0; border-radius: 0; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#NtmRqcvTeqrU9uSzpgcpJ9J8r4nH2IXB { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.701171875rem;left:0rem;height:10.7988125rem;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; }
#mvQJUU5hG6bPcKAzzNAW8the8ea54KX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.4375rem;left:0rem;height:3.1875rem;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; }
#gfxNAb8wNXUebODi5iaFsCTxpb5caHGb { background-color:#f15d32;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.2666015625rem;left:0rem;display:block; }
#dTyVd0CKigNzCNSPtPCL1TXzdvN0fC7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSqly926J24I8e7Ow36HVIQSUrT9zFlW { 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:30.9375rem;width:30.9375rem;top:3.3125rem;left:45.5rem;overflow:hidden;display:block; }
#xLgxzdMSoHyUbhbCWTLs0IrnWDxnL4Jq { position:absolute;display:block;z-index:15003;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:14.375rem;width:14.375rem;top:23.9990234375rem;left:63.125rem;overflow:hidden;display:block; }
#PMOq9abb0olJJXFdqHLUEucyCluXcLqk { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:26.6728515625rem;left:25.25rem;height:2.625rem;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; }
#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { background-color: transparent; background-image: none; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container > .video-iframe-container { display: none; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row > .video-iframe-container { display: none; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .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); }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { border-width: 0; border-radius: 0; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#TaXFVIvRE8Ui72Vm6SMA3WMaFx4pBL2k { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.375rem;left:39.4375rem;height:12.25rem;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; }
#iAhf7VwCbrbA4FHKicRZdSTnXeytQA8p { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6rem;left:0rem;height:5.3984375rem;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; }
#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.375rem;left:39.4375rem;height:14.25rem;font-style:normal;display:block; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140dc18b57d378ce1798a36f495a3a040f28517.svg); }
#LobJdJMsB2oeorWfa9qAXIORGC6vHiWv { box-sizing:content-box;height:21.125rem;width:41.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.375rem;left:-5.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CDK0qOlRaK0oRfKLMTrDlpEsB2KDuSsV { box-sizing:content-box;height:27.5rem;width:44.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/63c58a40-a4b2-4d3e-8c07-40135c45c5ef/projetosdesacadacomart3169c1e439afd15.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:-9.31875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#CDK0qOlRaK0oRfKLMTrDlpEsB2KDuSsV.adaptive-delivery-prevent-bg, #CDK0qOlRaK0oRfKLMTrDlpEsB2KDuSsV.lazyload, #CDK0qOlRaK0oRfKLMTrDlpEsB2KDuSsV.lazyloading { background-image: none; }
#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.5);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; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container { background-color: transparent; background-image: none; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container > .video-iframe-container { display: none; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row > .video-iframe-container { display: none; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .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); }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container { border-width: 0; border-radius: 0; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#vFiJkfciKaRsJLhCer4SX9iLKUnyWwDR { color:rgba(var(--color-tertiary-2),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.625rem;left:0rem;height:7rem;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; }
#WO98ImXR83Cpx60ICDL6ugd8eTenT7TN { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.3125rem;left:0rem;height:1.3808625rem;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; }
#FVJ2B1MvTcgTTBJVocQxvS02S6GQNrs8 { color:rgba(var(--color-secondary-2),1);display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:15.0625rem;left:0rem;height:5.3984375rem;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; }
#ICcdNlQNvGrDacsqf932z649gqMcgyRC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:30.8125rem;top:0.1875rem;left:48.25rem;overflow:hidden;display:block; }
#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF { 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; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container { background-color: transparent; background-image: none; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container > .video-iframe-container { display: none; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row > .video-iframe-container { display: none; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .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); }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container { border-width: 0; border-radius: 0; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#h8nZKBtgW5XuenvB5Ug2sX39ZiAVRef7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.76171875rem;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;font-style:normal;display:block; }
#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r { 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; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container { background-color: transparent; background-image: none; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container > .video-iframe-container { display: none; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row > .video-iframe-container { display: none; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .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); }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container { border-width: 0; border-radius: 0; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#LUB6qCCW5RobhZymiqEDTztvszyDbp7p { 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:16.0625rem;width:16.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BhzdsGbZ2FUgrBzCLIV5pvQTLscNwbR6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:8.44925rem;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; }
#FTRn8tMOrVJdhcxBXyqfKGkrZTm3xX45 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:19.875rem;height:8.44925rem;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; }
#U7e8Pymf5yFkTqxVWby2g7aCburdItWt { box-sizing:content-box;height:14.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6f86fed0-0122-4256-932c-b7cd737cf28f/369c1eeacd4a70.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:19.875rem;display:block; }#U7e8Pymf5yFkTqxVWby2g7aCburdItWt.adaptive-delivery-prevent-bg, #U7e8Pymf5yFkTqxVWby2g7aCburdItWt.lazyload, #U7e8Pymf5yFkTqxVWby2g7aCburdItWt.lazyloading { background-image: none; }
#AUzf1Q7cB7kvbF7EWv0PQeUp9xM9mcCi { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:16.0625rem;top:0rem;left:19.875rem;overflow:hidden;display:block; }
#BkfstDtxCgXdesuAUKkytuSXPnw1fX69 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:58.5rem;height:8.44925rem;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; }
#E9fBXJBXxkPGUWntfzUUhSeWlZQIDTLG { position:absolute;display:block;z-index:14997;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:16.0625rem;width:16.0625rem;top:0rem;left:58.5rem;overflow:hidden;display:block; }
#OHgR1xCh8PtgSnhAUMk0xh0Zz18yo8Eg { box-sizing:content-box;height:14.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/94531703-e138-4bed-963c-7e7f8321447b/569c1eead863a7.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:58.5rem;display:block; }#OHgR1xCh8PtgSnhAUMk0xh0Zz18yo8Eg.adaptive-delivery-prevent-bg, #OHgR1xCh8PtgSnhAUMk0xh0Zz18yo8Eg.lazyload, #OHgR1xCh8PtgSnhAUMk0xh0Zz18yo8Eg.lazyloading { background-image: none; }
#bdoLTugB2dA8SJyG13U3trSEiu6OeieP { position:absolute;display:block;z-index:14998;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:16.0625rem;width:16.0625rem;top:0rem;left:38.625rem;overflow:hidden;display:block; }
#f2V3eA6UGmIf2t8riD6IWI8IyhsyJ2b8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:38.625rem;height:8.44925rem;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; }
#InuBsRaSdL097AbNOvsaRBEZKSXlJAgL { box-sizing:content-box;height:14.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/27b2f30d-4c23-4300-9163-478ef6244da9/469c1eead827b0.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.625rem;display:block; }#InuBsRaSdL097AbNOvsaRBEZKSXlJAgL.adaptive-delivery-prevent-bg, #InuBsRaSdL097AbNOvsaRBEZKSXlJAgL.lazyload, #InuBsRaSdL097AbNOvsaRBEZKSXlJAgL.lazyloading { background-image: none; }
#GTw7wfq8KZkCFd85TF3x18mR868ZXpRi { box-sizing:content-box;height:14.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3a2be56f-31cc-41aa-a2c3-8b81a47cb291/269c1eeacca636.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#GTw7wfq8KZkCFd85TF3x18mR868ZXpRi.adaptive-delivery-prevent-bg, #GTw7wfq8KZkCFd85TF3x18mR868ZXpRi.lazyload, #GTw7wfq8KZkCFd85TF3x18mR868ZXpRi.lazyloading { background-image: none; }
#uZ8Us1HkO9nb80DAWymT5Dk3Q5sZHeNx { box-sizing:content-box;height:13.875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.83);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container { background-color: transparent; background-image: none; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container > .video-iframe-container { display: none; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row > .video-iframe-container { display: none; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .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); }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container { border-width: 0; border-radius: 0; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#bN0lgXHFklKhVcrzkxwJFyC5U93kzuJU { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:2.76171875rem;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; }
#VrupUrQiQW1z7T5rthc0fIbTcMTv7rvz { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.25rem;left:16.40625rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container { background-color: transparent; background-image: none; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container > .video-iframe-container { display: none; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row > .video-iframe-container { display: none; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .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); }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container { border-width: 0; border-radius: 0; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#HHrDkulsMneGUpLS9nKa9Q4naJ0KHLh6 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.142575rem;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; }
#F17erULSIhq67UhRSo9ghtzkw9AAPnse { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:0rem; }
#w2RGgtSy5SZ3WqFXw6G8WJd4RgDBluZh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.75rem;height:4.142575rem;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; }
#Kpew1JzN9x5Tqh11JLNqrZz0dyb9rKdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:18.75rem; }
#iEaznqEiiloVKt93AECRb4VhoqnbapEL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.375rem;left:37.5rem;height:4.142575rem;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; }
#olrWvQdA7DlragPoG6IwB6AGSMRhdZ1J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:37.5rem; }
#SfsAsM4rrZXXX7JDVtp7TOyVUqmvHZdi { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:56.25rem;height:4.142575rem;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; }
#cPlqo8vaMmJFP9vLMfkrtHoKwHTkqDeI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0rem;left:56.25rem; }
#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.5);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; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container { background-color: transparent; background-image: none; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container > .video-iframe-container { display: none; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row > .video-iframe-container { display: none; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .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); }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container { border-width: 0; border-radius: 0; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#nFso7AFNIrrTkiBT3GDEoh4Ps4A0HdM0 { color:rgba(var(--color-primary-2),1);display:block;width:65.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:6.90625rem;left:9.9375rem;height:4.5rem;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; }
#HVFseoD6UIPftVpGhaCDDhmZIKGEzV47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.375rem;width:10.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.8125rem;left:-2.53125rem; }
#AeUbfJRcDKbyc7CeAGvgmgLVG0HyHtZU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.25rem;width:14.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:-2rem;left:-2.90625rem; }
#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container { background-color: transparent; background-image: none; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container > .video-iframe-container { display: none; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row > .video-iframe-container { display: none; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .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); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container { border-width: 0; border-radius: 0; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#Tr4fRpkrmihuMOt0MR01uTDUvGOiUE2A { box-sizing:content-box;height:0.1875rem;width:15.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:17.625rem;left:6.0625rem;display:block; }
#aVhGFEovuXETpg886BW8CoPRiGLzA1we { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:3.75rem;height:6.9043125rem;font-style:normal;display:block; }
#CUfT3BOB9D06xzDayXW9WA2lTPebm3tu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.25rem;left:3.75rem; }
#WDySTLo8SHDzoGyTxAyPZRVR08QyQ1M1 { box-sizing:content-box;height:0.1875rem;width:15.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:17.6875rem;left:25.5625rem;display:block; }
#pT5gST9LGax7cglWDp3KhTVpEE2BWm1m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.625rem;left:22.5rem;height:5.5234375rem;font-style:normal;display:block; }
#W9sgVyXW0rUZ54mVdm9A8Sh6BGUZcs3r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.3125rem;left:22.8125rem; }
#ZByT0BJuEUXiM4Tm4o4EqCNxOvTdMv36 { box-sizing:content-box;height:0.1875rem;width:15rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:17.6875rem;left:45rem;display:block; }
#Unmb0Esm6vPJNXyHi3MEux12KCO4H1k8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:19.6875rem;left:42.0625rem;height:5.5234375rem;font-style:normal;display:block; }
#f7n9sR7nOzFKzIztlvaDX7lx7QcSmnfA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.3125rem;left:42.0625rem; }
#ni0cerTT3Shhw9LzM7aMQ4ehshgnat3L { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.6875rem;left:60.625rem;height:4.142575rem;font-style:normal;display:block; }
#K3CstwVfuNlZ4Hc3RGrUPDVcJpe0Sbl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:16.3125rem;left:60.625rem; }
#sohuFTzKaV4zmnKHZGHcvBIPJHgTX2qu { color:rgba(var(--color-tertiary-0),1);display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.8125rem;left:7.84375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n65Zngo1qyfqqUC8dXg0eHzmOqHRZRm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:13.125rem;left:60.625rem;height:2.75rem;font-style:normal;display:block; }
#ZUXSoHG2KFf3hufmmSU8D77P29M9xIc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:13.125rem;left:42.0625rem;height:2.75rem;font-style:normal;display:block; }
#E6ytZWkytrdOTiRrpEaupwz3DdWdTGcN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:13.125rem;left:22.8125rem;height:2.75rem;font-style:normal;display:block; }
#s34sU3TN9mpOcVplrLBSAGKdUVctEFhl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:13.0625rem;left:3.75rem;height:2.75rem;font-style:normal;display:block; }
#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.5);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; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container { background-color: transparent; background-image: none; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container > .video-iframe-container { display: none; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row > .video-iframe-container { display: none; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .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); }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container { border-width: 0; border-radius: 0; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#QaBhNZV1U6gsIuBp62hyou0Bhtq80cZr { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.76171875rem;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; }
#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container { background-color: transparent; background-image: none; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container > .video-iframe-container { display: none; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row > .video-iframe-container { display: none; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .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); }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container { border-width: 0; border-radius: 0; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#HXqpnZdOIh3g1DC9Q7ObK3eEntUaa6qx { color:rgba(var(--color-primary-2),1);display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1); }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;height:auto;color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-style:normal; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;line-height:1.5;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-2),0.69);font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_03a85bbf5417ce1fbab67332953c76293916e8b9.svg");background-size:contain !important; }#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-trigger.adaptive-delivery-prevent-bg, #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-trigger.lazyload, #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-trigger.lazyloading { background-image: none; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:2rem;z-index:15008;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.25rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #cTKKoLTbJ8UAcHfGnZdcgVcbx3sdM5H7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #CyeSMVSRGaB0SOTByT1H5xekqWBNSGXD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #IaAC7xKOOpffEgf7dKZZIxWnzCedE4zg { display:block;position:relative; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #TdTuyZ1TNrAT2J5ZuaIhi2xXIhi19Ke8 {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #BPBlfk4J94ozRuAIfUtLsh6hCmP3rhrl {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #T4E42xaGxWd0v9dt7klsWbLLhK0m5a5g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #d7qGkwmQ2dNfqaXnLRFxhZLDTa7DppdL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Im6o8TXPXLNqv3H88l4ZXwlX0tVBNJZZ { display:block;position:relative; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #LIqSEWNHOD5Ea2ITZlaSa9BhHse5Nn9m {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #WSO1ZEu3UGD4mr0sH6mTFV00asvTebGy { display:none; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Bhe2dsezUb8RS87XMNAPoX7EzR0cFHT9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #MJkdGm1A9d8nWQxZXRU6kny3DxO0Zsu0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #UvzwybLvamkbZZqu2UwOEvK9nOuwati5 { display:block;position:relative; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Q2atUEkPNt99UOSzFCsRXfzh8g68LixR {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #WsBE0ZmmmwwMybNipC4CyvorQivfGAgU { display:none; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #OsDeTF8gX7Ih1oBOvg2dhTmv7rHIm3m0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #n2f2DIfHQTUdVJo7bvFFmMKFwDqkIdlD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #MBbVDEMuNeph2gBADAfkzKtrgAVETnZi { display:block;position:relative; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #l4RKydPLLVpVwVBosEMtzCeH09QJB7Zh {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #m3lueWQA16MtZiqRaAdc5pQqSQRbltXq { display:none; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #UMKxJZsmuO87GDZ3OJ9TFCqppGaJKzza { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #sxy65bAqr7osmtSdvxtRmolf945aJyCm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #R9GXEAykPvEn9beANNGgxXaMtI3gOFAh { display:block;position:relative; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #LHfTI0xkX01bKptwm1T3oHULtTVhZLZe {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #TpniJegE460TpTHgzVcyOMnVXkWTxTHC { display:none; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #nQG6yiQRlXhlDCErC8RQt0GWM8TGT7R6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #fS1TUDsWtrXB94vwExn9GhBAiLT2lBFJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Favsq766fGdxQTsCUg5pudXaR4RrTCXG { display:block;position:relative; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #fuxbTIfh4hKTB7QUDKaIEtJA4G552L2R {  }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #kQpkaWao5g7V6vt55XlbbEc637BHd7VV { display:none; }
#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container { background-color: transparent; background-image: none; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container > .video-iframe-container { display: none; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row > .video-iframe-container { display: none; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .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); }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container { border-width: 0; border-radius: 0; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#sdrLnABMqlKhU7GLBRUfxhHhmyr44BLI { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.125rem;left:0rem;height:3.5rem;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; }
#cNdIiWpahXpeMMkyobmKf1T93eUzoCha { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:8.097625rem;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; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-form-header {  }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.25rem;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; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:26.25rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top;font-weight:700;font-style:normal; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-text {padding-top: 0; padding-bottom: 0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:26.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top;font-weight:700;font-style:normal; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .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:#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;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:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-select {padding-top: 0; padding-bottom: 0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .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; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#00b518;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.25rem;height:4.125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.72);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.72);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.72);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.72);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .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-0),1);vertical-align:top;width:25rem;overflow:hidden;font-style:normal;float:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .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; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .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.3;float:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-container:first-of-type{padding-top:0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-container:last-of-type{padding-bottom:0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3rem;left:46.25rem; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem;display:block;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n {display:block;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3rem;left:46.25rem; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #hp2L1XesTOdAeX07gf7TdAEhqktihbv5 { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #aoWAtDJSALMOBrknJDFN0izTKEvhoqyQ { position:relative;display:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #XpgyCExJo9wT2rDOZ9yG141NQp5BuOKe { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #keRCbqvTSZTTOFwe5fCyynMZE4goviA2 { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #Wv15snErIeOGz1yN326G15MmEzOMrfQi { position:relative;display:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #WW481OewXuGOucgHPCXI5eCCVSGPHFzp { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #CFgLpkgiwugh34yA3GCv2CxdNm42DK1b { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #Oy3DxxmMqx6RoV2WPVuTx8D1LCbAXC79 { position:relative;display:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #g4q5CTebCFXM747uHm18hXbeLAuxBb76 { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #h0RHEcqtRefUvka8fvo6mTP3BWQk75gP { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #t1w8tyhvIRatMDKSNWSsqlR1tQZ4PrvL { position:relative;display:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #icHmTlnEcMbZbSlCOe4OMKXIx7p8QT5L { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #JZTTlPGcQo59uhFDzsL9cJRPqQ5BnHVd { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #PxiJrAkPyFBJqvXqgc1TRGEJGvVR4Szg { position:relative;display:none; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #fH72mlnMtDKWHg3Ug17buX4mRX4RK2pR { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #WTgw489TTH8DOJqezUx3FePGNAMDtwHV { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #KHXOVITTnFSx73BZH6AZMAevmWsCDHzG { position:relative;z-index:2; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #AB8Q9ztEzkiuHnvCyEiNBIxHThVdwkJK { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #inJtQXIFETRbJv3i0DIuqkNCP4PZeKpF { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #U6enf1w13t2fPKa7tG6D3G6AiSkTB6yk { position:relative;z-index:2; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #qSORSAV1m5U83D5c04HrUhnPWspzZgaP { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #eLqkXrdOhQcIllXItkxDxv7AZQrSrTgd { position:relative; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #ALF9arotumrElwcDi6cPBJGXEImW1Qh6 { position:relative; }
#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU { background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { background-color: transparent; background-image: none; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container > .video-iframe-container { display: none; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row > .video-iframe-container { display: none; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .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); }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { border-width: 0; border-radius: 0; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#bTwi1omNVGU749StIiOp2GWEzKoUVPvA { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJyNJeml4erZJ5rd3ammPcCMmosJEihM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:21.5rem;width:21.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:.25;top:2.5rem;left:-12.5rem; }
#oVxp7ZI9KClpMO8ikdCR6IVl2UAV2uZ3 { position:absolute;display:block;z-index:15003;height:36.9375rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { background-color: transparent; background-image: none; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container > .video-iframe-container { display: none; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row > .video-iframe-container { display: none; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .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); }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { border-width: 0; border-radius: 0; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#QSGwqUIAnzUOtnh4XCziEcnZPmTMB4ga { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:36.6875rem;height:5.3984375rem;font-style:normal;display:block; }
#UONfhbk0U8urZOCicIWCBhWAi65qvfbe { box-sizing:content-box;height:28.0625rem;width:34.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/10d49ba7-4a17-4caf-b2c8-dbfac06b6e68/copiadedsc06263169b03ceea47341.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4990234375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#UONfhbk0U8urZOCicIWCBhWAi65qvfbe.adaptive-delivery-prevent-bg, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyload, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyloading { background-image: none; }
#M7RrtLxy0XoV2MeXsi2JOirqoiSah2Nq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.5625rem;left:36.6875rem;height:15rem;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; }
#izL8XPKwnPsuNIB62USdyZTR9VtTCkU9 { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:36.6875rem;overflow:hidden;display:block; }
#SHmkyXc1tzBEv7ZfaKlkBXbRoV5D35s9 { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:42.6875rem;overflow:hidden;display:block; }
#PMDwxTrgVMTZerZzIBUMz3aHGJ0lNoGT { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:48.75rem;overflow:hidden;display:block; }
#S9fNOr5H4iXGvEPHeOy6srbevCdT2MbO { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:54.75rem;overflow:hidden;display:block; }
#MMeZmOKAyQ1pQMyOIGu4vQkzNybSJU6f { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:60.75rem;overflow:hidden;display:block; }
#zGomd1hgUaquJohxVRGtB7be0CrpKB9p { 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:4.8125rem;width:4.8125rem;top:30.8125rem;left:66.8125rem;overflow:hidden;display:block; }
#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { background-color: transparent; background-image: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .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); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { border-width: 0; border-radius: 0; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#m5QJwEa72vqrJ2mWAtKhoaBdi6Lzbxqv { color:rgba(var(--color-tertiary-1),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.4;letter-spacing:0;top:4.861328125rem;left:58.9375rem;height:3.673825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WqNRQoO8Ke4ogtySZhXyPeKf6aANQ9ih { position:absolute;display:block;z-index:15001;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:7.625rem;width:15.25rem;top:2.88671875rem;left:-2.25rem;overflow:hidden;display:block; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.1875rem;left:27.625rem; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.125rem;left:20.8125rem; }
#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.125rem;left:23.125rem; }
#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.1875rem;left:18.3125rem; }
#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.1875rem;left:25.4375rem; }
#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { border-top:0;border-left:0rem solid rgba(var(--color-tertiary-1),1);border-right:0rem solid rgba(var(--color-tertiary-1),1);border-bottom:0rem solid rgba(var(--color-tertiary-1),1);background-color:rgba(var(--color-tertiary-3),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; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { background-color: transparent; background-image: none; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container > .video-iframe-container { display: none; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row > .video-iframe-container { display: none; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .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); }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { border-width: 0; border-radius: 0; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#JvFOuc1QaeP7cOAPBkiLfDtCGRP27BTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:1.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#ROTUGq0qf9y9ZTLyJGamw1JS1uCyOcxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHTutFARUv4VoHTDozCnPmtuU7g8DUUP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:1.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.625rem;left:18.6875rem;display:block; }
#QR7IU9xuKUf5ay6TabdpwT8iSRKs0TLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { background-color: transparent; background-image: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .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); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { border-width: 0; border-radius: 0; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .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; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SVyo9XQny2TwgZXx6BgXPC6QTeoqln2d { background-color:#f15d32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.125rem solid rgba(var(--color-primary-3),0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.375rem 0.375rem 0.875rem rgba(var(--color-tertiary-4),0.32) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:54.6875rem;display:block; }
#vkpS9Zhrh3gu5aUyeyiKk1cTqZ9Qlx4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kK3KRLZxnTgekEs4kEbrWRKlLeL1auOG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.125rem;left:56.3125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX { display:block; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxCgUtEKVf6dHE8fO2yCwM26bOyHTDbV { width:12.8125rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqX0cwm78MG8RMPETic3Ts5PTfNeSHb { width:17rem;height:1.3125rem;top:3.6875rem;left:30.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 { display:block; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtmRqcvTeqrU9uSzpgcpJ9J8r4nH2IXB { width:44.5rem;height:;top:6.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvQJUU5hG6bPcKAzzNAW8the8ea54KX2 { width:42.1875rem;height:3.1875rem;top:19.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfxNAb8wNXUebODi5iaFsCTxpb5caHGb { width:24.25rem;height:3.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTyVd0CKigNzCNSPtPCL1TXzdvN0fC7d { display:block; }
 }@media only screen and (max-width: 763px) { #rSqly926J24I8e7Ow36HVIQSUrT9zFlW { width:30.9375rem;height:30.9375rem;top:3.3125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLgxzdMSoHyUbhbCWTLs0IrnWDxnL4Jq { width:14.375rem;height:14.375rem;top:23.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOq9abb0olJJXFdqHLUEucyCluXcLqk { width:17rem;height:2.625rem;top:26.625rem;left:11.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 { display:block; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaXFVIvRE8Ui72Vm6SMA3WMaFx4pBL2k { width:35.5625rem;height:12.25rem;top:6.375rem;left:12.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAhf7VwCbrbA4FHKicRZdSTnXeytQA8p { width:35.3125rem;height:5.375rem;top:6rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG { width:29.25rem;height:14.25rem;top:20.375rem;left:18.5rem;font-size:1.25rem;display:block; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140dc18b57d378ce1798a36f495a3a040f28517.svg); }
 }@media only screen and (max-width: 763px) { #LobJdJMsB2oeorWfa9qAXIORGC6vHiWv { width:41.125rem;height:21.125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDK0qOlRaK0oRfKLMTrDlpEsB2KDuSsV { width:44.6875rem;height:27.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ { display:block; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFiJkfciKaRsJLhCer4SX9iLKUnyWwDR { width:45.375rem;height:7rem;top:4.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO98ImXR83Cpx60ICDL6ugd8eTenT7TN { width:40.0625rem;height:1.375rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVJ2B1MvTcgTTBJVocQxvS02S6GQNrs8 { width:47.75rem;height:5.375rem;top:15.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcdNlQNvGrDacsqf932z649gqMcgyRC { width:30.8125rem;height:30.8125rem;top:0.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF { display:block; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8nZKBtgW5XuenvB5Ug2sX39ZiAVRef7 { width:47.75rem;height:;top:6.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r { display:block; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUB6qCCW5RobhZymiqEDTztvszyDbp7p { width:16.0625rem;height:16.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhzdsGbZ2FUgrBzCLIV5pvQTLscNwbR6 { width:16.5rem;height:8.4375rem;top:14.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRn8tMOrVJdhcxBXyqfKGkrZTm3xX45 { width:16.5rem;height:8.4375rem;top:14.6875rem;left:7.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7e8Pymf5yFkTqxVWby2g7aCburdItWt { width:14.5625rem;height:14.0625rem;top:0rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzf1Q7cB7kvbF7EWv0PQeUp9xM9mcCi { width:16.0625rem;height:16.0625rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkfstDtxCgXdesuAUKkytuSXPnw1fX69 { width:16.5rem;height:8.4375rem;top:14.6875rem;left:31.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9fBXJBXxkPGUWntfzUUhSeWlZQIDTLG { width:16.0625rem;height:16.0625rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgR1xCh8PtgSnhAUMk0xh0Zz18yo8Eg { width:14.5625rem;height:14.0625rem;top:0rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdoLTugB2dA8SJyG13U3trSEiu6OeieP { width:16.0625rem;height:16.0625rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2V3eA6UGmIf2t8riD6IWI8IyhsyJ2b8 { width:16.5rem;height:8.4375rem;top:14.6875rem;left:19.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InuBsRaSdL097AbNOvsaRBEZKSXlJAgL { width:14.5625rem;height:14.0625rem;top:0rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTw7wfq8KZkCFd85TF3x18mR868ZXpRi { width:14.5625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8Us1HkO9nb80DAWymT5Dk3Q5sZHeNx { width:47.75rem;height:13.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU { display:block; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN0lgXHFklKhVcrzkxwJFyC5U93kzuJU { width:47.75rem;height:2.75rem;top:6.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrupUrQiQW1z7T5rthc0fIbTcMTv7rvz { width:42.1875rem;height:3.1875rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke { display:block; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHrDkulsMneGUpLS9nKa9Q4naJ0KHLh6 { width:13.6875rem;height:4.125rem;top:3.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F17erULSIhq67UhRSo9ghtzkw9AAPnse { width:2.125rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2RGgtSy5SZ3WqFXw6G8WJd4RgDBluZh { width:14.5625rem;height:4.125rem;top:3.375rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpew1JzN9x5Tqh11JLNqrZz0dyb9rKdT { width:2.125rem;height:2.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEaznqEiiloVKt93AECRb4VhoqnbapEL { width:16.625rem;height:4.125rem;top:3.375rem;left:21.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrWvQdA7DlragPoG6IwB6AGSMRhdZ1J { width:2.125rem;height:2.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfsAsM4rrZXXX7JDVtp7TOyVUqmvHZdi { width:13.0625rem;height:4.125rem;top:3.375rem;left:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPlqo8vaMmJFP9vLMfkrtHoKwHTkqDeI { width:2.125rem;height:2.125rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM { display:block; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFso7AFNIrrTkiBT3GDEoh4Ps4A0HdM0 { width:47.75rem;height:4.5rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVFseoD6UIPftVpGhaCDDhmZIKGEzV47 { width:10.375rem;height:10.375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUbfJRcDKbyc7CeAGvgmgLVG0HyHtZU { width:14.25rem;height:14.25rem;top:-2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 { display:block; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr4fRpkrmihuMOt0MR01uTDUvGOiUE2A { width:15.625rem;height:0.1875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhGFEovuXETpg886BW8CoPRiGLzA1we { width:12.0625rem;height:6.875rem;top:19.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUfT3BOB9D06xzDayXW9WA2lTPebm3tu { width:2.5rem;height:2.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDySTLo8SHDzoGyTxAyPZRVR08QyQ1M1 { width:15.625rem;height:0.1875rem;top:17.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5gST9LGax7cglWDp3KhTVpEE2BWm1m { width:12.5rem;height:5.5rem;top:19.625rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9sgVyXW0rUZ54mVdm9A8Sh6BGUZcs3r { width:2.5rem;height:2.5rem;top:16.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZByT0BJuEUXiM4Tm4o4EqCNxOvTdMv36 { width:15rem;height:0.1875rem;top:17.6875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unmb0Esm6vPJNXyHi3MEux12KCO4H1k8 { width:12.625rem;height:5.5rem;top:19.6875rem;left:28.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7n9sR7nOzFKzIztlvaDX7lx7QcSmnfA { width:2.5rem;height:2.5rem;top:16.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0cerTT3Shhw9LzM7aMQ4ehshgnat3L { width:13.5rem;height:5.5rem;top:19.6875rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3CstwVfuNlZ4Hc3RGrUPDVcJpe0Sbl8 { width:2.5rem;height:2.5rem;top:16.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sohuFTzKaV4zmnKHZGHcvBIPJHgTX2qu { width:47.75rem;height:3.75rem;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n65Zngo1qyfqqUC8dXg0eHzmOqHRZRm6 { width:11.8125rem;height:2.75rem;top:13.125rem;left:35.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXSoHG2KFf3hufmmSU8D77P29M9xIc9 { width:10.25rem;height:2.75rem;top:13.125rem;left:28.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ytZWkytrdOTiRrpEaupwz3DdWdTGcN { width:9.4375rem;height:2.75rem;top:13.125rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s34sU3TN9mpOcVplrLBSAGKdUVctEFhl { width:9.4375rem;height:2.75rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxzhcFdO0EU112ZHWcFELIFyE4dy85h { display:block; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaBhNZV1U6gsIuBp62hyou0Bhtq80cZr { width:47.75rem;height:2.75rem;top:5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k { display:block; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXqpnZdOIh3g1DC9Q7ObK3eEntUaa6qx { width:47.75rem;height:2.6875rem;top:4.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN { display:flex;height:auto;width:27.75rem;top:10.9375rem;left:2.3689231872559rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #cTKKoLTbJ8UAcHfGnZdcgVcbx3sdM5H7 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #CyeSMVSRGaB0SOTByT1H5xekqWBNSGXD {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #IaAC7xKOOpffEgf7dKZZIxWnzCedE4zg {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #TdTuyZ1TNrAT2J5ZuaIhi2xXIhi19Ke8 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #BPBlfk4J94ozRuAIfUtLsh6hCmP3rhrl {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #T4E42xaGxWd0v9dt7klsWbLLhK0m5a5g {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #d7qGkwmQ2dNfqaXnLRFxhZLDTa7DppdL {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Im6o8TXPXLNqv3H88l4ZXwlX0tVBNJZZ {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #LIqSEWNHOD5Ea2ITZlaSa9BhHse5Nn9m {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #WSO1ZEu3UGD4mr0sH6mTFV00asvTebGy {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Bhe2dsezUb8RS87XMNAPoX7EzR0cFHT9 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #MJkdGm1A9d8nWQxZXRU6kny3DxO0Zsu0 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #UvzwybLvamkbZZqu2UwOEvK9nOuwati5 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Q2atUEkPNt99UOSzFCsRXfzh8g68LixR {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #WsBE0ZmmmwwMybNipC4CyvorQivfGAgU {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #OsDeTF8gX7Ih1oBOvg2dhTmv7rHIm3m0 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #n2f2DIfHQTUdVJo7bvFFmMKFwDqkIdlD {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #MBbVDEMuNeph2gBADAfkzKtrgAVETnZi {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #l4RKydPLLVpVwVBosEMtzCeH09QJB7Zh {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #m3lueWQA16MtZiqRaAdc5pQqSQRbltXq {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #UMKxJZsmuO87GDZ3OJ9TFCqppGaJKzza {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #sxy65bAqr7osmtSdvxtRmolf945aJyCm {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #R9GXEAykPvEn9beANNGgxXaMtI3gOFAh {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #LHfTI0xkX01bKptwm1T3oHULtTVhZLZe {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #TpniJegE460TpTHgzVcyOMnVXkWTxTHC {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #nQG6yiQRlXhlDCErC8RQt0GWM8TGT7R6 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #fS1TUDsWtrXB94vwExn9GhBAiLT2lBFJ {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Favsq766fGdxQTsCUg5pudXaR4RrTCXG {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #fuxbTIfh4hKTB7QUDKaIEtJA4G552L2R {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #kQpkaWao5g7V6vt55XlbbEc637BHd7VV {  }
 }@media only screen and (max-width: 763px) { #V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau { display:block; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdrLnABMqlKhU7GLBRUfxhHhmyr44BLI { width:36.375rem;height:3.5rem;top:15.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNdIiWpahXpeMMkyobmKf1T93eUzoCha { width:34.0625rem;height:8.0625rem;top:5.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-text {padding-top: 0; padding-bottom: 0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-select {padding-top: 0; padding-bottom: 0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-button { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n  { width:26.25rem;height:auto;top:3rem;left:19rem; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n {display:block;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n { width:26.25rem;height:auto;top:3rem;left:19rem; }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #hp2L1XesTOdAeX07gf7TdAEhqktihbv5 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #aoWAtDJSALMOBrknJDFN0izTKEvhoqyQ {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #XpgyCExJo9wT2rDOZ9yG141NQp5BuOKe {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #keRCbqvTSZTTOFwe5fCyynMZE4goviA2 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #Wv15snErIeOGz1yN326G15MmEzOMrfQi {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #WW481OewXuGOucgHPCXI5eCCVSGPHFzp {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #CFgLpkgiwugh34yA3GCv2CxdNm42DK1b {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #Oy3DxxmMqx6RoV2WPVuTx8D1LCbAXC79 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #g4q5CTebCFXM747uHm18hXbeLAuxBb76 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #h0RHEcqtRefUvka8fvo6mTP3BWQk75gP {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #t1w8tyhvIRatMDKSNWSsqlR1tQZ4PrvL {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #icHmTlnEcMbZbSlCOe4OMKXIx7p8QT5L {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #JZTTlPGcQo59uhFDzsL9cJRPqQ5BnHVd {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #PxiJrAkPyFBJqvXqgc1TRGEJGvVR4Szg {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #fH72mlnMtDKWHg3Ug17buX4mRX4RK2pR {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #WTgw489TTH8DOJqezUx3FePGNAMDtwHV {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #KHXOVITTnFSx73BZH6AZMAevmWsCDHzG {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #AB8Q9ztEzkiuHnvCyEiNBIxHThVdwkJK {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #inJtQXIFETRbJv3i0DIuqkNCP4PZeKpF {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #U6enf1w13t2fPKa7tG6D3G6AiSkTB6yk {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #qSORSAV1m5U83D5c04HrUhnPWspzZgaP {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #eLqkXrdOhQcIllXItkxDxv7AZQrSrTgd {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #ALF9arotumrElwcDi6cPBJGXEImW1Qh6 {  }
 }@media only screen and (max-width: 763px) { #cmzXScf5g5IEhG6cG9lhU21aypEmAXcU { display:block; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTwi1omNVGU749StIiOp2GWEzKoUVPvA { width:47.75rem;height:2.69921875rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJyNJeml4erZJ5rd3ammPcCMmosJEihM { width:21.5rem;height:21.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxp7ZI9KClpMO8ikdCR6IVl2UAV2uZ3 { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA { display:block; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSGwqUIAnzUOtnh4XCziEcnZPmTMB4ga { width:40.1875rem;height:5.3984375rem;top:7.5rem;left:7.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONfhbk0U8urZOCicIWCBhWAi65qvfbe { width:34.625rem;height:28.0625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RrtLxy0XoV2MeXsi2JOirqoiSah2Nq { width:33.3125rem;height:11.8125rem;top:14.5625rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izL8XPKwnPsuNIB62USdyZTR9VtTCkU9 { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmkyXc1tzBEv7ZfaKlkBXbRoV5D35s9 { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDwxTrgVMTZerZzIBUMz3aHGJ0lNoGT { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fNOr5H4iXGvEPHeOy6srbevCdT2MbO { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMeZmOKAyQ1pQMyOIGu4vQkzNybSJU6f { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGomd1hgUaquJohxVRGtB7be0CrpKB9p { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa { display:block; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5QJwEa72vqrJ2mWAtKhoaBdi6Lzbxqv { width:16.0625rem;height:3.625rem;top:4.8125rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqNRQoO8Ke4ogtySZhXyPeKf6aANQ9ih { width:15.25rem;height:7.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN { width:1.25rem;height:1.25rem;top:7.1875rem;left:14rem;display:block; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm { width:1.25rem;height:1.25rem;top:7.125rem;left:7.1875rem;display:block; }
#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh { width:1.25rem;height:1.25rem;top:7.125rem;left:9.5rem;display:block; }
#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 { width:1.25rem;height:1.25rem;top:7.1875rem;left:4.6875rem;display:block; }
#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw { width:1.25rem;height:1.25rem;top:7.1875rem;left:11.8125rem;display:block; }
#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { display:block; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvFOuc1QaeP7cOAPBkiLfDtCGRP27BTS { width:16.5625rem;height:1.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROTUGq0qf9y9ZTLyJGamw1JS1uCyOcxP { display:block; }
 }@media only screen and (max-width: 763px) { #aHTutFARUv4VoHTDozCnPmtuU7g8DUUP { width:10.375rem;height:1.4375rem;top:0.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR7IU9xuKUf5ay6TabdpwT8iSRKs0TLZ { display:block; }
 }@media only screen and (max-width: 763px) { #gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { display:block; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVyo9XQny2TwgZXx6BgXPC6QTeoqln2d { width:20.3125rem;height:3.4375rem;top:0rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpS9Zhrh3gu5aUyeyiKk1cTqZ9Qlx4D { display:block; }
 }@media only screen and (max-width: 763px) { #kK3KRLZxnTgekEs4kEbrWRKlLeL1auOG { width:1.25rem;height:1.25rem;top:1.125rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX { display:block; }#ykXsnr2qc7FmypKX6xUBTkKShAbGuZAX > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxCgUtEKVf6dHE8fO2yCwM26bOyHTDbV { width:9.5rem;height:4.8125rem;top:0.1875rem;left:-1.49609375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dVqX0cwm78MG8RMPETic3Ts5PTfNeSHb { width:17rem;height:0.9375rem;top:3.0625rem;left:3rem;font-size:0.625rem;line-height:1.5;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 { display:block; }#onFGU9W2n7ZcAegb4xyot2gvDh6qeQ67 > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtmRqcvTeqrU9uSzpgcpJ9J8r4nH2IXB { width:20rem;height:8.097625rem;top:3.125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvQJUU5hG6bPcKAzzNAW8the8ea54KX2 { width:20rem;height:5.625rem;top:12.09765625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gfxNAb8wNXUebODi5iaFsCTxpb5caHGb { width:20rem;height:3.4375rem;top:20.94140625rem;left:0rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dTyVd0CKigNzCNSPtPCL1TXzdvN0fC7d { display:block; }
 }@media only screen and (max-width: 763px) { #rSqly926J24I8e7Ow36HVIQSUrT9zFlW { width:20rem;height:20rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLgxzdMSoHyUbhbCWTLs0IrnWDxnL4Jq { width:8.8125rem;height:8.8125rem;top:42.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOq9abb0olJJXFdqHLUEucyCluXcLqk { width:12.375rem;height:1.875rem;top:25.21875rem;left:1.75rem;font-size:0.625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 { display:block; }#Fw55bEPDBRouxFHwRXpZXgkrp1a6AqP7 > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaXFVIvRE8Ui72Vm6SMA3WMaFx4pBL2k { width:20rem;height:14.87305rem;top:10.296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAhf7VwCbrbA4FHKicRZdSTnXeytQA8p { width:18.0625rem;height:5.361325rem;top:3.6875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG { width:20rem;height:18.9375rem;top:25.794921875rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }#CK4QOXMatXTbpfR2RAWq2vZnaP5sF0TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140dc18b57d378ce1798a36f495a3a040f28517.svg); }
 }@media only screen and (max-width: 763px) { #LobJdJMsB2oeorWfa9qAXIORGC6vHiWv { width:20rem;height:9.375rem;top:50.5625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CDK0qOlRaK0oRfKLMTrDlpEsB2KDuSsV { width:20rem;height:12.0625rem;top:47.9375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ { display:block; }#XMUIT6AhL8RZEeivlLWzW1TbE2c9IkCZ > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFiJkfciKaRsJLhCer4SX9iLKUnyWwDR { width:20rem;height:13.38575rem;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO98ImXR83Cpx60ICDL6ugd8eTenT7TN { width:20rem;height:1.13671875rem;top:27rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVJ2B1MvTcgTTBJVocQxvS02S6GQNrs8 { width:20rem;height:7.1484375rem;top:18.1875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ICcdNlQNvGrDacsqf932z649gqMcgyRC { width:9.6875rem;height:9.6875rem;top:27rem;left:-2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF { display:block; }#N5P2EWrnzrGkqQ1ghIeOXLgbtmA62ocF > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8nZKBtgW5XuenvB5Ug2sX39ZiAVRef7 { width:20rem;height:9.07425rem;top:5rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r { display:block; }#Ruz5DPfI9oIKLN9THbvRLsbtkbJ5yy1r > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUB6qCCW5RobhZymiqEDTztvszyDbp7p { width:12.5rem;height:12.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhzdsGbZ2FUgrBzCLIV5pvQTLscNwbR6 { width:17.625rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRn8tMOrVJdhcxBXyqfKGkrZTm3xX45 { width:18.0625rem;height:5.361325rem;top:37.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7e8Pymf5yFkTqxVWby2g7aCburdItWt { width:15.25rem;height:14.6875rem;top:23.1875rem;left:-1.6846330275229rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzf1Q7cB7kvbF7EWv0PQeUp9xM9mcCi { width:12.5rem;height:12.5rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkfstDtxCgXdesuAUKkytuSXPnw1fX69 { width:18.0625rem;height:5.361325rem;top:84.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9fBXJBXxkPGUWntfzUUhSeWlZQIDTLG { width:12.5rem;height:12.5rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgR1xCh8PtgSnhAUMk0xh0Zz18yo8Eg { width:14.9375rem;height:14.375rem;top:70.1875rem;left:-1.4253926701571rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdoLTugB2dA8SJyG13U3trSEiu6OeieP { width:12.5rem;height:12.5rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2V3eA6UGmIf2t8riD6IWI8IyhsyJ2b8 { width:18.0625rem;height:5.361325rem;top:61.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InuBsRaSdL097AbNOvsaRBEZKSXlJAgL { width:14.5rem;height:13.9375rem;top:47rem;left:-1.3617817583939rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTw7wfq8KZkCFd85TF3x18mR868ZXpRi { width:14.9375rem;height:14.375rem;top:0rem;left:-1.5582524271845rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8Us1HkO9nb80DAWymT5Dk3Q5sZHeNx { width:20rem;height:13.875rem;top:87.73535rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU { display:block; }#Hcx1XcpKc7W4AHIwZbJSB4fWhHqGqMMU > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN0lgXHFklKhVcrzkxwJFyC5U93kzuJU { width:20rem;height:5.84765625rem;top:5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VrupUrQiQW1z7T5rthc0fIbTcMTv7rvz { width:18.875rem;height:5.625rem;top:11.609375rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke { display:block; }#OkdLvNSc8Eh7vASCXNBnNLBPGO5NNKke > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHrDkulsMneGUpLS9nKa9Q4naJ0KHLh6 { width:14.5625rem;height:4.78125rem;top:0rem;left:3.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F17erULSIhq67UhRSo9ghtzkw9AAPnse { display:flex;width:2.125rem;height:2.125rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w2RGgtSy5SZ3WqFXw6G8WJd4RgDBluZh { width:14.5625rem;height:4.78125rem;top:7.28125rem;left:3.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kpew1JzN9x5Tqh11JLNqrZz0dyb9rKdT { display:flex;width:2.125rem;height:2.125rem;top:7.28125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iEaznqEiiloVKt93AECRb4VhoqnbapEL { width:16.5625rem;height:4.78125rem;top:14.5625rem;left:3.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #olrWvQdA7DlragPoG6IwB6AGSMRhdZ1J { display:flex;width:2.125rem;height:2.125rem;top:14.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SfsAsM4rrZXXX7JDVtp7TOyVUqmvHZdi { width:14.5625rem;height:4.78125rem;top:21.84375rem;left:3.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cPlqo8vaMmJFP9vLMfkrtHoKwHTkqDeI { display:flex;width:2.375rem;height:2.375rem;top:21.84375rem;left:-0.25rem; }
 }@media only screen and (max-width: 763px) { #fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM { display:block; }#fVLBu8BnfvxqDayKauo7qzMd0zkPSCwM > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFso7AFNIrrTkiBT3GDEoh4Ps4A0HdM0 { width:14.5625rem;height:12.25rem;top:8.048828125rem;left:5.4375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HVFseoD6UIPftVpGhaCDDhmZIKGEzV47 { display:flex;width:9.625rem;height:9.625rem;top:1.298828125rem;left:-2.875rem; }
 }@media only screen and (max-width: 763px) { #AeUbfJRcDKbyc7CeAGvgmgLVG0HyHtZU { display:flex;width:9.4375rem;height:9.4375rem;top:0.298828125rem;left:-1.625rem; }
 }@media only screen and (max-width: 763px) { #DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 { background-color:rgba(var(--color-tertiary-3),1);background-image:none;display:block; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container { background-color: transparent; background-image: none; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container > .video-iframe-container { display: none; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row > .video-iframe-container { display: none; }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .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); }#DgImGGff8b7pmhbxCW6FpMqOgT1pMZg2 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr4fRpkrmihuMOt0MR01uTDUvGOiUE2A { width:0.125rem;height:6.875rem;top:13.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhGFEovuXETpg886BW8CoPRiGLzA1we { width:15.5rem;height:5.5234375rem;top:11.4375rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUfT3BOB9D06xzDayXW9WA2lTPebm3tu { display:flex;width:2.5rem;height:2.5rem;top:10.1875rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WDySTLo8SHDzoGyTxAyPZRVR08QyQ1M1 { width:0.125rem;height:5.625rem;top:23.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5gST9LGax7cglWDp3KhTVpEE2BWm1m { width:16.1875rem;height:4.142575rem;top:22rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9sgVyXW0rUZ54mVdm9A8Sh6BGUZcs3r { display:flex;width:2.5rem;height:2.5rem;top:20.6875rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZByT0BJuEUXiM4Tm4o4EqCNxOvTdMv36 { width:0.125rem;height:5.625rem;top:32.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unmb0Esm6vPJNXyHi3MEux12KCO4H1k8 { width:16.625rem;height:4.142575rem;top:31.4375rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f7n9sR7nOzFKzIztlvaDX7lx7QcSmnfA { display:flex;width:2.5rem;height:2.5rem;top:29.875rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ni0cerTT3Shhw9LzM7aMQ4ehshgnat3L { width:15.125rem;height:4.142575rem;top:40.5625rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3CstwVfuNlZ4Hc3RGrUPDVcJpe0Sbl8 { display:flex;width:2.5rem;height:2.5rem;top:39.3125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #sohuFTzKaV4zmnKHZGHcvBIPJHgTX2qu { width:18.0625rem;height:2.25rem;top:3.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n65Zngo1qyfqqUC8dXg0eHzmOqHRZRm6 { width:17.125rem;height:1.16796875rem;top:39.4375rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXSoHG2KFf3hufmmSU8D77P29M9xIc9 { width:15.8125rem;height:1.16796875rem;top:30.3125rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6ytZWkytrdOTiRrpEaupwz3DdWdTGcN { width:17.125rem;height:1.16796875rem;top:20.875rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s34sU3TN9mpOcVplrLBSAGKdUVctEFhl { width:16rem;height:1.16796875rem;top:10.3125rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGxzhcFdO0EU112ZHWcFELIFyE4dy85h { display:block; }#yGxzhcFdO0EU112ZHWcFELIFyE4dy85h > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaBhNZV1U6gsIuBp62hyou0Bhtq80cZr { width:20rem;height:3.57421875rem;top:5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k { display:block; }#DOlp2hUg4LucgO1TE5skZuIdC9uyJt0k > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXqpnZdOIh3g1DC9Q7ObK3eEntUaa6qx { width:20rem;height:3.8984375rem;top:3.8486328125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-desc-text { font-size:0.875rem;height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN { display:flex;height:auto;width:19.5rem;top:9rem;left:0rem;gap:0.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
#dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #cTKKoLTbJ8UAcHfGnZdcgVcbx3sdM5H7 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #CyeSMVSRGaB0SOTByT1H5xekqWBNSGXD {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #IaAC7xKOOpffEgf7dKZZIxWnzCedE4zg {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #TdTuyZ1TNrAT2J5ZuaIhi2xXIhi19Ke8 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #BPBlfk4J94ozRuAIfUtLsh6hCmP3rhrl {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #T4E42xaGxWd0v9dt7klsWbLLhK0m5a5g {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #d7qGkwmQ2dNfqaXnLRFxhZLDTa7DppdL {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Im6o8TXPXLNqv3H88l4ZXwlX0tVBNJZZ {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #LIqSEWNHOD5Ea2ITZlaSa9BhHse5Nn9m {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #WSO1ZEu3UGD4mr0sH6mTFV00asvTebGy {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Bhe2dsezUb8RS87XMNAPoX7EzR0cFHT9 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #MJkdGm1A9d8nWQxZXRU6kny3DxO0Zsu0 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #UvzwybLvamkbZZqu2UwOEvK9nOuwati5 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Q2atUEkPNt99UOSzFCsRXfzh8g68LixR {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #WsBE0ZmmmwwMybNipC4CyvorQivfGAgU {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #OsDeTF8gX7Ih1oBOvg2dhTmv7rHIm3m0 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #n2f2DIfHQTUdVJo7bvFFmMKFwDqkIdlD {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #MBbVDEMuNeph2gBADAfkzKtrgAVETnZi {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #l4RKydPLLVpVwVBosEMtzCeH09QJB7Zh {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #m3lueWQA16MtZiqRaAdc5pQqSQRbltXq {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #UMKxJZsmuO87GDZ3OJ9TFCqppGaJKzza {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #sxy65bAqr7osmtSdvxtRmolf945aJyCm {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #R9GXEAykPvEn9beANNGgxXaMtI3gOFAh {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #LHfTI0xkX01bKptwm1T3oHULtTVhZLZe {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #TpniJegE460TpTHgzVcyOMnVXkWTxTHC {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #nQG6yiQRlXhlDCErC8RQt0GWM8TGT7R6 {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #fS1TUDsWtrXB94vwExn9GhBAiLT2lBFJ {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #Favsq766fGdxQTsCUg5pudXaR4RrTCXG {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #fuxbTIfh4hKTB7QUDKaIEtJA4G552L2R {  }
 }@media only screen and (max-width: 763px) { #dNhJyWitm4ywKw2mDfmxKtffUXWMNIuN #kQpkaWao5g7V6vt55XlbbEc637BHd7VV {  }
 }@media only screen and (max-width: 763px) { #V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau { display:block; }#V4KAXa2uA1TxQ379DCoDFn1p8ZqTrRau > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdrLnABMqlKhU7GLBRUfxhHhmyr44BLI { width:20rem;height:5.94921875rem;top:12.6982421875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNdIiWpahXpeMMkyobmKf1T93eUzoCha { width:19.25rem;height:7.1484375rem;top:4rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;font-size:0.75rem;overflow:hidden; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-text {padding-top: 0; padding-bottom: 0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-select {padding-top: 0; padding-bottom: 0;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.2; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n  { width:17.5rem;height:auto;top:19.3974609375rem;left:0rem; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n {display:block;}#E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n { width:17.5rem;height:auto;top:19.3974609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #hp2L1XesTOdAeX07gf7TdAEhqktihbv5 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #aoWAtDJSALMOBrknJDFN0izTKEvhoqyQ { display:none; }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #XpgyCExJo9wT2rDOZ9yG141NQp5BuOKe {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #keRCbqvTSZTTOFwe5fCyynMZE4goviA2 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #Wv15snErIeOGz1yN326G15MmEzOMrfQi { display:none; }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #WW481OewXuGOucgHPCXI5eCCVSGPHFzp {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #CFgLpkgiwugh34yA3GCv2CxdNm42DK1b {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #Oy3DxxmMqx6RoV2WPVuTx8D1LCbAXC79 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #g4q5CTebCFXM747uHm18hXbeLAuxBb76 {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #h0RHEcqtRefUvka8fvo6mTP3BWQk75gP {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #t1w8tyhvIRatMDKSNWSsqlR1tQZ4PrvL {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #icHmTlnEcMbZbSlCOe4OMKXIx7p8QT5L {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #JZTTlPGcQo59uhFDzsL9cJRPqQ5BnHVd {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #PxiJrAkPyFBJqvXqgc1TRGEJGvVR4Szg {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #fH72mlnMtDKWHg3Ug17buX4mRX4RK2pR {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #WTgw489TTH8DOJqezUx3FePGNAMDtwHV {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #KHXOVITTnFSx73BZH6AZMAevmWsCDHzG {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #AB8Q9ztEzkiuHnvCyEiNBIxHThVdwkJK {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #inJtQXIFETRbJv3i0DIuqkNCP4PZeKpF {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #U6enf1w13t2fPKa7tG6D3G6AiSkTB6yk {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #qSORSAV1m5U83D5c04HrUhnPWspzZgaP {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #eLqkXrdOhQcIllXItkxDxv7AZQrSrTgd {  }
 }@media only screen and (max-width: 763px) { #E2XFcNpd7SWe5UZcIJdCbBJNZva8gE4n #ALF9arotumrElwcDi6cPBJGXEImW1Qh6 {  }
 }@media only screen and (max-width: 763px) { #cmzXScf5g5IEhG6cG9lhU21aypEmAXcU { display:block; }#cmzXScf5g5IEhG6cG9lhU21aypEmAXcU > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTwi1omNVGU749StIiOp2GWEzKoUVPvA { width:19.999625rem;height:1.5rem;top:3.0617046356201rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJyNJeml4erZJ5rd3ammPcCMmosJEihM { display:flex;width:8.4375rem;height:9.0625rem;top:0rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #oVxp7ZI9KClpMO8ikdCR6IVl2UAV2uZ3 { width:19.999625rem;height:40.1249375rem;top:7.27991104126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA { display:block; }#zTnG4ROS5EAPl8XH2tGNZwwaabBHbrGA > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSGwqUIAnzUOtnh4XCziEcnZPmTMB4ga { width:20rem;height:5.625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UONfhbk0U8urZOCicIWCBhWAi65qvfbe { width:20rem;height:14.9375rem;top:9.375rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/10d49ba7-4a17-4caf-b2c8-dbfac06b6e68/copiadedsc06263169b03ceea47341.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UONfhbk0U8urZOCicIWCBhWAi65qvfbe.adaptive-delivery-prevent-bg, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyload, #UONfhbk0U8urZOCicIWCBhWAi65qvfbe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M7RrtLxy0XoV2MeXsi2JOirqoiSah2Nq { width:20rem;height:15.919925rem;top:26.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #izL8XPKwnPsuNIB62USdyZTR9VtTCkU9 { width:4.8125rem;height:4.8125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmkyXc1tzBEv7ZfaKlkBXbRoV5D35s9 { width:4.8125rem;height:4.8125rem;top:44.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDwxTrgVMTZerZzIBUMz3aHGJ0lNoGT { width:4.8125rem;height:4.8125rem;top:44.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fNOr5H4iXGvEPHeOy6srbevCdT2MbO { width:4.8125rem;height:4.8125rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMeZmOKAyQ1pQMyOIGu4vQkzNybSJU6f { width:4.8125rem;height:4.8125rem;top:50.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGomd1hgUaquJohxVRGtB7be0CrpKB9p { width:4.8125rem;height:4.8125rem;top:50.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa { background-color:rgba(var(--color-tertiary-3),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; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { background-color: transparent; background-image: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { display: none; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .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); }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { border-width: 0; border-radius: 0; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRmBuSgxS6h1nDQgOdL5sv0SDNh3GBAa > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5QJwEa72vqrJ2mWAtKhoaBdi6Lzbxqv { width:14.3125rem;height:3.41015625rem;top:8.75rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WqNRQoO8Ke4ogtySZhXyPeKf6aANQ9ih { width:9.125rem;height:4.5625rem;top:3.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:15.6875rem;font-size:0.875rem; }
#aJC1MXFLZvkDhUBNFrVrlg96FyfXdUEN > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:6.25rem;font-size:0.875rem; }
#U7NtyIUtnsFxn6w5OTsl5uUfTuuZOIIm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:9.3125rem;font-size:0.875rem; }
#fIpOUnowOD3PT4QgS8uB2ep6N4WENwzh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:3.0625rem;font-size:0.875rem; }
#rN38rQsC7PQpK0DWZZiKDfhhwTLg2dT1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw { display:flex;width:1.25rem;height:1.25rem;top:14.6875rem;left:12.5625rem;font-size:0.875rem; }
#F81Q6JWEOBIykfBtSPVmy1zKpTa7QTqw > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { display:block; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V { border-width: 0; border-radius: 0; }#hG0RQUAcZfEunZXeWGTnrXZle5hdV06V > .row .container { width:20rem;height:7.25rem;border-top:0;border-left:0rem solid rgba(var(--color-tertiary-1),1);border-right:0rem solid rgba(var(--color-tertiary-1),1);border-bottom:0rem solid rgba(var(--color-tertiary-1),1);position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvFOuc1QaeP7cOAPBkiLfDtCGRP27BTS { width:10.625rem;height:1.125rem;top:0.3125rem;left:0rem;font-size:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROTUGq0qf9y9ZTLyJGamw1JS1uCyOcxP { display:block; }
 }@media only screen and (max-width: 763px) { #aHTutFARUv4VoHTDozCnPmtuU7g8DUUP { width:6.6875rem;height:1.125rem;top:0.3125rem;left:13.3125rem;font-size:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #QR7IU9xuKUf5ay6TabdpwT8iSRKs0TLZ { display:block; }
 }@media only screen and (max-width: 763px) { #gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O { background-color: transparent; background-image: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row > .video-iframe-container { display: none; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .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); }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#gQDJX4A4Ae4CplpOlSD8fhBBZ6ZZqn3O > .row .container { width:20rem;height:4.4375rem;background-color:transparent;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVyo9XQny2TwgZXx6BgXPC6QTeoqln2d { width:16.75rem;height:2.9375rem;top:0rem;left:1.625rem;font-size:1.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.875rem rgba(var(--color-tertiary-4),0.32) ;display:block; }
 }@media only screen and (max-width: 763px) { #vkpS9Zhrh3gu5aUyeyiKk1cTqZ9Qlx4D { display:block; }
 }@media only screen and (max-width: 763px) { #kK3KRLZxnTgekEs4kEbrWRKlLeL1auOG { display:flex;width:0.9375rem;height:0.9375rem;top:1rem;left:3.125rem;font-size:0.625rem; }
 }