.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:237,224,224;--color-primary-1:194,153,151;--color-primary-2:132,51,46;--color-primary-3:66,26,23;--color-primary-4:20,8,7;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"PT Serif";--paragraphs-font-family:"Gotham"; }@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; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I { 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; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container { background-color: transparent; background-image: none; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container > .video-iframe-container { display: none; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row > .video-iframe-container { display: none; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .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); }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container { border-width: 0; border-radius: 0; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#w8WdA6tXISp8TneSeq9Vp2oz3blML2Wu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:17.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#gsztpb3eu9XC3AoGhO9XpCfKaEMBKqqy { color:rgba(var(--color-secondary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.50390625rem;left:57.25rem;height:1.86865rem;font-style:normal;display:block; }
#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47f28de0-7492-4266-bcd1-f4e569309397/687100e8c807a0f4546f97ce_ImmigrationBonds.crop_1385x1245_340,0.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; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC.adaptive-delivery-prevent-bg, #Kg9J4JVXvAIa93qROurltkKG7A6SqtfC.lazyload, #Kg9J4JVXvAIa93qROurltkKG7A6SqtfC.lazyloading { background-image: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container { background-color: transparent; background-image: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.77); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container > .video-iframe-container { display: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.77); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row > .video-iframe-container { display: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .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); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container { border-width: 0; border-radius: 0; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC::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; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-form-header {  }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.625rem;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; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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 rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:21.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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 rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:21.625rem;box-sizing:border-box;height:6.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.625rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal;float:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-container:first-of-type{padding-top:0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-container:last-of-type{padding-bottom:0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.625rem;left:50.875rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-info-text { display:block;height:auto;font-family:arial;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; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs {display:block;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.625rem;left:50.875rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #ycksp6o3A7c8SmeLMz4ANFLZ8vC1Kfna { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #LScGQk59V77TFKIHRRoR01WWyN0lWFKz { position:relative;display:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #weihf0eq4CrPHFkw3LZiCpTlQS8QN1li { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #vTDT6ewn55IkMKJKm2HqM78tJTVniLnV { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #bHcUP1dsVJRfLMyIDLLOSNlriZGprqc4 { position:relative;display:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #fS1FMwFwU2ai1NeBlgHzL2q7wdv0sEyq { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #wltrTb0TeLmo5m0hWU00uQ11MwsupJrD { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #x51z4pTpGLTFcseVFbuBr2DdNc23t8IE { position:relative;display:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #o0nGQ8hVxB2anGLMStybWKBM9Qpl3WuC { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #OEiwUBvL3XGJqX7eNQRWJp56g6QQtmJ0 { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #raXtwlBlGWbLLFxhCJ2hQ8mTUupwAqrk { position:relative;display:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #CMmZGsXOilnr70NLTfZC6mFLpTHBKeqy { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #DucXG3Tm4RLrDCNf7QXJPp9Zy7TC9OzO { position:relative; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #agFkbWZOiyZvLrWmFsNaCDuuiX2kGRJJ { position:relative; }
#GU16P2XgvPgA2szVL6Fl2TaqG0WrQMru { box-sizing:content-box;height:28.3125rem;width:24.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),0.99);background-image:none;top:4.5625rem;left:50.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#P1rGEn0qAQT7deOQEaBe3yvf4xZA8ro5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:52.75rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PpcgOp35XJUco81QaMCA9RNPiZnJStba { color:rgba(var(--color-tertiary-0),1);display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.8999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7U1TmaB0z7SJVt2huGqZRvOKTCR2A8a { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.5rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lOeJp0D9O9kATtbv1WJyVQmthbTIZmWN { 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;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;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.5rem;left:0rem;display:block; }
#CuSKWWOWsqv1n2kqu9JZs17qicoMhHVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwfwwTv88S5pcMd9dJaJIH3MeEwiPtnJ { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:5.361325rem;font-style:normal;display:block; }
#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container { background-color: transparent; background-image: none; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container > .video-iframe-container { display: none; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row > .video-iframe-container { display: none; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .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); }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container { border-width: 0; border-radius: 0; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#qsQTNwfJG4HbSuacc9GU98MTJtxHzk3p { color:rgba(var(--color-primary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:12.4375rem;height:6.82325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TVsx2J2vWN65pCPAfQNOATUX5TdtMRCl { color:rgba(var(--color-primary-2),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:9.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx { 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; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container { background-color: transparent; background-image: none; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container > .video-iframe-container { display: none; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row > .video-iframe-container { display: none; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .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); }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container { border-width: 0; border-radius: 0; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#phsue0TJp9CEz2JmFy0InxCDGMsyBmvT { color:#550d0e;display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:17.1875rem;left:0rem;height:34.6328125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaR1pUqIk1H7kZaaVFOIs6R9rskacrKv { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:29.375rem;top:6.625rem;left:43.3125rem;overflow:hidden;display:block; }
#HCTVsS5VTGR3VW17nF6lESwFGGTdILG2 { color:rgba(var(--color-secondary-2),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fNIK0zS2aTHVtcxWe31X5Kz07ON1BdXF { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.875rem;left:0rem;display:block; }
#dECykp64yu5UJveUo7guZymEueSRyUCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmVVW2XL8MCofoLHaT0QMWsgVvyozScJ { color:rgba(var(--color-primary-2),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:7.5556875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container { background-color: transparent; background-image: none; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container > .video-iframe-container { display: none; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row > .video-iframe-container { display: none; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .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); }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container { border-width: 0; border-radius: 0; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;position:relative;display:block; }#qGJ7d94J8v9CnHML31UMKe8rHuccpTie { box-sizing:content-box;height:21.0625rem;width:22.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.89);background-image:none;top:18.75rem;left:1.125rem;box-shadow: 0rem 0rem 0.25rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#y655TJLRz22GnNB9CIROwCBaqRUDw1yS { color:rgba(var(--color-secondary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:8.6875rem;left:0rem;height:7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xdwK6iwvmvEcOwKLtwbBWXflHcwrii2V { color:rgba(var(--color-primary-2),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dGhUdAMa35hfmwtoTgUQBbWyFBzaFoue { box-sizing:content-box;height:0.1875rem;width:7.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:0rem;display:block; }
#gFT7vanlx0nNHFeUctPMvRSpUBqQOrup { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.0625rem;height:3.57421875rem;font-style:normal;display:block; }
#wcVKW5QfUdEEMLX7SnzgAnCBODbpsKrW { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.3125rem;left:2.0625rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJ7DGBQxOXNrTedtD7hZQmgVNoIlkP2t { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:19.125rem;left:2.0625rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xOyIgtoWxyC9TR6wtKS0sNJyHSIav38b { box-sizing:content-box;height:21.0625rem;width:22.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.89);background-image:none;top:18.75rem;left:26.09375rem;box-shadow: 0rem 0rem 0.25rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rJry12NS00F9qmcpMeefWWbRSudLwKUl { box-sizing:content-box;height:21.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.89);background-image:none;top:18.68115234375rem;left:51.09375rem;box-shadow: 0rem 0rem 0.25rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AJQutJ8bEXBsqfzJn5AFMLxm5GRJg3mo { color:rgba(var(--color-primary-1),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:19.125rem;left:27.09375rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J20T3EVdvqvmD10eCl6nFZf4kW39o3J7 { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.6875rem;left:27.09375rem;height:1.7871125rem;font-style:normal;display:block; }
#C4rZTmTxX239gaCkV4d83SgFvPHU8EIf { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27.3125rem;left:27.09375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJVdHtFwt47g4sdXV25tbdNgfUIWzmyz { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:19.125rem;left:52.09375rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TrISUyiCincPsA7Dzt0fSbsIIqz0keuX { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.6875rem;left:52.09375rem;height:3.57421875rem;font-style:normal;display:block; }
#oP7QExRP0zT0ArpAvE02RsdazTpRpibI { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:27.3125rem;left:52.09375rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z6Pt4aM64BGTmXrTQd9r5F88amgzvGCd { box-sizing:content-box;height:12.5rem;width:54.4375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.5rem;left:9.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#mmQB48pqrNSwJlcg6SWa1oEZ2I6DEwLK { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:46.8125rem;left:11.25rem;height:1.94970625rem;font-style:normal;display:block; }
#kE945ueE0crwZCPwLk8XmTvdDSLT1I04 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:49.8125rem;left:11.25rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ux2DTlBorXOaqV902lQdkDOgp6DlnyRc { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:61.25rem;left:23.9375rem;display:block; }
#yegp5fH8mVL3FAPVKyg67eFfu0g19Jfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqF6xxMD653CXP694cX05DElHdp7g4QD { box-sizing:content-box;height:21.0625rem;width:22.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.89);background-image:none;top:18.75rem;left:1.125rem;box-shadow: 0rem 0rem 0.25rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#ZTLgRZqDd96wJpvXiyLZ22a19TB0UBXL { box-sizing:content-box;height:21.0625rem;width:22.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.89);background-image:none;top:18.75rem;left:26.09375rem;box-shadow: 0rem 0rem 0.25rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#zDPENoGS7tSktS842nWV8pNNbwhMz5pP { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.0625rem;left:0rem;display:none; }
#WEGsMRGOr5uoz1ssGPGVAVyiioIMhaGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OM4bnqUk7yoGOnpulLvhp39AC483QR2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container { background-color: transparent; background-image: none; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container > .video-iframe-container { display: none; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row > .video-iframe-container { display: none; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .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); }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container { border-width: 0; border-radius: 0; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#ycQoKMRkCrm8FlVo76Wv1h9k8tgsC2Ic { color:rgba(var(--color-secondary-2),1);display:block;width:62.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:6.5rem;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;text-align:left;text-align-last:left;display:block; }
#cFhKqBKoS3IPnsaRJcNHAtBL4VczX242 { box-sizing:content-box;height:2.625rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:16.6875rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Ohrhp2dMNMhHUx87kJRPhpyMq5g8M9zm { color:rgba(var(--color-secondary-2),1);display:block;width:4.6245125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:34.9375rem;left:1.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8uPvwi9st6h3uhkQCgtIhzMqlQBgKyp { color:rgba(var(--color-secondary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0rem;height:6.171875rem;display:block; }
#wx2EP1XvJezC7QSVxC8DTGGdE7Hfd1Py { box-sizing:content-box;height:2.625rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:34.375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#OtyrZisk6hIucTscnM6GfeTuIUVetcqO { color:rgba(var(--color-secondary-2),1);display:block;width:4.6245125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:17.25rem;left:1.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksNMJvctNhTqPXhq8zUIxUFKnvSscaK5 { box-sizing:content-box;height:0.125rem;width:16.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:31.75rem;left:0rem;display:block; }
#z4Z8MgaQi2JmnVqvHPSJKT5ORq7yZTI3 { box-sizing:content-box;height:0.124783125rem;width:16.25rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:28.125rem;left:21.029731750488rem;display:none; }
#fpG1TQvab6nRVN1llBb6NE1E2Mwik2h3 { color:rgba(var(--color-primary-2),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vyhDaoux0tF0qL6eVqG7fvRvcwtrq1wU { color:rgba(var(--color-secondary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.6875rem;left:0rem;height:6.171875rem;display:block; }
#g5K2RxgdipErJ4rGJbOTGSPeapEqQ9ZJ { color:rgba(var(--color-secondary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:39.6875rem;left:38.875rem;height:6.171875rem;display:block; }
#mFZFaNB8roMhfskfchPJfzcNkkB88gcl { box-sizing:content-box;height:2.625rem;width:13.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:34.375rem;left:38.875rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#E7K6ntfZNeawyGRACU5NkhWmZyEeIaAy { box-sizing:content-box;height:0.125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.4375rem;left:37.5rem;display:block; }
#SF3ngU8Q0enQrvbUJeSrxSELQVgzVe0n { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:34.9375rem;left:39.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtF4L8WzBOo0qgTKhqS1kPOIoTBkf7zg { color:rgba(var(--color-secondary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.8125rem;left:38.84375rem;height:4.62890625rem;display:block; }
#BSzqqT0ylwvTlA68H5Lqc5cwQKd11vVd { box-sizing:content-box;height:2.625rem;width:9.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:16.6875rem;left:38.875rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#yNPCxEVgBOIAokPACAXOCedhBivifRZy { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:17.25rem;left:39.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5EWZestGOuSzlLZKbCSUieNTSQ9GTyf { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:53.84375rem;left:24.3125rem;display:block; }
#dQCfqboZeiW321LXdbAZvV7EAbUzki4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2XFzk3yxcxIxIklSSH2oMtSgk8fwdu0 { box-sizing:content-box;height:0.124783125rem;width:16.25rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:28.125rem;left:21.029731750488rem;display:none; }
#spw2mbdxkbbVi0PkSlt2LqGTdD117zcs { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.0625rem;left:0rem;display:none; }
#KFucUbKiM6zoPiFhyQNzA2klMTQVHMvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzAucfdvwGTfTckdoBw796NTkSzkOw8h { position:relative;display:block; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h { background-color: transparent; background-image: none; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row .container > .video-iframe-container { display: none; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row > .video-iframe-container { display: none; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .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); }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h { border-width: 0; border-radius: 0; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .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; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.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:block; }#G07qp3I6a2DWKMF8eIJSCGBJKSJpN2uw { color:#000000;display:block;width:47rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DsOkzihoXeUolQkLlPe9yOS25C8NCm8r { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.8125rem;left:42.5rem;height:2.25rem;font-style:normal;display:block; }
#zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu { color:#000000;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:20.25rem;left:42.4375rem;height:14.9453125rem;font-style:normal;display:block; }#zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#h8GZveicmMvzr6DPXHkAsTIA8TnhZ9P3 { color:rgba(var(--color-primary-2),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ahLTZ7R2TVqSi23q2X0OQSTpJX8N4HEJ { box-sizing:content-box;height:3.4375rem;width:31.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:16.8125rem;left:0rem;display:block; }
#OB1CCIB0GlXmtQDHJa6URMmF15EuFMGI { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:38.3125rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#NBetMJZUNcsnik3MAG32ySTzICl8GLBV { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:17.75rem;left:0.8125rem;height:1.59375rem;font-style:normal;display:block; }
#s5eOnqDwwfzBZswmzB50zz0psEBQxcaI { box-sizing:content-box;height:3.4375rem;width:31.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:22rem;left:0rem;display:block; }
#IP7R8vNC59Sbc7vUSSWHd4Dgab9ClE70 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:22.9375rem;left:0.8125rem;height:1.6875rem;font-style:normal;display:block; }
#ogUUbl9S1ckCVvnuLAz3BvkLeatDklhZ { box-sizing:content-box;height:3.4375rem;width:31.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:27.25rem;left:0rem;display:block; }
#so07FgstTq2QoaoOuz1BmqybNTINgGkq { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:28.1875rem;left:0.8125rem;height:1.6875rem;font-style:normal;display:block; }
#FiUhKLQk7VndsAlBQK3nnMgeyteLKP7S { box-sizing:content-box;height:3.4375rem;width:31.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:32.4375rem;left:0rem;display:block; }
#rdCaTi0ZQgrgSVtwLFB9Mbi5PsHU0wST { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:33.375rem;left:0.8125rem;height:1.6875rem;font-style:normal;display:block; }
#XKTFsR72Q3ihvWm71E4tJ4H59rTetOz1 { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.9375rem;left:0rem;display:block; }
#rwDT0Sg21Ky64XTC1rBfctAhORrltKmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P46wd1qynzXSTmvLxDKkWpeSuIsHpmEL { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.0625rem;left:0rem;display:none; }
#aUvhoxchBv4A21ircqFdGXc38RLuUi80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container { background-color: transparent; background-image: none; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container > .video-iframe-container { display: none; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row > .video-iframe-container { display: none; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .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); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container { border-width: 0; border-radius: 0; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#Xtt8LppTo3FzIauGDDJHEroWdoOTqrJe { box-sizing:content-box;height:46.625rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);top:3.78125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#p0z9zBvTn0VrDFxASG2ZaJWso6p0987J { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.5rem;width:32.8125rem;top:7.4375rem;left:39.7109375rem;overflow:hidden;display:block; }
#tfRPCR4SmAssbUZ8owLQWev4EvnqWgXa { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.5625rem;height:6.5rem;display:block; }
#nMSzyKQw8Ufo1UWGqgJL4I23gqQKlSbC { color:rgba(var(--color-secondary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:15.8125rem;left:3.8125rem;height:20.464875rem;display:block; }
#PlucODDLTPuQE8onmo8Ewbzyqkhb4c34 { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:43.3515625rem;left:3.5625rem;display:block; }
#lS5eux42J0t5LvR8VJIgry8yBDt51w1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCwiZXfyURO20iI05AifHbtLBnDDkWID { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.0625rem;left:0rem;display:none; }
#vGq6uJoZlH2vEr7n7y0aKPrTtoIw7ZRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx { position:relative;display:block; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx { background-color: transparent; background-image: none; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .row .container > .video-iframe-container { display: none; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .row > .video-iframe-container { display: none; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .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); }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx { border-width: 0; border-radius: 0; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .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; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .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:67.9375rem;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; }#so5C0carwsh2vTwgVpTlOTXHTpAApGVE { box-sizing:content-box;height:18.75rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.5625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:22.625rem;left:1.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aqCCMO9Aw27Wo0h1T3hvTE8WyOSyUHrv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.86865234375rem;left:28.59375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#POkXMUq9Ba9DP2m8MiFOUZSfH8KgEnig { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:33.787109375rem;left:27.3125rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1TgJrLeWI9TcrbD4TGDQN1o1nt1vTpt { color:rgba(var(--color-secondary-2),1);display:block;width:47.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.21875rem;left:13.53125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#QxKt3R3272xTTvwrWvTMviUWV3UKRoHS { color:rgba(var(--color-primary-2),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.3515625rem;left:14.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtXOkMmzhwvCb607RHFN02eyiGDkoDQT { color:rgba(var(--color-secondary-2),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.5625rem;left:10.59375rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#lDt0Q5IkGfNIR92TbSmGKA1sfkxMBgqC { box-sizing:content-box;height:18.75rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.5625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:22.625rem;left:26.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wurF3rf1PgG4siR0DyRtqOETlLWPlQll { box-sizing:content-box;height:18.75rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.5625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:22.625rem;left:51.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#zSuswswSKdZ2wr7yOM4ulTQCl1mbOlV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:29.86865234375rem;left:3.59375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#TZ0OVI21qlh8VleTqTinWEkmvTuumuyH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:33.787109375rem;left:3.53125rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V9TgsAVdGTDkfIy5kSiGUFiGAdm1dxxr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:29.86865234375rem;left:53.59375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#JEw9hkSzkTTNkLSf8zZMUTOKe6hdqpgF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:33.787109375rem;left:52.3125rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P3vMM5N7UZD6AC7Gxm5CQnzPl27uQBQL { 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:15027;opacity:1;top:25.34375rem;left:10.9375rem; }
#Xlty8Ueim8qUoAO2OCmvkVWMG73gTo3u { 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:15028;opacity:1;top:25.34375rem;left:35.9375rem; }
#edAgw6x6dURtPveZNQMLxASrnJJWviUz { 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:15029;opacity:1;top:25.34375rem;left:60.9375rem; }
#ZBbEfiRcGoFAOTGLTdmzHrZitPlZoWSL { box-sizing:content-box;height:9.0625rem;width:42rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:46.4375rem;left:16.3125rem;display:block; }
#W2Jp2W6kAnlzsh1pTSxfC1n3eevbIvxQ { color:rgba(var(--color-primary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:47.8125rem;left:17.8125rem;height:3.0869125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dmTDEtibWwcqei6JSVF59xdF5MT56Stv { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:52.4375rem;left:31.5rem;height:1.54345625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Mai7PHtpebMzCKHHv1HD5VpLPqdRHIny { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:59.78125rem;left:23.9375rem;display:block; }
#O9scwvOIKf3nnVVRNKAyyekzfHT3wfXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRBGKgasZaiwVk9x2bkwTfM3rBTRlkLH { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.0625rem;left:0rem;display:none; }
#NiHKrJEko9fXO3UQGLAiKWs1d6JN50hD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo { 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; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container { background-color: transparent; background-image: none; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container > .video-iframe-container { display: none; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row > .video-iframe-container { display: none; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .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); }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container { border-width: 0; border-radius: 0; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#VCrHSbsT3kLUilU9t78GbyAS0iPql497 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:12.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mXCzOrFJ74Gg262G4KeCvnnuENolBfPo { color:rgba(var(--color-tertiary-2),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:9.0625rem;left:12.6875rem;height:9.9726625rem;text-align:center;text-align-last:center;display:block; }
#dargGc90wueRKyluhW5AvyeGOTJbGTEf { 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;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;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.375rem;left:25rem;display:block; }
#oZKd0wgxBrmuoya1FhOHJhL4OAip3ATF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu { 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; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container { background-color: transparent; background-image: none; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container > .video-iframe-container { display: none; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row > .video-iframe-container { display: none; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .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); }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container { border-width: 0; border-radius: 0; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#Ic3lVtJG4K6eBgSTJwJtlOykcHg3I7NT { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#RafAATIHqmUvHDf34WCc5VqSAMM8TrfJ { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.9375rem;left:1.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIzyL6BTMXhG2txONUK3tTTONyNFIoJZ { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:55.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#yDNUn5EdXRqKcG0rBM6USxs5rWXS7ekg { color:rgba(var(--color-secondary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9375rem;left:52.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oX2q8vXwEbUan6PvxaaAna2pEZsk9v0N { color:rgba(var(--color-secondary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.5625rem;left:0.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inT0zQrihrFCX6nhogkE8QSuBzwcZqUE { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:25.3125rem;display:block; }
#UB4S7q1xHHrWt9TzswaTNRdTv5HD4xdN { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:49.25rem;display:block; }
#vxinXUUaGbqeMg40MZ3pJcwwrghBpwDO { color:rgba(var(--color-secondary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.1875rem;left:23.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#T2eRc3dvNqyWlsWc1sOspi0J4npVLzoD { color:rgba(var(--color-secondary-2),1);display:block;width:25.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.561889648438rem;left:24.498901367188rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QA3dH0mTTmUgMo0FBrearwPP0dqrzq2t { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#s0vXitAeuoTtIXQUOyvDSMBk7LlUWSDh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ykf6fdrH2Lm54PIOuDupD6i3BCBzvTwk { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:17.1875rem;top:5.8125rem;left:28.90625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #glsTUGRbbzdwJPxKel28hHBPCWiRgn1I { display:block; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8WdA6tXISp8TneSeq9Vp2oz3blML2Wu { top:1.25rem;left:0rem;width:17.1875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsztpb3eu9XC3AoGhO9XpCfKaEMBKqqy { top:3.5rem;left:30rem;width:17.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg9J4JVXvAIa93qROurltkKG7A6SqtfC { display:block; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs  { width:21.625rem;height:auto;top:8.625rem;left:23.625rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs {display:block;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs { width:21.625rem;height:auto;top:8.625rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #ycksp6o3A7c8SmeLMz4ANFLZ8vC1Kfna {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #LScGQk59V77TFKIHRRoR01WWyN0lWFKz {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #weihf0eq4CrPHFkw3LZiCpTlQS8QN1li {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #vTDT6ewn55IkMKJKm2HqM78tJTVniLnV {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #bHcUP1dsVJRfLMyIDLLOSNlriZGprqc4 {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #fS1FMwFwU2ai1NeBlgHzL2q7wdv0sEyq {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #wltrTb0TeLmo5m0hWU00uQ11MwsupJrD {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #x51z4pTpGLTFcseVFbuBr2DdNc23t8IE {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #o0nGQ8hVxB2anGLMStybWKBM9Qpl3WuC {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #OEiwUBvL3XGJqX7eNQRWJp56g6QQtmJ0 {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #raXtwlBlGWbLLFxhCJ2hQ8mTUupwAqrk {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #CMmZGsXOilnr70NLTfZC6mFLpTHBKeqy {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #DucXG3Tm4RLrDCNf7QXJPp9Zy7TC9OzO {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #agFkbWZOiyZvLrWmFsNaCDuuiX2kGRJJ {  }
 }@media only screen and (max-width: 763px) { #GU16P2XgvPgA2szVL6Fl2TaqG0WrQMru { top:4.5625rem;left:23.5rem;width:24.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1rGEn0qAQT7deOQEaBe3yvf4xZA8ro5 { top:5.8125rem;left:27.375rem;width:20.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpcgOp35XJUco81QaMCA9RNPiZnJStba { width:47.75rem;height:7.75rem;top:3.75rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7U1TmaB0z7SJVt2huGqZRvOKTCR2A8a { top:20.5rem;left:0rem;width:34.75rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOeJp0D9O9kATtbv1WJyVQmthbTIZmWN { width:17.3125rem;height:3.5625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuSKWWOWsqv1n2kqu9JZs17qicoMhHVr { display:block; }
 }@media only screen and (max-width: 763px) { #iwfwwTv88S5pcMd9dJaJIH3MeEwiPtnJ { top:13.75rem;left:0rem;width:34rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof { display:block; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsQTNwfJG4HbSuacc9GU98MTJtxHzk3p { top:4rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsx2J2vWN65pCPAfQNOATUX5TdtMRCl { top:13.5625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx { display:block; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phsue0TJp9CEz2JmFy0InxCDGMsyBmvT { top:17.1875rem;left:0rem;width:38.0625rem;height:39.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaR1pUqIk1H7kZaaVFOIs6R9rskacrKv { top:6.625rem;left:18.375rem;width:29.375rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTVsS5VTGR3VW17nF6lESwFGGTdILG2 { top:3.375rem;left:0rem;width:33rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNIK0zS2aTHVtcxWe31X5Kz07ON1BdXF { width:27.125rem;height:3.4375rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dECykp64yu5UJveUo7guZymEueSRyUCq { display:block; }
 }@media only screen and (max-width: 763px) { #RmVVW2XL8MCofoLHaT0QMWsgVvyozScJ { top:7.6875rem;left:0rem;width:38.625rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt { display:block; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGJ7d94J8v9CnHML31UMKe8rHuccpTie { top:18.75rem;left:0rem;width:22.8125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y655TJLRz22GnNB9CIROwCBaqRUDw1yS { top:8.6875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdwK6iwvmvEcOwKLtwbBWXflHcwrii2V { top:3.25rem;left:0rem;width:33rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGhUdAMa35hfmwtoTgUQBbWyFBzaFoue { top:6.5rem;left:0rem;width:7.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFT7vanlx0nNHFeUctPMvRSpUBqQOrup { top:22.6875rem;left:0rem;width:20.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVKW5QfUdEEMLX7SnzgAnCBODbpsKrW { top:27.3125rem;left:0rem;width:19.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ7DGBQxOXNrTedtD7hZQmgVNoIlkP2t { top:19.125rem;left:0rem;width:12.8125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOyIgtoWxyC9TR6wtKS0sNJyHSIav38b { top:18.75rem;left:8.9375rem;width:22.8125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJry12NS00F9qmcpMeefWWbRSudLwKUl { top:18.625rem;left:24.8125rem;width:22.8125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQutJ8bEXBsqfzJn5AFMLxm5GRJg3mo { top:19.125rem;left:15.875rem;width:3.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20T3EVdvqvmD10eCl6nFZf4kW39o3J7 { top:22.6875rem;left:10.9375rem;width:20.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4rZTmTxX239gaCkV4d83SgFvPHU8EIf { top:27.3125rem;left:12rem;width:19.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVdHtFwt47g4sdXV25tbdNgfUIWzmyz { top:19.125rem;left:31.75rem;width:12.8125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrISUyiCincPsA7Dzt0fSbsIIqz0keuX { top:22.6875rem;left:26.8125rem;width:20.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7QExRP0zT0ArpAvE02RsdazTpRpibI { top:27.3125rem;left:27.1875rem;width:20.4375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Pt4aM64BGTmXrTQd9r5F88amgzvGCd { top:44.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQB48pqrNSwJlcg6SWa1oEZ2I6DEwLK { top:46.8125rem;left:2.0625rem;width:13.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE945ueE0crwZCPwLk8XmTvdDSLT1I04 { top:49.8125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux2DTlBorXOaqV902lQdkDOgp6DlnyRc { width:27.125rem;height:3.4375rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegp5fH8mVL3FAPVKyg67eFfu0g19Jfm { display:block; }
 }@media only screen and (max-width: 763px) { #cqF6xxMD653CXP694cX05DElHdp7g4QD { top:18.75rem;left:0rem;width:22.8125rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTLgRZqDd96wJpvXiyLZ22a19TB0UBXL { top:18.75rem;left:8.9375rem;width:22.8125rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDPENoGS7tSktS842nWV8pNNbwhMz5pP { width:27.125rem;height:3.4375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEGsMRGOr5uoz1ssGPGVAVyiioIMhaGU { display:block; }
 }@media only screen and (max-width: 763px) { #OM4bnqUk7yoGOnpulLvhp39AC483QR2n { display:block; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycQoKMRkCrm8FlVo76Wv1h9k8tgsC2Ic { width:47.75rem;height:6.5rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFhKqBKoS3IPnsaRJcNHAtBL4VczX242 { top:16.6875rem;left:0rem;width:7.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohrhp2dMNMhHUx87kJRPhpyMq5g8M9zm { top:34.9375rem;left:0rem;width:4.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8uPvwi9st6h3uhkQCgtIhzMqlQBgKyp { top:21.8125rem;left:0rem;width:34.8125rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2EP1XvJezC7QSVxC8DTGGdE7Hfd1Py { top:34.375rem;left:0rem;width:7.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtyrZisk6hIucTscnM6GfeTuIUVetcqO { top:17.25rem;left:0rem;width:4.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksNMJvctNhTqPXhq8zUIxUFKnvSscaK5 { top:31.75rem;left:0rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4Z8MgaQi2JmnVqvHPSJKT5ORq7yZTI3 { top:28.125rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpG1TQvab6nRVN1llBb6NE1E2Mwik2h3 { top:3.5625rem;left:0rem;width:33rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyhDaoux0tF0qL6eVqG7fvRvcwtrq1wU { top:39.6875rem;left:0rem;width:34.8125rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5K2RxgdipErJ4rGJbOTGSPeapEqQ9ZJ { top:39.6875rem;left:12.9375rem;width:34.8125rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFZFaNB8roMhfskfchPJfzcNkkB88gcl { top:34.375rem;left:23.875rem;width:13.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7K6ntfZNeawyGRACU5NkhWmZyEeIaAy { top:31.4375rem;left:23.875rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3ngU8Q0enQrvbUJeSrxSELQVgzVe0n { top:34.9375rem;left:23.875rem;width:12.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtF4L8WzBOo0qgTKhqS1kPOIoTBkf7zg { top:21.8125rem;left:12.9375rem;width:34.8125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSzqqT0ylwvTlA68H5Lqc5cwQKd11vVd { top:16.6875rem;left:23.875rem;width:9.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPCxEVgBOIAokPACAXOCedhBivifRZy { top:17.25rem;left:23.875rem;width:8.4375rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5EWZestGOuSzlLZKbCSUieNTSQ9GTyf { width:27.125rem;height:3.4375rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQCfqboZeiW321LXdbAZvV7EAbUzki4B { display:block; }
 }@media only screen and (max-width: 763px) { #r2XFzk3yxcxIxIklSSH2oMtSgk8fwdu0 { top:28.125rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #spw2mbdxkbbVi0PkSlt2LqGTdD117zcs { width:27.125rem;height:3.4375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFucUbKiM6zoPiFhyQNzA2klMTQVHMvR { display:block; }
 }@media only screen and (max-width: 763px) { #uzAucfdvwGTfTckdoBw796NTkSzkOw8h { display:block; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G07qp3I6a2DWKMF8eIJSCGBJKSJpN2uw { top:7rem;left:0rem;width:47rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsOkzihoXeUolQkLlPe9yOS25C8NCm8r { top:16.8125rem;left:20.8125rem;width:26.9375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu { top:20.25rem;left:18.125rem;width:29.625rem;height:17.125rem;font-size:1.3125rem;display:block; }#zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #h8GZveicmMvzr6DPXHkAsTIA8TnhZ9P3 { top:2.8125rem;left:0rem;width:45.625rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahLTZ7R2TVqSi23q2X0OQSTpJX8N4HEJ { top:16.8125rem;left:0rem;width:31.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1CCIB0GlXmtQDHJa6URMmF15EuFMGI { top:38.3125rem;left:0rem;width:32.6875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBetMJZUNcsnik3MAG32ySTzICl8GLBV { top:17.75rem;left:0rem;width:30.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5eOnqDwwfzBZswmzB50zz0psEBQxcaI { top:22rem;left:0rem;width:31.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7R8vNC59Sbc7vUSSWHd4Dgab9ClE70 { top:22.9375rem;left:0rem;width:32.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogUUbl9S1ckCVvnuLAz3BvkLeatDklhZ { top:27.25rem;left:0rem;width:31.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #so07FgstTq2QoaoOuz1BmqybNTINgGkq { top:28.1875rem;left:0rem;width:32.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiUhKLQk7VndsAlBQK3nnMgeyteLKP7S { top:32.4375rem;left:0rem;width:31.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdCaTi0ZQgrgSVtwLFB9Mbi5PsHU0wST { top:33.375rem;left:0rem;width:32.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTFsR72Q3ihvWm71E4tJ4H59rTetOz1 { width:27.125rem;height:3.4375rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwDT0Sg21Ky64XTC1rBfctAhORrltKmv { display:block; }
 }@media only screen and (max-width: 763px) { #P46wd1qynzXSTmvLxDKkWpeSuIsHpmEL { width:27.125rem;height:3.4375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUvhoxchBv4A21ircqFdGXc38RLuUi80 { display:block; }
 }@media only screen and (max-width: 763px) { #U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU { display:block; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtt8LppTo3FzIauGDDJHEroWdoOTqrJe { top:3.75rem;left:0rem;width:47.625rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0z9zBvTn0VrDFxASG2ZaJWso6p0987J { top:7.4375rem;left:14.9375rem;width:32.8125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfRPCR4SmAssbUZ8owLQWev4EvnqWgXa { top:7.4375rem;left:0rem;width:33.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMSzyKQw8Ufo1UWGqgJL4I23gqQKlSbC { top:15.8125rem;left:0rem;width:31.1875rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlucODDLTPuQE8onmo8Ewbzyqkhb4c34 { width:27.125rem;height:3.4375rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5eux42J0t5LvR8VJIgry8yBDt51w1w { display:block; }
 }@media only screen and (max-width: 763px) { #MCwiZXfyURO20iI05AifHbtLBnDDkWID { width:27.125rem;height:3.4375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGq6uJoZlH2vEr7n7y0aKPrTtoIw7ZRl { display:block; }
 }@media only screen and (max-width: 763px) { #FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx { display:block; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so5C0carwsh2vTwgVpTlOTXHTpAApGVE { top:22.625rem;left:0rem;width:22.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqCCMO9Aw27Wo0h1T3hvTE8WyOSyUHrv { top:29.8125rem;left:13.9375rem;width:17.8125rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkXMUq9Ba9DP2m8MiFOUZSfH8KgEnig { top:33.75rem;left:11.375rem;width:20.375rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TgJrLeWI9TcrbD4TGDQN1o1nt1vTpt { top:7.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxKt3R3272xTTvwrWvTMviUWV3UKRoHS { top:3.3125rem;left:0rem;width:45.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXOkMmzhwvCb607RHFN02eyiGDkoDQT { top:15.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDt0Q5IkGfNIR92TbSmGKA1sfkxMBgqC { top:22.625rem;left:9.125rem;width:22.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurF3rf1PgG4siR0DyRtqOETlLWPlQll { top:22.625rem;left:25rem;width:22.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSuswswSKdZ2wr7yOM4ulTQCl1mbOlV8 { top:29.8125rem;left:0rem;width:17.8125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0OVI21qlh8VleTqTinWEkmvTuumuyH { top:33.75rem;left:0rem;width:17.9375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9TgsAVdGTDkfIy5kSiGUFiGAdm1dxxr { top:29.8125rem;left:29.8125rem;width:17.8125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEw9hkSzkTTNkLSf8zZMUTOKe6hdqpgF { top:33.75rem;left:27.25rem;width:20.375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3vMM5N7UZD6AC7Gxm5CQnzPl27uQBQL { top:25.3125rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlty8Ueim8qUoAO2OCmvkVWMG73gTo3u { top:25.3125rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edAgw6x6dURtPveZNQMLxASrnJJWviUz { top:25.3125rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBbEfiRcGoFAOTGLTdmzHrZitPlZoWSL { top:46.4375rem;left:0rem;width:42rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Jp2W6kAnlzsh1pTSxfC1n3eevbIvxQ { top:47.8125rem;left:0rem;width:38.3125rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmTDEtibWwcqei6JSVF59xdF5MT56Stv { top:52.4375rem;left:17.8125rem;width:10.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mai7PHtpebMzCKHHv1HD5VpLPqdRHIny { width:27.125rem;height:3.4375rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9scwvOIKf3nnVVRNKAyyekzfHT3wfXg { display:block; }
 }@media only screen and (max-width: 763px) { #xRBGKgasZaiwVk9x2bkwTfM3rBTRlkLH { width:27.125rem;height:3.4375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiHKrJEko9fXO3UQGLAiKWs1d6JN50hD { display:block; }
 }@media only screen and (max-width: 763px) { #lRSBoQtITgdtqFa2dpl903hIc1TB9yWo { display:block; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCrHSbsT3kLUilU9t78GbyAS0iPql497 { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXCzOrFJ74Gg262G4KeCvnnuENolBfPo { top:9.0625rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dargGc90wueRKyluhW5AvyeGOTJbGTEf { width:25rem;height:3.4375rem;top:23.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZKd0wgxBrmuoya1FhOHJhL4OAip3ATF { display:block; }
 }@media only screen and (max-width: 763px) { #IV6oBeiChDIOgXSilkSk5DKDiVh18eCu { display:block; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic3lVtJG4K6eBgSTJwJtlOykcHg3I7NT { top:3.625rem;left:0rem;width:16.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RafAATIHqmUvHDf34WCc5VqSAMM8TrfJ { top:6.9375rem;left:0rem;width:17.5rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIzyL6BTMXhG2txONUK3tTTONyNFIoJZ { top:3.625rem;left:31.6875rem;width:16.0625rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNUn5EdXRqKcG0rBM6USxs5rWXS7ekg { top:6.9375rem;left:25.6875rem;width:22.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX2q8vXwEbUan6PvxaaAna2pEZsk9v0N { top:11.5625rem;left:0rem;width:20.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inT0zQrihrFCX6nhogkE8QSuBzwcZqUE { top:2.75rem;left:11.6875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4S7q1xHHrWt9TzswaTNRdTv5HD4xdN { top:2.75rem;left:35.625rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxinXUUaGbqeMg40MZ3pJcwwrghBpwDO { top:18.1875rem;left:10.1875rem;width:27.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2eRc3dvNqyWlsWc1sOspi0J4npVLzoD { top:21.5rem;left:10.873901367188rem;width:25.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3dH0mTTmUgMo0FBrearwPP0dqrzq2t { display:none; }
 }@media only screen and (max-width: 763px) { #s0vXitAeuoTtIXQUOyvDSMBk7LlUWSDh { display:none; }
 }@media only screen and (max-width: 763px) { #ykf6fdrH2Lm54PIOuDupD6i3BCBzvTwk { top:5.8125rem;left:15.28125rem;width:17.1875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #glsTUGRbbzdwJPxKel28hHBPCWiRgn1I { display:block; }#glsTUGRbbzdwJPxKel28hHBPCWiRgn1I > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8WdA6tXISp8TneSeq9Vp2oz3blML2Wu { width:12.875rem;height:4.9375rem;top:0rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsztpb3eu9XC3AoGhO9XpCfKaEMBKqqy { width:17.75rem;height:auto;top:3.5rem;left:1.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kg9J4JVXvAIa93qROurltkKG7A6SqtfC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8074b3b-5211-4e24-b58d-b68df49ff36f/TopSectionscaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC.adaptive-delivery-prevent-bg, #Kg9J4JVXvAIa93qROurltkKG7A6SqtfC.lazyload, #Kg9J4JVXvAIa93qROurltkKG7A6SqtfC.lazyloading { background-image: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container { background-color: transparent; background-image: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.85); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container > .video-iframe-container { display: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.85); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row > .video-iframe-container { display: none; }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .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); }#Kg9J4JVXvAIa93qROurltkKG7A6SqtfC > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.375rem;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs  { width:17.5rem;height:17.1875rem;top:31.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs {display:block;}#M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs { width:17.5rem;height:17.1875rem;top:31.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #ycksp6o3A7c8SmeLMz4ANFLZ8vC1Kfna {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #LScGQk59V77TFKIHRRoR01WWyN0lWFKz {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #weihf0eq4CrPHFkw3LZiCpTlQS8QN1li {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #vTDT6ewn55IkMKJKm2HqM78tJTVniLnV {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #bHcUP1dsVJRfLMyIDLLOSNlriZGprqc4 {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #fS1FMwFwU2ai1NeBlgHzL2q7wdv0sEyq {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #wltrTb0TeLmo5m0hWU00uQ11MwsupJrD {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #x51z4pTpGLTFcseVFbuBr2DdNc23t8IE {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #o0nGQ8hVxB2anGLMStybWKBM9Qpl3WuC {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #OEiwUBvL3XGJqX7eNQRWJp56g6QQtmJ0 {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #raXtwlBlGWbLLFxhCJ2hQ8mTUupwAqrk {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #CMmZGsXOilnr70NLTfZC6mFLpTHBKeqy {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #DucXG3Tm4RLrDCNf7QXJPp9Zy7TC9OzO {  }
 }@media only screen and (max-width: 763px) { #M909u5RBc3iGCs3FKTbuOaoTt7zUcwIs #agFkbWZOiyZvLrWmFsNaCDuuiX2kGRJJ {  }
 }@media only screen and (max-width: 763px) { #GU16P2XgvPgA2szVL6Fl2TaqG0WrQMru { width:20rem;height:24.4375rem;top:28.75rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P1rGEn0qAQT7deOQEaBe3yvf4xZA8ro5 { width:18.75rem;height:2.92480625rem;top:29.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpcgOp35XJUco81QaMCA9RNPiZnJStba { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G7U1TmaB0z7SJVt2huGqZRvOKTCR2A8a { width:18.9365rem;height:7.4365rem;top:13.5rem;left:0.5rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lOeJp0D9O9kATtbv1WJyVQmthbTIZmWN { width:17.5rem;height:3.125rem;top:23rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuSKWWOWsqv1n2kqu9JZs17qicoMhHVr { display:block; }
 }@media only screen and (max-width: 763px) { #iwfwwTv88S5pcMd9dJaJIH3MeEwiPtnJ { width:18.5rem;height:5.19921875rem;top:6.53515625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof { display:block; }#tzGV6JQR3ewqG0DaHz8vTLX23miH7Xof > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsQTNwfJG4HbSuacc9GU98MTJtxHzk3p { width:17.25rem;height:8.7744375rem;top:2.0625rem;left:1.375rem;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TVsx2J2vWN65pCPAfQNOATUX5TdtMRCl { width:20rem;height:1.4624rem;top:11.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx { display:block; }#GPcf36HRuC4LdRkBSlgaTwnoTLuIDWXx > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phsue0TJp9CEz2JmFy0InxCDGMsyBmvT { width:20rem;height:51.7964375rem;top:31.26611328125rem;left:0rem;font-size:1rem;color:#550d0e;line-height:1.4;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uaR1pUqIk1H7kZaaVFOIs6R9rskacrKv { width:14.9375rem;height:18.75rem;top:5.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTVsS5VTGR3VW17nF6lESwFGGTdILG2 { width:20rem;height:2.1933625rem;top:1.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNIK0zS2aTHVtcxWe31X5Kz07ON1BdXF { width:20rem;height:3.125rem;top:84.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dECykp64yu5UJveUo7guZymEueSRyUCq { display:block; }
 }@media only screen and (max-width: 763px) { #RmVVW2XL8MCofoLHaT0QMWsgVvyozScJ { width:20rem;height:4.38720625rem;top:25.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt { display:block; }#IhTQDsQaEHrGikXP5fx9047EsMf0D6Pt > .row .container { width:20rem;height:125.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGJ7d94J8v9CnHML31UMKe8rHuccpTie { width:20rem;height:21.8125rem;top:19.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #y655TJLRz22GnNB9CIROwCBaqRUDw1yS { width:20rem;height:8.75rem;top:7.9375rem;left:0rem;font-size:1.5625rem;color:#550d0e;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xdwK6iwvmvEcOwKLtwbBWXflHcwrii2V { width:20rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGhUdAMa35hfmwtoTgUQBbWyFBzaFoue { width:7.4375rem;height:0.1875rem;top:6.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFT7vanlx0nNHFeUctPMvRSpUBqQOrup { width:14.8125rem;height:3.8994125rem;top:23.42333984375rem;left:2.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #wcVKW5QfUdEEMLX7SnzgAnCBODbpsKrW { width:17.875rem;height:9.44825rem;top:29.18505859375rem;left:1.0625rem;font-size:1.125rem;color:rgba(var(--color-secondary-2),1);text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DJ7DGBQxOXNrTedtD7hZQmgVNoIlkP2t { width:12.8125rem;height:2.79980625rem;top:20.62353515625rem;left:0.9375rem;font-size:2rem;color:rgba(var(--color-primary-1),1);line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xOyIgtoWxyC9TR6wtKS0sNJyHSIav38b { width:20rem;height:22.8125rem;top:43.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #rJry12NS00F9qmcpMeefWWbRSudLwKUl { width:20rem;height:21.0625rem;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJQutJ8bEXBsqfzJn5AFMLxm5GRJg3mo { width:3.125rem;height:2.79980625rem;top:44.8125rem;left:1rem;font-size:2rem;color:rgba(var(--color-primary-1),1);line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J20T3EVdvqvmD10eCl6nFZf4kW39o3J7 { width:20rem;height:3.8994125rem;top:48.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #C4rZTmTxX239gaCkV4d83SgFvPHU8EIf { width:18.375rem;height:11.0229375rem;top:53.5625rem;left:0.8125rem;font-size:1.125rem;color:rgba(var(--color-secondary-2),1);text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yJVdHtFwt47g4sdXV25tbdNgfUIWzmyz { width:12.8125rem;height:2.79980625rem;top:69.6875rem;left:1rem;font-size:2rem;color:rgba(var(--color-primary-1),1);line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TrISUyiCincPsA7Dzt0fSbsIIqz0keuX { width:20rem;height:3.8994125rem;top:73.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #oP7QExRP0zT0ArpAvE02RsdazTpRpibI { width:17.75rem;height:11.0229375rem;top:78.625rem;left:1.125rem;font-size:1.125rem;color:rgba(var(--color-secondary-2),1);text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z6Pt4aM64BGTmXrTQd9r5F88amgzvGCd { width:20rem;height:20.8125rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQB48pqrNSwJlcg6SWa1oEZ2I6DEwLK { width:13.8125rem;height:1.94970625rem;top:96.1875rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #kE945ueE0crwZCPwLk8XmTvdDSLT1I04 { width:17.6875rem;height:12.597625rem;top:99.375rem;left:1.1875rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ux2DTlBorXOaqV902lQdkDOgp6DlnyRc { width:19rem;height:3.4375rem;top:118.0625rem;left:0.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yegp5fH8mVL3FAPVKyg67eFfu0g19Jfm { display:block; }
 }@media only screen and (max-width: 763px) { #cqF6xxMD653CXP694cX05DElHdp7g4QD { width:20rem;height:21.8125rem;top:43.125rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #ZTLgRZqDd96wJpvXiyLZ22a19TB0UBXL { width:20rem;height:23.375rem;top:68.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #zDPENoGS7tSktS842nWV8pNNbwhMz5pP { width:20rem;height:3.125rem;top:118.1875rem;left:0rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #WEGsMRGOr5uoz1ssGPGVAVyiioIMhaGU { display:block; }
 }@media only screen and (max-width: 763px) { #OM4bnqUk7yoGOnpulLvhp39AC483QR2n { display:block; }#OM4bnqUk7yoGOnpulLvhp39AC483QR2n > .row .container { width:20rem;height:107.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycQoKMRkCrm8FlVo76Wv1h9k8tgsC2Ic { width:17.874rem;height:9.34325rem;top:2.375rem;left:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFhKqBKoS3IPnsaRJcNHAtBL4VczX242 { width:7.5rem;height:2.62478125rem;top:13.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohrhp2dMNMhHUx87kJRPhpyMq5g8M9zm { width:4.56055rem;height:1.1875rem;top:37.5625rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8uPvwi9st6h3uhkQCgtIhzMqlQBgKyp { width:17rem;height:12.42775rem;top:17.8125rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2EP1XvJezC7QSVxC8DTGGdE7Hfd1Py { width:7.5rem;height:2.62478125rem;top:36.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtyrZisk6hIucTscnM6GfeTuIUVetcqO { width:4.56055rem;height:1.1875rem;top:14.375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksNMJvctNhTqPXhq8zUIxUFKnvSscaK5 { width:18.75rem;height:0.124511875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4Z8MgaQi2JmnVqvHPSJKT5ORq7yZTI3 { width:18.75rem;height:0.125rem;top:57.5625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fpG1TQvab6nRVN1llBb6NE1E2Mwik2h3 { width:20rem;height:0;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vyhDaoux0tF0qL6eVqG7fvRvcwtrq1wU { width:18rem;height:12.42775rem;top:41.3125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5K2RxgdipErJ4rGJbOTGSPeapEqQ9ZJ { width:17.25rem;height:11.046875rem;top:85.9375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFZFaNB8roMhfskfchPJfzcNkkB88gcl { width:13.875rem;height:2.625rem;top:80.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7K6ntfZNeawyGRACU5NkhWmZyEeIaAy { width:16.25rem;height:0.125rem;top:78.45654296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SF3ngU8Q0enQrvbUJeSrxSELQVgzVe0n { width:12.5625rem;height:1.1875rem;top:81rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtF4L8WzBOo0qgTKhqS1kPOIoTBkf7zg { width:17.8125rem;height:9.666rem;top:65.3125rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSzqqT0ylwvTlA68H5Lqc5cwQKd11vVd { width:9.875rem;height:2.625rem;top:60.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPCxEVgBOIAokPACAXOCedhBivifRZy { width:8.4375rem;height:1.1875rem;top:61.625rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5EWZestGOuSzlLZKbCSUieNTSQ9GTyf { width:19rem;height:3.4375rem;top:78.484375rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQCfqboZeiW321LXdbAZvV7EAbUzki4B { display:block; }
 }@media only screen and (max-width: 763px) { #r2XFzk3yxcxIxIklSSH2oMtSgk8fwdu0 { width:18.75rem;height:0.125rem;top:77.4375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #spw2mbdxkbbVi0PkSlt2LqGTdD117zcs { width:20rem;height:3.125rem;top:100.1875rem;left:0rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KFucUbKiM6zoPiFhyQNzA2klMTQVHMvR { display:block; }
 }@media only screen and (max-width: 763px) { #uzAucfdvwGTfTckdoBw796NTkSzkOw8h { display:block; }#uzAucfdvwGTfTckdoBw796NTkSzkOw8h > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G07qp3I6a2DWKMF8eIJSCGBJKSJpN2uw { width:17.5rem;height:7.474625rem;top:8.1875rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsOkzihoXeUolQkLlPe9yOS25C8NCm8r { width:20rem;height:1.6875rem;top:51.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu { width:20rem;height:17.817875rem;top:55.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#zsH61eA3zTmkUbVKF5Q0hGiFBuDh9hgu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #h8GZveicmMvzr6DPXHkAsTIA8TnhZ9P3 { width:18.625rem;height:4.0625rem;top:2.5615234375rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahLTZ7R2TVqSi23q2X0OQSTpJX8N4HEJ { width:19.5625rem;height:3.4375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1CCIB0GlXmtQDHJa6URMmF15EuFMGI { width:19.4375rem;height:11.15625rem;top:38.75439453125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NBetMJZUNcsnik3MAG32ySTzICl8GLBV { width:17.375rem;height:2.8125rem;top:18.25rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5eOnqDwwfzBZswmzB50zz0psEBQxcaI { width:19.5625rem;height:3.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7R8vNC59Sbc7vUSSWHd4Dgab9ClE70 { width:16.8125rem;height:2.8125rem;top:23.625rem;left:1.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogUUbl9S1ckCVvnuLAz3BvkLeatDklhZ { width:19.5625rem;height:3.4375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #so07FgstTq2QoaoOuz1BmqybNTINgGkq { width:17.5rem;height:1.40625rem;top:29.703125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiUhKLQk7VndsAlBQK3nnMgeyteLKP7S { width:19.5625rem;height:3.4375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdCaTi0ZQgrgSVtwLFB9Mbi5PsHU0wST { width:15.5rem;height:2.8125rem;top:33.8125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XKTFsR72Q3ihvWm71E4tJ4H59rTetOz1 { width:19rem;height:3.4375rem;top:108.4731484375rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwDT0Sg21Ky64XTC1rBfctAhORrltKmv { display:block; }
 }@media only screen and (max-width: 763px) { #P46wd1qynzXSTmvLxDKkWpeSuIsHpmEL { width:20rem;height:3.125rem;top:75.8125rem;left:0rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aUvhoxchBv4A21ircqFdGXc38RLuUi80 { display:block; }
 }@media only screen and (max-width: 763px) { #U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container { background-color: transparent; background-image: none; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container > .video-iframe-container { display: none; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row > .video-iframe-container { display: none; }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .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); }#U1gTHmfJX3XZLWT84iJTFVhRgHpvP9nU > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtt8LppTo3FzIauGDDJHEroWdoOTqrJe { width:19.875rem;height:55.9375rem;top:1.875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #p0z9zBvTn0VrDFxASG2ZaJWso6p0987J { width:18.1875rem;height:15.1875rem;top:41.4375rem;left:0.90625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tfRPCR4SmAssbUZ8owLQWev4EvnqWgXa { width:18.6875rem;height:4.0625rem;top:2.75rem;left:0.65625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMSzyKQw8Ufo1UWGqgJL4I23gqQKlSbC { width:18.75rem;height:30.79785rem;top:8.1240234375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlucODDLTPuQE8onmo8Ewbzyqkhb4c34 { width:19rem;height:3.4375rem;top:66.625rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lS5eux42J0t5LvR8VJIgry8yBDt51w1w { display:block; }
 }@media only screen and (max-width: 763px) { #MCwiZXfyURO20iI05AifHbtLBnDDkWID { width:20rem;height:3.125rem;top:61.25rem;left:0rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vGq6uJoZlH2vEr7n7y0aKPrTtoIw7ZRl { display:block; }
 }@media only screen and (max-width: 763px) { #FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx { display:block; }#FHTS3prnvz3HOyVThaGQdLkDAJNNLEpx > .row .container { width:20rem;height:114.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so5C0carwsh2vTwgVpTlOTXHTpAApGVE { width:20rem;height:18.125rem;top:70.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aqCCMO9Aw27Wo0h1T3hvTE8WyOSyUHrv { width:17.8125rem;height:1.86865rem;top:34.3125rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #POkXMUq9Ba9DP2m8MiFOUZSfH8KgEnig { width:17.625rem;height:3.1494125rem;top:37.9375rem;left:1.1875rem;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1TgJrLeWI9TcrbD4TGDQN1o1nt1vTpt { width:20rem;height:5.84911875rem;top:9.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxKt3R3272xTTvwrWvTMviUWV3UKRoHS { width:20rem;height:4.2246125rem;top:3rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtXOkMmzhwvCb607RHFN02eyiGDkoDQT { width:20rem;height:6.9995rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDt0Q5IkGfNIR92TbSmGKA1sfkxMBgqC { width:19.875rem;height:18.75rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurF3rf1PgG4siR0DyRtqOETlLWPlQll { width:19.875rem;height:18.75rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSuswswSKdZ2wr7yOM4ulTQCl1mbOlV8 { width:17.8125rem;height:1.86865rem;top:78rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TZ0OVI21qlh8VleTqTinWEkmvTuumuyH { width:15.5625rem;height:4.72411875rem;top:81.25rem;left:2.25rem;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9TgsAVdGTDkfIy5kSiGUFiGAdm1dxxr { width:17.8125rem;height:1.86865rem;top:55.25rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEw9hkSzkTTNkLSf8zZMUTOKe6hdqpgF { width:14.875rem;height:4.72411875rem;top:59.25rem;left:2.5625rem;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3vMM5N7UZD6AC7Gxm5CQnzPl27uQBQL { display:flex;width:3.125rem;height:3.125rem;top:72.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Xlty8Ueim8qUoAO2OCmvkVWMG73gTo3u { display:flex;width:3.125rem;height:3.125rem;top:29.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #edAgw6x6dURtPveZNQMLxASrnJJWviUz { display:flex;width:3.125rem;height:3.125rem;top:50.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZBbEfiRcGoFAOTGLTdmzHrZitPlZoWSL { width:19.5625rem;height:12.625rem;top:91.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Jp2W6kAnlzsh1pTSxfC1n3eevbIvxQ { width:17rem;height:6.9043125rem;top:93.625rem;left:1.75rem;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dmTDEtibWwcqei6JSVF59xdF5MT56Stv { width:10.9375rem;height:1.54345625rem;top:101.6875rem;left:4.75rem;font-size:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mai7PHtpebMzCKHHv1HD5VpLPqdRHIny { width:19rem;height:3.4375rem;top:80.6611125rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9scwvOIKf3nnVVRNKAyyekzfHT3wfXg { display:block; }
 }@media only screen and (max-width: 763px) { #xRBGKgasZaiwVk9x2bkwTfM3rBTRlkLH { width:20rem;height:3.125rem;top:107.6875rem;left:0rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NiHKrJEko9fXO3UQGLAiKWs1d6JN50hD { display:block; }
 }@media only screen and (max-width: 763px) { #lRSBoQtITgdtqFa2dpl903hIc1TB9yWo { display:block; }#lRSBoQtITgdtqFa2dpl903hIc1TB9yWo > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCrHSbsT3kLUilU9t78GbyAS0iPql497 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXCzOrFJ74Gg262G4KeCvnnuENolBfPo { width:20rem;height:18.19873125rem;top:6.7246125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dargGc90wueRKyluhW5AvyeGOTJbGTEf { width:18.125rem;height:3.25rem;top:27.51171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZKd0wgxBrmuoya1FhOHJhL4OAip3ATF { display:block; }
 }@media only screen and (max-width: 763px) { #IV6oBeiChDIOgXSilkSk5DKDiVh18eCu { display:block; }#IV6oBeiChDIOgXSilkSk5DKDiVh18eCu > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic3lVtJG4K6eBgSTJwJtlOykcHg3I7NT { width:16.0625rem;height:0;top:8.1875rem;left:2rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RafAATIHqmUvHDf34WCc5VqSAMM8TrfJ { width:17.6875rem;height:2.9746125rem;top:9.75rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIzyL6BTMXhG2txONUK3tTTONyNFIoJZ { width:16.0625rem;height:1.54345625rem;top:17.5625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNUn5EdXRqKcG0rBM6USxs5rWXS7ekg { width:20rem;height:1.48730625rem;top:20.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX2q8vXwEbUan6PvxaaAna2pEZsk9v0N { width:20rem;height:1.57470625rem;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inT0zQrihrFCX6nhogkE8QSuBzwcZqUE { width:0.0625rem;height:12.5rem;top:9.19921875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB4S7q1xHHrWt9TzswaTNRdTv5HD4xdN { width:0.0625rem;height:12.5rem;top:27.94921875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxinXUUaGbqeMg40MZ3pJcwwrghBpwDO { width:20rem;height:2.625rem;top:24.5625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T2eRc3dvNqyWlsWc1sOspi0J4npVLzoD { width:20rem;height:1.13720625rem;top:28.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3dH0mTTmUgMo0FBrearwPP0dqrzq2t { top:16.0625rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s0vXitAeuoTtIXQUOyvDSMBk7LlUWSDh { top:23.0625rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ykf6fdrH2Lm54PIOuDupD6i3BCBzvTwk { width:17.1875rem;height:6.375rem;top:1.6982421875rem;left:1.40625rem;display:block; }
 }