.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:253,245,222;--color-primary-1:241,210,176;--color-primary-2:247,206,88;--color-primary-3:251,191,54;--color-primary-4:49,41,18;--color-secondary-0:220,248,231;--color-secondary-1:151,234,182;--color-secondary-2:81,220,133;--color-secondary-3:37,211,102;--color-secondary-4:31,185,88;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:137,137,137;--color-tertiary-3:39,39,39;--color-tertiary-4:0,0,0;--headlines-font-family:"M PLUS Rounded 1c";--paragraphs-font-family:"M PLUS Rounded 1c"; }@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:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #dedede);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #dedede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#dedede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#dedede' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #dedede);background-size:auto !important;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;overflow:visible;position:relative;display:block; }#A3eCM3Pxv7SBLzp6bEWoJaG70gImpGGf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:16.3125rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HUNSRfZiBKZB4l5UxwIbxlvGiUB4rQkR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:26.9375rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;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; }
#xoG5kcQXtQZpBIFO2mGb4nGDTwdzrf9p { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0rem solid #ff9900;border-left:2.5rem solid rgba(0,0,0,0);border-right:0rem solid #ff9900;border-bottom:0rem solid #ff9900;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-secondary-3),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:4.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.375rem;left:0rem;display:block; }
#uvTgkgEw4EMn5tqWTDRcLtH2v1gNHX3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSMCJHa55m4xp0Vr9OqScWzuzm0Xom9o { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:37.9375rem;left:27.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ksAboB44ltFh7IA8bfkmCExoryJxAVJW { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#f2f2f2' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-size:auto !important;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:0.875rem;width:15.5rem;top:13.375rem;left:9.625rem;display:none; }
#zanCkO1pBDeXIs8V4PI0ETX8dodnvT0m { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#f2f2f2' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #f2f2f2);background-size:auto !important;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:0.875rem;width:15.5rem;top:13.125rem;left:9.625rem;display:none; }
#UIkI3GAbFGmw38yiPF0yQQr794LaNn4N { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:futura;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.9375rem;left:8.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sc2iuPXnfmRC6VL33OwIfvTkLgweGzRL { position:absolute;display:block;z-index:15015;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:6.6875rem;width:5.875rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#hFDrOp9pTzVNI1csk5fl6JDL2O9qvgPg { position:absolute;display:block;z-index:15016;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:3.375rem;width:19.5625rem;top:10.8125rem;left:7.5rem;overflow:hidden;display:block; }
#lewWENJpJD73lT2ZTNyuPVnF2kcFGMnx { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a4e1f679-9776-41bf-bd1d-7b6c033a3142/semtitulo11166210227217dd.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:31.375rem;top:4.5rem;left:43.25rem;display:block; }#lewWENJpJD73lT2ZTNyuPVnF2kcFGMnx.adaptive-delivery-prevent-bg, #lewWENJpJD73lT2ZTNyuPVnF2kcFGMnx.lazyload, #lewWENJpJD73lT2ZTNyuPVnF2kcFGMnx.lazyloading { background-image: none; }
#telT2oesJ8yICwKKpulbBdEQXJ1mLRCo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.3125rem;width:43.8125rem;top:-0.0625rem;left:54.09375rem;display:block; }
#IkefuGdSZM3EGQAaOx8SdhXGzyre3Cty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:38rem;left:26.625rem; }
#p8Fl87KQFwWSRfUip7VMJSKWcci7TyPg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.3125rem;width:43.8125rem;top:-0.0625rem;left:54.09375rem;display:none; }
#xJUtbrVkicL3GaLP3T11eXefXeXPdi0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.4375rem;left:0.96875rem; }
#aVPHiLowVi5cUtDsR6PyXO8zhUG7RB2C { color:rgba(var(--color-tertiary-2),1);display:block;width:28.25rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.71875rem;left:25rem;height:3.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container { background-color: transparent; background-image: none; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container > .video-iframe-container { display: none; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row > .video-iframe-container { display: none; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .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); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container { border-width: 0; border-radius: 0; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#HGPIvCmRLc7msHR5QyZ7f94RfPtpkh56 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:1.8125rem;left:24.875rem;display:block; }
#owcutvxvAh50mtLkCcmZWvm8rRuUN92k { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.443359375rem;left:3.125rem;height:3.673825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#icioxXpduQ5Woa9VHTgaTwroCBehdAco { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.443359375rem;left:26rem;height:3.673825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TAXSFTdTAFsPcA6DkXM3SrZrdPiwPTR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:2.4375rem;left:53.75rem;height:3.673825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RJ0xUZOfUbOylVkxU5SLnCyudX522MnP { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:1.8125rem;left:49.875rem;display:block; }
#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container { background-color: transparent; background-image: none; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container > .video-iframe-container { display: none; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row > .video-iframe-container { display: none; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .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); }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container { border-width: 0; border-radius: 0; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX.adaptive-delivery-prevent-bg, #mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX.lazyload, #mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX.lazyloading { background-image: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container { background-color: transparent; background-image: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container > .video-iframe-container { display: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row > .video-iframe-container { display: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .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); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container { border-width: 0; border-radius: 0; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#bXWAapAUIERB5w0taU4Ly1TWVeqmtpCt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 2.5rem 2.5rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:31.5rem;width:56.125rem;top:0rem;left:9.4375rem;display:block; }
#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D.adaptive-delivery-prevent-bg, #FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D.lazyload, #FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D.lazyloading { background-image: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container { background-color: transparent; background-image: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container > .video-iframe-container { display: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row > .video-iframe-container { display: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .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); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container { border-width: 0; border-radius: 0; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#T336rPFu20Q0Hv1IVcWeUMfR0zuyBXh6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:10.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tVLTmo1m6FkvmdlAT8CQTEKJifcX3Zcq { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:4.3125rem;left:41.1875rem;height:19.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iK3HTcMaNRuyPEV4JRz0GyM5b6qNorqp { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:4.3125rem;left:38.5625rem;height:19.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IiimiZ8KHD0pca8lScCNTKLrd597GbXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container { background-color: transparent; background-image: none; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container > .video-iframe-container { display: none; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row > .video-iframe-container { display: none; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .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); }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container { border-width: 0; border-radius: 0; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#r5lXEsoAVceCTMb6ACPZ7owMcIa3ItSm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:20.6875rem;left:1.9375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWq3Ug3tTeMkSd63b5FPtV3vnaVQ7vvy { color:rgba(var(--color-tertiary-4),0.9);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3369140625rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MThngoI281kz3c7V0tzESC2dXOaZ92QG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:20.6875rem;left:21.1875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUyuuqcrnB3Vh1TIT3WAwJZCW5AgRGAU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.4375rem;left:58rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrWado6MZxPgEFUubzfLCuaGlhu7dAJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:20.4375rem;left:40.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ypKfQ0H0uTK4FdWBckqbrkxeog4qOkSd { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a76c5a4a-09f3-4309-bc7d-780f8391b182/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5rem;width:16.3125rem;top:5.1875rem;left:0rem;display:block; }#ypKfQ0H0uTK4FdWBckqbrkxeog4qOkSd.adaptive-delivery-prevent-bg, #ypKfQ0H0uTK4FdWBckqbrkxeog4qOkSd.lazyload, #ypKfQ0H0uTK4FdWBckqbrkxeog4qOkSd.lazyloading { background-image: none; }
#DrITecqD6tZk8lP6EqXwd4xbaHhGccO4 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:16.3125rem;top:8.875rem;left:0rem;display:block; }
#uOqxfmw12DHWdAexWAE9G7Q0Zlk9uutO { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/43c0ecc1-d9dd-4943-8bf0-756e09d7d670/2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5rem;width:16.3125rem;top:5.1875rem;left:18.75rem;display:block; }#uOqxfmw12DHWdAexWAE9G7Q0Zlk9uutO.adaptive-delivery-prevent-bg, #uOqxfmw12DHWdAexWAE9G7Q0Zlk9uutO.lazyload, #uOqxfmw12DHWdAexWAE9G7Q0Zlk9uutO.lazyloading { background-image: none; }
#uuW7bChdcAvP35pHdUUfG3gUHGiWZeVr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:16.3125rem;top:8.875rem;left:18.75rem;display:block; }
#ASQzEVNqFiT3PPBWEUaHTHEL8tIIrx98 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f0bc4ff5-f4a8-44db-b00f-e22a636b8d12/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5rem;width:16.3125rem;top:5.1875rem;left:37.5rem;display:block; }#ASQzEVNqFiT3PPBWEUaHTHEL8tIIrx98.adaptive-delivery-prevent-bg, #ASQzEVNqFiT3PPBWEUaHTHEL8tIIrx98.lazyload, #ASQzEVNqFiT3PPBWEUaHTHEL8tIIrx98.lazyloading { background-image: none; }
#AMMHtXeJE7fg0obSrNGqmqWpBK5R0NdG { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:16.3125rem;top:8.875rem;left:37.5rem;display:block; }
#JqzqDa92cwLBKSMa02IyrN9GJmsoLLiV { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/185b068b-a297-4afb-8760-be5685da0b7a/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5rem;width:16.3125rem;top:5.1875rem;left:56.25rem;display:block; }#JqzqDa92cwLBKSMa02IyrN9GJmsoLLiV.adaptive-delivery-prevent-bg, #JqzqDa92cwLBKSMa02IyrN9GJmsoLLiV.lazyload, #JqzqDa92cwLBKSMa02IyrN9GJmsoLLiV.lazyloading { background-image: none; }
#TJNs3iEL87EQF9UOXuCLF2tm91lX5wkU { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:16.3125rem;top:8.875rem;left:56.25rem;display:block; }
#PVywthu0c9Rd1VCaG59pciGpWUNOKlT9 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-secondary-3),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.6875rem;left:51.28125rem;display:block; }
#G1gN3SB504nTqWkQkTlskXVQq6QoQeU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(232,232,232,0.95);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; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container { background-color: transparent; background-image: none; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container > .video-iframe-container { display: none; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row > .video-iframe-container { display: none; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .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); }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container { border-width: 0; border-radius: 0; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#obBTlfkVk7v6WUu5QVezqZWL8VtGT2IH { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:6rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#McXmGh9e9NQm1AZJnQeReDAcKvnRHbTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2rem;left:0rem; }
#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ.adaptive-delivery-prevent-bg, #ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ.lazyload, #ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ.lazyloading { background-image: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container { background-color: transparent; background-image: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container > .video-iframe-container { display: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row > .video-iframe-container { display: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .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); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container { border-width: 0; border-radius: 0; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#pFuJf2uGUxoPQCtQ0kXdkWvpBgJXwEo8 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ { 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; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container { background-color: transparent; background-image: none; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container > .video-iframe-container { display: none; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row > .video-iframe-container { display: none; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .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); }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container { border-width: 0; border-radius: 0; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#lAJ51XJpsbJyQNhkTMDlD7Tfkyn7n9qX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:24.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UODsRzpLK1NmV3wGCRxknQF5HDQUgwhv { 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:10.6875rem;width:24.0625rem;top:0rem;left:25.46875rem;overflow:hidden;display:block; }
#GXTmT55rLlzEMU3iVmExgEO9T4bVnHJM { position:absolute;display:block;z-index:15002;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:14.125rem;width:24.4375rem;top:0.5625rem;left:50.5625rem;overflow:hidden;display:block; }
#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW { 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; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container { background-color: transparent; background-image: none; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container > .video-iframe-container { display: none; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row > .video-iframe-container { display: none; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .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); }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container { border-width: 0; border-radius: 0; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#hbTU7E5fS97qVbcCtggwaDwoCos5Do5u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:24.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zLdIWbFenEv8szTZgVNhzgtaPd7Kx4cX { 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:13.125rem;width:24.25rem;top:0rem;left:25.375rem;overflow:hidden;display:block; }
#BtWP32xMJ7WggGCbiC45i91XmPeCNFOS { position:absolute;display:block;z-index:15002;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:14.8125rem;width:24.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 { 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; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container { background-color: transparent; background-image: none; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container > .video-iframe-container { display: none; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row > .video-iframe-container { display: none; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .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); }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container { border-width: 0; border-radius: 0; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#cEXUiNHLUi94iFXz6uspInAmHvbcKCbq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:24.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MMZz0Ug585BMVPTZGVevoOeHbu83cq6S { 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:9.5625rem;width:24.4375rem;top:0rem;left:25.28125rem;overflow:hidden;display:block; }
#baTsXP6ZkF4RaM0XDN3iSOOWq0IBBiPU { position:absolute;display:block;z-index:15002;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:8.5rem;width:24.5625rem;top:0rem;left:50.4375rem;overflow:hidden;display:block; }
#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a { 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; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container { background-color: transparent; background-image: none; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container > .video-iframe-container { display: none; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row > .video-iframe-container { display: none; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .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); }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container { border-width: 0; border-radius: 0; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#T9BcbRfuus1e84EGMIzhK8t9ukfr71cL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:24.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Kp9usEiq1buXgEZ1prU6DhW5WWUcXMdB { 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:8.1875rem;width:24.75rem;top:0rem;left:25.125rem;overflow:hidden;display:block; }
#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container { background-color: transparent; background-image: none; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container > .video-iframe-container { display: none; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row > .video-iframe-container { display: none; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .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); }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container { border-width: 0; border-radius: 0; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#ZQJuyPsTTdtAzNKP5VR2GfHRgUE90GxG { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-2),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:31.1875rem;width:31.1875rem;top:8.1947917938231rem;left:41.617706298828rem;display:block; }
#JnATuHEIqAOU4Ehdi27inFTfD2Zo1ukc { color:rgba(var(--color-tertiary-4),0.8);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.992691040039rem;left:19.1875rem;height:1.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KVR7QTKaK5CyvL9aHtaeIeOLVfwI9qCa { color:rgba(var(--color-tertiary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:6.875rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QAJOkBnMq4f1fzTHAOB1FBO4AJLiCseU { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.430208206177rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oJ8P9IVmr4KfzzUaQA1z7lXRThUuXSJq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.5rem;width:32.9375rem;top:23.430208206177rem;left:39.771873474121rem;display:block; }
#ao1qM4kCd13cyy4DwHwELqseRcPbs70U { position:absolute;display:block;z-index:14992;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:36.5625rem;width:32.375rem;top:5.1875rem;left:39.771873474121rem;overflow:hidden;display:block; }
#yoJTb1Te2csbxUlzgXLdFIuBoA11J49K { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.375rem;width:12.5625rem;top:9.375rem;left:62.4375rem;display:block; }
#vbSec90Kr6hT4LsPQkRV4VW5BmSPNXAa { color:rgba(var(--color-tertiary-3),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:14.667708396912rem;left:0rem;height:21.0332375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPNzHJ4rhV7VZZpQbEqcK9eEzwmT1Fee { color:rgba(var(--color-tertiary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:44.8125rem;left:3.0546875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yo4IHxSGrAT5eWVuLlT46U9BIIlpeukw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:44.40625rem;left:0rem; }
#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc { 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; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container { background-color: transparent; background-image: none; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container > .video-iframe-container { display: none; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row > .video-iframe-container { display: none; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .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); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container { border-width: 0; border-radius: 0; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#ta31pkXHuQP9Dg3fWhgzcEMra8gUMsuE { position:absolute;display:block;z-index:15000;height:20.625rem;width:75rem;top:-5.0625rem;left:0rem;display:block; }
#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt.adaptive-delivery-prevent-bg, #cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt.lazyload, #cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt.lazyloading { background-image: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container { background-color: transparent; background-image: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container > .video-iframe-container { display: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row > .video-iframe-container { display: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .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); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container { border-width: 0; border-radius: 0; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#ovaixxIqCIt7eUx4KDMqpdT0JaVLTx7B { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF { background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container { background-color: transparent; background-image: none; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container > .video-iframe-container { display: none; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row > .video-iframe-container { display: none; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .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); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container { border-width: 0; border-radius: 0; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qpFPQgiBr5JllTCXu9ybhbXrsLCw6NFf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.0625rem;left:8rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b6S7qzRlbAAfrgB47GCIHAzi0GobMVEQ { background-color:transparent;background-image:none;border-top:0.125rem solid #ffcc00;border-left:0.125rem solid #ffcc00;border-right:0.125rem solid #ffcc00;border-bottom:0.125rem solid #ffcc00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.5625rem;left:8rem;display:block; }
#P3T85wI4B8nug0lXbiyUitX5RrRbpxiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mretm9qNWmu3unc5QEpLCp9pTL0D22mT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.5rem;left:8rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dhnWKFhMEIBSsl9yVnMN1CnGA4bwKenK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.0625rem;left:43.75rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ecGX3CWfgaWzJz3fb5E3VeswnFQT1HbM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.5rem;left:43.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A5OiGQIgqXnwV8F1p2qWkiGMbAFlfHh5 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffcc00;border-left:0.125rem solid #ffcc00;border-right:0.125rem solid #ffcc00;border-bottom:0.125rem solid #ffcc00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.5625rem;left:43.75rem;display:block; }
#eRetSk4lmtdO221zDJapSRAlxkK3FtLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX { position:relative;display:none; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX { border-width: 0; border-radius: 0; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .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; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container { background-color: transparent; background-image: none; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container > .video-iframe-container { display: none; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row > .video-iframe-container { display: none; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .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); }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container { border-width: 0; border-radius: 0; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#AwFI5SxrS3kimJAhMpoTw3qK5cHtHKv9 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.1875rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pf6elvTXG9KegQ6wfcq0J7s51KwHQZ4U { position:absolute;display:block;z-index:15000;background-color:#ffe162;background-image:url("https://images.assets-landingi.com/uc/995eeccd-92ea-41c8-a770-69f729734502/f6.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.6875rem;width:33.5rem;top:-4.0625rem;left:41.2841796875rem;display:block; }#Pf6elvTXG9KegQ6wfcq0J7s51KwHQZ4U.adaptive-delivery-prevent-bg, #Pf6elvTXG9KegQ6wfcq0J7s51KwHQZ4U.lazyload, #Pf6elvTXG9KegQ6wfcq0J7s51KwHQZ4U.lazyloading { background-image: none; }
#Eod8AITXvqqt3ACIMAUaMCs6frOUZ2bR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:20.75rem;left:2.875rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sA05G6eoW0IBTNrO7UgyJDOohRtpdoCO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:20.75rem;left:0rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSd6WQg7el6hpq7ZZ0f712K6DcFwkUyE { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.9);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.8125rem;left:0rem;display:block; }
#QSyG6MayJeGardUBizEwrdKTo1aEKB1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container { background-color: transparent; background-image: none; }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container > .video-iframe-container { display: none; }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row > .video-iframe-container { display: none; }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .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); }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container { border-width: 0; border-radius: 0; }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr { background-color: transparent; background-image: none; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row .container > .video-iframe-container { display: none; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row > .video-iframe-container { display: none; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .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); }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr { border-width: 0; border-radius: 0; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .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; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;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; }#XxJtWUrKmdiJFEg4pdxK1Ikg3zwG2SsQ { background-color:#b72b4f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:57.3125rem;display:block; }
#MsHMc1tMnr8RZh1UeO1tDNzWTmQWbw7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lsT2GVsBTOgu54soUxdmGdh3X3mrgISE { box-sizing:content-box;color:#b72b4f;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#DDnHxQBBZ7bP5WlFcDCKfO5wbqR6Mv8K { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#rsAQh6ke4BECxVdAOBVVu8BZsUcHr831 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMqv2DPATbqn14AqZZcPmTrDX2lX0y5n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#SNbIUuXw884V51CSRV1AACQmPAkeGHZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3eCM3Pxv7SBLzp6bEWoJaG70gImpGGf { width:47.125rem;height:8.125rem;top:16.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNSRfZiBKZB4l5UxwIbxlvGiUB4rQkR { width:39.8125rem;height:6.75rem;top:26.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoG5kcQXtQZpBIFO2mGb4nGDTwdzrf9p { width:25.4375rem;height:4.3125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTgkgEw4EMn5tqWTDRcLtH2v1gNHX3o { display:block; }
 }@media only screen and (max-width: 763px) { #lSMCJHa55m4xp0Vr9OqScWzuzm0Xom9o { width:4.625rem;height:1.1875rem;top:37.9375rem;left:14.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksAboB44ltFh7IA8bfkmCExoryJxAVJW { width:15.5rem;height:0.875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zanCkO1pBDeXIs8V4PI0ETX8dodnvT0m { width:15.5rem;height:0.875rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIkI3GAbFGmw38yiPF0yQQr794LaNn4N { width:17.125rem;height:1.125rem;top:7.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2iuPXnfmRC6VL33OwIfvTkLgweGzRL { width:5.875rem;height:6.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDrOp9pTzVNI1csk5fl6JDL2O9qvgPg { width:19.5625rem;height:3.375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewWENJpJD73lT2ZTNyuPVnF2kcFGMnx { width:31.375rem;height:43.75rem;top:4.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #telT2oesJ8yICwKKpulbBdEQXJ1mLRCo { width:43.8125rem;height:48.3125rem;top:-0.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkefuGdSZM3EGQAaOx8SdhXGzyre3Cty { width:1.125rem;height:1.125rem;top:38rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Fl87KQFwWSRfUip7VMJSKWcci7TyPg { width:43.8125rem;height:48.3125rem;top:-0.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJUtbrVkicL3GaLP3T11eXefXeXPdi0b { width:2.1875rem;height:2.1875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPHiLowVi5cUtDsR6PyXO8zhUG7RB2C { width:28.25rem;height:1.875rem;top:1.6875rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX { display:block; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGPIvCmRLc7msHR5QyZ7f94RfPtpkh56 { width:0.125rem;height:5rem;top:1.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owcutvxvAh50mtLkCcmZWvm8rRuUN92k { width:18.75rem;height:3.625rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icioxXpduQ5Woa9VHTgaTwroCBehdAco { width:23rem;height:3.625rem;top:2.4375rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXSFTdTAFsPcA6DkXM3SrZrdPiwPTR4 { width:17.375rem;height:3.625rem;top:2.4375rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0xUZOfUbOylVkxU5SLnCyudX522MnP { width:0.125rem;height:5rem;top:1.8125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 { display:none; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX { display:block; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXWAapAUIERB5w0taU4Ly1TWVeqmtpCt { width:47.75rem;height:26.799554565701rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D { display:block; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T336rPFu20Q0Hv1IVcWeUMfR0zuyBXh6 { width:33.3125rem;height:10.9375rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLTmo1m6FkvmdlAT8CQTEKJifcX3Zcq { width:29rem;height:19.25rem;top:4.3125rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK3HTcMaNRuyPEV4JRz0GyM5b6qNorqp { width:2.375rem;height:19.25rem;top:4.3125rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiimiZ8KHD0pca8lScCNTKLrd597GbXn { display:block; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5lXEsoAVceCTMb6ACPZ7owMcIa3ItSm { width:12.4375rem;height:3.75rem;top:20.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWq3Ug3tTeMkSd63b5FPtV3vnaVQ7vvy { width:45.8125rem;height:4.0625rem;top:31.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThngoI281kz3c7V0tzESC2dXOaZ92QG { width:11.4375rem;height:3.75rem;top:20.6875rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUyuuqcrnB3Vh1TIT3WAwJZCW5AgRGAU { width:12.875rem;height:3.75rem;top:20.4375rem;left:34.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrWado6MZxPgEFUubzfLCuaGlhu7dAJZ { width:11.25rem;height:3.75rem;top:20.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypKfQ0H0uTK4FdWBckqbrkxeog4qOkSd { width:16.3125rem;height:21.5rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrITecqD6tZk8lP6EqXwd4xbaHhGccO4 { width:16.3125rem;height:17.875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOqxfmw12DHWdAexWAE9G7Q0Zlk9uutO { width:16.3125rem;height:21.5rem;top:5.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuW7bChdcAvP35pHdUUfG3gUHGiWZeVr { width:16.3125rem;height:17.875rem;top:8.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASQzEVNqFiT3PPBWEUaHTHEL8tIIrx98 { width:16.3125rem;height:21.5rem;top:5.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMMHtXeJE7fg0obSrNGqmqWpBK5R0NdG { width:16.3125rem;height:17.875rem;top:8.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzqDa92cwLBKSMa02IyrN9GJmsoLLiV { width:16.3125rem;height:21.5rem;top:5.1875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNs3iEL87EQF9UOXuCLF2tm91lX5wkU { width:16.3125rem;height:17.875rem;top:8.875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVywthu0c9Rd1VCaG59pciGpWUNOKlT9 { width:23.8125rem;height:4.3125rem;top:31.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1gN3SB504nTqWkQkTlskXVQq6QoQeU7 { display:block; }
 }@media only screen and (max-width: 763px) { #InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR { display:block; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obBTlfkVk7v6WUu5QVezqZWL8VtGT2IH { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McXmGh9e9NQm1AZJnQeReDAcKvnRHbTk { width:4.8125rem;height:4.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ { display:block; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFuJf2uGUxoPQCtQ0kXdkWvpBgJXwEo8 { width:47.75rem;height:3.625rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ { display:block; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAJ51XJpsbJyQNhkTMDlD7Tfkyn7n9qX { width:24.25rem;height:10.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODsRzpLK1NmV3wGCRxknQF5HDQUgwhv { width:24.0625rem;height:10.6875rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTmT55rLlzEMU3iVmExgEO9T4bVnHJM { width:24.4375rem;height:14.125rem;top:0.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW { display:block; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbTU7E5fS97qVbcCtggwaDwoCos5Do5u { width:24.25rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLdIWbFenEv8szTZgVNhzgtaPd7Kx4cX { width:24.25rem;height:13.125rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtWP32xMJ7WggGCbiC45i91XmPeCNFOS { width:24.4375rem;height:14.8125rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 { display:block; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEXUiNHLUi94iFXz6uspInAmHvbcKCbq { width:24.5625rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZz0Ug585BMVPTZGVevoOeHbu83cq6S { width:24.4375rem;height:9.5625rem;top:0rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTsXP6ZkF4RaM0XDN3iSOOWq0IBBiPU { width:24.5625rem;height:8.5rem;top:0rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a { display:block; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9BcbRfuus1e84EGMIzhK8t9ukfr71cL { width:24.8125rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9usEiq1buXgEZ1prU6DhW5WWUcXMdB { width:24.75rem;height:8.1875rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP { display:block; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQJuyPsTTdtAzNKP5VR2GfHRgUE90GxG { width:31.1875rem;height:31.1875rem;top:8.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnATuHEIqAOU4Ehdi27inFTfD2Zo1ukc { width:17.8125rem;height:1.125rem;top:10.9375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVR7QTKaK5CyvL9aHtaeIeOLVfwI9qCa { width:38.625rem;height:2.5rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAJOkBnMq4f1fzTHAOB1FBO4AJLiCseU { width:18.0625rem;height:1.875rem;top:10.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ8P9IVmr4KfzzUaQA1z7lXRThUuXSJq { width:32.9375rem;height:18.5rem;top:23.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao1qM4kCd13cyy4DwHwELqseRcPbs70U { width:32.375rem;height:36.5625rem;top:5.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJTb1Te2csbxUlzgXLdFIuBoA11J49K { width:12.5625rem;height:31.375rem;top:9.375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSec90Kr6hT4LsPQkRV4VW5BmSPNXAa { width:36.625rem;height:22.9375rem;top:14.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNzHJ4rhV7VZZpQbEqcK9eEzwmT1Fee { width:38.625rem;height:1.75rem;top:44.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo4IHxSGrAT5eWVuLlT46U9BIIlpeukw { width:2.5625rem;height:2.5625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZwokC3M76TrlT4BWUeS0TOe7QFAppvc { display:block; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta31pkXHuQP9Dg3fWhgzcEMra8gUMsuE { width:47.75rem;height:20.625rem;top:-5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt { display:block; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovaixxIqCIt7eUx4KDMqpdT0JaVLTx7B { width:47.75rem;height:3.625rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF { display:block; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpFPQgiBr5JllTCXu9ybhbXrsLCw6NFf { width:25.5rem;height:10.3125rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6S7qzRlbAAfrgB47GCIHAzi0GobMVEQ { width:16.25rem;height:3.8125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3T85wI4B8nug0lXbiyUitX5RrRbpxiQ { display:block; }
 }@media only screen and (max-width: 763px) { #Mretm9qNWmu3unc5QEpLCp9pTL0D22mT { width:20.3125rem;height:3.5rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhnWKFhMEIBSsl9yVnMN1CnGA4bwKenK { width:25.5rem;height:10.3125rem;top:1.0625rem;left:22.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecGX3CWfgaWzJz3fb5E3VeswnFQT1HbM { width:24.25rem;height:3.5rem;top:13.5rem;left:23.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5OiGQIgqXnwV8F1p2qWkiGMbAFlfHh5 { width:16.25rem;height:3.8125rem;top:19.5625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRetSk4lmtdO221zDJapSRAlxkK3FtLW { display:block; }
 }@media only screen and (max-width: 763px) { #c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX { display:none; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 { display:block; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwFI5SxrS3kimJAhMpoTw3qK5cHtHKv9 { width:36.625rem;height:6.875rem;top:4.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6elvTXG9KegQ6wfcq0J7s51KwHQZ4U { width:33.5rem;height:36.6875rem;top:-4.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eod8AITXvqqt3ACIMAUaMCs6frOUZ2bR { width:18.875rem;height:8.5rem;top:20.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA05G6eoW0IBTNrO7UgyJDOohRtpdoCO { width:2.3125rem;height:8.5rem;top:20.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSd6WQg7el6hpq7ZZ0f712K6DcFwkUyE { width:21.9375rem;height:4.3125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyG6MayJeGardUBizEwrdKTo1aEKB1M { display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr { display:block; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxJtWUrKmdiJFEg4pdxK1Ikg3zwG2SsQ { width:13rem;height:2rem;top:0.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsHMc1tMnr8RZh1UeO1tDNzWTmQWbw7C { display:block; }
 }@media only screen and (max-width: 763px) { #lsT2GVsBTOgu54soUxdmGdh3X3mrgISE { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDnHxQBBZ7bP5WlFcDCKfO5wbqR6Mv8K { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAQh6ke4BECxVdAOBVVu8BZsUcHr831 { display:block; }
 }@media only screen and (max-width: 763px) { #nMqv2DPATbqn14AqZZcPmTrDX2lX0y5n { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNbIUuXw884V51CSRV1AACQmPAkeGHZ4 { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3eCM3Pxv7SBLzp6bEWoJaG70gImpGGf { width:20rem;height:6.8056875rem;top:11.9375rem;left:0rem;font-size:2.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUNSRfZiBKZB4l5UxwIbxlvGiUB4rQkR { width:18.8125rem;height:7.5rem;top:19.4375rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xoG5kcQXtQZpBIFO2mGb4nGDTwdzrf9p { width:18.5rem;height:3.5625rem;top:31.6875rem;left:0.75rem;font-size:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uvTgkgEw4EMn5tqWTDRcLtH2v1gNHX3o { display:block; }
 }@media only screen and (max-width: 763px) { #lSMCJHa55m4xp0Vr9OqScWzuzm0Xom9o { width:3.5rem;height:0.8994125rem;top:36.125rem;left:8.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksAboB44ltFh7IA8bfkmCExoryJxAVJW { width:20rem;height:12.8125rem;top:38.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f6f6f6);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f6f6f6);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f6f6f6);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f6f6f6);background-size:auto !important;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #zanCkO1pBDeXIs8V4PI0ETX8dodnvT0m { width:7.3125rem;height:0.875rem;top:8.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6f6f6, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f6f6f6, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f6f6f6, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f6f6f6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f6f6f6, rgba(0,0,0,0));background-size:auto !important;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #UIkI3GAbFGmw38yiPF0yQQr794LaNn4N { width:20rem;height:0.84375rem;top:8.75rem;left:0rem;font-size:0.5625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc2iuPXnfmRC6VL33OwIfvTkLgweGzRL { width:3.6875rem;height:4.25rem;top:1.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDrOp9pTzVNI1csk5fl6JDL2O9qvgPg { width:13.4375rem;height:2.1875rem;top:6.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewWENJpJD73lT2ZTNyuPVnF2kcFGMnx { width:19.8125rem;height:28.5625rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #telT2oesJ8yICwKKpulbBdEQXJ1mLRCo { width:20rem;height:17.875rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkefuGdSZM3EGQAaOx8SdhXGzyre3Cty { display:flex;width:1.125rem;height:1.125rem;top:36rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #p8Fl87KQFwWSRfUip7VMJSKWcci7TyPg { width:15.9375rem;height:0.0625rem;top:10.375rem;left:2.0625rem;z-index:15000;background-color:#ffd44d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xJUtbrVkicL3GaLP3T11eXefXeXPdi0b { display:flex;width:1.875rem;height:1.875rem;top:32.5rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #aVPHiLowVi5cUtDsR6PyXO8zhUG7RB2C { width:20rem;height:1.21875rem;top:29.03125rem;left:0rem;font-size:0.8125rem;color:#b72b4f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX { display:block; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX { background-color: transparent; background-image: none; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container > .video-iframe-container { display: none; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row > .video-iframe-container { display: none; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .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); }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX { border-width: 0; border-radius: 0; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgvZCOCUGKoJT0zmNXxMmwsGvdnXObcX > .row .container { width:20rem;height:24.1875rem;background-color:#e8e8e8;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGPIvCmRLc7msHR5QyZ7f94RfPtpkh56 { width:20rem;height:0.0625rem;top:8.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #owcutvxvAh50mtLkCcmZWvm8rRuUN92k { width:18rem;height:3.375rem;top:3.0625rem;left:1rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icioxXpduQ5Woa9VHTgaTwroCBehdAco { width:19rem;height:3.375rem;top:17.28125rem;left:0.5rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TAXSFTdTAFsPcA6DkXM3SrZrdPiwPTR4 { width:15.125rem;height:3.375rem;top:10.3125rem;left:2.4375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0xUZOfUbOylVkxU5SLnCyudX522MnP { width:20rem;height:0.0625rem;top:15.34375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 { display:block; }#wzm0FQsxKmegbNx7seI53ITkbDtFAWG2 > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX { background-color:#fbbf36;background-image:none;display:block; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container { background-color: transparent; background-image: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container > .video-iframe-container { display: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row > .video-iframe-container { display: none; }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .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); }#mkUPowg5k3EvtTmNDkcls2PIQmTQh9PX > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXWAapAUIERB5w0taU4Ly1TWVeqmtpCt { height:11.224625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D { background-color:#fbbf36;background-image:none;display:block; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container { background-color: transparent; background-image: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container > .video-iframe-container { display: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row > .video-iframe-container { display: none; }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .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); }#FKlcNd1Dz4xqaOFy7DSoKDAc5mzdKF4D > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T336rPFu20Q0Hv1IVcWeUMfR0zuyBXh6 { width:18.4375rem;height:5.625rem;top:3.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tVLTmo1m6FkvmdlAT8CQTEKJifcX3Zcq { width:20rem;height:14rem;top:10.25rem;left:1.625rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #iK3HTcMaNRuyPEV4JRz0GyM5b6qNorqp { width:2.375rem;height:14rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiimiZ8KHD0pca8lScCNTKLrd597GbXn { display:block; }#IiimiZ8KHD0pca8lScCNTKLrd597GbXn > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5lXEsoAVceCTMb6ACPZ7owMcIa3ItSm { width:8.75rem;height:2.548825rem;top:10.8125rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWq3Ug3tTeMkSd63b5FPtV3vnaVQ7vvy { width:20rem;height:3.9rem;top:30.8740234375rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MThngoI281kz3c7V0tzESC2dXOaZ92QG { width:7.0625rem;height:2.548825rem;top:10.8125rem;left:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUyuuqcrnB3Vh1TIT3WAwJZCW5AgRGAU { width:7.9375rem;height:2.548825rem;top:23.9375rem;left:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrWado6MZxPgEFUubzfLCuaGlhu7dAJZ { width:7.625rem;height:2.548825rem;top:23.9375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypKfQ0H0uTK4FdWBckqbrkxeog4qOkSd { width:9.6875rem;height:12.5rem;top:2.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrITecqD6tZk8lP6EqXwd4xbaHhGccO4 { width:9.6875rem;height:8.75rem;top:6.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOqxfmw12DHWdAexWAE9G7Q0Zlk9uutO { width:9.6875rem;height:12.5rem;top:2.25rem;left:10.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuW7bChdcAvP35pHdUUfG3gUHGiWZeVr { width:9.6875rem;height:8.75rem;top:6rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASQzEVNqFiT3PPBWEUaHTHEL8tIIrx98 { width:9.6875rem;height:12.5rem;top:15.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMMHtXeJE7fg0obSrNGqmqWpBK5R0NdG { width:9.6875rem;height:8.75rem;top:19.1875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzqDa92cwLBKSMa02IyrN9GJmsoLLiV { width:9.6875rem;height:12.5rem;top:15.375rem;left:10.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNs3iEL87EQF9UOXuCLF2tm91lX5wkU { width:9.6875rem;height:8.75rem;top:19.1875rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVywthu0c9Rd1VCaG59pciGpWUNOKlT9 { width:14.9375rem;height:3.5625rem;top:36.0224609375rem;left:2.5rem;font-size:1rem;box-shadow: 2.5rem 2.5rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #G1gN3SB504nTqWkQkTlskXVQq6QoQeU7 { display:block; }
 }@media only screen and (max-width: 763px) { #InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR { display:block; }#InzP82fp32xTVU6Cr9RtkW6A3fw5pBtR > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obBTlfkVk7v6WUu5QVezqZWL8VtGT2IH { width:20rem;height:7.5rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McXmGh9e9NQm1AZJnQeReDAcKvnRHbTk { display:flex;width:4rem;height:4rem;top:2.0625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container { background-color: transparent; background-image: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container > .video-iframe-container { display: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row > .video-iframe-container { display: none; }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .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); }#ma2X2IZBMVyit6pilnmwVTk2HFJenIxQ > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFuJf2uGUxoPQCtQ0kXdkWvpBgJXwEo8 { width:20rem;height:3.75rem;top:4.4375rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ { display:block; }#uM8qFXJgXQUXUkMxN1V3NsKVgtBKI9WQ > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAJ51XJpsbJyQNhkTMDlD7Tfkyn7n9qX { width:20rem;height:8.298969072165rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODsRzpLK1NmV3wGCRxknQF5HDQUgwhv { width:20rem;height:8.8831168831169rem;top:12.0478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTmT55rLlzEMU3iVmExgEO9T4bVnHJM { width:20rem;height:11.56010230179rem;top:24.1181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW { display:block; }#VwFgcCkZoVGvVvJuwQvs94TKtZwQoRTW > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbTU7E5fS97qVbcCtggwaDwoCos5Do5u { width:20rem;height:8.9175257731956rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLdIWbFenEv8szTZgVNhzgtaPd7Kx4cX { width:20rem;height:10.824742268041rem;top:16.6044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtWP32xMJ7WggGCbiC45i91XmPeCNFOS { width:20rem;height:12.122762148338rem;top:30.7412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 { display:block; }#R9CqAiSsKxFDr4pvDxvMNuFIm4oo59z4 > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEXUiNHLUi94iFXz6uspInAmHvbcKCbq { width:20rem;height:9.8727735368956rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZz0Ug585BMVPTZGVevoOeHbu83cq6S { width:20rem;height:7.8260869565219rem;top:16.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTsXP6ZkF4RaM0XDN3iSOOWq0IBBiPU { width:20rem;height:6.9211195928756rem;top:27.2587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a { display:block; }#CwikWf4B9QUmSU9LbyfaOCHw96QE9T6a > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9BcbRfuus1e84EGMIzhK8t9ukfr71cL { width:20rem;height:8.9168765743075rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9usEiq1buXgEZ1prU6DhW5WWUcXMdB { width:20rem;height:6.6161616161619rem;top:15.4150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP { display:block; }#URs60zoe5JEZQWvb1Ex0ev7ZyZexKzmP > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQJuyPsTTdtAzNKP5VR2GfHRgUE90GxG { width:15.1875rem;height:15.1875rem;top:12.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnATuHEIqAOU4Ehdi27inFTfD2Zo1ukc { width:17.8125rem;height:1.125rem;top:8.5625rem;left:1.125rem;font-size:0.75rem;color:#272727;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVR7QTKaK5CyvL9aHtaeIeOLVfwI9qCa { width:17.25rem;height:3.375rem;top:3.0625rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:14996;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #QAJOkBnMq4f1fzTHAOB1FBO4AJLiCseU { width:16.25rem;height:1.125rem;top:7.5rem;left:1.875rem;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJ8P9IVmr4KfzzUaQA1z7lXRThUuXSJq { width:18.125rem;height:8.5rem;top:19.1171875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao1qM4kCd13cyy4DwHwELqseRcPbs70U { width:14.5rem;height:16.375rem;top:11rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJTb1Te2csbxUlzgXLdFIuBoA11J49K { width:8.3125rem;height:17.9375rem;top:9.625rem;left:10.6484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSec90Kr6hT4LsPQkRV4VW5BmSPNXAa { width:20rem;height:27.09375rem;top:29.07421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNzHJ4rhV7VZZpQbEqcK9eEzwmT1Fee { width:14.375rem;height:1.40625rem;top:61.8125rem;left:4.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:14996;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #yo4IHxSGrAT5eWVuLlT46U9BIIlpeukw { display:flex;width:2rem;height:2rem;top:61.4375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #lZwokC3M76TrlT4BWUeS0TOe7QFAppvc { background-color:#f1d2b0;background-image:none;display:block; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container { background-color: transparent; background-image: none; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container > .video-iframe-container { display: none; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row > .video-iframe-container { display: none; }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .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); }#lZwokC3M76TrlT4BWUeS0TOe7QFAppvc > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta31pkXHuQP9Dg3fWhgzcEMra8gUMsuE { width:20rem;height:19.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container { background-color: transparent; background-image: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container > .video-iframe-container { display: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row > .video-iframe-container { display: none; }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .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); }#cDx5sOTKfLmH5AKuK7H2dRJAzIGAFCmt > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovaixxIqCIt7eUx4KDMqpdT0JaVLTx7B { width:20rem;height:1.875rem;top:4.4375rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF { background-color:#ffffff;background-image:none;display:block; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container { background-color: transparent; background-image: none; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container > .video-iframe-container { display: none; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row > .video-iframe-container { display: none; }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .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); }#rpmr8TBwZPDuuC6UhWhnQKqxzTLDcxTF > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpFPQgiBr5JllTCXu9ybhbXrsLCw6NFf { width:20rem;height:6.1875rem;top:2.9375rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6S7qzRlbAAfrgB47GCIHAzi0GobMVEQ { width:14rem;height:3.6875rem;top:13.8974609375rem;left:3rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P3T85wI4B8nug0lXbiyUitX5RrRbpxiQ { display:block; }
 }@media only screen and (max-width: 763px) { #Mretm9qNWmu3unc5QEpLCp9pTL0D22mT { width:20rem;height:1.94921875rem;top:10.0732421875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dhnWKFhMEIBSsl9yVnMN1CnGA4bwKenK { width:16.25rem;height:6.1875rem;top:23.5rem;left:1.875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecGX3CWfgaWzJz3fb5E3VeswnFQT1HbM { width:14.3125rem;height:1.94921875rem;top:30.375rem;left:2.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A5OiGQIgqXnwV8F1p2qWkiGMbAFlfHh5 { width:14rem;height:3.6875rem;top:34.25rem;left:3rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eRetSk4lmtdO221zDJapSRAlxkK3FtLW { display:block; }
 }@media only screen and (max-width: 763px) { #c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/995eeccd-92ea-41c8-a770-69f729734502/f6.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX.adaptive-delivery-prevent-bg, #c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX.lazyload, #c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX.lazyloading { background-image: none; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container { background-color: transparent; background-image: none; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container > .video-iframe-container { display: none; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row > .video-iframe-container { display: none; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .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); }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container { border-width: 0; border-radius: 0; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2uQQwS0uHw6noTMv7BQnUOzt7LLk9dX > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 { display:block; }#VPVl8BhRka9Zl8nEGfbcB2QfIzsiP019 > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwFI5SxrS3kimJAhMpoTw3qK5cHtHKv9 { width:20rem;height:3.7109375rem;top:2.4365234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6elvTXG9KegQ6wfcq0J7s51KwHQZ4U { width:20rem;height:12.25rem;top:26.5615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eod8AITXvqqt3ACIMAUaMCs6frOUZ2bR { width:16.6875rem;height:7.64845rem;top:13.1875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA05G6eoW0IBTNrO7UgyJDOohRtpdoCO { width:2.3125rem;height:7.64845rem;top:13.1875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSd6WQg7el6hpq7ZZ0f712K6DcFwkUyE { width:19rem;height:4.3125rem;top:7.375rem;left:0.5rem;font-size:1.125rem;background-color:#25d366;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QSyG6MayJeGardUBizEwrdKTo1aEKB1M { display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #p98SB7UTDvsGssN2C8cKSwlD8rhosTXU > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#eLOkdMTw4Vsm9kSDRf6pQynoZfd9DiAr > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxJtWUrKmdiJFEg4pdxK1Ikg3zwG2SsQ { width:9.5625rem;height:1.5rem;top:0.5625rem;left:7.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsHMc1tMnr8RZh1UeO1tDNzWTmQWbw7C { display:block; }
 }@media only screen and (max-width: 763px) { #lsT2GVsBTOgu54soUxdmGdh3X3mrgISE { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DDnHxQBBZ7bP5WlFcDCKfO5wbqR6Mv8K { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAQh6ke4BECxVdAOBVVu8BZsUcHr831 { display:block; }
 }@media only screen and (max-width: 763px) { #nMqv2DPATbqn14AqZZcPmTrDX2lX0y5n { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNbIUuXw884V51CSRV1AACQmPAkeGHZ4 { display:block; }
 }