.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:246,220,220;--color-primary-1:224,140,140;--color-primary-2:192,24,24;--color-primary-3:96,12,12;--color-primary-4:29,4,4;--color-secondary-0:255,245,217;--color-secondary-1:255,221,128;--color-secondary-2:255,187,0;--color-secondary-3:128,94,0;--color-secondary-4:38,28,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container { background-color: transparent; background-image: none; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container > .video-iframe-container { display: none; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row > .video-iframe-container { display: none; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .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); }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container { border-width: 0; border-radius: 0; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#pqW0UBz7E2rln2dK48gTENAxtfCCJTSa { color:#1e1810;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:27.125rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miuN2XxTLbSuxrTmIKpG9ZGTieDN0dSB { color:#1e1810;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:34rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8avqJ9UwcXJTzpp0VQRxhbTvRzT8FlO { color:#1e1810;display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:50.9375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bN4wZHgs081HKe9kHQVaFwV4VC9FqP9V { color:#1e1810;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:40rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImJknAaUmktWuaKpOpSq1w584OakgEHu { position:absolute;display:block;z-index:15031;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.375rem;width:7rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#WGGcezkmID8OyJzmtMMXizXcrF00CvLL { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.34375rem;left:58.4375rem;overflow:hidden;display:block; }
#wUkycFam811a9gBMEHLsraMkuSoLf6AU { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.55078125rem;left:61.8125rem;height:2.2749rem;font-style:normal;display:block; }
#sMQU3Kw3S5NmQCfP6ebnta2JPfenfAz3 { background-color:transparent;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: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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.5rem;left:58.125rem;display:block; }
#iPJ4nVU2zkvrZWLXrh5Rfw4hEMTByT32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 { position:relative;display:block; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 { background-color: transparent; background-image: none; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .row .container > .video-iframe-container { display: none; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .row > .video-iframe-container { display: none; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .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); }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 { border-width: 0; border-radius: 0; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .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; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .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:7.5rem;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; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z { position:relative;display:none; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z { border-width: 0; border-radius: 0; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .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; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .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:8.1875rem;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; }#IayGcDmrWReT8gf687l5fHyAgg16i8Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EdNchD54ITmBal3Z3qviDpRNibGusFt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Va8xEfwR1iMIGVuVwL7TWQyPTzIv4DWA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VKoc0if9Oe5SsVAH1GbQTLRz1TmKgAzS { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VlP6g4AnP72vbmT7K2ExCS2BophOAEXd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b4xsttOpdaupacE0avfpogiM0lclxAR5 { 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:38.5625rem;width:41.9375rem;display:none; }
#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e8458ae-393c-45d0-bb38-fad9e2522601/AMDF8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET.adaptive-delivery-prevent-bg, #c1r9ncIrvTJdXAa3RNeutWBnTlN06yET.lazyload, #c1r9ncIrvTJdXAa3RNeutWBnTlN06yET.lazyloading { background-image: none; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container { background-color: transparent; background-image: none; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container > .video-iframe-container { display: none; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row > .video-iframe-container { display: none; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .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); }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container { border-width: 0; border-radius: 0; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:25.8125rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a647fcfc6c3492a0fae2380eaf02857f01d94116.svg); }
#mnPsBZlp4DT102Peihyl1GIcoQy4gqpb { box-sizing:content-box;height:32.75rem;width:27.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;top:3.9375rem;left:46.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-form-header {  }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-text {padding-top: 0; padding-bottom: 0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-select {padding-top: 0; padding-bottom: 0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh [class*="-text"]:-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh [class*="-text"]::-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-container:first-of-type{padding-top:0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-container:last-of-type{padding-bottom:0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.125rem;left:47.3125rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh {display:block;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.125rem;left:47.3125rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #uTRMvCvEP2M2laQBx9kc5fiD0XvrfaJX { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #EXahmbNkTwwvBpQDMfIZDICuKyl5Uq4S { position:relative;display:none; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #WuuDiMZU7LXl8SiJ7971lubW7TMHUZK9 { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #ea2gsG7fKd1D2BwDpiEG7i1d34GBz72V { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #aSOOBpq9wcyofhDxmJ3RiiFQCmSuxt3k { position:relative;display:none; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #SBGSIaaGKgfzgzyKGX3UkBHQ8C6DzNVT { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #iHMyFUd6zG26XDNXae9Rggrgm9CvCU8B { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #E6NdUw0k8nRwfTLgDTdBMMaKCMrbA5hg { position:relative;display:none; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #SIh4WdZqkCgMGUDGUacMHzmml1QqR5xs { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #HLgBxTnQtL9ngz1TmwUQomDG5e1ol2pm { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #n8l62ceWJXefviCsNVkNoHbCKBpABtLT { position:relative;display:none; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #MKGwLP6i7B7ghIl8v1l0pGiRqer4IL81 { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #GPueZ5wMQus3JrwHu4Kb85J5VnVSSexS { position:relative; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #JfRAEmBT99w5104kRSEz1LInT9K8nTDR { position:relative; }
#LLBBZw05DfhefcQ7bEatX2MUtXTbW6CM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:1.29980625rem;display:block; }
#VmgtuXO9V7bODfaVCsKtuOgaDtqNgUza { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:14.625rem;font-style:normal;display:block; }
#a2vKfdudXDgG10ClDZOMe79tEBWZ8CSD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:8.6015625rem;left:48.71875rem;height:1.4624rem;font-style:normal;display:block; }
#dZuLbDTedTAOifNC0QPkdRqhcCmr6MJs { color:rgba(var(--color-primary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.9765625rem;left:48.71875rem;height:2.4375rem;font-style:normal;display:block; }
#pfLV2vlAe83HmcO9KKreZmpu1e7TNM36 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:9.25rem;top:25.8125rem;left:35.84375rem;overflow:hidden;display:block; }
#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv { 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; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container { background-color: transparent; background-image: none; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container > .video-iframe-container { display: none; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row > .video-iframe-container { display: none; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .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); }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container { border-width: 0; border-radius: 0; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container { font-size:0.875rem;font-family:arial;height:77.4375rem;width:75rem;position:relative;display:block; }#VXdTTaV0Alouu9zq82woaPWfITSUqDd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:4.3125rem;left:9.46875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQ5oRMGlKvg8gDzXV2vVAqBOFLDsTSBq { box-sizing:content-box;height:13.375rem;width:17.3125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16rem;left:0.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b8aHDBlpcpDOvCd347uGg2KLZID13OSC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:24.6875rem;left:1rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttENLqTUsFLU4T1IHbVUxR9pibdM3dEa { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:18rem;left:6.5625rem;overflow:hidden;display:block; }
#G4STrruU5p6DBCW9uXLCKcLfzA3xWRWt { box-sizing:content-box;height:13.375rem;width:18.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16rem;left:19.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#E3IGSPlmSxHsOI8BUUrtmly1SzZOCt79 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:24.6875rem;left:19.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IsMw28hAGgkaTENTtHoCGakLXWMQMJed { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:18rem;left:25.4375rem;overflow:hidden;display:block; }
#MRgUFpb74I4IOxaUt7U5wllJOPgXh0a2 { box-sizing:content-box;height:13.375rem;width:17.3125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16rem;left:38.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wWlRsFogapgSRWgN8OO9C8lstvolcC5I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:24.6875rem;left:38.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdazVn8OSazyrrPShmAvEbokJzP7m1Pr { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:18rem;left:44.5rem;overflow:hidden;display:block; }
#RdaPnJsl8gsoQMJnkclafVA738K5gu6v { box-sizing:content-box;height:13.375rem;width:17.3125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16rem;left:57.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b5VFtwnTVDt2A1zPoMiqdVl63Ky9fmgL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:24.6875rem;left:57.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsbgPmdHQDVf3npvxeG3RLWDbXqbeO0 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:18rem;left:63.4375rem;overflow:hidden;display:block; }
#PlL8MwB3JbKkxWIzVUsdmbNKSoM4Zpwc { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:34.75rem;left:9.46875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg4TpifTVnZXzmptCBtZaUBTfRZnzNkq { box-sizing:content-box;height:29rem;width:36.125rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28aae9aa-cf97-4cc5-b852-a8caa4e87b23/Rectangle44.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:43.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#wg4TpifTVnZXzmptCBtZaUBTfRZnzNkq.adaptive-delivery-prevent-bg, #wg4TpifTVnZXzmptCBtZaUBTfRZnzNkq.lazyload, #wg4TpifTVnZXzmptCBtZaUBTfRZnzNkq.lazyloading { background-image: none; }
#qg6woWdUsLD3U2SmaHdxPwpoinHxyJgy { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:44.125rem;left:39.8125rem;height:21.9375rem;display:block; }
#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container { background-color: transparent; background-image: none; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container > .video-iframe-container { display: none; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row > .video-iframe-container { display: none; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .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); }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container { border-width: 0; border-radius: 0; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;position:relative;display:block; }#ifZM4vLKcb4omlyL7bTwSoRR3iGvdUx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:4.125rem;left:9.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeTH1RJsPdxHOUZmII080wexycTNKwtO { box-sizing:content-box;height:23.1875rem;width:20rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11rem;left:4.6875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#f7S7faxag5Bhedf58tWsyO3Rha1k8zDT { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:18.375rem;left:5.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXkL05DRyCoxAXIyFSIuCqM3a3SguaXd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:22.3125rem;left:5.9375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#HfZPJ6TrKloG6wfGik5Qq0qGupbE0Geo { position:absolute;display:block;z-index:15053;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.125rem;width:3.125rem;top:13.3125rem;left:13.1875rem;overflow:hidden;display:block; }
#EG3QSG8CdF0iyzLCiLvI4dPdHTMX84Fh { box-sizing:content-box;height:23.1875rem;width:20rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11rem;left:27.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GGE64GPz5hZ1NlmAAaUQgQu0ueteOgxb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:22.3125rem;left:28.96875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#bvJZ8VDxLHVfpDrgChoQFhnmxvzTFgCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:18.375rem;left:30.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6lsU03vtZcMhTazI7mG7TagtB9q4Jdw { position:absolute;display:block;z-index:15057;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.125rem;width:3.125rem;top:13.3125rem;left:35.9375rem;overflow:hidden;display:block; }
#L46KVK4DHDET2Q5lpqDCa5xd9oNtQudL { box-sizing:content-box;height:23.1875rem;width:20rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11rem;left:50.3125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RIe72JXmn4gmywcwm36Z9rZ4aX6As2hl { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:22.3125rem;left:52.375rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#Os7u6z8p7J73RwgN5zznw33TEMgUlkD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:18.375rem;left:53.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgbIE38XLh5c34PZlSAs90pT1ruHJkyq { position:absolute;display:block;z-index:15061;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.125rem;width:3.125rem;top:13.3125rem;left:58.8125rem;overflow:hidden;display:block; }
#v2c35zuesOTJ2aBWTWWOCVlVeBvWmOyr { box-sizing:content-box;height:23.1875rem;width:20rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.1875rem;left:16.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FEEymD622QwMUr22nknZpL11Jf8eiP22 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:47.5rem;left:18rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#BgmHEXFZrWvNOcEiGJld6H3aKUis57zM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:43.5625rem;left:18.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2zJaVy2LFuQI9eLc6MmoF4yuUb6Npca { position:absolute;display:block;z-index:15065;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.125rem;width:3.125rem;top:38.4375rem;left:24.4375rem;overflow:hidden;display:block; }
#waILAA3vnqit9iSJ4JNNQ35p1UchhxkO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:62.375rem;left:26.5625rem;display:block; }
#kKfvhPhAIC6kHITOaVqTLSCtoOzbHWcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpFdiR95Z68qaorsvJSFT9pszomEJ5Il { box-sizing:content-box;height:23.1875rem;width:20rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.1875rem;left:38.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TyxLmfmJLwnVsCfrn3n124tOe1ProI2B { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:47.5rem;left:40.625rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#lLDEW1hOaFBWR6bl3S2XnZVTT8bLqZHG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:43.5625rem;left:40.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mi100fxWmGhJ1Fk4Wu7SKwgrqI6WIGRP { position:absolute;display:block;z-index:15069;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.125rem;width:3.125rem;top:38.4375rem;left:47.1875rem;overflow:hidden;display:block; }
#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container { background-color: transparent; background-image: none; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container > .video-iframe-container { display: none; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row > .video-iframe-container { display: none; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .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); }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container { border-width: 0; border-radius: 0; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#kdHzJhSClkQB50XJKaEJc9pCcbIoFlyM { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:4.5625rem;left:9.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLOFsaWTo4PnFGCzQrKTkDppF5RQtKtv { box-sizing:content-box;height:26.4375rem;width:23.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Czu6PRpVkfLFemrX9d7clasiPx4343Qw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:14.5rem;left:1.78125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FzR5yZzAPZCUhJeOgW3x3SeJQOi9aeds { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:18.125rem;left:1.78125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZ5CzT701UnVGOwRFrv2l6cvHKVuZ1pn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:33.25rem;left:1.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W80ATdHbM5Cki17FbBoD9ulcVgBH7NR5 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.1875rem;top:12.5rem;left:1.71875rem;overflow:hidden;display:block; }
#Vux0JTsKnVLvWSeSSlUsEuXpfWgTRDqk { box-sizing:content-box;height:26.4375rem;width:23.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:25.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aaO9eex7UfJIUbksJxRDKP0sMoQQax28 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.5;letter-spacing:0;top:32.375rem;left:27.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqJf6zyelD8cs3LZIHQzFoJsN4VnzZL6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:18.125rem;left:27.40625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE8yIMJrALb7HUMfpBqdQlM7GQxhVyhT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:14.5rem;left:27.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#beKPiftOWBZDTIoPoTxEeNgXAR8BNN5X { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.1875rem;top:12.5rem;left:27.375rem;overflow:hidden;display:block; }
#KIbFntio6d0RxxyitTUpEc2FUsilHHvo { box-sizing:content-box;height:26.4375rem;width:23.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Vfk1l1CT3kBBQ2GvC8kJvuVONGnqOiZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:33.5rem;left:53.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTvo6hUzP9VwQsVQ5Tb3QFWrJUoyFlAU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:18.125rem;left:53.0625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBwzMNz7X8VzNnNT6kQI0UmzR1rT71lU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.5;letter-spacing:0;top:14.5rem;left:53.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OlpeGEhTTGFgNqrOygKFWTNvULFWXvhM { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.1875rem;top:12.5rem;left:53rem;overflow:hidden;display:block; }
#K0sP7dq12rDnbmbPQekCPoMK8iITFfVz { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:39rem;left:26.5625rem;display:block; }
#P48wg0lhvR1KzXXMWvItTRLIfWhfQSrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy { position:relative;display:block; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy { background-color: transparent; background-image: none; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .row .container > .video-iframe-container { display: none; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .row > .video-iframe-container { display: none; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .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); }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy { border-width: 0; border-radius: 0; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .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; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .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:44.0625rem;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; }#DU11DhQFS3OsiWgMTSsf3Zc3rh8P7sZP { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:3.5625rem;left:9.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQrTRikadGXTNpb9LliQDUt5GZgd4BPT { box-sizing:content-box;height:29rem;width:36.125rem;position:absolute;display:block;z-index:15049;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a9f636a-be24-465d-90e5-fe2e0764b2a1/Rectangle45.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.3125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#yQrTRikadGXTNpb9LliQDUt5GZgd4BPT.adaptive-delivery-prevent-bg, #yQrTRikadGXTNpb9LliQDUt5GZgd4BPT.lazyload, #yQrTRikadGXTNpb9LliQDUt5GZgd4BPT.lazyloading { background-image: none; }
#iXZE5XN6Aebso8DAKQLt29WHPKtckuBD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:10.3125rem;left:41.6875rem;height:25.3125rem;display:block; }
#KrTTwtxpWyoJMXPaseHaeWkkXiF4asrR { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:10.3125rem;left:39.03125rem;overflow:hidden;display:block; }
#qbvBix0qMzyCwur8HDHq2SgeBKRtrfpA { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.875003814698rem;left:39.031250953674rem;overflow:hidden;display:block; }
#Rs630cVCrpZnlA0vZCZEGCxvP69S2hSM { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.125003814698rem;left:39.031250953674rem;overflow:hidden;display:block; }
#iXAGRJip9zG9G0FsuDPf1MwIrBg2gkvi { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.875003814698rem;left:39.031250953674rem;overflow:hidden;display:block; }
#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container { background-color: transparent; background-image: none; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container > .video-iframe-container { display: none; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row > .video-iframe-container { display: none; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .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); }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container { border-width: 0; border-radius: 0; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#uwidsgmsABwzcXqDgRAlQI1ol0xb1hVi { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:11.75rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6wOtOuTwbryGJ3dwNG1hJUJq4qwsK8B { color:#757f95;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:16.375rem;left:1.8125rem;height:1.59375rem;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; }
#a5xc0TGJXdqERLzkeDPUOOB8vVlSkZRa { color:#757f95;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:18.625rem;left:1.8125rem;height:1.6875rem;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; }
#z5T5LPJTKqh5wpNoqk8P7RoQ5pAtgqUN { color:#757f95;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:21rem;left:1.8125rem;height:1.6875rem;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; }
#Nd8uaAgZpuV3hW8lHGhCqaxoXGiXiu6N { color:#757f95;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:23.1875rem;left:1.8125rem;height:1.6875rem;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; }
#pH8qvLT5HDEaefT70aaQD7E01iqD53C7 { position:absolute;display:block;z-index:15031;height:28.125rem;width:46.375rem;top:4.53125rem;left:28.625rem;display:block; }
#xPbpBxQbTxtTIwcVoiRydZyaQNAz3Coq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.28125rem;left:0rem; }
#BeyQIzW2Ny7QRqBGJrdbQ8TPLzx4pyC2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.65625rem;left:0rem; }
#STwF5kWPXUDLR1mWw4xQTOV0KPULqW1c { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:21.03125rem;left:0rem; }
#uvdbwBPlziOQizoAJ13TZUMUFidaFFIx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.28125rem;left:0rem; }
#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container { background-color: transparent; background-image: none; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container > .video-iframe-container { display: none; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row > .video-iframe-container { display: none; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .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); }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container { border-width: 0; border-radius: 0; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#Vf6cpKIJXR5kxIGXbfABOtwFnMbzoa94 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:4.5625rem;left:9.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N12fVyPllZI5fvsx1TCztnaS6KctwEq2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:70.6875rem;left:26.5625rem;display:block; }
#KRD3CvrDV72JFQVWMzxzLfCPOZm5oT5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uv56TyJUd4zNE9DXwk2tK4gKEEaRPEJp { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18rem;width:24.125rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#KACWTO4zgIpVe3Fxhb8yNDREwqRyg8mp { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.0625rem;width:24.125rem;top:10.03125rem;left:25.4375rem;overflow:hidden;display:block; }
#yItJ5zv8UbK2JcZAoK38GUrHpOCiTLLy { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.1875rem;width:24.125rem;top:10.0625rem;left:50.875rem;overflow:hidden;display:block; }
#UNbMaVlrTRJCfFTTo6RZRmqzupqBwfHC { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.125rem;width:24.125rem;top:29.3125rem;left:0rem;overflow:hidden;display:block; }
#WeomSq5vrSSQsO2wAoBpAZNO9TsXePca { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.0625rem;width:24.125rem;top:29.3125rem;left:25.4375rem;overflow:hidden;display:block; }
#cyKG92bSrtaThV485VX2f6GpDXPXz90V { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.0625rem;width:24.125rem;top:43.4375rem;left:50.875rem;overflow:hidden;display:block; }
#AO5KoU1Fy5PZzmuJFuhFehUGJ9AOxBES { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.3125rem;width:24.125rem;top:48.5rem;left:25.4375rem;overflow:hidden;display:block; }
#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX { 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; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container { background-color: transparent; background-image: none; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container > .video-iframe-container { display: none; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row > .video-iframe-container { display: none; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .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); }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container { border-width: 0; border-radius: 0; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#MdQZdNWFfzZXHr5bTvTEe3yNqe002aeM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:2.125rem;left:22.34375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#oiBOpLB937oMNUtAVPrTe77NMQGNI04W { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W { background-color: transparent; background-image: none; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container > .video-iframe-container { display: none; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row > .video-iframe-container { display: none; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .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); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W { border-width: 0; border-radius: 0; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .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; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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; }#mJ3JduJckdiVDq5Tu5zOsX6rF2zwCMk7 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem;display:none; }
#mJ3JduJckdiVDq5Tu5zOsX6rF2zwCMk7 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#tkd2kEifZorQ10yRMd7mPXEd1h0V6V5l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:0rem;display:none; }
#tkd2kEifZorQ10yRMd7mPXEd1h0V6V5l > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Ssa7RasFoaiVAg0N2mPNqc7vwGiGPAyi { 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:40rem;width:40rem;display:none; }
#VTl2o6883xhkUL99PumqEw7AdOoLkbGh { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Qp9X9VcBmBosK2wn95Cvy3EHzGfaEiEg { 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) { #UZMNIRTbrodOccrfntsloHHO3N2gJGMf { display:block; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqW0UBz7E2rln2dK48gTENAxtfCCJTSa { top:3.1875rem;left:13.5rem;width:6.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miuN2XxTLbSuxrTmIKpG9ZGTieDN0dSB { top:3.1875rem;left:20.375rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8avqJ9UwcXJTzpp0VQRxhbTvRzT8FlO { top:3.1875rem;left:37.3125rem;width:3.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4wZHgs081HKe9kHQVaFwV4VC9FqP9V { top:3.1875rem;left:26.375rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJknAaUmktWuaKpOpSq1w584OakgEHu { top:0.5rem;left:0rem;width:7rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGGcezkmID8OyJzmtMMXizXcrF00CvLL { top:2.3125rem;left:44.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUkycFam811a9gBMEHLsraMkuSoLf6AU { top:2.5rem;left:34.5625rem;width:13.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMQU3Kw3S5NmQCfP6ebnta2JPfenfAz3 { width:16.875rem;height:2.5rem;top:2.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPJ4nVU2zkvrZWLXrh5Rfw4hEMTByT32 { display:block; }
 }@media only screen and (max-width: 763px) { #mIa1q9BF4DioLnGkk2GTQxs540AixKf2 { display:block; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z { display:none; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IayGcDmrWReT8gf687l5fHyAgg16i8Th { display:none; }
 }@media only screen and (max-width: 763px) { #EdNchD54ITmBal3Z3qviDpRNibGusFt9 { top:2.1875rem;left:11.875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Va8xEfwR1iMIGVuVwL7TWQyPTzIv4DWA { top:2.1875rem;left:18.75rem;width:6.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKoc0if9Oe5SsVAH1GbQTLRz1TmKgAzS { top:2.1875rem;left:36.8125rem;width:4rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlP6g4AnP72vbmT7K2ExCS2BophOAEXd { top:14.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4xsttOpdaupacE0avfpogiM0lclxAR5 { width:41.9375rem;height:38.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1r9ncIrvTJdXAa3RNeutWBnTlN06yET { display:block; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 { top:25.8125rem;left:0rem;width:34.9375rem;height:;font-size:1.0625rem;display:block; }#RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a647fcfc6c3492a0fae2380eaf02857f01d94116.svg); }
 }@media only screen and (max-width: 763px) { #mnPsBZlp4DT102Peihyl1GIcoQy4gqpb { top:3.9375rem;left:19.0625rem;width:27.5rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-text {padding-top: 0; padding-bottom: 0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-select {padding-top: 0; padding-bottom: 0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh  { width:23.125rem;height:auto;top:10.125rem;left:22.125rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh {display:block;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh { width:23.125rem;height:auto;top:10.125rem;left:22.125rem; }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #uTRMvCvEP2M2laQBx9kc5fiD0XvrfaJX {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #EXahmbNkTwwvBpQDMfIZDICuKyl5Uq4S {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #WuuDiMZU7LXl8SiJ7971lubW7TMHUZK9 {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #ea2gsG7fKd1D2BwDpiEG7i1d34GBz72V {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #aSOOBpq9wcyofhDxmJ3RiiFQCmSuxt3k {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #SBGSIaaGKgfzgzyKGX3UkBHQ8C6DzNVT {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #iHMyFUd6zG26XDNXae9Rggrgm9CvCU8B {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #E6NdUw0k8nRwfTLgDTdBMMaKCMrbA5hg {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #SIh4WdZqkCgMGUDGUacMHzmml1QqR5xs {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #HLgBxTnQtL9ngz1TmwUQomDG5e1ol2pm {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #n8l62ceWJXefviCsNVkNoHbCKBpABtLT {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #MKGwLP6i7B7ghIl8v1l0pGiRqer4IL81 {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #GPueZ5wMQus3JrwHu4Kb85J5VnVSSexS {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #JfRAEmBT99w5104kRSEz1LInT9K8nTDR {  }
 }@media only screen and (max-width: 763px) { #LLBBZw05DfhefcQ7bEatX2MUtXTbW6CM { top:8rem;left:0rem;width:37.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmgtuXO9V7bODfaVCsKtuOgaDtqNgUza { top:9.625rem;left:0rem;width:40.625rem;height:14.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2vKfdudXDgG10ClDZOMe79tEBWZ8CSD { top:8.5625rem;left:24.9375rem;width:22.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZuLbDTedTAOifNC0QPkdRqhcCmr6MJs { top:5.9375rem;left:24.9375rem;width:22.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfLV2vlAe83HmcO9KKreZmpu1e7TNM36 { top:25.8125rem;left:22.21875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv { display:block; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXdTTaV0Alouu9zq82woaPWfITSUqDd6 { top:4.3125rem;left:0rem;width:47.75rem;height:9rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ5oRMGlKvg8gDzXV2vVAqBOFLDsTSBq { top:16rem;left:0rem;width:17.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aHDBlpcpDOvCd347uGg2KLZID13OSC { top:24.6875rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttENLqTUsFLU4T1IHbVUxR9pibdM3dEa { top:18rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4STrruU5p6DBCW9uXLCKcLfzA3xWRWt { top:16rem;left:5.6875rem;width:18.125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3IGSPlmSxHsOI8BUUrtmly1SzZOCt79 { top:24.6875rem;left:6.25rem;width:16.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsMw28hAGgkaTENTtHoCGakLXWMQMJed { top:18rem;left:11.8125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRgUFpb74I4IOxaUt7U5wllJOPgXh0a2 { top:16rem;left:24.75rem;width:17.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWlRsFogapgSRWgN8OO9C8lstvolcC5I { top:24.6875rem;left:25.3125rem;width:16.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdazVn8OSazyrrPShmAvEbokJzP7m1Pr { top:18rem;left:30.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaPnJsl8gsoQMJnkclafVA738K5gu6v { top:16rem;left:30.4375rem;width:17.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VFtwnTVDt2A1zPoMiqdVl63Ky9fmgL { top:24.6875rem;left:31.5rem;width:16.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsbgPmdHQDVf3npvxeG3RLWDbXqbeO0 { top:18rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlL8MwB3JbKkxWIzVUsdmbNKSoM4Zpwc { top:34.75rem;left:0rem;width:47.75rem;height:6rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4TpifTVnZXzmptCBtZaUBTfRZnzNkq { top:43.125rem;left:0rem;width:36.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg6woWdUsLD3U2SmaHdxPwpoinHxyJgy { top:44.125rem;left:12.5625rem;width:35.1875rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU { display:block; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifZM4vLKcb4omlyL7bTwSoRR3iGvdUx0 { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTH1RJsPdxHOUZmII080wexycTNKwtO { top:11rem;left:0rem;width:20rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7S7faxag5Bhedf58tWsyO3Rha1k8zDT { top:18.375rem;left:0rem;width:18rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkL05DRyCoxAXIyFSIuCqM3a3SguaXd { top:22.3125rem;left:0rem;width:17.625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZPJ6TrKloG6wfGik5Qq0qGupbE0Geo { top:13.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG3QSG8CdF0iyzLCiLvI4dPdHTMX84Fh { top:11rem;left:13.9375rem;width:20rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGE64GPz5hZ1NlmAAaUQgQu0ueteOgxb { top:22.3125rem;left:15.34375rem;width:17.0625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJZ8VDxLHVfpDrgChoQFhnmxvzTFgCJ { top:18.375rem;left:16.8125rem;width:14.125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lsU03vtZcMhTazI7mG7TagtB9q4Jdw { top:13.3125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46KVK4DHDET2Q5lpqDCa5xd9oNtQudL { top:11rem;left:27.625rem;width:20rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIe72JXmn4gmywcwm36Z9rZ4aX6As2hl { top:22.3125rem;left:31.75rem;width:16rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os7u6z8p7J73RwgN5zznw33TEMgUlkD7 { top:18.375rem;left:34.875rem;width:12.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgbIE38XLh5c34PZlSAs90pT1ruHJkyq { top:13.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2c35zuesOTJ2aBWTWWOCVlVeBvWmOyr { top:36.1875rem;left:2.4375rem;width:20rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEEymD622QwMUr22nknZpL11Jf8eiP22 { top:47.5rem;left:4.375rem;width:16rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgmHEXFZrWvNOcEiGJld6H3aKUis57zM { top:43.5625rem;left:4.5625rem;width:15.625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2zJaVy2LFuQI9eLc6MmoF4yuUb6Npca { top:38.4375rem;left:10.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waILAA3vnqit9iSJ4JNNQ35p1UchhxkO { width:21.875rem;height:3.4375rem;top:62.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfvhPhAIC6kHITOaVqTLSCtoOzbHWcZ { display:block; }
 }@media only screen and (max-width: 763px) { #QpFdiR95Z68qaorsvJSFT9pszomEJ5Il { top:36.1875rem;left:25.1875rem;width:20rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxLmfmJLwnVsCfrn3n124tOe1ProI2B { top:47.5rem;left:27rem;width:16.5625rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLDEW1hOaFBWR6bl3S2XnZVTT8bLqZHG { top:43.5625rem;left:27.1875rem;width:16.1875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi100fxWmGhJ1Fk4Wu7SKwgrqI6WIGRP { top:38.4375rem;left:33.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO { display:block; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdHzJhSClkQB50XJKaEJc9pCcbIoFlyM { top:4.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLOFsaWTo4PnFGCzQrKTkDppF5RQtKtv { top:10.25rem;left:0rem;width:23.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czu6PRpVkfLFemrX9d7clasiPx4343Qw { top:14.5rem;left:0rem;width:20.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzR5yZzAPZCUhJeOgW3x3SeJQOi9aeds { top:18.125rem;left:0rem;width:20.1875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ5CzT701UnVGOwRFrv2l6cvHKVuZ1pn { top:33.25rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W80ATdHbM5Cki17FbBoD9ulcVgBH7NR5 { top:12.5rem;left:0rem;width:6.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vux0JTsKnVLvWSeSSlUsEuXpfWgTRDqk { top:10.25rem;left:12rem;width:23.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaO9eex7UfJIUbksJxRDKP0sMoQQax28 { top:32.375rem;left:13.8125rem;width:16.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqJf6zyelD8cs3LZIHQzFoJsN4VnzZL6 { top:18.125rem;left:13.781250953674rem;width:20.1875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8yIMJrALb7HUMfpBqdQlM7GQxhVyhT { top:14.5rem;left:13.8125rem;width:20.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKPiftOWBZDTIoPoTxEeNgXAR8BNN5X { top:12.5rem;left:13.75rem;width:6.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIbFntio6d0RxxyitTUpEc2FUsilHHvo { top:10.25rem;left:24rem;width:23.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfk1l1CT3kBBQ2GvC8kJvuVONGnqOiZ5 { top:33.5rem;left:31.4375rem;width:16.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvo6hUzP9VwQsVQ5Tb3QFWrJUoyFlAU { top:18.125rem;left:27.5625rem;width:20.1875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwzMNz7X8VzNnNT6kQI0UmzR1rT71lU { top:14.5rem;left:27.375rem;width:20.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlpeGEhTTGFgNqrOygKFWTNvULFWXvhM { top:12.5rem;left:39.375rem;width:6.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0sP7dq12rDnbmbPQekCPoMK8iITFfVz { width:21.875rem;height:3.4375rem;top:39rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48wg0lhvR1KzXXMWvItTRLIfWhfQSrT { display:block; }
 }@media only screen and (max-width: 763px) { #TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy { display:block; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DU11DhQFS3OsiWgMTSsf3Zc3rh8P7sZP { top:3.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrTRikadGXTNpb9LliQDUt5GZgd4BPT { top:9.3125rem;left:0rem;width:36.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXZE5XN6Aebso8DAKQLt29WHPKtckuBD { top:10.3125rem;left:14.4375rem;width:33.3125rem;height:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrTTwtxpWyoJMXPaseHaeWkkXiF4asrR { top:10.3125rem;left:25.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbvBix0qMzyCwur8HDHq2SgeBKRtrfpA { top:18.875rem;left:25.406250953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs630cVCrpZnlA0vZCZEGCxvP69S2hSM { top:27.125rem;left:25.406250953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAGRJip9zG9G0FsuDPf1MwIrBg2gkvi { top:33.875rem;left:25.406250953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD { display:block; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwidsgmsABwzcXqDgRAlQI1ol0xb1hVi { top:11.75rem;left:0rem;width:24.0625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6wOtOuTwbryGJ3dwNG1hJUJq4qwsK8B { top:16.375rem;left:0rem;width:24.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5xc0TGJXdqERLzkeDPUOOB8vVlSkZRa { top:18.625rem;left:0rem;width:13.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5T5LPJTKqh5wpNoqk8P7RoQ5pAtgqUN { top:21rem;left:0rem;width:16.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8uaAgZpuV3hW8lHGhCqaxoXGiXiu6N { top:23.1875rem;left:0rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8qvLT5HDEaefT70aaQD7E01iqD53C7 { top:4.5rem;left:0.1875rem;width:46.375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPbpBxQbTxtTIwcVoiRydZyaQNAz3Coq { top:16.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeyQIzW2Ny7QRqBGJrdbQ8TPLzx4pyC2 { top:18.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STwF5kWPXUDLR1mWw4xQTOV0KPULqW1c { top:21rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvdbwBPlziOQizoAJ13TZUMUFidaFFIx { top:23.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCAdAnofnFEZvo5gus6biOwdiSHNIrPv { display:block; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf6cpKIJXR5kxIGXbfABOtwFnMbzoa94 { top:4.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N12fVyPllZI5fvsx1TCztnaS6KctwEq2 { width:21.875rem;height:3.4375rem;top:70.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRD3CvrDV72JFQVWMzxzLfCPOZm5oT5e { display:block; }
 }@media only screen and (max-width: 763px) { #uv56TyJUd4zNE9DXwk2tK4gKEEaRPEJp { top:10.0625rem;left:0rem;width:24.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #KACWTO4zgIpVe3Fxhb8yNDREwqRyg8mp { top:10rem;left:11.8125rem;width:24.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yItJ5zv8UbK2JcZAoK38GUrHpOCiTLLy { top:10.0625rem;left:23.625rem;width:24.125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNbMaVlrTRJCfFTTo6RZRmqzupqBwfHC { top:29.3125rem;left:0rem;width:24.125rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeomSq5vrSSQsO2wAoBpAZNO9TsXePca { top:29.3125rem;left:11.8125rem;width:24.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyKG92bSrtaThV485VX2f6GpDXPXz90V { top:43.4375rem;left:23.625rem;width:24.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO5KoU1Fy5PZzmuJFuhFehUGJ9AOxBES { top:48.5rem;left:11.8125rem;width:24.125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX { display:block; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdQZdNWFfzZXHr5bTvTEe3yNqe002aeM { top:2.125rem;left:8.71875rem;width:30.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiBOpLB937oMNUtAVPrTe77NMQGNI04W { display:block; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ3JduJckdiVDq5Tu5zOsX6rF2zwCMk7 { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#mJ3JduJckdiVDq5Tu5zOsX6rF2zwCMk7 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #tkd2kEifZorQ10yRMd7mPXEd1h0V6V5l { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#tkd2kEifZorQ10yRMd7mPXEd1h0V6V5l > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Ssa7RasFoaiVAg0N2mPNqc7vwGiGPAyi { width:40rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTl2o6883xhkUL99PumqEw7AdOoLkbGh { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Qp9X9VcBmBosK2wn95Cvy3EHzGfaEiEg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZMNIRTbrodOccrfntsloHHO3N2gJGMf { position:relative;z-index:auto;display:none; }#UZMNIRTbrodOccrfntsloHHO3N2gJGMf > .row .container { width:20rem;height:23.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pqW0UBz7E2rln2dK48gTENAxtfCCJTSa { width:6.875rem;height:1.29980625rem;top:4.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miuN2XxTLbSuxrTmIKpG9ZGTieDN0dSB { width:6.5rem;height:1.29980625rem;top:7rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8avqJ9UwcXJTzpp0VQRxhbTvRzT8FlO { width:4rem;height:1.29980625rem;top:12.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4wZHgs081HKe9kHQVaFwV4VC9FqP9V { width:10.375rem;height:1.29980625rem;top:15.7607421875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJknAaUmktWuaKpOpSq1w584OakgEHu { width:7rem;height:6.375rem;top:8.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGGcezkmID8OyJzmtMMXizXcrF00CvLL { width:2.8125rem;height:2.8125rem;top:15.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUkycFam811a9gBMEHLsraMkuSoLf6AU { width:13.1875rem;height:2.2744125rem;top:20rem;left:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMQU3Kw3S5NmQCfP6ebnta2JPfenfAz3 { width:20rem;height:5.875rem;top:15.7607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPJ4nVU2zkvrZWLXrh5Rfw4hEMTByT32 { display:block; }
 }@media only screen and (max-width: 763px) { #mIa1q9BF4DioLnGkk2GTQxs540AixKf2 { display:none; }#mIa1q9BF4DioLnGkk2GTQxs540AixKf2 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row .container { background-color: transparent; background-image: none; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row .container > .video-iframe-container { display: none; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row > .video-iframe-container { display: none; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .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); }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row .container { border-width: 0; border-radius: 0; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuiEy6VAtFdXVg3DhTQ5198m9X9TVb8Z > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IayGcDmrWReT8gf687l5fHyAgg16i8Th { display:flex;top:2.34375rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EdNchD54ITmBal3Z3qviDpRNibGusFt9 { width:17.5rem;height:1.29980625rem;top:7.625rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xEfwR1iMIGVuVwL7TWQyPTzIv4DWA { width:17.5rem;height:1.29980625rem;top:10.375rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VKoc0if9Oe5SsVAH1GbQTLRz1TmKgAzS { width:17.5rem;height:1.29980625rem;top:15.8125rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VlP6g4AnP72vbmT7K2ExCS2BophOAEXd { width:17.5rem;height:1.29980625rem;top:13.1875rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #b4xsttOpdaupacE0avfpogiM0lclxAR5 { top:0.84375rem;left:0rem;width:5.3125rem;height:4.875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c1r9ncIrvTJdXAa3RNeutWBnTlN06yET { display:block; }#c1r9ncIrvTJdXAa3RNeutWBnTlN06yET > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 { width:20rem;height:10.1875rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }#RGV824rxAQdWlznCGnl3T2ZqAnkiAZv1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a647fcfc6c3492a0fae2380eaf02857f01d94116.svg); }
 }@media only screen and (max-width: 763px) { #mnPsBZlp4DT102Peihyl1GIcoQy4gqpb { width:20rem;height:30.0625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-text {padding-top: 0; padding-bottom: 0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-select {padding-top: 0; padding-bottom: 0;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh  { width:17.5rem;height:auto;top:31.041015625rem;left:0rem; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh {display:block;}#lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh { width:17.5rem;height:auto;top:31.041015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #uTRMvCvEP2M2laQBx9kc5fiD0XvrfaJX {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #EXahmbNkTwwvBpQDMfIZDICuKyl5Uq4S {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #WuuDiMZU7LXl8SiJ7971lubW7TMHUZK9 {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #ea2gsG7fKd1D2BwDpiEG7i1d34GBz72V {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #aSOOBpq9wcyofhDxmJ3RiiFQCmSuxt3k {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #SBGSIaaGKgfzgzyKGX3UkBHQ8C6DzNVT {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #iHMyFUd6zG26XDNXae9Rggrgm9CvCU8B {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #E6NdUw0k8nRwfTLgDTdBMMaKCMrbA5hg {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #SIh4WdZqkCgMGUDGUacMHzmml1QqR5xs {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #HLgBxTnQtL9ngz1TmwUQomDG5e1ol2pm {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #n8l62ceWJXefviCsNVkNoHbCKBpABtLT {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #MKGwLP6i7B7ghIl8v1l0pGiRqer4IL81 {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #GPueZ5wMQus3JrwHu4Kb85J5VnVSSexS {  }
 }@media only screen and (max-width: 763px) { #lVTzi78IPbUOZcJLgqhTmV6dGvrSntPh #JfRAEmBT99w5104kRSEz1LInT9K8nTDR {  }
 }@media only screen and (max-width: 763px) { #LLBBZw05DfhefcQ7bEatX2MUtXTbW6CM { width:20rem;height:2.5996125rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmgtuXO9V7bODfaVCsKtuOgaDtqNgUza { width:20rem;height:8.04345625rem;top:5.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2vKfdudXDgG10ClDZOMe79tEBWZ8CSD { width:17.5rem;height:1.29980625rem;top:29.908203125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZuLbDTedTAOifNC0QPkdRqhcCmr6MJs { width:17.5rem;height:2.2749rem;top:27.125rem;left:1.2500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfLV2vlAe83HmcO9KKreZmpu1e7TNM36 { width:9.25rem;height:9.25rem;top:56.99609375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv { display:block; }#KlzRFIcR0gOptgG2f4SzSSi34u4vc5hv > .row .container { width:20rem;height:154.69140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXdTTaV0Alouu9zq82woaPWfITSUqDd6 { width:20rem;height:13.5rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ5oRMGlKvg8gDzXV2vVAqBOFLDsTSBq { width:20rem;height:13.375rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aHDBlpcpDOvCd347uGg2KLZID13OSC { width:16.25rem;height:1.5rem;top:27.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttENLqTUsFLU4T1IHbVUxR9pibdM3dEa { width:5.125rem;height:5.125rem;top:20.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4STrruU5p6DBCW9uXLCKcLfzA3xWRWt { width:20rem;height:13.375rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3IGSPlmSxHsOI8BUUrtmly1SzZOCt79 { width:16.25rem;height:1.5rem;top:41.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsMw28hAGgkaTENTtHoCGakLXWMQMJed { width:5.125rem;height:5.125rem;top:34.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRgUFpb74I4IOxaUt7U5wllJOPgXh0a2 { width:20rem;height:13.375rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWlRsFogapgSRWgN8OO9C8lstvolcC5I { width:16.25rem;height:1.5rem;top:55.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdazVn8OSazyrrPShmAvEbokJzP7m1Pr { width:5.125rem;height:5.125rem;top:49rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaPnJsl8gsoQMJnkclafVA738K5gu6v { width:20rem;height:13.375rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VFtwnTVDt2A1zPoMiqdVl63Ky9fmgL { width:16.25rem;height:1.5rem;top:70rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsbgPmdHQDVf3npvxeG3RLWDbXqbeO0 { width:5.125rem;height:5.125rem;top:63.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlL8MwB3JbKkxWIzVUsdmbNKSoM4Zpwc { width:20rem;height:8.69925rem;top:77.294921875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4TpifTVnZXzmptCBtZaUBTfRZnzNkq { width:20rem;height:22.8125rem;top:89.62890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg6woWdUsLD3U2SmaHdxPwpoinHxyJgy { width:20rem;height:40.5rem;top:114.19140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU { display:block; }#UGTAU7rgUhpmUGOA4s4VwNdUIXiWo1IU > .row .container { width:20rem;height:136.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifZM4vLKcb4omlyL7bTwSoRR3iGvdUx0 { width:20rem;height:2.25rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTH1RJsPdxHOUZmII080wexycTNKwtO { width:20rem;height:23.1875rem;top:6.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7S7faxag5Bhedf58tWsyO3Rha1k8zDT { width:17.5rem;height:3rem;top:13.7109375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkL05DRyCoxAXIyFSIuCqM3a3SguaXd { width:17.5rem;height:8.4375rem;top:17.5234375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZPJ6TrKloG6wfGik5Qq0qGupbE0Geo { width:3.125rem;height:3.125rem;top:8.9609375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG3QSG8CdF0iyzLCiLvI4dPdHTMX84Fh { width:20rem;height:23.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGE64GPz5hZ1NlmAAaUQgQu0ueteOgxb { width:17.5rem;height:7.03125rem;top:42.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJZ8VDxLHVfpDrgChoQFhnmxvzTFgCJ { width:15.9375rem;height:3rem;top:38.625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lsU03vtZcMhTazI7mG7TagtB9q4Jdw { width:3.125rem;height:3.125rem;top:33.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46KVK4DHDET2Q5lpqDCa5xd9oNtQudL { width:20rem;height:23.1875rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIe72JXmn4gmywcwm36Z9rZ4aX6As2hl { width:17.5rem;height:5.625rem;top:67.25rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os7u6z8p7J73RwgN5zznw33TEMgUlkD7 { width:12.875rem;height:3rem;top:63.375rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgbIE38XLh5c34PZlSAs90pT1ruHJkyq { width:3.125rem;height:3.125rem;top:58.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2c35zuesOTJ2aBWTWWOCVlVeBvWmOyr { width:20rem;height:23.1875rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEEymD622QwMUr22nknZpL11Jf8eiP22 { width:17.5rem;height:5.625rem;top:91.3125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgmHEXFZrWvNOcEiGJld6H3aKUis57zM { width:15.625rem;height:3rem;top:87.5625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2zJaVy2LFuQI9eLc6MmoF4yuUb6Npca { width:3.125rem;height:3.125rem;top:82.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waILAA3vnqit9iSJ4JNNQ35p1UchhxkO { width:20rem;height:3.4375rem;top:130.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfvhPhAIC6kHITOaVqTLSCtoOzbHWcZ { display:block; }
 }@media only screen and (max-width: 763px) { #QpFdiR95Z68qaorsvJSFT9pszomEJ5Il { width:19.875rem;height:23.1875rem;top:104.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxLmfmJLwnVsCfrn3n124tOe1ProI2B { width:16.5625rem;height:9.84375rem;top:115.75rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLDEW1hOaFBWR6bl3S2XnZVTT8bLqZHG { width:16.1875rem;height:3rem;top:111.8125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi100fxWmGhJ1Fk4Wu7SKwgrqI6WIGRP { width:3.125rem;height:3.125rem;top:107.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO { display:block; }#ICNzdC3Ql4HUCbs33Z9mHhR0g7hLwZIO > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdHzJhSClkQB50XJKaEJc9pCcbIoFlyM { width:20rem;height:4.5rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLOFsaWTo4PnFGCzQrKTkDppF5RQtKtv { width:20rem;height:27.25rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czu6PRpVkfLFemrX9d7clasiPx4343Qw { width:17.5rem;height:3.375rem;top:12.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzR5yZzAPZCUhJeOgW3x3SeJQOi9aeds { width:17.5rem;height:15rem;top:16.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ5CzT701UnVGOwRFrv2l6cvHKVuZ1pn { width:17.5rem;height:1.5rem;top:32.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W80ATdHbM5Cki17FbBoD9ulcVgBH7NR5 { width:6.1875rem;height:1.125rem;top:10.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vux0JTsKnVLvWSeSSlUsEuXpfWgTRDqk { width:20rem;height:30.0625rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaO9eex7UfJIUbksJxRDKP0sMoQQax28 { width:17.5rem;height:1.5rem;top:63.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqJf6zyelD8cs3LZIHQzFoJsN4VnzZL6 { width:17.5rem;height:18rem;top:45.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8yIMJrALb7HUMfpBqdQlM7GQxhVyhT { width:17.5rem;height:3.375rem;top:41.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKPiftOWBZDTIoPoTxEeNgXAR8BNN5X { width:6.1875rem;height:1.125rem;top:39.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIbFntio6d0RxxyitTUpEc2FUsilHHvo { width:20rem;height:29.4375rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfk1l1CT3kBBQ2GvC8kJvuVONGnqOiZ5 { width:17.5rem;height:1.5rem;top:93.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvo6hUzP9VwQsVQ5Tb3QFWrJUoyFlAU { width:17.5rem;height:16.5rem;top:76.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBwzMNz7X8VzNnNT6kQI0UmzR1rT71lU { width:17.5rem;height:3.375rem;top:72.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlpeGEhTTGFgNqrOygKFWTNvULFWXvhM { width:6.1875rem;height:1.125rem;top:70.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0sP7dq12rDnbmbPQekCPoMK8iITFfVz { width:20rem;height:3.4375rem;top:99.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48wg0lhvR1KzXXMWvItTRLIfWhfQSrT { display:block; }
 }@media only screen and (max-width: 763px) { #TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy { display:block; }#TAm82WVMVGRy25g2eTIpJnLbSGTDTSTy > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DU11DhQFS3OsiWgMTSsf3Zc3rh8P7sZP { width:20rem;height:4.5rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrTRikadGXTNpb9LliQDUt5GZgd4BPT { width:20rem;height:22.8125rem;top:8.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXZE5XN6Aebso8DAKQLt29WHPKtckuBD { width:17.4375rem;height:40.5rem;top:33.1728515625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrTTwtxpWyoJMXPaseHaeWkkXiF4asrR { width:1.875rem;height:1.875rem;top:33.171875953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbvBix0qMzyCwur8HDHq2SgeBKRtrfpA { width:1.875rem;height:1.875rem;top:43.437501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs630cVCrpZnlA0vZCZEGCxvP69S2hSM { width:1.875rem;height:1.875rem;top:55.375001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAGRJip9zG9G0FsuDPf1MwIrBg2gkvi { width:1.875rem;height:1.875rem;top:64.50000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD { display:block; }#G3AXwrkuIWrIqs6tghpJc1QrrfsgMLnD > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwidsgmsABwzcXqDgRAlQI1ol0xb1hVi { width:20rem;height:2.3999rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6wOtOuTwbryGJ3dwNG1hJUJq4qwsK8B { width:18.125rem;height:3.375rem;top:6.4609375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5xc0TGJXdqERLzkeDPUOOB8vVlSkZRa { width:13.25rem;height:1.6875rem;top:10.375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5T5LPJTKqh5wpNoqk8P7RoQ5pAtgqUN { width:16.875rem;height:1.6875rem;top:12.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd8uaAgZpuV3hW8lHGhCqaxoXGiXiu6N { width:18.125rem;height:1.6875rem;top:15rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8qvLT5HDEaefT70aaQD7E01iqD53C7 { width:20rem;height:28.125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPbpBxQbTxtTIwcVoiRydZyaQNAz3Coq { display:flex;width:1.625rem;height:1.625rem;top:6.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BeyQIzW2Ny7QRqBGJrdbQ8TPLzx4pyC2 { display:flex;width:1.4375rem;height:1.4375rem;top:10.4609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #STwF5kWPXUDLR1mWw4xQTOV0KPULqW1c { display:flex;width:1.375rem;height:1.375rem;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uvdbwBPlziOQizoAJ13TZUMUFidaFFIx { display:flex;width:1.375rem;height:1.375rem;top:15.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GCAdAnofnFEZvo5gus6biOwdiSHNIrPv { display:block; }#GCAdAnofnFEZvo5gus6biOwdiSHNIrPv > .row .container { width:20rem;height:152.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf6cpKIJXR5kxIGXbfABOtwFnMbzoa94 { width:20rem;height:2.3999rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N12fVyPllZI5fvsx1TCztnaS6KctwEq2 { width:20rem;height:3.4375rem;top:145.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRD3CvrDV72JFQVWMzxzLfCPOZm5oT5e { display:block; }
 }@media only screen and (max-width: 763px) { #uv56TyJUd4zNE9DXwk2tK4gKEEaRPEJp { width:20rem;height:14.921875rem;top:8.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KACWTO4zgIpVe3Fxhb8yNDREwqRyg8mp { width:20rem;height:14.973625rem;top:24.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yItJ5zv8UbK2JcZAoK38GUrHpOCiTLLy { width:20rem;height:26.683625rem;top:83.60546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNbMaVlrTRJCfFTTo6RZRmqzupqBwfHC { width:20rem;height:26.6318125rem;top:40.3154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeomSq5vrSSQsO2wAoBpAZNO9TsXePca { width:20rem;height:14.973625rem;top:67.6962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyKG92bSrtaThV485VX2f6GpDXPXz90V { width:20rem;height:14.973625rem;top:128.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO5KoU1Fy5PZzmuJFuhFehUGJ9AOxBES { width:20rem;height:16.00975rem;top:111.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX { display:block; }#y4fkFUfEAeaKe7QvLAIfluk5sVHFWQZX > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdQZdNWFfzZXHr5bTvTEe3yNqe002aeM { width:19.8125rem;height:3rem;top:1.875rem;left:0.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiBOpLB937oMNUtAVPrTe77NMQGNI04W { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W { background-color: transparent; background-image: none; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container > .video-iframe-container { display: none; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row > .video-iframe-container { display: none; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .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); }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W { border-width: 0; border-radius: 0; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .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; }#oiBOpLB937oMNUtAVPrTe77NMQGNI04W > .row .container { width:20rem;height:6.1875rem;background-color:rgba(0,0,0,0);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) { #mJ3JduJckdiVDq5Tu5zOsX6rF2zwCMk7 { display:flex;width:3.75rem;height:3.75rem;top:0.625rem;left:16.25rem;font-size:2.625rem;display:none; }
#mJ3JduJckdiVDq5Tu5zOsX6rF2zwCMk7 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #tkd2kEifZorQ10yRMd7mPXEd1h0V6V5l { display:flex;width:3.75rem;height:3.75rem;top:0.59375rem;left:0rem;font-size:2.625rem;display:none; }
#tkd2kEifZorQ10yRMd7mPXEd1h0V6V5l > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #Ssa7RasFoaiVAg0N2mPNqc7vwGiGPAyi { top:2rem;left:3.03125rem;width:2.1875rem;height:2.1875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VTl2o6883xhkUL99PumqEw7AdOoLkbGh { top:1.375rem;left:2.5rem;z-index:15003;width:14.0625rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffe800, #ff0000);background-image: -moz-linear-gradient(178deg, #ffe800, #ff0000);background-image: -ms-linear-gradient(178deg, #ffe800, #ff0000);background-image: -o-linear-gradient(178deg, #ffe800, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ff0000' );";background-image: linear-gradient(178deg, #ffe800, #ff0000);background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp9X9VcBmBosK2wn95Cvy3EHzGfaEiEg { display:block; }
 }