.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:211,249,255;--color-primary-1:122,237,254;--color-primary-2:33,225,253;--color-primary-3:0,216,255;--color-primary-4:0,36,49;--color-secondary-0:255,227,217;--color-secondary-1:255,163,128;--color-secondary-2:254,70,0;--color-secondary-3:127,35,0;--color-secondary-4:38,11,0;--color-tertiary-0:255,255,255;--color-tertiary-1:163,164,164;--color-tertiary-2:102,103,103;--color-tertiary-3:61,62,62;--color-tertiary-4:0,1,2;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/0ak21nf2/bg01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { border-width: 0; border-radius: 0; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#s7Mu2Qzp37wM6mgvc3Bhtw1dAXEkTlSn { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0.6435546875rem;left:12.34375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loZwgiQpIqGoPcfMoHleiG9EDTyhMxvm { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0.6435546875rem;left:12.34375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e4UFuWswwusO0KT7943QRdzFlrXE4LJa { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:1rem;display:none; }
#GXDaPyBWbhqVaObaz2xAtfelOk2M8oWh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:5.625rem;left:7.4375rem;display:none; }
#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { 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; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { background-color: transparent; background-image: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .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); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { border-width: 0; border-radius: 0; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.3125rem;top:0.56098091602326rem;left:56.230472564698rem;overflow:hidden;display:block; }
#w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.3125rem;top:0.3125rem;left:69.686420440675rem;overflow:hidden;display:block; }
#e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { position:absolute;display:block;z-index:15003;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.375rem;width:4.5625rem;top:0.625rem;left:64.569232940675rem;overflow:hidden;display:block; }
#bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:0.625rem;left:3.75rem;overflow:hidden;display:block; }
#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { background-color:rgba(0,0,0,0.39);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { background-color: transparent; background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .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); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { border-width: 0; border-radius: 0; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;overflow:visible;position:relative;display:block; }#xvabw6kchkWblANLo88nuwQQXsQgqB98 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.3701171875rem;left:3.75rem;height:8.77441875rem;font-style:normal;display:block; }
#OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.8740234375rem;left:3.75rem;height:5.7744125rem;font-style:normal;display:block; }
#J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { background-color:rgba(var(--color-primary-3),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.50927734375rem;left:3.75rem;display:block; }
#fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrIP2InXLvlGJZrn25TwR1fFPmyogmcH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.224609375rem;left:3.75rem;height:1.3999rem;font-style:normal;display:block; }
#CWRQAeuBR6HWPl1Pdvx5sHZ8HlUC4fkA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:31.4375rem;top:2.78125rem;left:42.27685546875rem;overflow:hidden;display:block; }
#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);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; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { background-color: transparent; background-image: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .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); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { border-width: 0; border-radius: 0; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#vZpuKh6HawxZfD0igknbDL42V34v9UB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUH7PbTtQV6JSoeN9wGRKTd2qWUBJZpR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.1875rem;left:3.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnnB6JfmW0d6nOqZlElnQW6mWTPlM4Fo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1865234375rem;left:28.46875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ah8IIgneXuzVUU4F0D8D73wZeaWDcJTN { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5lAXxTTAFuHnbhIwUsrTcTGkcNruzye { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.1865234375rem;left:54.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFQUTJ02eWysvmPpmhtsPKLPvhMLcM74 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5625rem;left:50.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKtFf04afBOtPCc9cxsoFSwAK3GLnr7X { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:3.125rem;left:59.375rem;display:block; }
#VXLftkbf3ximw9GnSGDed8bKeyPQnU0r { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:3.125rem;left:34.375rem;display:block; }
#IdUaTJMSPPGvTGdL6zaTmeLwEO0lFroK { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }
#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { background-color: transparent; background-image: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container > .video-iframe-container { display: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container { display: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .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); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { border-width: 0; border-radius: 0; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.1875rem;top:1.375rem;left:14.0625rem;overflow:hidden;display:block; }
#TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.6875rem;top:1rem;left:25.9375rem;overflow:hidden;display:block; }
#pLaeJAqHKRpeg9araJSucO6E1KEluKsE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.6875rem;top:1.875rem;left:37.375rem;overflow:hidden;display:block; }
#RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.25rem;top:1.75rem;left:48.0625rem;overflow:hidden;display:block; }
#zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.71875rem;left:56.5rem;overflow:hidden;display:block; }
#R7fmu3mgizmIXA6Iqv9BNZMUQCn6VpDR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:26.1875rem;left:31.25rem;display:block; }
#wFfmoKUlCi9g0byAuLXF1ku3k43vCsd2 { position:absolute;display:block;z-index:15006;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.375rem;width:55.8125rem;top:5.84375rem;left:9.59375rem;overflow:hidden;display:block; }
#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { background-color: transparent; background-image: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container > .video-iframe-container { display: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container { display: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .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); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { border-width: 0; border-radius: 0; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.353515625rem;left:20.25rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));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; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container { background-color: transparent; background-image: none; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container > .video-iframe-container { display: none; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row > .video-iframe-container { display: none; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .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); }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container { border-width: 0; border-radius: 0; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#riA1TEF9ubBclIvC1bVCuq3hwLzSOflM { position:absolute;display:block;z-index:15005;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.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:33.1875rem;width:33.1875rem;top:28.125rem;left:8.625rem;overflow:hidden;display:block; }
#v8d6hGaNmxnGKTdm2Tn2vsNbw7mP4uXP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:3.75rem;width:8.125rem;top:28.125rem;left:44.3125rem;display:block; }
#sBJraHVhbGfws3FeLTXlhUFQBkn7G2zl { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.25rem;top:31.8125rem;left:44.3125rem;display:block; }
#IgKgOxCTWS4if1SpOMfWIsHIRbhDqpZz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:33.0625rem;left:44.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDAXm4nM4NZozyoAhlvcH2r6M6iF4Ary { z-index:15054;top:57.25rem;left:44.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g6ne5cULrdeFKWX91yH81oe7yc9mPfEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VvQkO6JTwXEbncOhZsiaDkWdHCRPwiU7 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:22.5rem;width:40rem;top:1.625rem;left:17.34375rem;display:block; }
#IC79VMxg7ZZoMHB9MfsqvNKsQeTlrmDZ { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.125rem;top:47.5rem;left:7.375rem;display:none; }
#KwS03uBqI8sMcvwuPFv4CzwxcWrw3i46 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6rem;width:18.75rem;top:49.875rem;left:44.3125rem;overflow:hidden;display:block; }
#ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:38.3896484375rem;left:44.3125rem;height:10.09375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
#pJEZVK0o1oDnmAELBwZ3Mo5wyIfUqNsW { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:17.0625rem;top:49.875rem;left:10.5625rem;overflow:hidden;display:block; }
#NT27Mfn6seJsyIyku26mSPT01FWAGs7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));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; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container { background-color: transparent; background-image: none; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container > .video-iframe-container { display: none; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row > .video-iframe-container { display: none; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .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); }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container { border-width: 0; border-radius: 0; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#J68FkgetzWnT5Jz4qQulV8egL2gNTMeU { position:absolute;display:block;z-index:15005;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.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:33.1875rem;width:33.1875rem;top:0rem;left:8.625rem;overflow:hidden;display:block; }
#MP85BZLtp62vb2IRWOcGQ4zlVsQzTpT6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:3.75rem;width:8.125rem;top:5.4375rem;left:44.3125rem;display:block; }
#pJ4CE7n3DM6TfrNPVp5MCz1nnNuGCaJm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.25rem;top:9.125rem;left:44.3125rem;display:block; }
#Fd67cIwPA0wLuynl1bR6mhWAtXsXA5Eo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:10.3125rem;left:44.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D48MDykgSPe3F1zg33mok2OsnwG383db { z-index:15023;top:23.75rem;left:44.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oKUkd08XVrZ02cpGnc7hKRiQrfFrWolR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTFaPlR4dbBoNMLQdWTmSSmTcubRxz3o { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.125rem;top:47.5rem;left:7.375rem;display:none; }
#iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:15.6396484375rem;left:44.3125rem;height:6.046875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);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; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container { background-color: transparent; background-image: none; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container > .video-iframe-container { display: none; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row > .video-iframe-container { display: none; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .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); }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container { border-width: 0; border-radius: 0; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:block; }#vKlJ5EIGKmUb4NFwSpwyEFCdNbS1E1tD { position:absolute;display:block;z-index:15005;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.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:33.1875rem;width:33.1875rem;top:0.625rem;left:8.625rem;overflow:hidden;display:block; }
#zTqKhMiuUfnTcH3rbyHvMdL23pIMXyoq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:3.75rem;width:8.125rem;top:2.875rem;left:44.3125rem;display:block; }
#ByJ8IORboxKx6K3nZaXCslbz5Mb1rfPA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.25rem;top:6.5625rem;left:44.3125rem;display:block; }
#CcTOdTG2S3e7qVMgF68aZW5HTMi3Cp5D { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:7.75rem;left:44.3125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:14.96484375rem;left:44.3125rem;height:11.7305rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
#ABJNTnoENwIJxGt0zVp993boiHFKdetE { z-index:15023;top:28.4375rem;left:44.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KniDbaI2WPd8OuTTHmK7OBvQxwiR2oKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avvB5tlK1RiLAQcTmmHlH5ByvIXzQCTb { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:17.375rem;top:38.0625rem;left:5.875rem;overflow:hidden;display:block; }
#L5lRXVJXhXzFxRSqntXmlPxowhUsENn3 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.125rem;top:47.5rem;left:7.375rem;display:block; }
#SsS9RvDIKW6GkZn2pL1xPDIdPEDT6CCI { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:50.1875rem;left:7.375rem;display:block; }
#ma8V7Nh7SWTAUtRuWxWQy9S646IkNs2E { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:54.5rem;left:7.625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJ9ogzwICg4B7dPyKbundZcTTcrZu4pR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:54.5rem;left:30.25rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXS864yJvzZMmSvv4awTsA08t9Nyv4dT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:51.25rem;left:30.0625rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#belwM8JmS4E0GShoS3H9EAh2dwKWuS8q { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.125rem;top:47.5rem;left:30.0625rem;display:block; }
#CH8i2f0p1gTZseRr0k9cckWPaxfU8rwT { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:50.1875rem;left:30.0625rem;display:block; }
#kbi55kSIw6L1UyiJlPpyAfIk5RAMI2gC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:54.5rem;left:52.875rem;height:5.249025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAEDtZegcxyTc5lywGDCJxWvk5SWZ4FU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:51.25rem;left:52.6875rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S5QvcLH9R3oG3LyDMWzo3eHXg1oAEiqm { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.125rem;top:47.5rem;left:52.625rem;display:block; }
#esvTXVD2s6uFu9GETl1qU09Ryw86inGB { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:50.1875rem;left:52.625rem;display:block; }
#hgMsuVc9sVUXC1i7WJpzH0ZCcky2qfUv { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:17.375rem;top:38.0625rem;left:50.6875rem;overflow:hidden;display:block; }
#z06iBL8IrWyPIexgzAZJoIgxT25hPftS { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:17.3125rem;top:38.09375rem;left:28.6875rem;overflow:hidden;display:block; }
#qpCvJJuuMEa3pCCOOt4t4uvWo4AvUz2H { color:rgba(var(--color-tertiary-0),1);display:block;width:15.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:51.25rem;left:7.3740234375rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VllmcBRN7gHv7T792N42WkWiCqZ7KHyX { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.125rem;top:47.5rem;left:7.375rem;display:none; }
#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { 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; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { background-color: transparent; background-image: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .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); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { border-width: 0; border-radius: 0; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sz6ROwBDD7rkuQbL4QURMyR0bwAg3CkL { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.91796875rem;left:17.15625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRiSnzAWy0r4uX9z48BU6VG46rEp4CoH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:24.5rem;top:6.6875rem;left:19.625rem;display:block; }
#PDNXe7CTbuNzx5wn57yeCEHPRVkhc5m9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:24.5rem;top:6.6875rem;left:19.625rem;display:none; }
#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 { 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; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { background-color: transparent; background-image: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container > .video-iframe-container { display: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container { display: none; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .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); }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { border-width: 0; border-radius: 0; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#O77nihq3pkdzcSCE7gupqrcobgqtDLpB { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:3.21875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAUhI4GmHGnsxZ3HosVKdDTBt4Tei0Ha { color:#000000;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.185765266419rem;left:1.5rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5965aea-5741-44cf-aace-35066f98b8c8/HenriqueCosta_blue_avatar.png");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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }#w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE.adaptive-delivery-prevent-bg, #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE.lazyload, #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE.lazyloading { background-image: none; }
#miMfdJfSCeNqBXdAfLEHE4sCEcEN6fBT { color:#000000;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.250000953674rem;left:26.5rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxOtqhILXME7cpIxTO1PWXT5P7CBkoOA { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:30.34375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZxS31rLyJNz7Nx886W96uizvDxFWOB9 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38af6c30-7cce-4695-bfe1-b56b99d3584c/AndersonPalma.jpeg");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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.1875rem;left:34.375rem;display:block; }#ZZxS31rLyJNz7Nx886W96uizvDxFWOB9.adaptive-delivery-prevent-bg, #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9.lazyload, #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9.lazyloading { background-image: none; }
#rLmz3fPez5F7RVIDNSNF5DKUb8wlVNC8 { color:#000000;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.250000953674rem;left:51.5rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHuCn4ZhUvTOiv87Fza0oA3uOdvvz0WV { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:55.5625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9sClgZUnO5JcoibEA1ho6SsyGftEDsg { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xpsnbBN2/0_2_1.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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.1875rem;left:59.375rem;display:block; }#S9sClgZUnO5JcoibEA1ho6SsyGftEDsg.adaptive-delivery-prevent-bg, #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg.lazyload, #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg.lazyloading { background-image: none; }
#yTlC0RQB4FW6Qf6kpLaRPPoh6h9tx8pa { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:8.4375rem;display:block; }
#fDHCT0AOfslMUuyeNUkkgxC81s26yDnB { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:33.4375rem;display:block; }
#kkUDkJzH63BO6aV2iBQhnuCTdW1bukbf { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:58.4375rem;display:block; }
#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { background-color: transparent; background-image: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container > .video-iframe-container { display: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container { display: none; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .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); }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { border-width: 0; border-radius: 0; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#UDc5ZrVcUtDnNqa3cLkw90T4WbEHocIl { background-color:rgba(var(--color-primary-3),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:26.25rem;display:block; }
#uW76bGAT4ygfplvMkeyoZPVaSnU3Xh4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { background-color: transparent; background-image: none; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container > .video-iframe-container { display: none; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row > .video-iframe-container { display: none; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .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); }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { border-width: 0; border-radius: 0; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ADbXbOqbeZPM3gF7gQ00kUpEOCVTN8Fc { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.3125rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container { background-color: transparent; background-image: none; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container > .video-iframe-container { display: none; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row > .video-iframe-container { display: none; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .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); }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container { border-width: 0; border-radius: 0; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#zbpmuexOF1auJfSxf9eWuuZ2UABq767P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:61.75rem;top:0rem;left:6.625rem;overflow:hidden;display:block; }
#TIdEHTI66vzPP7IMwEbtitoVGe2k9kiU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120rem;width:67.5rem;display:none; }
#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { background-color: transparent; background-image: none; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container > .video-iframe-container { display: none; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row > .video-iframe-container { display: none; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .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); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { border-width: 0; border-radius: 0; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;overflow:visible;position:relative;display:block; }#E9Bf4Jr950WJKfser6rrF6ABBf4OcThF { color:rgba(var(--color-primary-3),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.9375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdpTBwTl7RRzwGIdNovhcrkuPsQE027G { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.2499997615813rem;left:11.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmCXWzNufgsOkL23fy6pimV1Nk0gMT8U { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMBKJWXUTzfWEBxkywhxQfVcuwgn6oo7 { color:rgba(var(--color-primary-3),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:11.75rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QPL73J5AKKWR78ZTsy6c3doBeUgidZSE { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.9375rem;left:19.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eokIOEUeMZ8fqwUsDJ0fTN1c1NI7xUxI { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:5.25rem;left:31.75rem;display:block; }
#xsbbnF7SxcybV72EoWyKh7qGHyoIq1ET { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:5.25rem;left:31.75rem;display:none; }
#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);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; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { background-color: transparent; background-image: none; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container > .video-iframe-container { display: none; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row > .video-iframe-container { display: none; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .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); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { border-width: 0; border-radius: 0; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#WlrCmK96uStvP5EC8AcTMrukvDTV9U63 { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-3),0.18);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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:26.4375rem;width:23.75rem;top:9.1874996423719rem;left:0.625rem;display:block; }
#q4XgevORAUvltuqi9bLSJbKU8nmWJSfM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:14.312499642372rem;left:2.4375rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPw5JssLRb2k5ntHg4eBhKraQSzeNE3t { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:11.062499642372rem;left:0.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJvvaRPdUVsFWOxy3Nkduz4cHGm5WIZL { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:15.625rem;top:22.125000596046rem;left:4.6875rem;overflow:hidden;display:block; }
#cJv6BkoxmTzR0fkSAwggUnMKzOzMcL3i { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-3),0.18);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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:26.4375rem;width:23.75rem;top:9.1874996423719rem;left:25.625rem;display:block; }
#rEAbyfSzETgJVLgQibsRXWTcEnfyhROd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:13.5625rem;top:22.311630249024rem;left:30.71875rem;overflow:hidden;display:block; }
#EOvOxzhRhquin9WCxT32VimPbIhiFcXw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:15.687499895692rem;left:26.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntZBa2cof2MGSVJHHBHqXt6K1dyTo51E { color:rgba(var(--color-primary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:11.062499642372rem;left:27.53125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzEaCrkoyfb7T990R3TNyFDJwZd8ZID4 { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),0.18);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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:26.4375rem;width:23.75rem;top:9.1874996423719rem;left:50.625rem;display:block; }
#aOXFwr8384cwzlTZsc2smstsXRhMlszU { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:16.5rem;top:22.748264312744rem;left:54.25rem;overflow:hidden;display:block; }
#e0cCMLuEQ5lsO5hpG0BKr5pOlkfIMD5s { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:15.562500596046rem;left:52.4375rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0flvOWnOJIsL0xDGXSmz2fPS0dCTfp0 { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.1;letter-spacing:0;top:11.062499642372rem;left:50.625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xoaD4SuKkcbKIMgCKdnm69tNvIo31yQl { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125076293945rem;left:4.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5bezZRL3GOiZyzAiABEZPNwGdvCOmEP { background-color:rgba(var(--color-primary-3),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0rem 0rem 3.75rem rgba(var(--color-primary-3),0.66) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.25rem;left:26.25rem;display:block; }
#rXfCB2on1A9pvtG6ACtid68th7ycyrfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { background-color: transparent; background-image: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container > .video-iframe-container { display: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container { display: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .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); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { border-width: 0; border-radius: 0; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { background-color: transparent; background-image: none; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container > .video-iframe-container { display: none; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row > .video-iframe-container { display: none; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .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); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { border-width: 0; border-radius: 0; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.7998046875rem;left:13.9375rem;height:3.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container { background-color: transparent; background-image: none; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container > .video-iframe-container { display: none; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row > .video-iframe-container { display: none; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .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); }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container { border-width: 0; border-radius: 0; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#VToRQ2emqkaQnNrwslVAuLo7HhHE6UGH { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid #01b1cd;border-left:0.1875rem solid #01b1cd;border-right:0.1875rem solid #01b1cd;border-bottom:0.1875rem solid #01b1cd;box-shadow: none;height:22.5rem;width:40rem;top:1.0625rem;left:17.3125rem;display:block; }
#XShm3oWPHGLVNsI0WgZf2pLHUUhnDMCl { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:24.9248046875rem;left:18.40625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { background-color: transparent; background-image: none; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container > .video-iframe-container { display: none; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row > .video-iframe-container { display: none; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .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); }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { border-width: 0; border-radius: 0; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#Nxfi0PSr5ty8wE9QmoKhlht8lO10Kgf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5rem;left:25.25rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNnMTWy0tb0MZXwNZbDdhv0yHTXkZvIf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.25rem;top:0.5625rem;left:29.375rem;display:block; }
#O2T5Sa8SdQfvpxAuf0ZlszQsOBpxnCDV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:16.6875rem;top:1.6875rem;left:29.25rem;display:block; }
#m0vTovmTgani7B7LB6T2k8MAXNSsaCAF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DF8qt7Lhtg3BGThil2DZl2gDUUqTx8NF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.25rem;top:9.6875rem;left:29.375rem;display:block; }
#vbGQsupcT47t2bdr7oQMvud92DzZU1pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { background-color: transparent; background-image: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .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); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { border-width: 0; border-radius: 0; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#NCT42QssGWGpZdRyghQq1SVDAz0lF3CX { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.69970703125rem;left:4.59375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7fBOoR8rPHfgDL2KF0f8V8sDPfCtKBW { color:#000000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.599609375rem;left:3.125rem;height:6.334rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I99tbUAcTKg2xqLSrFySaXFk4Ph8NBLH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.599609375rem;left:28.125rem;height:6.334rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G21R2PgfLp0RALO1pIntK7TgHiDCTlSh { color:#000000;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.69970703125rem;left:29.875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#He3FbhG754QU2OfmtePzban9RywnaxyW { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.61181640625rem;left:53.71875rem;height:4.22265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8KWV9NqqW3tiVFhRGrkHmIWVscI5gO8 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:9.69970703125rem;left:52.75rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5eDsaUDAhZThqhkyOyeZt9VDil8KiCL { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;display:block; }
#grQBflwSb9iCce8BkWPu6m5Jvpa9Zzkk { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;display:block; }
#I2G4eUgbHvh8DKXIFhO8lQfzc0BSlnq0 { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;display:block; }
#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { background-color: transparent; background-image: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .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); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { border-width: 0; border-radius: 0; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#TZ3kLAMWN5fE4t83lT0anDWU1J9yFg1u { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.380859375rem;left:3.09375rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d96URmR4haidKULuO8w1WoZpf522L1RD { color:#000000;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.5rem;height:7.389625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObL5pEWp4n9FnTSaRU05BAsdfzmCAkf9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.091796875rem;left:26.40625rem;height:7.389625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8WP9RP6rgT2zbztBnT3hFtMIcyvGbpm { color:#000000;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10rem;left:25.3125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBnKD4RBQ5Sip1T0AVPzGAyl4t5UWgdT { color:#000000;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.091796875rem;left:51.625rem;height:7.389625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNV0VT3oXFsZXkexBkLyOeqoZX6wHRak { color:#000000;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:10rem;left:53.6875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVNVPAWdnvL0Hq26UDBstxVvTIffQcSw { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;display:block; }
#gwnxN1hAxutaRtWXTawBNeqWyHl1XiRB { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;display:block; }
#KedJHx0q2O5p1y1XzcG1bf5vOe9lm7US { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;display:block; }
#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { background-color: transparent; background-image: none; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container > .video-iframe-container { display: none; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row > .video-iframe-container { display: none; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .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); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { border-width: 0; border-radius: 0; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#RadgUS7NnCVJh498xvEpZZK18mkdM4A3 { background-color:rgba(var(--color-primary-3),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3819446563721rem;left:26.25rem;display:block; }
#LVA3l4sI4TJFRaVa1C4kyoZdiQRr1wNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { background-color: transparent; background-image: none; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container > .video-iframe-container { display: none; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row > .video-iframe-container { display: none; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .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); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { border-width: 0; border-radius: 0; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #000000);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { background-color: transparent; background-image: none; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container > .video-iframe-container { display: none; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row > .video-iframe-container { display: none; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .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); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { border-width: 0; border-radius: 0; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:block; }#SANtxgwGTecxOk3BvGybeffR4L9nIVmg { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:7.0625rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yomuwBfqkSne6aQnBZ4X4w2D6MhZ8K7S { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDF1RQr0X3q7ohaU1nXQCMAGNcT5ukcA { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.75rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { background-color: transparent; background-image: none; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container > .video-iframe-container { display: none; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row > .video-iframe-container { display: none; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .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); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { border-width: 0; border-radius: 0; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#CkTkXfxOpCCxQg03adiIBfXm5ShPwSGJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5.5rem;top:7.8125009536744rem;left:45.8125rem;overflow:hidden;display:block; }
#Q9ERaDc6NBWBCJRwQlBwTX8oPsIzzpcb { position:absolute;display:block;z-index:15003;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.5rem;width:5.5rem;top:7.8125009536744rem;left:56.9375rem;overflow:hidden;display:block; }
#CO0waAbdATtDerpWnHSyb6MksMmIiLVz { position:absolute;display:block;z-index:15003;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.5rem;width:5.5rem;top:7.8125009536744rem;left:34.75rem;overflow:hidden;display:block; }
#dbJRFcklTUxZBoFdeRrL32zbleBtDK2T { position:absolute;display:block;z-index:15004;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.5rem;width:5.5rem;top:7.8125009536744rem;left:23.6875rem;overflow:hidden;display:block; }
#gpTqzrSNuRnQbJ1GHWkqUePZ3Ox3P85s { position:absolute;display:block;z-index:15005;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.5rem;width:5.5rem;top:7.8125009536744rem;left:12.625rem;overflow:hidden;display:block; }
#iOQbhU4hadC5yNTDGQAIDFtd3xsu2neW { 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.5rem;width:5.5rem;top:13.875000715256rem;left:56.9375rem;overflow:hidden;display:block; }
#Mn6smhsBEQ6r84cIadkNyfREQDcz6Dkl { 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:4.5rem;width:5.5rem;top:13.875000715256rem;left:45.8125rem;overflow:hidden;display:block; }
#AXTHU8ovTReQv4Zqd2C7WrBVun7iksSu { position:absolute;display:block;z-index:15008;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.5rem;width:5.5rem;top:13.875000715256rem;left:34.6875rem;overflow:hidden;display:block; }
#OXh6729DsHcVU0F1gPu9mnQyPRUATOlK { 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:4.5rem;width:5.5rem;top:13.875000715256rem;left:23.625rem;overflow:hidden;display:block; }
#Mfw83Mqc3rLULyKO62Q1xxTGe0lRSosy { 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.5rem;width:5.5rem;top:13.875000715256rem;left:12.5625rem;overflow:hidden;display:block; }
#HbGb7Zbqsinb8I6qRT74BOUvwAc29eIG { color:#000000;display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0416669845581rem;left:13.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkeHnJiQM9rZMPyPylKedgc4XR9MgtDc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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: 0rem 0rem 3.75rem rgba(var(--color-primary-3),0.6) ;height:2.75rem;width:35.4375rem;top:2.5199661254883rem;left:19.78125rem;display:block; }
#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container { background-color: transparent; background-image: none; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container > .video-iframe-container { display: none; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row > .video-iframe-container { display: none; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .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); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container { border-width: 0; border-radius: 0; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#ulm4PvxgA9X5deVs0SaW41TR7mhmkSb7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.6875rem;display:none; }
#RBTAXzKcRCfZLLcl6vei11PbCys2gq27 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:69.75rem;top:0.5rem;left:2.625rem;overflow:hidden;display:block; }
#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { background-color: transparent; background-image: none; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container > .video-iframe-container { display: none; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row > .video-iframe-container { display: none; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .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); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { border-width: 0; border-radius: 0; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#wHpDQmtQARIGzaT3ITpQQ2p1xJZgBqFN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:54.9375rem;top:2.2499971389771rem;left:10.03125rem;overflow:hidden;display:block; }
#A0Dy3NkWRqNDXqnrHtyV4ALlnHtxKoz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.5625rem;left:14.78125rem;height:3.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-primary-4),1));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; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { background-color: transparent; background-image: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container > .video-iframe-container { display: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container { display: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .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); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { border-width: 0; border-radius: 0; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:10.25rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIU0yTD50pgd1fQio5Jc88zPnqh6O0zg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:22.5rem;width:22.5rem;top:8.029296875rem;left:7.5rem;display:block; }
#LyddowPHNXo56TalT9bZq55yiWwmPe4T { position:absolute;display:block;z-index:15000;height:25rem;width:25rem;top:6.8125rem;left:6.25rem;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-form-header {  }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:24.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;background-color:rgba(var(--color-tertiary-0),0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;background-color:rgba(var(--color-tertiary-0),0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { border-top-left-radius:6.75rem;border-top-right-radius:6.75rem;border-bottom-left-radius:6.75rem;border-bottom-right-radius:6.75rem;background-color:rgba(var(--color-tertiary-0),0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:24.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:bold;color:#050b0d;width:24.5625rem;height:3.875rem;font-family:"montserrat bold";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.29); }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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:#000000;vertical-align:top;width:23.375rem;overflow:hidden;font-style:normal;float:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:first-of-type{padding-top:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:last-of-type{padding-bottom:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.34375rem;left:44rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem;display:block;vertical-align:top; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.34375rem;left:44rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #aBaiTZUvw8ixR9G6xk4DHTz85EboDkfC { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #UofVxKWZv1q7DdJNqzzmveey0gTTARs1 { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #k6LPTecZObGXzr0KsE6VMvth02DrseyT { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #m4Qv2SzGVzVo8NOKNTWc2iTcmWRC6a8O { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #DONIsoUadurKH0vsPNBIditk07fkwNeG { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #rpbGkaEDGhshb6QafyWo2lOhynDPS839 { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { position:relative;display:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX { position:relative; }
#GqBoAReTPB7tAtBBTwC3SC2tzQ43onO8 { position:relative;display:block; }
#QyKZRSrJqJTEQqVtEQQcJx01589CVXGE { position:relative;display:block; }
#VHxOERsXWnG8onXZgyr0H7yGASmqGwrq { position:relative;display:block; }
#iKgGNbma8qEEhzny82LbAU5nIh7L6Ocp { position:relative;display:block; }
#vDgazfLoz6RqMpm2FbItIToeaKM8cI6N { position:relative;display:block; }
#DFG4TVPxH2sQltduPHNPvASyBDuZKWr9 { position:relative;display:block; }
#RO8raGK5u6sInvdfsLMvQGvpsSXyWdVO { position:relative;display:block; }
#Eam5ZknThOETfzcKfc6dziGRhVqJya7f { position:relative;display:block; }
#qRKNs9lTz5uVeDnb68Oke3LlelxT9SGq { position:relative;display:block; }
#RqCBkFNPOZ21epvzEpvM2imBqv204U2r { position:relative;display:block; }
#Tgkl4io1pDr6w01Uu7Fy4M3yZG7VLgs0 { position:relative;display:block; }
#pHrQ0BzQRrA0dDIP5tB0UwTLDgXfWC9G { position:relative;display:block; }
#QZEZGk0RLAafyLqLTtNyAa4OKnVpBKCU { position:relative;display:block; }
#uxRplSfPTEC8Eeb1Gp8tydWQgt1J31NO { position:relative;display:block; }
#fLsIEyB0mf1sBX7KtmrrkVKZeOJrvITV { position:relative;display:block; }
#EGhzyaxedM8vNtqQvu6zHLr3dust6mPP { position:relative;display:block; }
#LWdoHdPnOIOMI9fV0Rw4UUCssudxq8PZ { position:relative;display:block; }
#PVC5TqbWoXsipPvCSHyIWpWXPKPpcAte { position:relative;display:block; }
#Sdv8TcxfZuNbi9RpB5Q1hWhrofbtXIui { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d { position:relative; }
#JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { color:rgba(var(--color-primary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.69970703125rem;left:44.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { background-color: transparent; background-image: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .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); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { border-width: 0; border-radius: 0; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { color:rgba(var(--color-tertiary-0),0.61);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.427734375rem;left:0rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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;z-index:auto;display:none; }#gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 > .row .container { border-width: 0; border-radius: 0; }#gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:none; }#XybExhzcESlvzxN1wmOWBkBGaWCS14cd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:0rem; }
#XybExhzcESlvzxN1wmOWBkBGaWCS14cd > img { max-width: 100%;max-height:100%; width:5.375rem; height:5.375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO { display:none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s7Mu2Qzp37wM6mgvc3Bhtw1dAXEkTlSn { width:47.75rem;height:2.375rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loZwgiQpIqGoPcfMoHleiG9EDTyhMxvm { width:20rem;height:1.125rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4UFuWswwusO0KT7943QRdzFlrXE4LJa { width:17.9375rem;height:0.9375rem;top:2.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXDaPyBWbhqVaObaz2xAtfelOk2M8oWh { width:12.5rem;height:1.1875rem;top:5.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:10.3125rem;height:4.5rem;top:0.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { width:5.3125rem;height:5rem;top:0.3125rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { width:4.5625rem;height:4.375rem;top:0.625rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:6.25rem;height:4.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvabw6kchkWblANLo88nuwQQXsQgqB98 { width:44.8125rem;height:8.75rem;top:5.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { width:33.375rem;height:5.75rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { width:26.5rem;height:4rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block; }
 }@media only screen and (max-width: 763px) { #XrIP2InXLvlGJZrn25TwR1fFPmyogmcH { width:9.25rem;height:1.375rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWRQAeuBR6HWPl1Pdvx5sHZ8HlUC4fkA { width:31.4375rem;height:27.8125rem;top:2.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntio0DG4qmTcGb0lA1GVgFIZckooTQRF { display:block; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZpuKh6HawxZfD0igknbDL42V34v9UB4 { width:24.375rem;height:2.4375rem;top:10.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUH7PbTtQV6JSoeN9wGRKTd2qWUBJZpR { width:18.75rem;height:2.4375rem;top:13.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnnB6JfmW0d6nOqZlElnQW6mWTPlM4Fo { width:18.0625rem;height:2.4375rem;top:13.125rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8IIgneXuzVUU4F0D8D73wZeaWDcJTN { width:24.375rem;height:2.4375rem;top:10.5625rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lAXxTTAFuHnbhIwUsrTcTGkcNruzye { width:16.125rem;height:2.4375rem;top:13.125rem;left:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQUTJ02eWysvmPpmhtsPKLPvhMLcM74 { width:24.375rem;height:2.4375rem;top:10.5625rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtFf04afBOtPCc9cxsoFSwAK3GLnr7X { width:6.25rem;height:6.25rem;top:3.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLftkbf3ximw9GnSGDed8bKeyPQnU0r { width:6.25rem;height:6.25rem;top:3.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdUaTJMSPPGvTGdL6zaTmeLwEO0lFroK { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { width:9.1875rem;height:2.5rem;top:1.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { width:7.6875rem;height:3.1875rem;top:1rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaeJAqHKRpeg9araJSucO6E1KEluKsE { width:7.6875rem;height:1.75rem;top:1.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { width:5.25rem;height:1.75rem;top:1.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { width:3.8125rem;height:3.8125rem;top:0.6875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7fmu3mgizmIXA6Iqv9BNZMUQCn6VpDR { width:12.5rem;height:0.1875rem;top:26.1875rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFfmoKUlCi9g0byAuLXF1ku3k43vCsd2 { width:47.75rem;height:15.720604703247rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { width:34.5rem;height:3.125rem;top:1.3125rem;left:6.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 { display:block; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riA1TEF9ubBclIvC1bVCuq3hwLzSOflM { width:33.1875rem;height:33.1875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8d6hGaNmxnGKTdm2Tn2vsNbw7mP4uXP { width:8.125rem;height:3.75rem;top:28.125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBJraHVhbGfws3FeLTXlhUFQBkn7G2zl { width:16.25rem;height:0.125rem;top:31.8125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgKgOxCTWS4if1SpOMfWIsHIRbhDqpZz { width:22.0625rem;height:4.125rem;top:33.0625rem;left:25.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDAXm4nM4NZozyoAhlvcH2r6M6iF4Ary { top:57.25rem;left:30.6875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ne5cULrdeFKWX91yH81oe7yc9mPfEe { display:block; }
 }@media only screen and (max-width: 763px) { #VvQkO6JTwXEbncOhZsiaDkWdHCRPwiU7 { width:40rem;height:22.5rem;top:1.625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC79VMxg7ZZoMHB9MfsqvNKsQeTlrmDZ { width:8.125rem;height:2.6875rem;top:47.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwS03uBqI8sMcvwuPFv4CzwxcWrw3i46 { width:18.75rem;height:6rem;top:49.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq { width:19.8125rem;height:;top:38.375rem;left:27.9375rem;font-size:0.8125rem;display:block; }#ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
 }@media only screen and (max-width: 763px) { #pJEZVK0o1oDnmAELBwZ3Mo5wyIfUqNsW { width:17.0625rem;height:7.6875rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT27Mfn6seJsyIyku26mSPT01FWAGs7M { display:block; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J68FkgetzWnT5Jz4qQulV8egL2gNTMeU { width:33.1875rem;height:33.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP85BZLtp62vb2IRWOcGQ4zlVsQzTpT6 { width:8.125rem;height:3.75rem;top:5.4375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ4CE7n3DM6TfrNPVp5MCz1nnNuGCaJm { width:16.25rem;height:0.125rem;top:9.125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd67cIwPA0wLuynl1bR6mhWAtXsXA5Eo { width:22.0625rem;height:4.125rem;top:10.3125rem;left:25.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D48MDykgSPe3F1zg33mok2OsnwG383db { top:23.75rem;left:30.6875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKUkd08XVrZ02cpGnc7hKRiQrfFrWolR { display:block; }
 }@media only screen and (max-width: 763px) { #sTFaPlR4dbBoNMLQdWTmSSmTcubRxz3o { width:8.125rem;height:2.6875rem;top:47.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 { width:19.8125rem;height:;top:15.625rem;left:27.9375rem;font-size:0.8125rem;display:block; }#iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
 }@media only screen and (max-width: 763px) { #zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL { display:block; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKlJ5EIGKmUb4NFwSpwyEFCdNbS1E1tD { width:33.1875rem;height:33.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTqKhMiuUfnTcH3rbyHvMdL23pIMXyoq { width:8.125rem;height:3.75rem;top:2.875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByJ8IORboxKx6K3nZaXCslbz5Mb1rfPA { width:16.25rem;height:0.125rem;top:6.5625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTOdTG2S3e7qVMgF68aZW5HTMi3Cp5D { width:20.375rem;height:6.1875rem;top:7.75rem;left:27.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq { width:19.8125rem;height:;top:14.9375rem;left:27.9375rem;font-size:0.8125rem;display:block; }#DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
 }@media only screen and (max-width: 763px) { #ABJNTnoENwIJxGt0zVp993boiHFKdetE { top:28.4375rem;left:30.6875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KniDbaI2WPd8OuTTHmK7OBvQxwiR2oKc { display:block; }
 }@media only screen and (max-width: 763px) { #avvB5tlK1RiLAQcTmmHlH5ByvIXzQCTb { width:17.375rem;height:14.5rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5lRXVJXhXzFxRSqntXmlPxowhUsENn3 { width:8.125rem;height:2.6875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsS9RvDIKW6GkZn2pL1xPDIdPEDT6CCI { width:14.375rem;height:0.0625rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma8V7Nh7SWTAUtRuWxWQy9S646IkNs2E { width:14.1875rem;height:4.1875rem;top:54.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ9ogzwICg4B7dPyKbundZcTTcrZu4pR { width:14.1875rem;height:4.1875rem;top:54.5rem;left:16.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXS864yJvzZMmSvv4awTsA08t9Nyv4dT { width:15.375rem;height:2.25rem;top:51.25rem;left:16.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #belwM8JmS4E0GShoS3H9EAh2dwKWuS8q { width:8.125rem;height:2.6875rem;top:47.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH8i2f0p1gTZseRr0k9cckWPaxfU8rwT { width:14.375rem;height:0.0625rem;top:50.1875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbi55kSIw6L1UyiJlPpyAfIk5RAMI2gC { width:14.1875rem;height:5.1875rem;top:54.5rem;left:33.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAEDtZegcxyTc5lywGDCJxWvk5SWZ4FU { width:15.375rem;height:2.25rem;top:51.25rem;left:32.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QvcLH9R3oG3LyDMWzo3eHXg1oAEiqm { width:8.125rem;height:2.6875rem;top:47.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #esvTXVD2s6uFu9GETl1qU09Ryw86inGB { width:14.375rem;height:0.0625rem;top:50.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgMsuVc9sVUXC1i7WJpzH0ZCcky2qfUv { width:17.375rem;height:14.5rem;top:38.0625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z06iBL8IrWyPIexgzAZJoIgxT25hPftS { width:17.3125rem;height:14.4375rem;top:38.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCvJJuuMEa3pCCOOt4t4uvWo4AvUz2H { width:15.3125rem;height:2.25rem;top:51.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VllmcBRN7gHv7T792N42WkWiCqZ7KHyX { width:8.125rem;height:2.6875rem;top:47.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { width:47.75rem;height:3.5625rem;top:3.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz6ROwBDD7rkuQbL4QURMyR0bwAg3CkL { width:40.6875rem;height:3.875rem;top:6.875rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRiSnzAWy0r4uX9z48BU6VG46rEp4CoH { width:24.5rem;height:1.6875rem;top:6.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNXe7CTbuNzx5wn57yeCEHPRVkhc5m9 { width:24.5rem;height:1.6875rem;top:6.6875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 { display:block; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O77nihq3pkdzcSCE7gupqrcobgqtDLpB { width:18.5625rem;height:3.0625rem;top:11.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUhI4GmHGnsxZ3HosVKdDTBt4Tei0Ha { width:22rem;height:4.8125rem;top:15.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMfdJfSCeNqBXdAfLEHE4sCEcEN6fBT { width:22rem;height:2.875rem;top:15.25rem;left:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOtqhILXME7cpIxTO1PWXT5P7CBkoOA { width:14.3125rem;height:3.0625rem;top:11.1875rem;left:16.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9 { width:6.25rem;height:6.25rem;top:3.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmz3fPez5F7RVIDNSNF5DKUb8wlVNC8 { width:22rem;height:3.875rem;top:15.25rem;left:25.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHuCn4ZhUvTOiv87Fza0oA3uOdvvz0WV { width:13.875rem;height:3.0625rem;top:11.1875rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg { width:6.25rem;height:6.25rem;top:3.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTlC0RQB4FW6Qf6kpLaRPPoh6h9tx8pa { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDHCT0AOfslMUuyeNUkkgxC81s26yDnB { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUDkJzH63BO6aV2iBQhnuCTdW1bukbf { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl { display:block; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDc5ZrVcUtDnNqa3cLkw90T4WbEHocIl { width:22.5rem;height:3.75rem;top:1.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW76bGAT4ygfplvMkeyoZPVaSnU3Xh4t { display:block; }
 }@media only screen and (max-width: 763px) { #wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k { display:block; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADbXbOqbeZPM3gF7gQ00kUpEOCVTN8Fc { width:40.375rem;height:3.5625rem;top:3.75rem;left:3.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 { display:block; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbpmuexOF1auJfSxf9eWuuZ2UABq767P { width:47.75rem;height:22.183451417004rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIdEHTI66vzPP7IMwEbtitoVGe2k9kiU { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy { display:block; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9Bf4Jr950WJKfser6rrF6ABBf4OcThF { width:25.1875rem;height:9.75rem;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpTBwTl7RRzwGIdNovhcrkuPsQE027G { width:34.5rem;height:2.4375rem;top:9.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmCXWzNufgsOkL23fy6pimV1Nk0gMT8U { width:47.75rem;height:7.3125rem;top:11.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBKJWXUTzfWEBxkywhxQfVcuwgn6oo7 { width:47.75rem;height:4.875rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPL73J5AKKWR78ZTsy6c3doBeUgidZSE { width:35.5625rem;height:2.4375rem;top:22.875rem;left:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eokIOEUeMZ8fqwUsDJ0fTN1c1NI7xUxI { width:6.25rem;height:6.25rem;top:5.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbbnF7SxcybV72EoWyKh7qGHyoIq1ET { width:6.25rem;height:6.25rem;top:5.25rem;left:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh { display:block; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlrCmK96uStvP5EC8AcTMrukvDTV9U63 { width:23.75rem;height:26.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XgevORAUvltuqi9bLSJbKU8nmWJSfM { width:20.125rem;height:6.5625rem;top:14.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPw5JssLRb2k5ntHg4eBhKraQSzeNE3t { width:23.75rem;height:2.625rem;top:11rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvvaRPdUVsFWOxy3Nkduz4cHGm5WIZL { width:15.625rem;height:11.25rem;top:22.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJv6BkoxmTzR0fkSAwggUnMKzOzMcL3i { width:23.75rem;height:26.4375rem;top:9.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAbyfSzETgJVLgQibsRXWTcEnfyhROd { width:13.5625rem;height:11.25rem;top:22.25rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvOxzhRhquin9WCxT32VimPbIhiFcXw { width:22.5rem;height:5.25rem;top:15.6875rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntZBa2cof2MGSVJHHBHqXt6K1dyTo51E { width:19.9375rem;height:4.125rem;top:11rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEaCrkoyfb7T990R3TNyFDJwZd8ZID4 { width:23.75rem;height:26.4375rem;top:9.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXFwr8384cwzlTZsc2smstsXRhMlszU { width:16.5rem;height:11.0625rem;top:22.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cCMLuEQ5lsO5hpG0BKr5pOlkfIMD5s { width:20.125rem;height:6.5625rem;top:15.5625rem;left:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0flvOWnOJIsL0xDGXSmz2fPS0dCTfp0 { width:23.75rem;height:4.125rem;top:11rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoaD4SuKkcbKIMgCKdnm69tNvIo31yQl { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5bezZRL3GOiZyzAiABEZPNwGdvCOmEP { width:22.5rem;height:3.75rem;top:41.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXfCB2on1A9pvtG6ACtid68th7ycyrfS { display:block; }
 }@media only screen and (max-width: 763px) { #ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { width:47.125rem;height:3.9375rem;top:1.75rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v { display:block; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VToRQ2emqkaQnNrwslVAuLo7HhHE6UGH { width:40rem;height:22.5rem;top:1.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XShm3oWPHGLVNsI0WgZf2pLHUUhnDMCl { width:38.1875rem;height:3rem;top:24.875rem;left:4.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi { display:block; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nxfi0PSr5ty8wE9QmoKhlht8lO10Kgf5 { width:24.5625rem;height:5.3125rem;top:3.5rem;left:11.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnMTWy0tb0MZXwNZbDdhv0yHTXkZvIf { width:16.25rem;height:0.125rem;top:0.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2T5Sa8SdQfvpxAuf0ZlszQsOBpxnCDV { width:16.6875rem;height:1.6875rem;top:1.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vTovmTgani7B7LB6T2k8MAXNSsaCAF { width:47.75rem;height:1.75rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF8qt7Lhtg3BGThil2DZl2gDUUqTx8NF { width:16.25rem;height:0.125rem;top:9.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbGQsupcT47t2bdr7oQMvud92DzZU1pa { display:block; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCT42QssGWGpZdRyghQq1SVDAz0lF3CX { width:15.8125rem;height:2.4375rem;top:9.6875rem;left:0.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fBOoR8rPHfgDL2KF0f8V8sDPfCtKBW { width:18.75rem;height:6.3125rem;top:12.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I99tbUAcTKg2xqLSrFySaXFk4Ph8NBLH { width:18.75rem;height:6.3125rem;top:12.5625rem;left:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21R2PgfLp0RALO1pIntK7TgHiDCTlSh { width:15.25rem;height:2.4375rem;top:9.6875rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He3FbhG754QU2OfmtePzban9RywnaxyW { width:17.5625rem;height:5.25rem;top:11.5625rem;left:30.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KWV9NqqW3tiVFhRGrkHmIWVscI5gO8 { width:19.5rem;height:1.1875rem;top:9.6875rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eDsaUDAhZThqhkyOyeZt9VDil8KiCL { width:6.25rem;height:6.25rem;top:1.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grQBflwSb9iCce8BkWPu6m5Jvpa9Zzkk { width:6.25rem;height:6.25rem;top:1.875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2G4eUgbHvh8DKXIFhO8lQfzc0BSlnq0 { width:6.25rem;height:6.25rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { display:block; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ3kLAMWN5fE4t83lT0anDWU1J9yFg1u { width:18.8125rem;height:3.6875rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96URmR4haidKULuO8w1WoZpf522L1RD { width:22rem;height:7.375rem;top:13.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObL5pEWp4n9FnTSaRU05BAsdfzmCAkf9 { width:22.1875rem;height:7.375rem;top:13.0625rem;left:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8WP9RP6rgT2zbztBnT3hFtMIcyvGbpm { width:24.375rem;height:2.4375rem;top:10rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnKD4RBQ5Sip1T0AVPzGAyl4t5UWgdT { width:21.75rem;height:7.375rem;top:13.0625rem;left:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNV0VT3oXFsZXkexBkLyOeqoZX6wHRak { width:17.5625rem;height:2.4375rem;top:10rem;left:30.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNVPAWdnvL0Hq26UDBstxVvTIffQcSw { width:6.25rem;height:6.25rem;top:1.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnxN1hAxutaRtWXTawBNeqWyHl1XiRB { width:6.25rem;height:6.25rem;top:1.875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedJHx0q2O5p1y1XzcG1bf5vOe9lm7US { width:6.25rem;height:6.25rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { display:block; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RadgUS7NnCVJh498xvEpZZK18mkdM4A3 { width:22.5rem;height:3.75rem;top:1.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVA3l4sI4TJFRaVa1C4kyoZdiQRr1wNK { display:block; }
 }@media only screen and (max-width: 763px) { #gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { display:block; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl { display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SANtxgwGTecxOk3BvGybeffR4L9nIVmg { width:47.75rem;height:4.875rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomuwBfqkSne6aQnBZ4X4w2D6MhZ8K7S { width:47.75rem;height:1.6875rem;top:16.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDF1RQr0X3q7ohaU1nXQCMAGNcT5ukcA { width:47.75rem;height:7.3125rem;top:4.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX { display:block; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkTkXfxOpCCxQg03adiIBfXm5ShPwSGJ { width:5.5rem;height:4.5rem;top:7.8125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ERaDc6NBWBCJRwQlBwTX8oPsIzzpcb { width:5.5rem;height:4.5rem;top:7.8125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO0waAbdATtDerpWnHSyb6MksMmIiLVz { width:5.5rem;height:4.5rem;top:7.8125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbJRFcklTUxZBoFdeRrL32zbleBtDK2T { width:5.5rem;height:4.5rem;top:7.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpTqzrSNuRnQbJ1GHWkqUePZ3Ox3P85s { width:5.5rem;height:4.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQbhU4hadC5yNTDGQAIDFtd3xsu2neW { width:5.5rem;height:4.5rem;top:13.875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6smhsBEQ6r84cIadkNyfREQDcz6Dkl { width:5.5rem;height:4.5rem;top:13.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTHU8ovTReQv4Zqd2C7WrBVun7iksSu { width:5.5rem;height:4.5rem;top:13.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXh6729DsHcVU0F1gPu9mnQyPRUATOlK { width:5.5rem;height:4.5rem;top:13.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfw83Mqc3rLULyKO62Q1xxTGe0lRSosy { width:5.5rem;height:4.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGb7Zbqsinb8I6qRT74BOUvwAc29eIG { width:47.75rem;height:1.6875rem;top:3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeHnJiQM9rZMPyPylKedgc4XR9MgtDc { width:35.4375rem;height:2.75rem;top:2.5rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK { display:block; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulm4PvxgA9X5deVs0SaW41TR7mhmkSb7 { width:8.6875rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBTAXzKcRCfZLLcl6vei11PbCys2gq27 { width:47.75rem;height:15.959453405018rem;top:0.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l09WzZRcTmBfg46GEn4oFem68Ax5nc8x { display:block; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHpDQmtQARIGzaT3ITpQQ2p1xJZgBqFN { width:47.75rem;height:4.0742320819112rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Dy3NkWRqNDXqnrHtyV4ALlnHtxKoz9 { width:43.5625rem;height:3.9375rem;top:7.5625rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { width:17rem;height:12.1875rem;top:13.1875rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIU0yTD50pgd1fQio5Jc88zPnqh6O0zg { width:22.5rem;height:22.5rem;top:8rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyddowPHNXo56TalT9bZq55yiWwmPe4T { width:25rem;height:25rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { width:24.5625rem;height:auto;top:6.3125rem;left:20.6875rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { width:24.5625rem;height:auto;top:6.3125rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #aBaiTZUvw8ixR9G6xk4DHTz85EboDkfC {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #UofVxKWZv1q7DdJNqzzmveey0gTTARs1 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #k6LPTecZObGXzr0KsE6VMvth02DrseyT {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #m4Qv2SzGVzVo8NOKNTWc2iTcmWRC6a8O {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #DONIsoUadurKH0vsPNBIditk07fkwNeG { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #rpbGkaEDGhshb6QafyWo2lOhynDPS839 {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX {  }
 }@media only screen and (max-width: 763px) { #GqBoAReTPB7tAtBBTwC3SC2tzQ43onO8 { display:block; }
 }@media only screen and (max-width: 763px) { #QyKZRSrJqJTEQqVtEQQcJx01589CVXGE { display:block; }
 }@media only screen and (max-width: 763px) { #VHxOERsXWnG8onXZgyr0H7yGASmqGwrq { display:block; }
 }@media only screen and (max-width: 763px) { #iKgGNbma8qEEhzny82LbAU5nIh7L6Ocp { display:block; }
 }@media only screen and (max-width: 763px) { #vDgazfLoz6RqMpm2FbItIToeaKM8cI6N { display:block; }
 }@media only screen and (max-width: 763px) { #DFG4TVPxH2sQltduPHNPvASyBDuZKWr9 { display:block; }
 }@media only screen and (max-width: 763px) { #RO8raGK5u6sInvdfsLMvQGvpsSXyWdVO { display:block; }
 }@media only screen and (max-width: 763px) { #Eam5ZknThOETfzcKfc6dziGRhVqJya7f { display:block; }
 }@media only screen and (max-width: 763px) { #qRKNs9lTz5uVeDnb68Oke3LlelxT9SGq { display:block; }
 }@media only screen and (max-width: 763px) { #RqCBkFNPOZ21epvzEpvM2imBqv204U2r { display:block; }
 }@media only screen and (max-width: 763px) { #Tgkl4io1pDr6w01Uu7Fy4M3yZG7VLgs0 { display:block; }
 }@media only screen and (max-width: 763px) { #pHrQ0BzQRrA0dDIP5tB0UwTLDgXfWC9G { display:block; }
 }@media only screen and (max-width: 763px) { #QZEZGk0RLAafyLqLTtNyAa4OKnVpBKCU { display:block; }
 }@media only screen and (max-width: 763px) { #uxRplSfPTEC8Eeb1Gp8tydWQgt1J31NO { display:block; }
 }@media only screen and (max-width: 763px) { #fLsIEyB0mf1sBX7KtmrrkVKZeOJrvITV { display:block; }
 }@media only screen and (max-width: 763px) { #EGhzyaxedM8vNtqQvu6zHLr3dust6mPP { display:block; }
 }@media only screen and (max-width: 763px) { #LWdoHdPnOIOMI9fV0Rw4UUCssudxq8PZ { display:block; }
 }@media only screen and (max-width: 763px) { #PVC5TqbWoXsipPvCSHyIWpWXPKPpcAte { display:block; }
 }@media only screen and (max-width: 763px) { #Sdv8TcxfZuNbi9RpB5Q1hWhrofbtXIui { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d {  }
 }@media only screen and (max-width: 763px) { #JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { width:25.8125rem;height:1.6875rem;top:4.6875rem;left:21.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:47.75rem;height:0.875rem;top:1.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 { display:none; }#gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XybExhzcESlvzxN1wmOWBkBGaWCS14cd { width:5.375rem;height:5.375rem;top:0rem;left:0rem;display:block; }
#XybExhzcESlvzxN1wmOWBkBGaWCS14cd > img { max-width: 100%;max-height:100%; width:5.375rem; height:5.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO { background-color:#01b1cd;background-image:none;display:none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { width:20rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s7Mu2Qzp37wM6mgvc3Bhtw1dAXEkTlSn { width:18.625rem;height:0;top:1.484375rem;left:0.6875rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #loZwgiQpIqGoPcfMoHleiG9EDTyhMxvm { width:20rem;height:1.13720625rem;top:0.87451171875rem;left:0rem;font-size:0.875rem;line-height:1.3;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #e4UFuWswwusO0KT7943QRdzFlrXE4LJa { top:2.13623046875rem;left:0rem;width:20rem;height:1.05615rem;z-index:15002;color:#ffffff;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GXDaPyBWbhqVaObaz2xAtfelOk2M8oWh { top:3.44140625rem;left:0.96875rem;width:18.0625rem;height:1.94921875rem;z-index:15003;text-align:center;text-align-last:center;color:#ffffff;font-family:"helvetica neue";line-height:1.3;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:7.875rem;height:3.4375rem;top:1.09375rem;left:6.3747830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { width:4.0625rem;height:3.75rem;top:0.93750005960463rem;left:15.936415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { width:3.5625rem;height:3.4375rem;top:1.03125rem;left:12.193576872349rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:3.87478125rem;height:2.74956875rem;top:1.4366320371627rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { background-color:transparent;background-image:url("https://images.assets-landingi.com/4WHK7GAp/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.adaptive-delivery-prevent-bg, #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.lazyload, #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.lazyloading { background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { background-color: transparent; background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .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); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvabw6kchkWblANLo88nuwQQXsQgqB98 { width:20rem;height:4.27441875rem;top:3.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { width:17.5rem;height:5.5996125rem;top:8.38134765625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { width:17.4375rem;height:3.75rem;top:18.873046875rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block; }
 }@media only screen and (max-width: 763px) { #XrIP2InXLvlGJZrn25TwR1fFPmyogmcH { width:20rem;height:1.8374rem;top:15.185546875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CWRQAeuBR6HWPl1Pdvx5sHZ8HlUC4fkA { width:19rem;height:16.8125rem;top:25.935546875rem;left:0.5rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ntio0DG4qmTcGb0lA1GVgFIZckooTQRF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0e2e4a, #000000);background-image: -moz-linear-gradient(180deg, #0e2e4a, #000000);background-image: -ms-linear-gradient(180deg, #0e2e4a, #000000);background-image: -o-linear-gradient(180deg, #0e2e4a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2e4a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2e4a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0e2e4a, #000000);background-size:initial !important;display:block; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { background-color: transparent; background-image: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .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); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZpuKh6HawxZfD0igknbDL42V34v9UB4 { width:20rem;height:2.1937125rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUH7PbTtQV6JSoeN9wGRKTd2qWUBJZpR { width:18.75rem;height:0.974825rem;top:10.940755844116rem;left:0.62500005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnnB6JfmW0d6nOqZlElnQW6mWTPlM4Fo { width:18.75rem;height:0.974825rem;top:22.875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8IIgneXuzVUU4F0D8D73wZeaWDcJTN { width:20rem;height:2.1937125rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lAXxTTAFuHnbhIwUsrTcTGkcNruzye { width:18.75rem;height:1.94921875rem;top:34.75rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQUTJ02eWysvmPpmhtsPKLPvhMLcM74 { width:20rem;height:2.1937125rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtFf04afBOtPCc9cxsoFSwAK3GLnr7X { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLftkbf3ximw9GnSGDed8bKeyPQnU0r { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdUaTJMSPPGvTGdL6zaTmeLwEO0lFroK { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { width:9.1875rem;height:2.5rem;top:10rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { width:8.1875rem;height:3.25rem;top:13.8125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaeJAqHKRpeg9araJSucO6E1KEluKsE { width:8.875rem;height:1.8125rem;top:18.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { width:8.0625rem;height:2.5625rem;top:22.125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { width:5.0625rem;height:5.0625rem;top:25.9375rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7fmu3mgizmIXA6Iqv9BNZMUQCn6VpDR { width:12.5rem;height:0.1875rem;top:20.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFfmoKUlCi9g0byAuLXF1ku3k43vCsd2 { width:20rem;height:6.5845464725644rem;top:1.08251953125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { width:13.9365rem;height:4.5rem;top:2.625rem;left:3.03125rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 { display:block; }#EiNQBD3fhWOcZOiXAc6KGI05kKR8TWk2 > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riA1TEF9ubBclIvC1bVCuq3hwLzSOflM { width:20rem;height:20rem;top:14.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #v8d6hGaNmxnGKTdm2Tn2vsNbw7mP4uXP { width:20rem;height:1.4375rem;top:19.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15003;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #sBJraHVhbGfws3FeLTXlhUFQBkn7G2zl { width:16.25rem;height:0.125rem;top:36.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgKgOxCTWS4if1SpOMfWIsHIRbhDqpZz { width:20rem;height:3.375rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDAXm4nM4NZozyoAhlvcH2r6M6iF4Ary { top:70.07421875rem;left:2.15625rem;width:15.6875rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ne5cULrdeFKWX91yH81oe7yc9mPfEe { display:block; }
 }@media only screen and (max-width: 763px) { #VvQkO6JTwXEbncOhZsiaDkWdHCRPwiU7 { height:11.25rem;width:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC79VMxg7ZZoMHB9MfsqvNKsQeTlrmDZ { width:20rem;height:0.8125rem;top:34.9375rem;left:0rem;z-index:14999;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwS03uBqI8sMcvwuPFv4CzwxcWrw3i46 { width:18.75rem;height:6rem;top:53.29638671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq { width:17.4375rem;height:11.234875rem;top:40.9140625rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#ZaQweVoBOOqHXWbfcdT74SI1QVL9TAvq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
 }@media only screen and (max-width: 763px) { #pJEZVK0o1oDnmAELBwZ3Mo5wyIfUqNsW { width:18.75rem;height:8.3125rem;top:60.48388671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT27Mfn6seJsyIyku26mSPT01FWAGs7M { display:block; }#NT27Mfn6seJsyIyku26mSPT01FWAGs7M > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J68FkgetzWnT5Jz4qQulV8egL2gNTMeU { width:20rem;height:20rem;top:1.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MP85BZLtp62vb2IRWOcGQ4zlVsQzTpT6 { width:20rem;height:1.4375rem;top:19.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15003;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #pJ4CE7n3DM6TfrNPVp5MCz1nnNuGCaJm { width:16.25rem;height:0.125rem;top:36.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd67cIwPA0wLuynl1bR6mhWAtXsXA5Eo { width:20rem;height:3.375rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D48MDykgSPe3F1zg33mok2OsnwG383db { top:35.4375rem;left:2.15625rem;width:15.6875rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKUkd08XVrZ02cpGnc7hKRiQrfFrWolR { display:block; }
 }@media only screen and (max-width: 763px) { #sTFaPlR4dbBoNMLQdWTmSSmTcubRxz3o { width:20rem;height:0.8125rem;top:21.875rem;left:0rem;z-index:14999;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 { width:16rem;height:6.048825rem;top:28.125rem;left:2rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#iZPKX3Tx5VyD4dK8ZiZ6tLnIXLwlzUo7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
 }@media only screen and (max-width: 763px) { #zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL { display:block; }#zCrf7tsVFVlwcG4ZWqWJDMTR2RnLhGpL > .row .container { width:20rem;height:102.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKlJ5EIGKmUb4NFwSpwyEFCdNbS1E1tD { width:20rem;height:20rem;top:0.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zTqKhMiuUfnTcH3rbyHvMdL23pIMXyoq { width:20rem;height:1.4375rem;top:19.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15003;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #ByJ8IORboxKx6K3nZaXCslbz5Mb1rfPA { width:16.25rem;height:0.125rem;top:36.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcTOdTG2S3e7qVMgF68aZW5HTMi3Cp5D { width:17.375rem;height:5.0625rem;top:21.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq { width:18.0625rem;height:11.734875rem;top:28.375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#DoHhEDO7JgctgCVkFTPqRCNZVgPifLBq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JmJSeJF5/checked_%281%29.png); }
 }@media only screen and (max-width: 763px) { #ABJNTnoENwIJxGt0zVp993boiHFKdetE { top:41.63671875rem;left:2.15625rem;width:15.6875rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KniDbaI2WPd8OuTTHmK7OBvQxwiR2oKc { display:block; }
 }@media only screen and (max-width: 763px) { #avvB5tlK1RiLAQcTmmHlH5ByvIXzQCTb { width:11.875rem;height:9.875rem;top:48.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5lRXVJXhXzFxRSqntXmlPxowhUsENn3 { width:18.125rem;height:0.8125rem;top:56.3125rem;left:0.9375rem;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsS9RvDIKW6GkZn2pL1xPDIdPEDT6CCI { width:14.375rem;height:0.125rem;top:82.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma8V7Nh7SWTAUtRuWxWQy9S646IkNs2E { width:16.75rem;height:3.1494125rem;top:60.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ9ogzwICg4B7dPyKbundZcTTcrZu4pR { width:16.0625rem;height:4.19921875rem;top:76.625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXS864yJvzZMmSvv4awTsA08t9Nyv4dT { width:14.375rem;height:1.85595625rem;top:73.9375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #belwM8JmS4E0GShoS3H9EAh2dwKWuS8q { width:18.125rem;height:0.8125rem;top:72.5rem;left:0.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH8i2f0p1gTZseRr0k9cckWPaxfU8rwT { width:14.375rem;height:0.125rem;top:125.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbi55kSIw6L1UyiJlPpyAfIk5RAMI2gC { width:18.4375rem;height:4.19921875rem;top:93.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAEDtZegcxyTc5lywGDCJxWvk5SWZ4FU { width:20rem;height:1.85595625rem;top:91.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S5QvcLH9R3oG3LyDMWzo3eHXg1oAEiqm { width:18.125rem;height:0.8125rem;top:90.0625rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #esvTXVD2s6uFu9GETl1qU09Ryw86inGB { width:14.375rem;height:0.125rem;top:168.4375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgMsuVc9sVUXC1i7WJpzH0ZCcky2qfUv { width:11.875rem;height:9.875rem;top:82.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z06iBL8IrWyPIexgzAZJoIgxT25hPftS { width:11.875rem;height:9.875rem;top:65.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCvJJuuMEa3pCCOOt4t4uvWo4AvUz2H { width:16.875rem;height:1.85595625rem;top:57.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15033;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VllmcBRN7gHv7T792N42WkWiCqZ7KHyX { width:20rem;height:0.8125rem;top:20.3125rem;left:0rem;z-index:14999;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { width:20rem;height:4.26171875rem;top:3.58984375rem;left:0rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sz6ROwBDD7rkuQbL4QURMyR0bwAg3CkL { width:17.5625rem;height:6.499025rem;top:8.4765625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRiSnzAWy0r4uX9z48BU6VG46rEp4CoH { width:18.3125rem;height:1.5rem;top:8.3623046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNXe7CTbuNzx5wn57yeCEHPRVkhc5m9 { width:6.9375rem;height:1.5rem;top:9.6875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 { display:block; }#uE87KCsSJN8yrLZS5p8TvFQaOvLDvyV4 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O77nihq3pkdzcSCE7gupqrcobgqtDLpB { width:15.375rem;height:2.47411875rem;top:8.875rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUhI4GmHGnsxZ3HosVKdDTBt4Tei0Ha { width:18.125rem;height:5.84765625rem;top:11.721351623535rem;left:0.93663197755812rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1z5NkKkczyqrRw0lHewX6ZZ8GM7yXyE { width:6.25rem;height:6.25rem;top:1.25rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMfdJfSCeNqBXdAfLEHE4sCEcEN6fBT { width:18.125rem;height:3.8984375rem;top:29.90966796875rem;left:0.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOtqhILXME7cpIxTO1PWXT5P7CBkoOA { width:16.3125rem;height:1.6494125rem;top:27.81103515625rem;left:1.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxS31rLyJNz7Nx886W96uizvDxFWOB9 { width:6.25rem;height:6.25rem;top:20.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmz3fPez5F7RVIDNSNF5DKUb8wlVNC8 { width:18.125rem;height:4.87305rem;top:47.22216796875rem;left:0.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHuCn4ZhUvTOiv87Fza0oA3uOdvvz0WV { width:11.5625rem;height:2.47411875rem;top:44.24853515625rem;left:4.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sClgZUnO5JcoibEA1ho6SsyGftEDsg { width:6.25rem;height:6.25rem;top:36.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTlC0RQB4FW6Qf6kpLaRPPoh6h9tx8pa { width:8.125rem;height:8.125rem;top:0.3125rem;left:5.9374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDHCT0AOfslMUuyeNUkkgxC81s26yDnB { width:8.125rem;height:8.125rem;top:19.248046875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkUDkJzH63BO6aV2iBQhnuCTdW1bukbf { width:8.125rem;height:8.125rem;top:35.43701171875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl { display:block; }#WCt8zR0Hkt8egn9oL3oFnw9SJMzAKQQl > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDc5ZrVcUtDnNqa3cLkw90T4WbEHocIl { width:19.625rem;height:3.75rem;top:1.5625rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW76bGAT4ygfplvMkeyoZPVaSnU3Xh4t { display:block; }
 }@media only screen and (max-width: 763px) { #wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k { display:block; }#wL7MucmLaHWlS3M4rVVUODX2Fgt28w7k > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADbXbOqbeZPM3gF7gQ00kUpEOCVTN8Fc { width:11.4375rem;height:4.26171875rem;top:2.337890625rem;left:4.28125rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 { display:block; }#vr8h3CpV7wCVc9Qwg6tRusIBBv6k7ro8 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbpmuexOF1auJfSxf9eWuuZ2UABq767P { width:20rem;height:9.2914979757088rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIdEHTI66vzPP7IMwEbtitoVGe2k9kiU { top:0rem;left:0rem;width:20rem;height:35.5rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy { display:block; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9Bf4Jr950WJKfser6rrF6ABBf4OcThF { width:8.1875rem;height:3.4121125rem;top:3.8376741409302rem;left:1.8125000596046rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdpTBwTl7RRzwGIdNovhcrkuPsQE027G { width:10.375rem;height:1.70605625rem;top:5.1901044845581rem;left:3.7499998211861rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmCXWzNufgsOkL23fy6pimV1Nk0gMT8U { width:20rem;height:2.1937125rem;top:7.1874942779544rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBKJWXUTzfWEBxkywhxQfVcuwgn6oo7 { width:16.3125rem;height:1.462675rem;top:9.3784723281863rem;left:1.8437500596046rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QPL73J5AKKWR78ZTsy6c3doBeUgidZSE { width:11.625rem;height:0.974825rem;top:11.215277671814rem;left:4.6866319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eokIOEUeMZ8fqwUsDJ0fTN1c1NI7xUxI { width:6.25rem;height:6.25rem;top:20.730035781861rem;left:9.3750002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsbbnF7SxcybV72EoWyKh7qGHyoIq1ET { width:3.125rem;height:3.125rem;top:3.2925348281861rem;left:10.625000298023rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh { display:block; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlrCmK96uStvP5EC8AcTMrukvDTV9U63 { width:20rem;height:22.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XgevORAUvltuqi9bLSJbKU8nmWJSfM { width:17.3125rem;height:4.19921875rem;top:11.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPw5JssLRb2k5ntHg4eBhKraQSzeNE3t { width:20rem;height:1.8374rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvvaRPdUVsFWOxy3Nkduz4cHGm5WIZL { width:15.625rem;height:11.25rem;top:17.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJv6BkoxmTzR0fkSAwggUnMKzOzMcL3i { width:20rem;height:22.5rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAbyfSzETgJVLgQibsRXWTcEnfyhROd { width:13.5625rem;height:11.25rem;top:41.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvOxzhRhquin9WCxT32VimPbIhiFcXw { width:18.375rem;height:4.19921875rem;top:36.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntZBa2cof2MGSVJHHBHqXt6K1dyTo51E { width:14.875rem;height:2.88671875rem;top:32.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEaCrkoyfb7T990R3TNyFDJwZd8ZID4 { width:20rem;height:22.5rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXFwr8384cwzlTZsc2smstsXRhMlszU { width:16.5rem;height:11.0625rem;top:64.87500190735rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cCMLuEQ5lsO5hpG0BKr5pOlkfIMD5s { width:17.6875rem;height:5.249025rem;top:59.3134765625rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0flvOWnOJIsL0xDGXSmz2fPS0dCTfp0 { width:19.375rem;height:1.4433625rem;top:57.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoaD4SuKkcbKIMgCKdnm69tNvIo31yQl { width:20rem;height:4.3994125rem;top:1.875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r5bezZRL3GOiZyzAiABEZPNwGdvCOmEP { width:17rem;height:3.25rem;top:79.1875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXfCB2on1A9pvtG6ACtid68th7ycyrfS { display:block; }
 }@media only screen and (max-width: 763px) { #ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { border-width: 0; border-radius: 0; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { width:20rem;height:8.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { width:18.3125rem;height:6.5rem;top:2.11767578125rem;left:0.84375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v { display:block; }#PMqGPluKrvtmdGw3PAcJqnoyEAod2t2v > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VToRQ2emqkaQnNrwslVAuLo7HhHE6UGH { height:11.0390625rem;width:19.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XShm3oWPHGLVNsI0WgZf2pLHUUhnDMCl { width:20rem;height:6rem;top:13.5390625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi { display:block; }#fulGDEA5i9TpzV7GIiif0Lo1SVhVCWbi > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nxfi0PSr5ty8wE9QmoKhlht8lO10Kgf5 { width:16.375rem;height:6.5rem;top:4.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnMTWy0tb0MZXwNZbDdhv0yHTXkZvIf { width:16.25rem;height:0.125rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2T5Sa8SdQfvpxAuf0ZlszQsOBpxnCDV { width:14.8125rem;height:1.6875rem;top:2.5rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vTovmTgani7B7LB6T2k8MAXNSsaCAF { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF8qt7Lhtg3BGThil2DZl2gDUUqTx8NF { width:13.125rem;height:0.125rem;top:11.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbGQsupcT47t2bdr7oQMvud92DzZU1pa { background-color:#fafafa;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; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { background-color: transparent; background-image: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .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); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { border-width: 0; border-radius: 0; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCT42QssGWGpZdRyghQq1SVDAz0lF3CX { width:18.75rem;height:2.88671875rem;top:9.375rem;left:0.62413197755814rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fBOoR8rPHfgDL2KF0f8V8sDPfCtKBW { width:18.75rem;height:4.87305rem;top:12.885416030884rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I99tbUAcTKg2xqLSrFySaXFk4Ph8NBLH { width:18.75rem;height:5.84765625rem;top:31.618068695068rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21R2PgfLp0RALO1pIntK7TgHiDCTlSh { width:20rem;height:2.88671875rem;top:28.106771469116rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He3FbhG754QU2OfmtePzban9RywnaxyW { width:18.75rem;height:3.8984375rem;top:51.3125rem;left:0.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KWV9NqqW3tiVFhRGrkHmIWVscI5gO8 { width:16.25rem;height:2.88671875rem;top:47.80078125rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eDsaUDAhZThqhkyOyeZt9VDil8KiCL { width:6.25rem;height:6.25rem;top:40.14208984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grQBflwSb9iCce8BkWPu6m5Jvpa9Zzkk { width:6.25rem;height:6.25rem;top:20.606771469116rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2G4eUgbHvh8DKXIFhO8lQfzc0BSlnq0 { width:6.25rem;height:6.25rem;top:1.875rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { background-color:#fafafa;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; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { background-color: transparent; background-image: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .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); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { border-width: 0; border-radius: 0; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ3kLAMWN5fE4t83lT0anDWU1J9yFg1u { width:17.4375rem;height:5.7734375rem;top:8.1250009536744rem;left:1.2803819775581rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96URmR4haidKULuO8w1WoZpf522L1RD { width:18.75rem;height:7.796875rem;top:14.63623046875rem;left:0.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObL5pEWp4n9FnTSaRU05BAsdfzmCAkf9 { width:18.75rem;height:7.796875rem;top:36.00341796875rem;left:0.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8WP9RP6rgT2zbztBnT3hFtMIcyvGbpm { width:20rem;height:2.886725rem;top:32.49267578125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnKD4RBQ5Sip1T0AVPzGAyl4t5UWgdT { width:18.75rem;height:6.82225rem;top:57.6630859375rem;left:0.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNV0VT3oXFsZXkexBkLyOeqoZX6wHRak { width:16.25rem;height:2.886725rem;top:54.15185546875rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNVPAWdnvL0Hq26UDBstxVvTIffQcSw { width:6.25rem;height:6.25rem;top:46.65185546875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnxN1hAxutaRtWXTawBNeqWyHl1XiRB { width:6.25rem;height:6.25rem;top:25.208984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedJHx0q2O5p1y1XzcG1bf5vOe9lm7US { width:6.25rem;height:6.25rem;top:0.625rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { display:block; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { width:20rem;height:5.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RadgUS7NnCVJh498xvEpZZK18mkdM4A3 { width:19rem;height:3.75rem;top:0.625rem;left:0.49913197755814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVA3l4sI4TJFRaVa1C4kyoZdiQRr1wNK { display:block; }
 }@media only screen and (max-width: 763px) { #gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { display:block; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl { display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SANtxgwGTecxOk3BvGybeffR4L9nIVmg { width:16.3125rem;height:1.4624rem;top:4.00390625rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yomuwBfqkSne6aQnBZ4X4w2D6MhZ8K7S { width:14.125rem;height:2.923825rem;top:6.1475687026978rem;left:2.9375000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDF1RQr0X3q7ohaU1nXQCMAGNcT5ukcA { width:20rem;height:2.1937125rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX { display:block; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkTkXfxOpCCxQg03adiIBfXm5ShPwSGJ { width:3.75rem;height:3.0625rem;top:5.6875rem;left:15.624999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ERaDc6NBWBCJRwQlBwTX8oPsIzzpcb { width:3.75rem;height:3.0625rem;top:13.062492370606rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO0waAbdATtDerpWnHSyb6MksMmIiLVz { width:3.75rem;height:3.0625rem;top:5.6875rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbJRFcklTUxZBoFdeRrL32zbleBtDK2T { width:3.75rem;height:3.0625rem;top:5.6875rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpTqzrSNuRnQbJ1GHWkqUePZ3Ox3P85s { width:3.75rem;height:3.0625rem;top:5.6875rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQbhU4hadC5yNTDGQAIDFtd3xsu2neW { width:3.75rem;height:3.0625rem;top:13.062492370606rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6smhsBEQ6r84cIadkNyfREQDcz6Dkl { width:3.75rem;height:3.0625rem;top:9.375rem;left:15.624999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTHU8ovTReQv4Zqd2C7WrBVun7iksSu { width:3.75rem;height:3.0625rem;top:9.375rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXh6729DsHcVU0F1gPu9mnQyPRUATOlK { width:3.75rem;height:3.0625rem;top:9.375rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfw83Mqc3rLULyKO62Q1xxTGe0lRSosy { width:3.75rem;height:3.0625rem;top:9.375rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGb7Zbqsinb8I6qRT74BOUvwAc29eIG { width:20rem;height:0.974825rem;top:2.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeHnJiQM9rZMPyPylKedgc4XR9MgtDc { width:17.9375rem;height:2.0625rem;top:1.875rem;left:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK { background-color:#000000;background-image:none;display:block; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container { background-color: transparent; background-image: none; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container > .video-iframe-container { display: none; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row > .video-iframe-container { display: none; }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .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); }#ZQqxu6rpzG5P9rV8rwX0kq7x9EU1grMK > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulm4PvxgA9X5deVs0SaW41TR7mhmkSb7 { top:0rem;left:0.28125rem;width:19.4375rem;height:14.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RBTAXzKcRCfZLLcl6vei11PbCys2gq27 { width:18.75rem;height:6.375rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l09WzZRcTmBfg46GEn4oFem68Ax5nc8x { display:block; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHpDQmtQARIGzaT3ITpQQ2p1xJZgBqFN { width:20rem;height:1.7064846416382rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Dy3NkWRqNDXqnrHtyV4ALlnHtxKoz9 { width:20rem;height:4.875rem;top:3.95605625rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { width:15.5625rem;height:4.38720625rem;top:2.4375rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIU0yTD50pgd1fQio5Jc88zPnqh6O0zg { width:17.125rem;height:8.8125rem;top:1.875rem;left:1.4375rem;box-shadow: none;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LyddowPHNXo56TalT9bZq55yiWwmPe4T { width:20rem;height:25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.31);box-shadow: 0.125rem 0.125rem 0.5rem rgba(1,177,205,0.48) ; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:first-of-type{padding-top:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:last-of-type{padding-bottom:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { width:17.5rem;height:auto;top:8.125rem;left:0rem;z-index:15012; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { width:17.5rem;height:auto;top:8.125rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #aBaiTZUvw8ixR9G6xk4DHTz85EboDkfC {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #UofVxKWZv1q7DdJNqzzmveey0gTTARs1 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #k6LPTecZObGXzr0KsE6VMvth02DrseyT {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #m4Qv2SzGVzVo8NOKNTWc2iTcmWRC6a8O {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #DONIsoUadurKH0vsPNBIditk07fkwNeG { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #rpbGkaEDGhshb6QafyWo2lOhynDPS839 {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX {  }
 }@media only screen and (max-width: 763px) { #GqBoAReTPB7tAtBBTwC3SC2tzQ43onO8 { display:block; }
 }@media only screen and (max-width: 763px) { #QyKZRSrJqJTEQqVtEQQcJx01589CVXGE { display:block; }
 }@media only screen and (max-width: 763px) { #VHxOERsXWnG8onXZgyr0H7yGASmqGwrq { display:block; }
 }@media only screen and (max-width: 763px) { #iKgGNbma8qEEhzny82LbAU5nIh7L6Ocp { display:block; }
 }@media only screen and (max-width: 763px) { #vDgazfLoz6RqMpm2FbItIToeaKM8cI6N { display:block; }
 }@media only screen and (max-width: 763px) { #DFG4TVPxH2sQltduPHNPvASyBDuZKWr9 { display:block; }
 }@media only screen and (max-width: 763px) { #RO8raGK5u6sInvdfsLMvQGvpsSXyWdVO { display:block; }
 }@media only screen and (max-width: 763px) { #Eam5ZknThOETfzcKfc6dziGRhVqJya7f { display:block; }
 }@media only screen and (max-width: 763px) { #qRKNs9lTz5uVeDnb68Oke3LlelxT9SGq { display:block; }
 }@media only screen and (max-width: 763px) { #RqCBkFNPOZ21epvzEpvM2imBqv204U2r { display:block; }
 }@media only screen and (max-width: 763px) { #Tgkl4io1pDr6w01Uu7Fy4M3yZG7VLgs0 { display:block; }
 }@media only screen and (max-width: 763px) { #pHrQ0BzQRrA0dDIP5tB0UwTLDgXfWC9G { display:block; }
 }@media only screen and (max-width: 763px) { #QZEZGk0RLAafyLqLTtNyAa4OKnVpBKCU { display:block; }
 }@media only screen and (max-width: 763px) { #uxRplSfPTEC8Eeb1Gp8tydWQgt1J31NO { display:block; }
 }@media only screen and (max-width: 763px) { #fLsIEyB0mf1sBX7KtmrrkVKZeOJrvITV { display:block; }
 }@media only screen and (max-width: 763px) { #EGhzyaxedM8vNtqQvu6zHLr3dust6mPP { display:block; }
 }@media only screen and (max-width: 763px) { #LWdoHdPnOIOMI9fV0Rw4UUCssudxq8PZ { display:block; }
 }@media only screen and (max-width: 763px) { #PVC5TqbWoXsipPvCSHyIWpWXPKPpcAte { display:block; }
 }@media only screen and (max-width: 763px) { #Sdv8TcxfZuNbi9RpB5Q1hWhrofbtXIui { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d {  }
 }@media only screen and (max-width: 763px) { #JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { width:20rem;height:1.05615rem;top:7.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#01b1cd;display:block; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#gkhUeBLi8R0u61M2PgiK50A8hvXsnXN1 > .row .container { width:20rem;background-color:transparent;background-image:none;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XybExhzcESlvzxN1wmOWBkBGaWCS14cd { top:0rem;left:0rem;width:4rem;height:4rem;z-index:15017;display:block; }
#XybExhzcESlvzxN1wmOWBkBGaWCS14cd > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }