.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:233,233,236;--color-primary-1:181,183,193;--color-primary-2:106,111,131;--color-primary-3:53,56,66;--color-primary-4:16,17,20;--color-secondary-0:252,231,219;--color-secondary-1:245,176,136;--color-secondary-2:234,97,17;--color-secondary-3:117,49,9;--color-secondary-4:35,15,3;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#HPlyIIVLsL3vrx0TdJZbPMp3Gd3k58GP { display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;z-index:15002;line-height:1;top:2.40625rem;left:8.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;height:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc1937aa-5abd-4b9e-b512-7b4a06e81c81/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;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; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:44.0625rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.25);top:12.25rem;left:3.9375rem;height:4.2246125rem;font-style:normal;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:20.75rem;left:3.9375rem;height:3.19921875rem;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37rem;left:3.9375rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37rem;left:24.25rem;display:block; }
#eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:33.9375rem;width:46.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:0rem;display:block; }
#oWFet6DdqbNPKoKzBTcIruSCPsRiV5J1 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:24.625rem;left:3.9375rem;height:11.1972625rem;display:block; }
#WZfzoiAOvcpJm2imE0F2oE4G4Kwcbw5W { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:36.994140625rem;left:19.09375rem;height:3.19986875rem;display:block; }
#i1Skb1eOBdGXW0uNTTqNSkbTyd70U9Gt { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.25);top:16.474609375rem;left:3.9375rem;height:3.25rem;font-style:normal;display:block; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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:0.875rem;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; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ztWpwTEx728/unsplash/zac-gudakov-ztWpwTEx728-photo-1613545325278-f24b0cae1224.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7.adaptive-delivery-prevent-bg, #eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7.lazyload, #eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7.lazyloading { background-image: none; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container { background-color: transparent; background-image: none; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,16,0.87); }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container > .video-iframe-container { display: none; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,16,0.87); }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row > .video-iframe-container { display: none; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .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); }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container { border-width: 0; border-radius: 0; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:57.125rem;width:75rem;position:relative;display:block; }#vOvBWOTE2bT6xr3TKrBEITeTIhHBgPiW { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.26), rgba(127,127,127,0.08));background-image: -moz-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.26), rgba(127,127,127,0.08));background-image: -ms-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.26), rgba(127,127,127,0.08));background-image: -o-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.26), rgba(127,127,127,0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.26)', endColorstr='#7f7f7f14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.26)', endColorstr='#7f7f7f14' );";background-image: linear-gradient(250deg, rgba(var(--color-tertiary-0),0.26), rgba(127,127,127,0.08));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25rem;top:8.125rem;left:0rem;display:block; }
#TXE9A77Vfduw5Wmz5wCpiF4ChWldQg4T { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:10.69140625rem;left:5.7291641235351rem;height:4.72395625rem;font-style:normal;display:block; }
#dQDGL1WptlwWuqpxIxyqx4dKQQfulpTc { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(var(--color-tertiary-4),0.59), rgba(178,177,176,0.2));background-image: -moz-linear-gradient(288deg, rgba(var(--color-tertiary-4),0.59), rgba(178,177,176,0.2));background-image: -ms-linear-gradient(288deg, rgba(var(--color-tertiary-4),0.59), rgba(178,177,176,0.2));background-image: -o-linear-gradient(288deg, rgba(var(--color-tertiary-4),0.59), rgba(178,177,176,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.59)', endColorstr='#b2b1b033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.59)', endColorstr='#b2b1b033' );";background-image: linear-gradient(288deg, rgba(var(--color-tertiary-4),0.59), rgba(178,177,176,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25rem;top:8.125rem;left:25rem;display:block; }
#foMvmTpw5VJxcgulfUMcHsXR3MUczob9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:10.692057609558rem;left:31.832679748535rem;height:4.72395625rem;font-style:normal;display:block; }
#copDnLUBhLIosXEW671Q83NmiuVkpcZb { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-4),0.32));background-image: -moz-linear-gradient(351deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-4),0.32));background-image: -ms-linear-gradient(351deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-4),0.32));background-image: -o-linear-gradient(351deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-4),0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.17)', endColorstr='rgba(var(--color-tertiary-4),0.32)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.17)', endColorstr='rgba(var(--color-tertiary-4),0.32)' );";background-image: linear-gradient(351deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-4),0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:37.5rem;top:26.875rem;left:0rem;display:block; }
#qu1xaleesH81W2Tsk8J9VN0LrtkSNcbP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:10.690755844116rem;left:56.916015625rem;height:4.72395625rem;font-style:normal;display:block; }
#WtDTnWiqmNPClJtgHkRPMKhOzB8ZdzHV { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(109,109,109,0.61), rgba(var(--color-tertiary-4),0.68));background-image: -moz-linear-gradient(120deg, rgba(109,109,109,0.61), rgba(var(--color-tertiary-4),0.68));background-image: -ms-linear-gradient(120deg, rgba(109,109,109,0.61), rgba(var(--color-tertiary-4),0.68));background-image: -o-linear-gradient(120deg, rgba(109,109,109,0.61), rgba(var(--color-tertiary-4),0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d9b', endColorstr='rgba(var(--color-tertiary-4),0.68)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d9b', endColorstr='rgba(var(--color-tertiary-4),0.68)' );";background-image: linear-gradient(120deg, rgba(109,109,109,0.61), rgba(var(--color-tertiary-4),0.68));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:37.5rem;top:26.875rem;left:37.5rem;display:block; }
#Tic5fFlZ2oZXohso627IncWCnzkVTa6g { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:29.099609375rem;left:13.03125rem;height:2.8684875rem;font-style:normal;display:block; }
#wJmmWhnzVMZ3eIZ626U0VDXG6Eu2IUe4 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:1.7239589691162rem;left:11.25rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J7w3xc84dk3G55UJJ2azUNnRbMx8Odsh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:29.098958969116rem;left:46.853515625rem;height:2.8684875rem;font-style:normal;display:block; }
#TfP6fm6t4FLFTnLccVrpG3fn3SR5vlqz { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.16), rgba(127,127,127,0.1));background-image: -moz-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.16), rgba(127,127,127,0.1));background-image: -ms-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.16), rgba(127,127,127,0.1));background-image: -o-linear-gradient(250deg, rgba(var(--color-tertiary-0),0.16), rgba(127,127,127,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.16)', endColorstr='#7f7f7f19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.16)', endColorstr='#7f7f7f19' );";background-image: linear-gradient(250deg, rgba(var(--color-tertiary-0),0.16), rgba(127,127,127,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25rem;top:8.125rem;left:50rem;display:block; }
#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:17.698568344116rem;left:2.40625rem;height:6.9245rem;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{  }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:rgba(var(--color-primary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:17.542320251465rem;left:27.229164123535rem;height:7.237rem;display:block; }#FcrcizfhIXzGIzgz95Hv3tno26JB57DL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FcrcizfhIXzGIzgz95Hv3tno26JB57DL li:before{  }
#InIhmS4BR9voZO7chkzsTmBbfdkwknNf { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:45rem;left:14.625rem;height:5.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WgCUUHOKCEGVMhiNIbfXRV8HJPXPD4Tp { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:52.5rem;left:30.90625rem;display:block; }
#zvTyOms8nR9urcDwCfro0HeIbiJmdyWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:rgba(var(--color-primary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.698568344116rem;left:52.686851501465rem;height:8.499375rem;display:block; }#MQ58xboWX490i7l3FDVDwHV0aCVyAWao li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MQ58xboWX490i7l3FDVDwHV0aCVyAWao li:before{  }
#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { color:rgba(var(--color-primary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:33.997396469116rem;left:11.25rem;height:5.611325rem;display:block; }#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai li:before{  }
#Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR { color:rgba(var(--color-primary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:33.366537094116rem;left:45.25rem;height:8.499375rem;display:block; }#Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR li:before{  }
#AwTm85x2tMoGKFNC1WlyRartm0gd94zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.095703125rem;left:5.5611953735351rem; }
#vLwRuxQQGFQ9ZFnC8UTmqTtfTC0ikpJK { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.095703125rem;left:39.666664123535rem; }
#q6GlTgSzvq3BGCaWipe5kKTdDSl9TIXB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.615234375rem;left:25.729164123535rem; }
#ON4TgC7tMcMG7uRWUmdfCFnFTOS7iZff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.615234375rem;left:0rem; }
#lw4F0TT2mdRKUIAA7ums4C10T6TmXQOQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.615234375rem;left:50.978515625rem; }
#aCMiKrxUzagqBus133utubGMqTT3qUQQ { position:relative;display:block; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ { background-color: transparent; background-image: none; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container > .video-iframe-container { display: none; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row > .video-iframe-container { display: none; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .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); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ { border-width: 0; border-radius: 0; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .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; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .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:0.875rem;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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;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; }#QZbu8yNo7KCzMNXzQMrtTUybaMmpbBWl { color:rgba(var(--color-primary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:1.125rem;left:14.625rem;height:2.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PfTkPAhgNydTSMdoB4wlKLZNQPNccxFL { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container { background-color: transparent; background-image: none; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container > .video-iframe-container { display: none; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row > .video-iframe-container { display: none; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .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); }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container { border-width: 0; border-radius: 0; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL { position:relative;display:block; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL { background-color: transparent; background-image: none; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .row .container > .video-iframe-container { display: none; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .row > .video-iframe-container { display: none; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .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); }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL { border-width: 0; border-radius: 0; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .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; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .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:33.125rem;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; }#k47fcfFRiIiPkqOVPhR9TMq4NsGMXSdE { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.125rem;top:6.125rem;left:0rem;overflow:hidden;display:block; }
#VTQw6But48nB5lQuF8o63pZx7VlBVBSa { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:33.125rem;top:6.1875rem;left:41.875rem;overflow:hidden;display:block; }
#DXr3SRFnIGEw2ZBiBuxt0sOW6RWQ7DsT { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:0.9375rem;left:13.6875rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xrrnt7MvyUhGTDufps6RIGTG52CM4INV { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:24.6875rem;top:6.125rem;left:0rem;overflow:hidden;display:none; }
#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container { background-color: transparent; background-image: none; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container > .video-iframe-container { display: none; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row > .video-iframe-container { display: none; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .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); }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container { border-width: 0; border-radius: 0; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx { position:relative;display:block; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx { background-color: transparent; background-image: none; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .row .container > .video-iframe-container { display: none; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .row > .video-iframe-container { display: none; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .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); }#oImKqyPtu80DascRqyN04Tn53pzeCVRx { border-width: 0; border-radius: 0; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .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; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .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:32.8125rem;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; }#GJ2eQhBLq6vrOgNqOT5T698AymNG8Bcw { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:33.375rem;top:6.84375rem;left:41.625rem;overflow:hidden;display:block; }
#JRog2ZTkGxuIDXJIt5Gps7Wp1OcFTEEK { position:absolute;display:block;z-index:15017;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:24.75rem;width:33rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#nKpTrZVc327S5nbrRSdJns77rT3cDd1f { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsiczmwAz04W2BxWSBmxZ5m4Qf2RfoTD { position:absolute;display:block;z-index:15017;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:24.75rem;width:24.75rem;top:6.4375rem;left:0rem;overflow:hidden;display:none; }
#yX47DskbzGHLvvo10d6zMtgutZWGnXNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container { background-color: transparent; background-image: none; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container > .video-iframe-container { display: none; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row > .video-iframe-container { display: none; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .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); }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container { border-width: 0; border-radius: 0; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i { position:relative;display:block; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i { background-color: transparent; background-image: none; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .row .container > .video-iframe-container { display: none; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .row > .video-iframe-container { display: none; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .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); }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i { border-width: 0; border-radius: 0; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .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; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .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:39.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RRJHIJpDhKl1h6bZ5ilh3H7JwTnDC8mE { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:23.0625rem;top:6.375rem;left:8rem;overflow:hidden;display:block; }
#Tyo29NSsTDKawVlaoVxPidkKT2y7xZDf { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:23.0625rem;top:6.3750014305112rem;left:43.978515625rem;overflow:hidden;display:block; }
#Hu2ioy9K25Q5H05BQnZDywyaP3kQ5k1k { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1rem;left:13.6875rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5kWvNAT5lfpAETFIrFwBupofdMEb3Oc { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:23.0625rem;top:6.375rem;left:8rem;overflow:hidden;display:none; }
#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container { background-color: transparent; background-image: none; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container > .video-iframe-container { display: none; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row > .video-iframe-container { display: none; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .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); }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container { border-width: 0; border-radius: 0; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL { position:relative;display:block; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL { background-color: transparent; background-image: none; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .row .container > .video-iframe-container { display: none; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .row > .video-iframe-container { display: none; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .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); }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL { border-width: 0; border-radius: 0; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .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; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .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:33.875rem;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; }#DFHKTfv4ZKf8cDUrEx9l7bI8Ug7F7dcG { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:18.9375rem;top:6.1875rem;left:19.375rem;overflow:hidden;display:block; }
#ILocSgoGBGpod5VWokyNdxdgM9WUWVkZ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:33.5625rem;top:6.1875rem;left:41.4375rem;overflow:hidden;display:block; }
#TcDpzCqOLUJw59TAhiD7uocVU49inUhO { position:absolute;display:block;z-index:15017;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:25.25rem;width:19.375rem;top:6.1875rem;left:0rem;overflow:hidden;display:block; }
#I3ZuK1LTEu2TXhf8sbAihlVD2xBTygve { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJkg9CeR4G4MMexBCp04IeSQ4JP6qxEa { position:absolute;display:block;z-index:15017;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:19.375rem;width:19.375rem;top:6.1875rem;left:0rem;overflow:hidden;display:none; }
#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container { background-color: transparent; background-image: none; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container > .video-iframe-container { display: none; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row > .video-iframe-container { display: none; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .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); }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container { border-width: 0; border-radius: 0; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 { position:relative;display:block; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 { background-color: transparent; background-image: none; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .row .container > .video-iframe-container { display: none; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .row > .video-iframe-container { display: none; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .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); }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 { border-width: 0; border-radius: 0; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .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; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .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:35.25rem;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; }#wUKybobeIvetOruHzFWFitsVuzS5hNE7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:18.75rem;top:7.9479167461394rem;left:0rem;overflow:hidden;display:block; }
#CETc09Z9H78UZwhLdzMSwK2vedd2fTDo { position:absolute;display:block;z-index:15017;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:25rem;width:18.75rem;top:7.9479169845581rem;left:18.75rem;overflow:hidden;display:block; }
#hl2R5ZBiBFyxfxSpKRKa01FxJoO0lTWx { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uKZQllTD1pmT6zbAq41Csr5TGPTAb127 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:18.5625rem;top:8.0729169845581rem;left:47.875rem;overflow:hidden;display:block; }
#Oi4PTd8qC6rdlg4Ps9vFiGEHdHAO81DD { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:7.9479167461394rem;left:0rem;overflow:hidden;display:none; }
#upzKAtATAeTK2OOThfd3UkLetL4ztasx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container { background-color: transparent; background-image: none; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container > .video-iframe-container { display: none; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row > .video-iframe-container { display: none; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .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); }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container { border-width: 0; border-radius: 0; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 { position:relative;display:block; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 { background-color: transparent; background-image: none; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .row .container > .video-iframe-container { display: none; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .row > .video-iframe-container { display: none; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .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); }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 { border-width: 0; border-radius: 0; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .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; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .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:36.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MTsvZoPzA2QUwKA8oUHTLTAoe5ahF0cG { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:21.9375rem;top:6.447265625rem;left:7.125rem;overflow:hidden;display:block; }
#CFQ0SucZb7FpZen87UwCaqKgkJU7mkPb { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:21.9375rem;top:6.447265625rem;left:44.25rem;overflow:hidden;display:block; }
#bchuhCXtIZK1brTv555iiO5CrOwZrvVx { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIel78MsWEOBxxSHzVmfPs5NeC4MV1tp { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:21.9375rem;top:6.447265625rem;left:7.125rem;overflow:hidden;display:none; }
#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container { background-color: transparent; background-image: none; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container > .video-iframe-container { display: none; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row > .video-iframe-container { display: none; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .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); }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container { border-width: 0; border-radius: 0; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs { position:relative;display:block; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs { background-color: transparent; background-image: none; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .row .container > .video-iframe-container { display: none; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .row > .video-iframe-container { display: none; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .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); }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs { border-width: 0; border-radius: 0; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .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; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .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:32.8125rem;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; }#l8BTXoykBxIpuNLLruhTLkKyTxmVIg0n { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:33.125rem;top:6.0625004768372rem;left:0rem;overflow:hidden;display:block; }
#wMuxNNquh014rl7aTCiHzfJ5Mpk0UtK2 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:33.125rem;top:5.9062504768372rem;left:41.875rem;overflow:hidden;display:block; }
#PqmkqnL11PxCcVMJdF9VCM5ylc0KS59X { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:3.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oU5NocawUecPgWBFNbFOa361mn05GvFa { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;top:6.0625004768372rem;left:0rem;overflow:hidden;display:none; }
#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container { background-color: transparent; background-image: none; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container > .video-iframe-container { display: none; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row > .video-iframe-container { display: none; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .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); }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container { border-width: 0; border-radius: 0; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 { position:relative;display:block; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 { background-color: transparent; background-image: none; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .row .container > .video-iframe-container { display: none; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .row > .video-iframe-container { display: none; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .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); }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 { border-width: 0; border-radius: 0; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .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; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .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:32.8125rem;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; }#gAwmUoRKbfkpt1aF2UqbspwHIuOkOx9C { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:32.6875rem;top:6.0618391036988rem;left:4.5625rem;overflow:hidden;display:block; }
#XumovdXFHF8fghHzFqJcBTZLTFeq3RPK { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:18.5625rem;top:5.9049377441406rem;left:47.625rem;overflow:hidden;display:block; }
#Ztd6c3d70AzXlbfdOHzbu8xvaLLpiBGM { color:rgba(var(--color-primary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E1shrgiFxAsfAyfV6fOhoURLABSXeFhn { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;top:6.0618391036988rem;left:4.5625rem;overflow:hidden;display:none; }
#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container { background-color: transparent; background-image: none; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container > .video-iframe-container { display: none; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row > .video-iframe-container { display: none; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .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); }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container { border-width: 0; border-radius: 0; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { 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; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;position:relative;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1AF5hP6F4tI/unsplash/steven-ungermann-1AF5hP6F4tI-photo-1629079447777-1e605162dc8d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:33.25rem;top:5.6875rem;left:4.375rem;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.375rem;width:41.875rem;top:9.9375rem;left:27.75rem;display:block; }
#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5625rem;left:50.25rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:11.8125rem;left:30.25rem;height:2.79948125rem;display:block; }
#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/c0JoR_-2x3E/unsplash/spacejoy-c0JoR_-2x3E-photo-1631679706909-1844bbd07221.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:33.25rem;top:23.4375rem;left:4.375rem;display:block; }#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.adaptive-delivery-prevent-bg, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyload, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyloading { background-image: none; }
#ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.0625rem;width:41.875rem;top:27.875rem;left:27.75rem;display:block; }
#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:29.4375rem;left:30.5625rem;height:2.79948125rem;display:block; }
#eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.1875rem;left:54.9375rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:61.375rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#M263EVxpJHSedrNX7gGcG4Ko7U8vxuxU { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MP0bgaS_d1c/unsplash/naomi-h-bert-MP0bgaS_d1c-photo-1484154218962-a197022b5858.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:33.25rem;top:41.625002861023rem;left:4.375rem;display:block; }#M263EVxpJHSedrNX7gGcG4Ko7U8vxuxU.adaptive-delivery-prevent-bg, #M263EVxpJHSedrNX7gGcG4Ko7U8vxuxU.lazyload, #M263EVxpJHSedrNX7gGcG4Ko7U8vxuxU.lazyloading { background-image: none; }
#nT6zeP46bIdJV8wF8ywUcZcz7LwItLOy { position:absolute;display:block;z-index:15006;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.375rem;width:41.875rem;top:45.875rem;left:27.75rem;display:block; }
#ThwGRFuJZOZqX3C9OuFtROHXnDMeTfWp { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:47.6875rem;left:30.25rem;height:1.3997375rem;display:block; }
#JTqnSK2Pi7IsO6locXS6hTKD3PL5xJTA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:50.5rem;left:50.25rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { 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; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.34375rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:14.75rem;left:7.916664123535rem;height:8.9355625rem;text-align:left;text-align-last:left;display:block; }#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 li:before{  }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-form-header {  }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.75rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:first-of-type{padding-top:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:last-of-type{padding-bottom:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.7916679382325rem;left:44.625rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.75rem;display:block;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.7916679382325rem;left:44.625rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #DZ40fx0Og4lv6DdlKyJ35aLTD2SXJVmX { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #oHcX6rBz6QsAEWBKIGL9a9ALHaV37XES { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TEIox5fC9oFPKBumSLgipqqvOiM0yqdt { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN { position:relative; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28.75rem;left:23.125rem;display:none; }
#yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { box-sizing:content-box;height:33.4375rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#GPTQDFSeCrO4rRnrBGsU7NbQEPKPVZAx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5904951095581rem;left:41.3125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dvv4hru5XZXssQazaHHT0vnJWqG4glbG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:46.8125rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv { 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; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container { background-color: transparent; background-image: none; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container > .video-iframe-container { display: none; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row > .video-iframe-container { display: none; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .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); }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container { border-width: 0; border-radius: 0; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#R3C1SgzMq3A5Tnd2raAB4oWNcH1TaMqW { box-sizing:content-box;height:33.25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-trigger.adaptive-delivery-prevent-bg, #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-trigger.lazyload, #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-trigger.lazyloading { background-image: none; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us { box-sizing:content-box;height:auto;width:63.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:6.4375rem;left:5.03125rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #sffJZSkNJmIWTfCwQLRVG67dhIia9Hng { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #GRKciuUoXI74g9QT2ZZH1hnmSNKyNKlX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #USHfzscyVMJWgc1KooUhTRMzmkmNoRMy { display:block;position:relative; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #PEPvaNnBAtlIEfLmgdt00Dhu9zuR2Jdy {  }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #M6L83vZwiRSw6v4ZOTXOB2wbBdWRz54k {  }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #kGyLEcw2cnwoNgoSk0wZxeP7L9JpDMi1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #F7y23VhWlO3pyqGV4z5r99nk9FJHeEcl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #IUbr3Q10ablzEw42gisJszMZ0lyloixW { display:block;position:relative; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #pBFZebkeaEW5tbGLdE3vkPZAUSoL4N5i {  }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #nN7ONJHv1K7VN04cPnHMCh0qkMx5nCpc { display:none; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #pgus4oG8b3PPKhTsJH2gyin0KURBEXL1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #UKkGn2pcWiu5vneC39U2Ev45QtvNMfcW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #KMhf5dqoTW6wu0wUFGOk87NdXClyGOyf { display:block;position:relative; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #Pb1GXQM4mk6dBKPexXJ9ASNnMJ3v70tz {  }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #w0ncWQvWmgIm3PIs3ko9B8ww8DLoKtk8 { display:none; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #HO0VK9vekaWGxL2wttuTlDvJCkZ6sQnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #FeTDdT3fgA3Tc66f66apbCQHRnq5wB46 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #M2un0zV2k0g1ydwwz41DmeqVyKWkceo1 { display:block;position:relative; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #aSskbfI78yJyD5MLQgFgvmsoo11aTO4V {  }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #XFTBH8BUyEW3cEuRT1aXd8P9XmnLMwqT { display:none; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #aeF49NAkXyAVuZto9vDfWiH9Ez8u6Nkn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #FMUS9mi2IUbfH9qQ8VlleZULTh3Mt4UA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #SH65zDbWInrEinWJlTvbxqBt9rTTR7on { display:block;position:relative; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #dvsE3qx0JnsKo5JiTIgrwhn6mRx1iwEu {  }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #WmUPMq2oLmH7tZUpdEihaXK6S5DLsLd7 { display:none; }
#sTamZiJI96AH7EuHsxOCcc2DFBLMh8CA { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1529960632324rem;left:22.5625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0d03ac2-96d1-46cc-bca7-4e77a236a719/09d4936ce92d44aea02813a3e5afdef7.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W.adaptive-delivery-prevent-bg, #tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W.lazyload, #tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W.lazyloading { background-image: none; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container { background-color: transparent; background-image: none; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container > .video-iframe-container { display: none; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row > .video-iframe-container { display: none; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .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); }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container { border-width: 0; border-radius: 0; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#FwgqK85szVAZZ52mAgyrenzfqSbws87X { box-sizing:content-box;height:21.5625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0);background-image:none;top:0rem;left:0rem;display:block; }
#ANXcTtIZEPNLQuNZQFBCBv5pAyB8OWq4 { color:rgba(var(--color-primary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1529960632324rem;left:22.5625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT { color:rgba(var(--color-primary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.08984375rem;left:5.2291641235351rem;height:12.6236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_245008b6a72adfb9fac9f1f4e1daa496.svg); }
#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0d03ac2-96d1-46cc-bca7-4e77a236a719/09d4936ce92d44aea02813a3e5afdef7.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm.adaptive-delivery-prevent-bg, #R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm.lazyload, #R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm.lazyloading { background-image: none; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container { background-color: transparent; background-image: none; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container > .video-iframe-container { display: none; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row > .video-iframe-container { display: none; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .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); }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container { border-width: 0; border-radius: 0; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#UMOmA1ec1S06VpTN41Ii7isiAUFWi52z { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3248710632324rem;left:61.4375rem;height:1.78645625rem;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; }
#pUC6hXT10sraSPnlWXi1E0a2Kw46aw3u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPlyIIVLsL3vrx0TdJZbPMp3Gd3k58GP { z-index:15002;width:46rem;height:2.625rem;top:3.5rem;left:0.75rem;font-size:3.0625rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { top:0rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:12.25rem;left:0rem;width:41.5rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:20.75rem;left:0rem;width:28.625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.125rem;height:3.125rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.125rem;height:3.125rem;top:37rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:8.375rem;left:0rem;width:46.0625rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWFet6DdqbNPKoKzBTcIruSCPsRiV5J1 { top:24.625rem;left:0rem;width:28.625rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZfzoiAOvcpJm2imE0F2oE4G4Kwcbw5W { top:36.9375rem;left:5.46875rem;width:3.125rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Skb1eOBdGXW0uNTTqNSkbTyd70U9Gt { top:16.4375rem;left:0rem;width:41.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 { display:block; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOvBWOTE2bT6xr3TKrBEITeTIhHBgPiW { width:25rem;height:18.75rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXE9A77Vfduw5Wmz5wCpiF4ChWldQg4T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQDGL1WptlwWuqpxIxyqx4dKQQfulpTc { width:25rem;height:18.75rem;top:8.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foMvmTpw5VJxcgulfUMcHsXR3MUczob9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #copDnLUBhLIosXEW671Q83NmiuVkpcZb { width:37.5rem;height:15.625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1xaleesH81W2Tsk8J9VN0LrtkSNcbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtDTnWiqmNPClJtgHkRPMKhOzB8ZdzHV { width:37.5rem;height:15.625rem;top:26.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tic5fFlZ2oZXohso627IncWCnzkVTa6g { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmmWhnzVMZ3eIZ626U0VDXG6Eu2IUe4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7w3xc84dk3G55UJJ2azUNnRbMx8Odsh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfP6fm6t4FLFTnLccVrpG3fn3SR5vlqz { width:25rem;height:18.75rem;top:8.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:17.6875rem;left:0rem;width:22.1875rem;height:6.9375rem;font-size:1.125rem;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{  }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:17.5rem;left:13.604164123535rem;width:22.3125rem;height:7.25rem;font-size:1.125rem;display:block; }#FcrcizfhIXzGIzgz95Hv3tno26JB57DL li:before{  }
 }@media only screen and (max-width: 763px) { #InIhmS4BR9voZO7chkzsTmBbfdkwknNf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgCUUHOKCEGVMhiNIbfXRV8HJPXPD4Tp { width:13.1875rem;height:3.1875rem;top:52.5rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTyOms8nR9urcDwCfro0HeIbiJmdyWl { display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:17.6875rem;left:26.625rem;width:21.125rem;height:8.4375rem;font-size:1.125rem;display:block; }#MQ58xboWX490i7l3FDVDwHV0aCVyAWao li:before{  }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { top:33.9375rem;left:0rem;width:19.0625rem;height:5.5625rem;font-size:1.1875rem;display:block; }#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai li:before{  }
 }@media only screen and (max-width: 763px) { #Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR { top:33.3125rem;left:28.6875rem;width:19.0625rem;height:8.4375rem;font-size:0.875rem;display:block; }#Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR li:before{  }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { top:28.0625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLwRuxQQGFQ9ZFnC8UTmqTtfTC0ikpJK { top:28.0625rem;left:26.041664123535rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6GlTgSzvq3BGCaWipe5kKTdDSl9TIXB { top:10.5625rem;left:12.104164123535rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON4TgC7tMcMG7uRWUmdfCFnFTOS7iZff { top:10.5625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4F0TT2mdRKUIAA7ums4C10T6TmXQOQ { top:10.5625rem;left:37.353515625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCMiKrxUzagqBus133utubGMqTT3qUQQ { display:block; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZbu8yNo7KCzMNXzQMrtTUybaMmpbBWl { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfTkPAhgNydTSMdoB4wlKLZNQPNccxFL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS { display:block; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL { display:block; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k47fcfFRiIiPkqOVPhR9TMq4NsGMXSdE { top:6.125rem;left:0rem;width:33.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQw6But48nB5lQuF8o63pZx7VlBVBSa { top:6.1875rem;left:14.625rem;width:33.125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXr3SRFnIGEw2ZBiBuxt0sOW6RWQ7DsT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrrnt7MvyUhGTDufps6RIGTG52CM4INV { top:6.125rem;left:0rem;width:24.6875rem;height:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb { display:block; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oImKqyPtu80DascRqyN04Tn53pzeCVRx { display:block; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ2eQhBLq6vrOgNqOT5T698AymNG8Bcw { top:6.8125rem;left:14.375rem;width:33.375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRog2ZTkGxuIDXJIt5Gps7Wp1OcFTEEK { top:6.4375rem;left:0rem;width:33rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpTrZVc327S5nbrRSdJns77rT3cDd1f { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsiczmwAz04W2BxWSBmxZ5m4Qf2RfoTD { top:6.4375rem;left:0rem;width:24.75rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yX47DskbzGHLvvo10d6zMtgutZWGnXNa { display:block; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMhUHkdlhKFeuaTTdVpON25ufprXLR5i { display:block; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRJHIJpDhKl1h6bZ5ilh3H7JwTnDC8mE { top:6.375rem;left:0rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyo29NSsTDKawVlaoVxPidkKT2y7xZDf { top:6.375rem;left:24.6875rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu2ioy9K25Q5H05BQnZDywyaP3kQ5k1k { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5kWvNAT5lfpAETFIrFwBupofdMEb3Oc { top:6.375rem;left:0rem;width:23.0625rem;height:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 { display:block; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL { display:block; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFHKTfv4ZKf8cDUrEx9l7bI8Ug7F7dcG { top:6.1875rem;left:5.75rem;width:18.9375rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILocSgoGBGpod5VWokyNdxdgM9WUWVkZ { top:6.1875rem;left:14.1875rem;width:33.5625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcDpzCqOLUJw59TAhiD7uocVU49inUhO { top:6.1875rem;left:0rem;width:19.375rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ZuK1LTEu2TXhf8sbAihlVD2xBTygve { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkg9CeR4G4MMexBCp04IeSQ4JP6qxEa { top:6.1875rem;left:0rem;width:19.375rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L { display:block; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 { display:block; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUKybobeIvetOruHzFWFitsVuzS5hNE7 { top:7.9375rem;left:0rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETc09Z9H78UZwhLdzMSwK2vedd2fTDo { top:7.9375rem;left:5.125rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2R5ZBiBFyxfxSpKRKa01FxJoO0lTWx { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZQllTD1pmT6zbAq41Csr5TGPTAb127 { top:8.0625rem;left:29.1875rem;width:18.5625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi4PTd8qC6rdlg4Ps9vFiGEHdHAO81DD { top:7.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #upzKAtATAeTK2OOThfd3UkLetL4ztasx { display:block; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 { display:block; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTsvZoPzA2QUwKA8oUHTLTAoe5ahF0cG { top:6.4375rem;left:0rem;width:21.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFQ0SucZb7FpZen87UwCaqKgkJU7mkPb { top:6.4375rem;left:25.8125rem;width:21.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bchuhCXtIZK1brTv555iiO5CrOwZrvVx { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIel78MsWEOBxxSHzVmfPs5NeC4MV1tp { top:6.4375rem;left:0rem;width:21.9375rem;height:21.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T { display:block; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs { display:block; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8BTXoykBxIpuNLLruhTLkKyTxmVIg0n { top:6.0625rem;left:0rem;width:33.125rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuxNNquh014rl7aTCiHzfJ5Mpk0UtK2 { top:5.875rem;left:14.625rem;width:33.125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqmkqnL11PxCcVMJdF9VCM5ylc0KS59X { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU5NocawUecPgWBFNbFOa361mn05GvFa { top:6.0625rem;left:0rem;width:24.5rem;height:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 { display:block; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmQENoS669E08qV5llztBZLUt6ZlDNc1 { display:block; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAwmUoRKbfkpt1aF2UqbspwHIuOkOx9C { top:6rem;left:0rem;width:32.6875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XumovdXFHF8fghHzFqJcBTZLTFeq3RPK { top:5.875rem;left:29.1875rem;width:18.5625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztd6c3d70AzXlbfdOHzbu8xvaLLpiBGM { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1shrgiFxAsfAyfV6fOhoURLABSXeFhn { top:6rem;left:0rem;width:24.5rem;height:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeesKb8oqHBkB5t296CQiEkWEcv7atN0 { display:block; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { top:5.6875rem;left:0rem;width:33.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:9.9375rem;left:5.875rem;width:41.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:14.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:11.8125rem;left:9rem;width:38.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { top:23.4375rem;left:0rem;width:33.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { top:27.875rem;left:5.875rem;width:41.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { top:29.4375rem;left:9.625rem;width:38.125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { top:32.1875rem;left:38.0625rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:0rem;left:0rem;width:44.3125rem;height:61.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M263EVxpJHSedrNX7gGcG4Ko7U8vxuxU { top:41.625rem;left:0rem;width:33.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT6zeP46bIdJV8wF8ywUcZcz7LwItLOy { top:45.875rem;left:5.875rem;width:41.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwGRFuJZOZqX3C9OuFtROHXnDMeTfWp { top:47.6875rem;left:9rem;width:38.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTqnSK2Pi7IsO6locXS6hTKD3PL5xJTA { top:50.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { top:6.9375rem;left:0.53125rem;width:22.8125rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { top:14.75rem;left:0rem;width:25.8125rem;height:8.875rem;font-size:1rem;display:block; }#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 li:before{  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:20.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:20.75rem;height:20rem;top:8.75rem;left:24.1875rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:20.75rem;height:20rem;top:8.75rem;left:24.1875rem; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #DZ40fx0Og4lv6DdlKyJ35aLTD2SXJVmX {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #oHcX6rBz6QsAEWBKIGL9a9ALHaV37XES {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TEIox5fC9oFPKBumSLgipqqvOiM0yqdt {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { top:28.75rem;left:16.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { top:0rem;left:10.25rem;width:37.5rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTQDFSeCrO4rRnrBGsU7NbQEPKPVZAx { top:2.5625rem;left:17.875rem;width:29.875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvv4hru5XZXssQazaHHT0vnJWqG4glbG { top:6.9375rem;left:26.375rem;width:18.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv { display:block; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3C1SgzMq3A5Tnd2raAB4oWNcH1TaMqW { top:0rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us { display:flex;height:auto;width:27.8125rem;top:14.25rem;left:11.041664123535rem; }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #sffJZSkNJmIWTfCwQLRVG67dhIia9Hng {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #GRKciuUoXI74g9QT2ZZH1hnmSNKyNKlX {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #USHfzscyVMJWgc1KooUhTRMzmkmNoRMy {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #PEPvaNnBAtlIEfLmgdt00Dhu9zuR2Jdy {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #M6L83vZwiRSw6v4ZOTXOB2wbBdWRz54k {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #kGyLEcw2cnwoNgoSk0wZxeP7L9JpDMi1 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #F7y23VhWlO3pyqGV4z5r99nk9FJHeEcl {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #IUbr3Q10ablzEw42gisJszMZ0lyloixW {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #pBFZebkeaEW5tbGLdE3vkPZAUSoL4N5i {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #nN7ONJHv1K7VN04cPnHMCh0qkMx5nCpc {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #pgus4oG8b3PPKhTsJH2gyin0KURBEXL1 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #UKkGn2pcWiu5vneC39U2Ev45QtvNMfcW {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #KMhf5dqoTW6wu0wUFGOk87NdXClyGOyf {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #Pb1GXQM4mk6dBKPexXJ9ASNnMJ3v70tz {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #w0ncWQvWmgIm3PIs3ko9B8ww8DLoKtk8 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #HO0VK9vekaWGxL2wttuTlDvJCkZ6sQnE {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #FeTDdT3fgA3Tc66f66apbCQHRnq5wB46 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #M2un0zV2k0g1ydwwz41DmeqVyKWkceo1 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #aSskbfI78yJyD5MLQgFgvmsoo11aTO4V {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #XFTBH8BUyEW3cEuRT1aXd8P9XmnLMwqT {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #aeF49NAkXyAVuZto9vDfWiH9Ez8u6Nkn {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #FMUS9mi2IUbfH9qQ8VlleZULTh3Mt4UA {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #SH65zDbWInrEinWJlTvbxqBt9rTTR7on {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #dvsE3qx0JnsKo5JiTIgrwhn6mRx1iwEu {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #WmUPMq2oLmH7tZUpdEihaXK6S5DLsLd7 {  }
 }@media only screen and (max-width: 763px) { #sTamZiJI96AH7EuHsxOCcc2DFBLMh8CA { top:2.125rem;left:8.9375rem;width:29.875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W { display:block; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwgqK85szVAZZ52mAgyrenzfqSbws87X { top:0rem;left:0rem;width:47.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANXcTtIZEPNLQuNZQFBCBv5pAyB8OWq4 { top:2.125rem;left:8.9375rem;width:29.875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT { top:7.0625rem;left:0rem;width:47.25rem;height:12.5625rem;font-size:1rem;display:block; }#guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_245008b6a72adfb9fac9f1f4e1daa496.svg); }
 }@media only screen and (max-width: 763px) { #R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm { display:block; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMOmA1ec1S06VpTN41Ii7isiAUFWi52z { top:1.3125rem;left:34.1875rem;width:13.5625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUC6hXT10sraSPnlWXi1E0a2Kw46aw3u { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { position:relative;z-index:auto;display:none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HPlyIIVLsL3vrx0TdJZbPMp3Gd3k58GP { z-index:15002;width:14.4375rem;height:1.0625rem;top:1.25rem;left:3.5625001192093rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { width:3.5625rem;height:3.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc1937aa-5abd-4b9e-b512-7b4a06e81c81/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:17.1875rem;height:1.6497375rem;top:7.0625rem;left:1.4062501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:17.375rem;height:4.5rem;top:1.9375rem;left:1.3125001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:12.5rem;height:2.8125rem;top:24.537760734558rem;left:3.7500001192093rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:12.5rem;height:2.8125rem;top:31.12109375rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:18.5625rem;height:34.5625rem;top:1.25rem;left:0.75rem;background-color:rgba(var(--color-primary-2),0.94);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oWFet6DdqbNPKoKzBTcIruSCPsRiV5J1 { width:17.375rem;height:12.59765rem;top:10.875rem;left:1.3125001192093rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WZfzoiAOvcpJm2imE0F2oE4G4Kwcbw5W { width:4.9375rem;height:2.5rem;top:27.87109375rem;left:7.5312505960462rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1Skb1eOBdGXW0uNTTqNSkbTyd70U9Gt { width:20rem;height:1.3496125rem;top:8.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 { display:block; }#eSLFIN4nxyuc9FhEShnwNJPkaAFDWRT7 > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOvBWOTE2bT6xr3TKrBEITeTIhHBgPiW { width:20rem;height:12.5625rem;top:4.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXE9A77Vfduw5Wmz5wCpiF4ChWldQg4T { width:14.8125rem;height:3.67448125rem;top:4.720703125rem;left:4.5625001192093rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQDGL1WptlwWuqpxIxyqx4dKQQfulpTc { width:20rem;height:12.375rem;top:17.796224594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foMvmTpw5VJxcgulfUMcHsXR3MUczob9 { width:13.75rem;height:3.41145625rem;top:18.751953125rem;left:4.5625001192093rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #copDnLUBhLIosXEW671Q83NmiuVkpcZb { width:20rem;height:12.75rem;top:44.88671875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0.32), rgba(255,255,255,0.17));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0.32), rgba(255,255,255,0.17));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0.32), rgba(255,255,255,0.17));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0.32), rgba(255,255,255,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000051', endColorstr='#ffffff2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000051', endColorstr='#ffffff2b' );";background-image: linear-gradient(351deg, rgba(0,0,0,0.32), rgba(255,255,255,0.17));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qu1xaleesH81W2Tsk8J9VN0LrtkSNcbP { width:14.0625rem;height:1.70573125rem;top:32.617838859558rem;left:4.5625001192093rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WtDTnWiqmNPClJtgHkRPMKhOzB8ZdzHV { width:20rem;height:13.0625rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tic5fFlZ2oZXohso627IncWCnzkVTa6g { width:11.875rem;height:3.41145625rem;top:45.824871063233rem;left:4.5625001192093rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wJmmWhnzVMZ3eIZ626U0VDXG6Eu2IUe4 { width:18.2495rem;height:2.36198125rem;top:1.25rem;left:0.875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7w3xc84dk3G55UJJ2azUNnRbMx8Odsh { width:11.6875rem;height:3.41145625rem;top:59.1875rem;left:4.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TfP6fm6t4FLFTnLccVrpG3fn3SR5vlqz { width:20rem;height:13.3125rem;top:30.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:15rem;height:5.5234375rem;top:9.6106777191163rem;left:1.6875rem;font-size:0.875rem;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{  }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:16.6875rem;height:5.8359375rem;top:23.438802719116rem;left:1.6562501192093rem;font-size:0.875rem;display:block; }#FcrcizfhIXzGIzgz95Hv3tno26JB57DL li:before{  }
 }@media only screen and (max-width: 763px) { #InIhmS4BR9voZO7chkzsTmBbfdkwknNf { width:20rem;height:5.51171875rem;top:72.752605438231rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgCUUHOKCEGVMhiNIbfXRV8HJPXPD4Tp { width:12.375rem;height:3rem;top:79.565105438231rem;left:3.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTyOms8nR9urcDwCfro0HeIbiJmdyWl { display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:16.875rem;height:6.7480625rem;top:36.373699188233rem;left:1.6875rem;font-size:0.875rem;display:block; }#MQ58xboWX490i7l3FDVDwHV0aCVyAWao li:before{  }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { width:15rem;height:4.298825rem;top:51.430992126465rem;left:1.6875rem;font-size:0.875rem;display:block; }#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai li:before{  }
 }@media only screen and (max-width: 763px) { #Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR { width:17.9375rem;height:5.5234375rem;top:64.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }#Xs7Tnc58fzKuS17KKlwFdzSlzXgqsaxR li:before{  }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { display:flex;width:3.9375rem;height:3.9375rem;top:45.5625rem;left:0rem;font-size:2.75rem; }
 }@media only screen and (max-width: 763px) { #vLwRuxQQGFQ9ZFnC8UTmqTtfTC0ikpJK { display:flex;width:3.9375rem;height:3.9375rem;top:58.875rem;left:0rem;font-size:2.75rem; }
 }@media only screen and (max-width: 763px) { #q6GlTgSzvq3BGCaWipe5kKTdDSl9TIXB { display:flex;width:3.9375rem;height:3.9375rem;top:18.489583969116rem;left:0rem;font-size:2.75rem; }
 }@media only screen and (max-width: 763px) { #ON4TgC7tMcMG7uRWUmdfCFnFTOS7iZff { display:flex;width:3.9375rem;height:3.9375rem;top:4.58984375rem;left:0rem;font-size:2.75rem; }
 }@media only screen and (max-width: 763px) { #lw4F0TT2mdRKUIAA7ums4C10T6TmXQOQ { display:flex;width:3.9375rem;height:3.9375rem;top:31.501953125rem;left:0rem;font-size:2.75rem; }
 }@media only screen and (max-width: 763px) { #aCMiKrxUzagqBus133utubGMqTT3qUQQ { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container { background-color: transparent; background-image: none; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container > .video-iframe-container { display: none; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row > .video-iframe-container { display: none; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .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); }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container { border-width: 0; border-radius: 0; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCMiKrxUzagqBus133utubGMqTT3qUQQ > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZbu8yNo7KCzMNXzQMrtTUybaMmpbBWl { width:20rem;height:3.67448125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfTkPAhgNydTSMdoB4wlKLZNQPNccxFL { width:18.8125rem;height:6.12305rem;top:5.72265625rem;left:0.59375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS { display:block; }#Et3pWPg1ZpzsmlVMLHMKxeiw8h6TuboS > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL { display:block; }#ywkhpCKrMgnW6vBsfcu8WGWHNScq3TVL > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k47fcfFRiIiPkqOVPhR9TMq4NsGMXSdE { width:20rem;height:14.943375rem;top:6.2467451095581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTQw6But48nB5lQuF8o63pZx7VlBVBSa { width:20rem;height:14.905625rem;top:21.190104484558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXr3SRFnIGEw2ZBiBuxt0sOW6RWQ7DsT { width:15.75rem;height:3.9375rem;top:1.1875rem;left:2.1250001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xrrnt7MvyUhGTDufps6RIGTG52CM4INV { width:20rem;height:20rem;top:6.1875rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb { display:block; }#Rq6FC3t2GphmU1ODVsXtFbd1d1VQTlTb > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oImKqyPtu80DascRqyN04Tn53pzeCVRx { display:block; }#oImKqyPtu80DascRqyN04Tn53pzeCVRx > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ2eQhBLq6vrOgNqOT5T698AymNG8Bcw { width:20rem;height:14.34375rem;top:20.871745347977rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRog2ZTkGxuIDXJIt5Gps7Wp1OcFTEEK { width:20rem;height:15rem;top:5.8717451095581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKpTrZVc327S5nbrRSdJns77rT3cDd1f { width:20rem;height:3.9375rem;top:0.62499141693115rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsiczmwAz04W2BxWSBmxZ5m4Qf2RfoTD { width:20rem;height:20rem;top:5.310546875rem;left:0rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yX47DskbzGHLvvo10d6zMtgutZWGnXNa { display:block; }#yX47DskbzGHLvvo10d6zMtgutZWGnXNa > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMhUHkdlhKFeuaTTdVpON25ufprXLR5i { display:block; }#kMhUHkdlhKFeuaTTdVpON25ufprXLR5i > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRJHIJpDhKl1h6bZ5ilh3H7JwTnDC8mE { width:20rem;height:26.6666875rem;top:4.0859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tyo29NSsTDKawVlaoVxPidkKT2y7xZDf { width:20rem;height:26.6666875rem;top:30.752604722977rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hu2ioy9K25Q5H05BQnZDywyaP3kQ5k1k { width:20rem;height:2.625rem;top:0.93750095367431rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5kWvNAT5lfpAETFIrFwBupofdMEb3Oc { width:20rem;height:20rem;top:4.8736982345581rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 { display:block; }#HEt8VeIqbeIvXoMIlrJbN3H8PsAbqGq1 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL { display:block; }#HtPogUJl0vyEGBDupwcRq8XZFu6Bd6JL > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFHKTfv4ZKf8cDUrEx9l7bI8Ug7F7dcG { width:20rem;height:26.6875rem;top:29.871745109558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILocSgoGBGpod5VWokyNdxdgM9WUWVkZ { width:20rem;height:15.04625rem;top:56.559247970581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcDpzCqOLUJw59TAhiD7uocVU49inUhO { width:20rem;height:26.0625rem;top:3.8092451095581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3ZuK1LTEu2TXhf8sbAihlVD2xBTygve { width:20rem;height:2.625rem;top:0.62501430511475rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJkg9CeR4G4MMexBCp04IeSQ4JP6qxEa { width:20rem;height:20rem;top:3.25rem;left:0rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L { display:block; }#mPnVy5ksyO4uiTz1rF5MPshve7ELFS9L > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 { display:block; }#Jrol4uH2D32eQaZGG9S334pm7TSQRzg9 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUKybobeIvetOruHzFWFitsVuzS5hNE7 { width:20rem;height:26.6875rem;top:5.4967441558838rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CETc09Z9H78UZwhLdzMSwK2vedd2fTDo { width:20rem;height:26.6875rem;top:32.183595657349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hl2R5ZBiBFyxfxSpKRKa01FxJoO0lTWx { width:20rem;height:3.9375rem;top:0.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKZQllTD1pmT6zbAq41Csr5TGPTAb127 { width:20rem;height:26.6875rem;top:58.871095657349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oi4PTd8qC6rdlg4Ps9vFiGEHdHAO81DD { width:20rem;height:20rem;top:4.5rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #upzKAtATAeTK2OOThfd3UkLetL4ztasx { display:block; }#upzKAtATAeTK2OOThfd3UkLetL4ztasx > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 { display:block; }#dS0HQPa71aMyVA9pWLWJEcsMTbT17Mh1 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTsvZoPzA2QUwKA8oUHTLTAoe5ahF0cG { width:20rem;height:26.32425rem;top:3.7467441558838rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFQ0SucZb7FpZen87UwCaqKgkJU7mkPb { width:20rem;height:26.32425rem;top:30.070313453674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bchuhCXtIZK1brTv555iiO5CrOwZrvVx { width:20rem;height:2.625rem;top:0.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIel78MsWEOBxxSHzVmfPs5NeC4MV1tp { width:20rem;height:20rem;top:3.87109375rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T { display:block; }#SiaMFzHqDNIZPtQBRREdfnZQrTTo4o4T > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs { display:block; }#ITtvgycd3Co9dfkFB1RA4L4T52H4z5Gs > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8BTXoykBxIpuNLLruhTLkKyTxmVIg0n { width:20rem;height:14.7916875rem;top:3.947265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMuxNNquh014rl7aTCiHzfJ5Mpk0UtK2 { width:20rem;height:14.981125rem;top:18.738931655884rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqmkqnL11PxCcVMJdF9VCM5ylc0KS59X { width:20rem;height:2.625rem;top:0.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oU5NocawUecPgWBFNbFOa361mn05GvFa { width:20rem;height:20rem;top:3.759765625rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 { display:block; }#co2P1uuEeCKKkW2V8sH29ogFcS1SxD38 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmQENoS669E08qV5llztBZLUt6ZlDNc1 { display:block; }#UmQENoS669E08qV5llztBZLUt6ZlDNc1 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAwmUoRKbfkpt1aF2UqbspwHIuOkOx9C { width:20rem;height:14.99025rem;top:5.5104169845581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XumovdXFHF8fghHzFqJcBTZLTFeq3RPK { width:20rem;height:26.75rem;top:20.500000953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ztd6c3d70AzXlbfdOHzbu8xvaLLpiBGM { width:20rem;height:3.9375rem;top:0.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1shrgiFxAsfAyfV6fOhoURLABSXeFhn { width:20rem;height:20rem;top:5.6347665786743rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oeesKb8oqHBkB5t296CQiEkWEcv7atN0 { display:block; }#oeesKb8oqHBkB5t296CQiEkWEcv7atN0 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { width:20rem;height:15.875rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:18.75rem;height:6.75rem;top:1.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:12.5rem;height:1.29948125rem;top:5.9830732345581rem;left:5.9791666269303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:16.875rem;height:3.673825rem;top:2.3111982345581rem;left:1.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { width:20rem;height:15.875rem;top:24.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { width:18.75rem;height:7.3125rem;top:8.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { width:16.875rem;height:3.673825rem;top:9.25rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { width:12.5rem;height:1.29948125rem;top:13.5rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M263EVxpJHSedrNX7gGcG4Ko7U8vxuxU { width:20rem;height:15.875rem;top:42.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT6zeP46bIdJV8wF8ywUcZcz7LwItLOy { width:18.75rem;height:5.9375rem;top:16.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwGRFuJZOZqX3C9OuFtROHXnDMeTfWp { width:16.875rem;height:2.44921875rem;top:17.3125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTqnSK2Pi7IsO6locXS6hTKD3PL5xJTA { width:12.5rem;height:1.29948125rem;top:20.3125rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:transparent;background-image:none;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { width:20rem;height:2.11198125rem;top:0.8125rem;left:0rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { width:16.375rem;height:15.334rem;top:4.173828125rem;left:1.8125001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 li:before{  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:16.75rem;height:auto;top:26.274740219116rem;left:0.375rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:16.75rem;height:auto;top:26.274740219116rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #DZ40fx0Og4lv6DdlKyJ35aLTD2SXJVmX {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #oHcX6rBz6QsAEWBKIGL9a9ALHaV37XES {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TEIox5fC9oFPKBumSLgipqqvOiM0yqdt {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { display:flex;width:1.5625rem;height:1.5625rem;top:22.79560625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { width:20rem;height:26.1875rem;top:20.420572280884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTQDFSeCrO4rRnrBGsU7NbQEPKPVZAx { width:20rem;height:2.11198125rem;top:21.323567628861rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dvv4hru5XZXssQazaHHT0vnJWqG4glbG { width:18.875rem;height:2.2747375rem;top:23.435548067093rem;left:0.5625rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv { display:block; }#z86qaRneBIiOEGy1RrrbTSMMhPl6w0sv > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3C1SgzMq3A5Tnd2raAB4oWNcH1TaMqW { width:20rem;height:31.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-heading-text { font-size:1rem;height:auto; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us .accordion-desc-text { font-size:0.875rem;height:auto; }
#xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us { display:flex;height:auto;width:18.125rem;top:7.6874990463256rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #sffJZSkNJmIWTfCwQLRVG67dhIia9Hng {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #GRKciuUoXI74g9QT2ZZH1hnmSNKyNKlX {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #USHfzscyVMJWgc1KooUhTRMzmkmNoRMy {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #PEPvaNnBAtlIEfLmgdt00Dhu9zuR2Jdy {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #M6L83vZwiRSw6v4ZOTXOB2wbBdWRz54k {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #kGyLEcw2cnwoNgoSk0wZxeP7L9JpDMi1 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #F7y23VhWlO3pyqGV4z5r99nk9FJHeEcl {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #IUbr3Q10ablzEw42gisJszMZ0lyloixW {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #pBFZebkeaEW5tbGLdE3vkPZAUSoL4N5i {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #nN7ONJHv1K7VN04cPnHMCh0qkMx5nCpc {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #pgus4oG8b3PPKhTsJH2gyin0KURBEXL1 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #UKkGn2pcWiu5vneC39U2Ev45QtvNMfcW {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #KMhf5dqoTW6wu0wUFGOk87NdXClyGOyf {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #Pb1GXQM4mk6dBKPexXJ9ASNnMJ3v70tz {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #w0ncWQvWmgIm3PIs3ko9B8ww8DLoKtk8 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #HO0VK9vekaWGxL2wttuTlDvJCkZ6sQnE {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #FeTDdT3fgA3Tc66f66apbCQHRnq5wB46 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #M2un0zV2k0g1ydwwz41DmeqVyKWkceo1 {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #aSskbfI78yJyD5MLQgFgvmsoo11aTO4V {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #XFTBH8BUyEW3cEuRT1aXd8P9XmnLMwqT {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #aeF49NAkXyAVuZto9vDfWiH9Ez8u6Nkn {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #FMUS9mi2IUbfH9qQ8VlleZULTh3Mt4UA {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #SH65zDbWInrEinWJlTvbxqBt9rTTR7on {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #dvsE3qx0JnsKo5JiTIgrwhn6mRx1iwEu {  }
 }@media only screen and (max-width: 763px) { #xf7cTLKx60Mie1mpCg6uFaVzB6OIf4us #WmUPMq2oLmH7tZUpdEihaXK6S5DLsLd7 {  }
 }@media only screen and (max-width: 763px) { #sTamZiJI96AH7EuHsxOCcc2DFBLMh8CA { width:20rem;height:4.22395625rem;top:1.83984375rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W { display:block; }#tsQfgdvdMHW5Iq49bH51RQ6ArhGtW86W > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwgqK85szVAZZ52mAgyrenzfqSbws87X { width:20rem;height:16rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANXcTtIZEPNLQuNZQFBCBv5pAyB8OWq4 { width:20rem;height:2.11198125rem;top:0.58984375rem;left:0rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT { width:17.6875rem;height:12.9453125rem;top:3.71484375rem;left:1.15625rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }#guiIVHpSTGv1NZiwsHcbFpu6vih3HeHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_245008b6a72adfb9fac9f1f4e1daa496.svg); }
 }@media only screen and (max-width: 763px) { #R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm { display:block; }#R6Myk3rlUl3beoprsv8KPkhVnVJHVQPm > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMOmA1ec1S06VpTN41Ii7isiAUFWi52z { width:13.5625rem;height:1.78645625rem;top:1.4186210632324rem;left:5.3750001192093rem;font-size:0.6875rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUC6hXT10sraSPnlWXi1E0a2Kw46aw3u { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }