.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:255,245,218;--color-primary-1:255,220,132;--color-primary-2:255,185,9;--color-primary-3:128,93,5;--color-primary-4:38,28,1;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:0,11,19;--color-tertiary-0:255,255,255;--color-tertiary-1:123,123,123;--color-tertiary-2:117,117,117;--color-tertiary-3:0,3,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h { 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;z-index:auto;display:block; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container { background-color: transparent; background-image: none; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container > .video-iframe-container { display: none; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row > .video-iframe-container { display: none; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .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); }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container { border-width: 0; border-radius: 0; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#bFcyVBMKeb0hnmHFX9F1FrqAoM3gIwLu { 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:1.8125rem;width:10.875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#IX98vWIJqyTlQA4UfsGNSXK5Z1dxOGwL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.5625rem;left:49.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ADe0ibUIRpz5meTTfyeanMzTHg8Wc3LQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:3.8125rem;left:68rem;display:block; }
#U39BnUcxwnTox6ePQgZo3pwII4cJIhxn { background-color:transparent;background-image:none;border-top:0.375rem solid rgba(0,0,0,0);border-left:0.375rem solid rgba(0,0,0,0);border-right:0.375rem solid rgba(0,0,0,0);border-bottom:0.375rem solid rgba(0,0,0,0);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.72916625rem;height:2.54166625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:67.3125rem;display:block; }
#PnsHbOsUc7TrA8duuKTCt1m2tqtUNIGP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnrs2u7QuE8KHJS8cz0quf3EpTw01ZSF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:2.875rem;left:68rem;display:block; }
#r1PmohOdZRWl060PwJ1X0etEJAZqZBay { 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:3.625rem;width:12.5rem;top:13.625rem;left:17.6875rem;overflow:hidden;display:none; }
#IZEildUSdHgyRWLwSqpZWAT1n5ccT1wc { position:absolute;display:block;z-index:15007;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.625rem;width:12.5rem;top:13.625rem;left:1.875rem;overflow:hidden;display:none; }
#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/930d4ae5-a8d6-4216-b5e4-eecfc814ff41/hero.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA.adaptive-delivery-prevent-bg, #KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA.lazyload, #KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA.lazyloading { background-image: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { background-color: transparent; background-image: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container > .video-iframe-container { display: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row > .video-iframe-container { display: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .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); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { border-width: 0; border-radius: 0; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#ro5dHJmpiQfWEehDZUQeVW5AH2l1dsZv { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:0rem;height:7.0498125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MWKCAcwt9IQ3ukKiW8bOMHX55RCIss8U { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:13.5rem;left:3.125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#duNHtdOAUoH6iiPJPForo5wQErBEDbcw { position:absolute;display:block;z-index:14998;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:0.375rem;width:13.375rem;top:10.9375rem;left:3.75rem;display:block; }
#q953EU1WXHMieJ4lX4rW7cwKxWVme8T9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.5625rem;left:3.125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfwDSBXIm0VAMFznBZe58GfEZkgd5voS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.625rem;left:3.125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XMNruGyKTZ9iVDsgPhppLTPPKGL94nEr { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:13.5rem;left:0.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KN5XhMNtQNSUEcR54W98UbXWgSi4hafp { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#060a0e;background-image:none;top:13.3125rem;left:0rem;display:block; }
#eAQZJ1backAqgQvPfrT8NzRuDfIOKvR7 { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#060a0e;background-image:none;top:16.4375rem;left:0rem;display:block; }
#TIXpGn7bvJ9I6KWmuxDdERIeiq9lOtGv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:16.625rem;left:0.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRTLCeqeBHHi9J3ZNWXJ8HAMm6iuMq3S { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#060a0e;background-image:none;top:19.4375rem;left:0rem;display:block; }
#eziFfM9G4KfJHQRWVEUdhQTS8Sx9P15h { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:19.625rem;left:0.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOrnVCqUeW0r0z5X1SdFC3CVmBxcd7Mg { position:absolute;display:block;z-index:15022;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.5625rem;width:29.875rem;top:25.375rem;left:1.125rem;overflow:hidden;display:block; }
#eefSnNhVV2oweKDQx2Jp4F79bqTRdtWX { box-sizing:content-box;height:3.6875rem;width:32.4375rem;position:absolute;display:block;z-index:14997;background-color:#f1f1f1;background-image:none;top:24.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#NKoy9XCaZR6m1tqUvqU8DmvIGmKCIOAi { 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:9.3125rem;width:9.3125rem;top:22rem;left:65.6875rem;overflow:hidden;display:block; }
#ZDZmeFwWM61BZJ0iTlUnKzoM3ivlnU7l { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:20.375rem;left:66.3125rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6xiysEp46wHF2rVF4s5ElHdzD6alguP { box-sizing:content-box;height:5.3125rem;width:9.3125rem;position:absolute;display:block;z-index:14998;background-color:#060a0e;background-image:none;top:19.625rem;left:65.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#MkwgmVBcVyAG0NqRwJtJbWFUy6UIByNP { 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:1.8125rem;width:10.875rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
#qNpdK0Fm0SqkdLkpFnKxye1ufuhBiJJB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uQVH9AivTgQBJBndWHlTNK5dZitcAfDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6HXqfddHVVp329zGyHDsNECigLwQT2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c1aacc5-c31c-4ba4-83e2-0403839ba200/Hero.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F.adaptive-delivery-prevent-bg, #R6HXqfddHVVp329zGyHDsNECigLwQT2F.lazyload, #R6HXqfddHVVp329zGyHDsNECigLwQT2F.lazyloading { background-image: none; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row .container { border-width: 0; border-radius: 0; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:none; }#FuBQbWTQKeTe0fdf3OlIcEAuAvm3gIqW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.5625rem;left:0rem;height:6.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hgsmfmQaReT7WeHrHMozBAOlWUD7gck2 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:16.8125rem;left:0rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NNTHLV39LOgP7MQTx4c2VTMWBXsxnFDO { position:absolute;display:block;z-index:14998;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:0.3125rem;width:16.875rem;top:14.5625rem;left:21.75rem;display:block; }
#sXttuVp8EMdSdwlsk0cC7TKs3BdgmJlb { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4d4db;border-left:0.0625rem solid #d4d4db;border-right:0.0625rem solid #d4d4db;border-bottom:0.0625rem solid #d4d4db;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:7.249375rem;width:33.6870625rem;top:23.776042938233rem;left:0rem;display:block; }
#rLgTK8C4eOTptSEZ3tyhmSBkpVr7OWi2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.998956680298rem;left:2.6875rem;height:1.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lkBTFUUbDT0xCyQd8EeTUXSeB6ztoPff { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.672916412354rem;left:15.222917556762rem;height:1.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gs2KILMthWcbSSI9sO0oHyKGF1K9Wbyd { 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:3.6875rem;width:12.8125rem;top:25.6875rem;left:2.6875rem;overflow:hidden;display:block; }
#c8PlXnacTgIRHMbssX0e9yFoZDafrOIU { position:absolute;display:block;z-index:15007;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.6875rem;width:12.5625rem;top:25.686849594116rem;left:18.624132156372rem;overflow:hidden;display:block; }
#n9HTrBD7rLK95q95WQIO4cqK8Zpfs3TT { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4d4db;border-left:0.0625rem solid #d4d4db;border-right:0.0625rem solid #d4d4db;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.625rem;width:15.0625rem;top:22.5rem;left:1.5rem;display:block; }
#bcqXFFQazBg1OuxPugxwdTKzmh7Iu3DB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:1.6875rem;width:14.9375rem;top:23.0625rem;left:1.625rem;display:block; }
#rSMC2mtzSGCK5qxaaK0Ll9zuCs6MmA7C { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:32.9375rem;top:32.375rem;left:0.4375rem;overflow:hidden;display:block; }
#gEOvkSnywpuTpgphUpnnZTXhubacdTUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04dfdde2-0456-4101-8410-a8d53c0302fb/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa.adaptive-delivery-prevent-bg, #gEOvkSnywpuTpgphUpnnZTXhubacdTUa.lazyload, #gEOvkSnywpuTpgphUpnnZTXhubacdTUa.lazyloading { background-image: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { background-color: transparent; background-image: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container > .video-iframe-container { display: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row > .video-iframe-container { display: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .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); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { border-width: 0; border-radius: 0; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ { position:relative;display:block; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ { background-color: transparent; background-image: none; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row .container > .video-iframe-container { display: none; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row > .video-iframe-container { display: none; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .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); }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ { border-width: 0; border-radius: 0; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Frna5im61EtNmssRAaEqaokBwMSHhcT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2rem;left:16.75rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aT4xuLEzL4ampy6KZA0Ot2hFZPz5MGsV { position:absolute;display:block;z-index:15016;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:0.375rem;width:9.75rem;top:4.0625rem;left:18.75rem;display:block; }
#WgnXh363sH0GIKelHebp4uHJsRXESn15 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:9.0625rem;left:3.625rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#y6ia6U2B6a4xuGqFVLepF9zVAXiD70W7 { position:absolute;display:block;z-index:15017;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.25rem;width:2.5625rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#bRWUHzFyD1k97BGySGEIXz0d9ooHRK3n { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12rem;left:3.625rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RtAHM4IhQGpi8oBC0a1x6XzHfkr1hskD { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.4375rem;left:3.625rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Du3mteFhQ2BLrPKoOmAiSlTTQdsScrnD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:19.5rem;left:3.625rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GWpfTRO4TZSWFqkU0CkB1dxhENgBLxP8 { position:absolute;display:block;z-index:15020;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.9375rem;width:2.6875rem;top:18.75rem;left:0rem;overflow:hidden;display:block; }
#wREaTsAyBAiKqCOy8TnDCwiO0hezLzoO { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.4375rem;left:3.625rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GJvIaVvaxkG7zaqSlpqzbfl2VW9EgDCk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:29.5rem;left:3.625rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hN5WXXlbJJcKdTOis5uiuI1CgeI60ThR { position:absolute;display:block;z-index:15023;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:3rem;width:2.5625rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#NHZD4bIXZShhkF2fKlvJPR7vihGJAC44 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.5625rem;width:41.6875rem;top:10.0625rem;left:33.3125rem;display:block; }
#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 { position:relative;display:block; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 { background-color: transparent; background-image: none; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row .container > .video-iframe-container { display: none; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row > .video-iframe-container { display: none; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .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); }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 { border-width: 0; border-radius: 0; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M1gKq2DQFbDHyOQnApGNFdU5wsTfnqpi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.0625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VELnawwbQ3wkQGDxIeyygK81V0Veecq4 { position:absolute;display:block;z-index:15007;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.625rem;width:12.5rem;top:13.625rem;left:1.875rem;overflow:hidden;display:block; }
#L4iT3DuhLFXT3xkcGuTmTEcRqeeAxQAS { 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:3.625rem;width:12.5rem;top:13.625rem;left:17.6875rem;overflow:hidden;display:block; }
#ZO5EOUEN2IIeVqwuaWFfsuKneXVyiE8e { 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:11.3125rem;width:11.3125rem;top:6.0625rem;left:61.3125rem;overflow:hidden;display:block; }
#GSa9426t5qQh7xywKnm4mUNkwyR5ZaM2 { box-sizing:content-box;height:15.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f1f1f1, #efefef);background-image: -moz-linear-gradient(45deg, #f1f1f1, #efefef);background-image: -ms-linear-gradient(45deg, #f1f1f1, #efefef);background-image: -o-linear-gradient(45deg, #f1f1f1, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#efefef' );";background-image: linear-gradient(45deg, #f1f1f1, #efefef);background-size:auto !important;top:4.0625rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#WfqNwSKGGJOXAvNpePg7N1TXFTO9e9fc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:14.5rem;left:13.4375rem;height:1.80013125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cTtUrgkcE60hGelsFZULA9vwggEFHvBH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.625rem;width:33.0625rem;top:4rem;left:41.9375rem;overflow:hidden;display:block; }
#orst9zuHrUop1VvGw9OyMU3l1k7hWXUw { 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:50.875rem;width:75rem;display:none; }
#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 { position:relative;display:block; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 { background-color: transparent; background-image: none; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row .container > .video-iframe-container { display: none; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row > .video-iframe-container { display: none; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .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); }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 { border-width: 0; border-radius: 0; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AUlJZ2iW8zCsk4VqBWwU5P7g6v5Br3r1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:15.28125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oDFoD8wd8ULLRMX6s6ORC42cVsqLpLxC { position:absolute;display:block;z-index:15018;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:0.375rem;width:16.8125rem;top:6.5000009536744rem;left:22.25rem;display:block; }
#pZITK8i3ftXTcbJE5QbikQwiXIA4hI5s { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:10.6875rem;left:3.875rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dDJOvOM4oqu8UOSb6QFZMtEOuOTPaSH3 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13rem;left:3.875rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rmaLQlh5Q2MdEAHROGMSr0i9rnVrGTCL { position:absolute;display:block;z-index:15021;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.25rem;width:2.5625rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#naW79atRAtGRw30ufQ4rI6V6TNlQS721 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:19.4375rem;left:3.875rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WClx1vga5IxfNL893ovLfQGz6Vcc46Hy { color:rgba(var(--color-tertiary-2),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.8125rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mn8mPW5vppSt0X1G1mWfCvJXMFQvtBHN { position:absolute;display:block;z-index:15023;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.25rem;width:2.9375rem;top:18.625rem;left:0rem;overflow:hidden;display:block; }
#iz7UxKBFZ01sZiB343rUeHT6c4vdThRW { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.875rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D5hOKfLGrZQ04nTa9HewGEWFVBLD0d8c { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:28.4375rem;left:3.875rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SvXs5hu88oyn5hCMGc0Q5FmFB07uEM5r { position:absolute;display:block;z-index:15026;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.25rem;width:2.8125rem;top:27.6875rem;left:0rem;overflow:hidden;display:block; }
#TNIrmPwbGHHHDNX0CrgsVeJvxs0949iR { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13rem;left:45.3125rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fuaUQe1ZLKSp6nTiv9CD6UegwHFCDWVb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:10.6875rem;left:45.0625rem;height:1.6499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TrSHsGTnn975dSwzkkEL01pnyOvAGZZM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:10.75rem;left:45.3125rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T1h5i80gLaadrTXHWnU4iHTG9bxge0N7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.875rem;top:9.875rem;left:41.4375rem;overflow:hidden;display:block; }
#mzkTdqayT1moTQsSSaZkWuXhOWwqtBTg { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:21.875rem;left:45.3125rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#upDKkL0lzVHtbtJa3UODyMmf5ENMrxsO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.5625rem;top:18.8125rem;left:41.4375rem;overflow:hidden;display:block; }
#xiLQwQD2t5Vkr8iiMSyO8mgvV3TNEAw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:19.625rem;left:45.3125rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eAVlEoznqd8OgGvohz0xPC1vMXQJOtOT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:30.75rem;left:45.375rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TaerNkmWK5c7iqKo9o12EDyriZvb5MHG { position:absolute;display:block;z-index:15036;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.25rem;width:2.75rem;top:27.5rem;left:41.4375rem;overflow:hidden;display:block; }
#Nm8RgsMkrW17Cu9uoAtOl8AnyrSy7Jpl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:28.375rem;left:45.375rem;height:1.51220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RPTEgoKW5OTPitLUbHpU3ZzSff2DB7LZ { position:absolute;display:block;z-index:15019;background-color:#d4d4db;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.0625rem;width:75rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
#o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX { position:relative;display:none; }#o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX { border-width: 0; border-radius: 0; }#o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eE5gmKSXiENEiVQohs6HzQkTJEJeQ0Ks { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.3125rem;width:35.125rem;top:34.75rem;left:39.875rem;display:block; }
#MCSUTWO1LVeLXzXqLu67iqS5NyFbr8z9 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:15.28125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mcSAWVgccyqEvqUATocE57la7tHTS5m9 { position:absolute;display:block;z-index:15018;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:0.375rem;width:20.5rem;top:7.4854164123538rem;left:27.250001907349rem;display:block; }
#bXXb8TcDtCysV95hXGgUTrSNterADOCB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:11.375rem;left:41.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iGm1yyDzVMlBMtHw8aBJhyIbNSGwHTBd { color:rgba(var(--color-tertiary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.6875rem;left:41.6875rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n8EdEafIZ4pgkS5TKutxSIH9KFuGEtIG { position:absolute;display:block;z-index:15021;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.25rem;width:2.5625rem;top:10.5625rem;left:37.8125rem;overflow:hidden;display:block; }
#gJZggxSNC4sQhTVQ3QKPeBwvTOvRbfCM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:1.5125875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dfhzZsHIDQkRs5U2WLEFI7JWMe7wGUoK { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21rem;left:41.625rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cu5xcHlmTO8X6UT0O74V07M8XI5rOTBF { position:absolute;display:block;z-index:15023;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.25rem;width:2.9375rem;top:17.75rem;left:37.8125rem;overflow:hidden;display:block; }
#rc8Vm1nbSCzQZxRh7KChIaHmJsc7HI3O { color:rgba(var(--color-tertiary-2),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:28.3125rem;left:41.6875rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ac38lVSZzZaAV6gSBVfEoHKNlVgIzKL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:26rem;left:41.6875rem;height:1.5125875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G2cVLEozUbxBmZiNZOSwTIG7S0Jn383y { position:absolute;display:block;z-index:15026;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.25rem;width:2.8125rem;top:25.25rem;left:37.8125rem;overflow:hidden;display:block; }
#lw05mTIOiQN8IlviEfMBVV8dqUogAHQq { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:37.0625rem;left:3.875rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hKqNcXn6g1CmXTpAmaAV9W1LfrE7933v { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:34.75rem;left:3.625rem;height:1.6503875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SoX4OZiGuPoDhBeSf20w3q2XTvfEi4LP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:34.8125rem;left:3.875rem;height:1.5125875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eT5wfgNIJMVSTHRbMAdHDXNGiN8bHSX5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.875rem;top:33.9375rem;left:0rem;overflow:hidden;display:block; }
#mCJBOCl0E6PbyI0TSRBt7DP0st1Pu4kZ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:44.125rem;left:3.9375rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VxrHJfRAuO4GKSrSrH3o01Ui0tOD4s7e { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.5625rem;top:41.0625rem;left:0.0625rem;overflow:hidden;display:block; }
#msWNL3uPuGIJ90SbnpyaU2buQxy6iOKE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:41.875rem;left:3.9375rem;height:1.5125875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VUgiyNL7P6Ptva4fg4s7arPXa86HSfgX { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:50.9375rem;left:3.9375rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QCTPU034tooMwlum2unAqe8uUvSlAM5B { position:absolute;display:block;z-index:15036;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.25rem;width:2.75rem;top:47.6875rem;left:0rem;overflow:hidden;display:block; }
#ZNC99905zZ8SlDWLPk4qLmxSJvbfJmHR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:48.5625rem;left:3.9375rem;height:1.5125875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DwHUS91T5g54D2f36nutEgXi5HKGFOMm { position:absolute;display:block;z-index:15019;background-color:#d4d4db;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.0625rem;width:75rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
#iWWTBcSfKEmc7Kbb3k43hqH4gxhythQ2 { position:absolute;display:block;z-index:15037;height:21.4375rem;width:35.4375rem;top:10.253906726837rem;left:0.87456703186037rem;display:block; }
#qECDrThS0qZJqqfuZCusEBTIdgRGudLr { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.1875rem;top:31.075003623962rem;left:33.472917556763rem;overflow:hidden;display:block; }
#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT { 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;z-index:auto;display:block; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container { background-color: transparent; background-image: none; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container > .video-iframe-container { display: none; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row > .video-iframe-container { display: none; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .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); }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container { border-width: 0; border-radius: 0; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#nAe7hWMPa1xlxar5cnN5xRsfny5J7e5b { 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:10.25rem;top:2.8743438720703rem;left:0.375rem;overflow:hidden;display:block; }
#K5CWiF7wr55KWJ3REJgQCfFMFNeKuRT8 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.0625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e72FX8Gfl0AUbXsQVO8GVgiwaItKkIDw { color:rgba(var(--color-tertiary-4),1);display:block;width:9.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:16rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkMII2ysis0fGHqzzHBKCmSzNKEKEQZx { color:rgba(var(--color-tertiary-3),1);display:block;width:9.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:3.1000003814698rem;left:48.250001907349rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMhNVObUX2fHK8hV1wdpVrJ0C8wHCK4c { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:2;letter-spacing:0;top:2.8125rem;left:65.06229019165rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#shnETNh0u8Az884XaEvD7xnG0QhnmKBk { color:rgba(var(--color-tertiary-1),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:2;letter-spacing:0;top:2.8125rem;left:54.124790191651rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GU9v8wF5WaOSaas8T1f083FKcbAMQVU5 { color:#d4d4db;display:block;width:9.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.0620727539062rem;left:59.374355316162rem;height:1.38093125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h { display:block; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFcyVBMKeb0hnmHFX9F1FrqAoM3gIwLu { top:1.5625rem;left:0rem;width:10.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX98vWIJqyTlQA4UfsGNSXK5Z1dxOGwL { top:1.5625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADe0ibUIRpz5meTTfyeanMzTHg8Wc3LQ { top:3.8125rem;left:47.6875rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U39BnUcxwnTox6ePQgZo3pwII4cJIhxn { width:7.6875rem;height:2.5rem;top:1.0625rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnsHbOsUc7TrA8duuKTCt1m2tqtUNIGP { display:block; }
 }@media only screen and (max-width: 763px) { #qnrs2u7QuE8KHJS8cz0quf3EpTw01ZSF { top:2.875rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1PmohOdZRWl060PwJ1X0etEJAZqZBay { top:13.625rem;left:4.0625rem;width:12.5rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZEildUSdHgyRWLwSqpZWAT1n5ccT1wc { top:13.625rem;left:0rem;width:12.5rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA { display:block; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro5dHJmpiQfWEehDZUQeVW5AH2l1dsZv { top:4.25rem;left:0rem;width:38.0625rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWKCAcwt9IQ3ukKiW8bOMHX55RCIss8U { top:13.5rem;left:0rem;width:37.375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNHtdOAUoH6iiPJPForo5wQErBEDbcw { top:10.9375rem;left:0rem;width:13.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q953EU1WXHMieJ4lX4rW7cwKxWVme8T9 { top:16.5625rem;left:0rem;width:37.375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwDSBXIm0VAMFznBZe58GfEZkgd5voS { top:19.625rem;left:0rem;width:37.375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMNruGyKTZ9iVDsgPhppLTPPKGL94nEr { top:13.5rem;left:0rem;width:1.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5XhMNtQNSUEcR54W98UbXWgSi4hafp { top:13.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQZJ1backAqgQvPfrT8NzRuDfIOKvR7 { top:16.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXpGn7bvJ9I6KWmuxDdERIeiq9lOtGv { top:16.625rem;left:0rem;width:1.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTLCeqeBHHi9J3ZNWXJ8HAMm6iuMq3S { top:19.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziFfM9G4KfJHQRWVEUdhQTS8Sx9P15h { top:19.625rem;left:0rem;width:1.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOrnVCqUeW0r0z5X1SdFC3CVmBxcd7Mg { top:25.375rem;left:0rem;width:29.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefSnNhVV2oweKDQx2Jp4F79bqTRdtWX { top:24.3125rem;left:0rem;width:32.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKoy9XCaZR6m1tqUvqU8DmvIGmKCIOAi { top:22rem;left:38.4375rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDZmeFwWM61BZJ0iTlUnKzoM3ivlnU7l { top:20.375rem;left:39.6875rem;width:8.0625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6xiysEp46wHF2rVF4s5ElHdzD6alguP { top:19.625rem;left:38.4375rem;width:9.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwgmVBcVyAG0NqRwJtJbWFUy6UIByNP { top:1.5625rem;left:0rem;width:10.875rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNpdK0Fm0SqkdLkpFnKxye1ufuhBiJJB { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uQVH9AivTgQBJBndWHlTNK5dZitcAfDD { display:block; }
 }@media only screen and (max-width: 763px) { #R6HXqfddHVVp329zGyHDsNECigLwQT2F { display:block; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuBQbWTQKeTe0fdf3OlIcEAuAvm3gIqW { top:8.5625rem;left:0rem;width:38.9375rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgsmfmQaReT7WeHrHMozBAOlWUD7gck2 { top:16.8125rem;left:0rem;width:37.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTHLV39LOgP7MQTx4c2VTMWBXsxnFDO { top:14.5625rem;left:8.125rem;width:16.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXttuVp8EMdSdwlsk0cC7TKs3BdgmJlb { top:23.75rem;left:0rem;width:33.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgTK8C4eOTptSEZ3tyhmSBkpVr7OWi2 { top:22.9375rem;left:0rem;width:12.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkBTFUUbDT0xCyQd8EeTUXSeB6ztoPff { top:26.625rem;left:1.5979175567627rem;width:3.5625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2KILMthWcbSSI9sO0oHyKGF1K9Wbyd { top:25.6875rem;left:0rem;width:12.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8PlXnacTgIRHMbssX0e9yFoZDafrOIU { top:25.625rem;left:4.9991321563721rem;width:12.5625rem;height:3.6872521953829rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9HTrBD7rLK95q95WQIO4cqK8Zpfs3TT { top:22.5rem;left:0rem;width:15.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqXFFQazBg1OuxPugxwdTKzmh7Iu3DB { top:23.0625rem;left:0rem;width:14.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSMC2mtzSGCK5qxaaK0Ll9zuCs6MmA7C { top:32.375rem;left:0rem;width:32.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEOvkSnywpuTpgphUpnnZTXhubacdTUa { display:block; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ { display:block; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Frna5im61EtNmssRAaEqaokBwMSHhcT7 { top:2rem;left:3.125rem;width:41.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4xuLEzL4ampy6KZA0Ot2hFZPz5MGsV { top:4.0625rem;left:5.125rem;width:9.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgnXh363sH0GIKelHebp4uHJsRXESn15 { top:9.0625rem;left:0rem;width:18.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ia6U2B6a4xuGqFVLepF9zVAXiD70W7 { top:8.25rem;left:0rem;width:2.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWUHzFyD1k97BGySGEIXz0d9ooHRK3n { top:12rem;left:0rem;width:24.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtAHM4IhQGpi8oBC0a1x6XzHfkr1hskD { top:22.4375rem;left:0rem;width:20.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3mteFhQ2BLrPKoOmAiSlTTQdsScrnD { top:19.5rem;left:0rem;width:19.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWpfTRO4TZSWFqkU0CkB1dxhENgBLxP8 { top:18.75rem;left:0rem;width:2.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wREaTsAyBAiKqCOy8TnDCwiO0hezLzoO { top:32.4375rem;left:0rem;width:23.25rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJvIaVvaxkG7zaqSlpqzbfl2VW9EgDCk { top:29.5rem;left:0rem;width:19.5625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN5WXXlbJJcKdTOis5uiuI1CgeI60ThR { top:28.5625rem;left:0rem;width:2.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZD4bIXZShhkF2fKlvJPR7vihGJAC44 { width:41.6875rem;height:23.5625rem;top:10.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 { display:block; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1gKq2DQFbDHyOQnApGNFdU5wsTfnqpi { top:6.0625rem;left:0rem;width:35.0625rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VELnawwbQ3wkQGDxIeyygK81V0Veecq4 { top:13.625rem;left:0rem;width:12.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iT3DuhLFXT3xkcGuTmTEcRqeeAxQAS { top:13.625rem;left:4.0625rem;width:12.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO5EOUEN2IIeVqwuaWFfsuKneXVyiE8e { top:6.0625rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSa9426t5qQh7xywKnm4mUNkwyR5ZaM2 { top:4.0625rem;left:0rem;width:47.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfqNwSKGGJOXAvNpePg7N1TXFTO9e9fc { top:14.5rem;left:0rem;width:5.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtUrgkcE60hGelsFZULA9vwggEFHvBH { top:4rem;left:14.6875rem;width:33.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orst9zuHrUop1VvGw9OyMU3l1k7hWXUw { width:47.75rem;height:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 { display:block; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUlJZ2iW8zCsk4VqBWwU5P7g6v5Br3r1 { top:4.0625rem;left:0.125rem;width:47.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDFoD8wd8ULLRMX6s6ORC42cVsqLpLxC { top:6.5rem;left:8.625rem;width:16.8125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZITK8i3ftXTcbJE5QbikQwiXIA4hI5s { top:10.6875rem;left:0rem;width:20.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJOvOM4oqu8UOSb6QFZMtEOuOTPaSH3 { top:13rem;left:0rem;width:20.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmaLQlh5Q2MdEAHROGMSr0i9rnVrGTCL { top:9.875rem;left:0rem;width:2.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naW79atRAtGRw30ufQ4rI6V6TNlQS721 { top:19.4375rem;left:0rem;width:16.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClx1vga5IxfNL893ovLfQGz6Vcc46Hy { top:21.875rem;left:0rem;width:33rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8mPW5vppSt0X1G1mWfCvJXMFQvtBHN { top:18.625rem;left:0rem;width:2.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz7UxKBFZ01sZiB343rUeHT6c4vdThRW { top:30.75rem;left:0rem;width:23.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hOKfLGrZQ04nTa9HewGEWFVBLD0d8c { top:28.4375rem;left:0rem;width:20.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvXs5hu88oyn5hCMGc0Q5FmFB07uEM5r { top:27.6875rem;left:0rem;width:2.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIrmPwbGHHHDNX0CrgsVeJvxs0949iR { top:13rem;left:18.125rem;width:29.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuaUQe1ZLKSp6nTiv9CD6UegwHFCDWVb { top:10.6875rem;left:29.125rem;width:18.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrSHsGTnn975dSwzkkEL01pnyOvAGZZM { top:10.75rem;left:27.1875rem;width:20.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1h5i80gLaadrTXHWnU4iHTG9bxge0N7 { top:9.875rem;left:27.8125rem;width:2.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzkTdqayT1moTQsSSaZkWuXhOWwqtBTg { top:21.875rem;left:18.0625rem;width:29.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDKkL0lzVHtbtJa3UODyMmf5ENMrxsO { top:18.8125rem;left:27.8125rem;width:2.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiLQwQD2t5Vkr8iiMSyO8mgvV3TNEAw7 { top:19.625rem;left:28.1875rem;width:19.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVlEoznqd8OgGvohz0xPC1vMXQJOtOT { top:30.75rem;left:23.6875rem;width:24.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaerNkmWK5c7iqKo9o12EDyriZvb5MHG { top:27.5rem;left:27.8125rem;width:2.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8RgsMkrW17Cu9uoAtOl8AnyrSy7Jpl { top:28.375rem;left:26.8125rem;width:20.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTEgoKW5OTPitLUbHpU3ZzSff2DB7LZ { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX { display:block; }#o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE5gmKSXiENEiVQohs6HzQkTJEJeQ0Ks { width:35.125rem;height:18.3125rem;top:34.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCSUTWO1LVeLXzXqLu67iqS5NyFbr8z9 { top:4.0625rem;left:0.125rem;width:47.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSAWVgccyqEvqUATocE57la7tHTS5m9 { top:7.4375rem;left:13.625001907349rem;width:20.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXb8TcDtCysV95hXGgUTrSNterADOCB { top:11.3125rem;left:27.1875rem;width:20.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGm1yyDzVMlBMtHw8aBJhyIbNSGwHTBd { top:13.6875rem;left:19.25rem;width:28.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8EdEafIZ4pgkS5TKutxSIH9KFuGEtIG { top:10.5625rem;left:24.1875rem;width:2.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZggxSNC4sQhTVQ3QKPeBwvTOvRbfCM { top:18.5625rem;left:28.0625rem;width:16.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfhzZsHIDQkRs5U2WLEFI7JWMe7wGUoK { top:21rem;left:14.625rem;width:33.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu5xcHlmTO8X6UT0O74V07M8XI5rOTBF { top:17.75rem;left:24.1875rem;width:2.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8Vm1nbSCzQZxRh7KChIaHmJsc7HI3O { top:28.3125rem;left:14.4375rem;width:33.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac38lVSZzZaAV6gSBVfEoHKNlVgIzKL1 { top:26rem;left:26.8125rem;width:20.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2cVLEozUbxBmZiNZOSwTIG7S0Jn383y { top:25.25rem;left:24.1875rem;width:2.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw05mTIOiQN8IlviEfMBVV8dqUogAHQq { top:37.0625rem;left:0rem;width:32.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqNcXn6g1CmXTpAmaAV9W1LfrE7933v { top:34.75rem;left:0rem;width:18.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoX4OZiGuPoDhBeSf20w3q2XTvfEi4LP { top:34.8125rem;left:0rem;width:20.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5wfgNIJMVSTHRbMAdHDXNGiN8bHSX5 { top:33.9375rem;left:0rem;width:2.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCJBOCl0E6PbyI0TSRBt7DP0st1Pu4kZ { top:44.125rem;left:0rem;width:33.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxrHJfRAuO4GKSrSrH3o01Ui0tOD4s7e { top:41.0625rem;left:0rem;width:2.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msWNL3uPuGIJ90SbnpyaU2buQxy6iOKE { top:41.875rem;left:0rem;width:19.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUgiyNL7P6Ptva4fg4s7arPXa86HSfgX { top:50.9375rem;left:0rem;width:32rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTPU034tooMwlum2unAqe8uUvSlAM5B { top:47.6875rem;left:0rem;width:2.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNC99905zZ8SlDWLPk4qLmxSJvbfJmHR { top:48.5625rem;left:0rem;width:20.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHUS91T5g54D2f36nutEgXi5HKGFOMm { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWTBcSfKEmc7Kbb3k43hqH4gxhythQ2 { top:10.25rem;left:0rem;width:35.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qECDrThS0qZJqqfuZCusEBTIdgRGudLr { top:31.0625rem;left:19.847917556762rem;width:5.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT { display:block; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAe7hWMPa1xlxar5cnN5xRsfny5J7e5b { top:2.8125rem;left:0rem;width:10.25rem;height:1.7492059112279rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5CWiF7wr55KWJ3REJgQCfFMFNeKuRT8 { top:3.125rem;left:10.4375rem;width:21.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72FX8Gfl0AUbXsQVO8GVgiwaItKkIDw { top:3.0625rem;left:2.375rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkMII2ysis0fGHqzzHBKCmSzNKEKEQZx { top:3.0625rem;left:34.625001907349rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMhNVObUX2fHK8hV1wdpVrJ0C8wHCK4c { top:2.8125rem;left:38.1875rem;width:9.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shnETNh0u8Az884XaEvD7xnG0QhnmKBk { top:2.8125rem;left:36.8125rem;width:10.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU9v8wF5WaOSaas8T1f083FKcbAMQVU5 { top:3rem;left:38.0625rem;width:9.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .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; }#s9Sl5G0CS4Kg9a1ezkfn8UDqz1iHHP5h > .row .container { width:20rem;height:3.75rem;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) { #bFcyVBMKeb0hnmHFX9F1FrqAoM3gIwLu { width:9.3125rem;height:1.875rem;top:4.6875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IX98vWIJqyTlQA4UfsGNSXK5Z1dxOGwL { width:14.1875rem;height:0;top:1.0416669845581rem;left:0.59375rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ADe0ibUIRpz5meTTfyeanMzTHg8Wc3LQ { width:2.5rem;height:2.5rem;top:5.4166667345581rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U39BnUcxwnTox6ePQgZo3pwII4cJIhxn { width:5.97916625rem;height:1.6249975rem;top:0.875rem;left:13.875rem;font-size:0.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15000;text-align:right;text-align-last:right;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PnsHbOsUc7TrA8duuKTCt1m2tqtUNIGP { display:block; }
 }@media only screen and (max-width: 763px) { #qnrs2u7QuE8KHJS8cz0quf3EpTw01ZSF { width:4.6875rem;height:0.0625rem;top:2.125rem;left:14.8125rem;background-color:#f9f9f9;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) { #r1PmohOdZRWl060PwJ1X0etEJAZqZBay { width:9.1875rem;height:2.625rem;top:0.5625rem;left:10.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IZEildUSdHgyRWLwSqpZWAT1n5ccT1wc { width:9.1875rem;height:2.625rem;top:0.5625rem;left:0.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA { background-color:transparent;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; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { background-color: transparent; background-image: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container > .video-iframe-container { display: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row > .video-iframe-container { display: none; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .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); }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { border-width: 0; border-radius: 0; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOIsq5NVX0ZhKTd8DHnERxBPhlseSeAA > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro5dHJmpiQfWEehDZUQeVW5AH2l1dsZv { width:20rem;height:3.8994125rem;top:9.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MWKCAcwt9IQ3ukKiW8bOMHX55RCIss8U { width:15.6875rem;height:2.79980625rem;top:15.6875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #duNHtdOAUoH6iiPJPForo5wQErBEDbcw { width:7.5rem;height:0.25rem;top:13.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q953EU1WXHMieJ4lX4rW7cwKxWVme8T9 { width:16.625rem;height:2.79980625rem;top:19.375rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfwDSBXIm0VAMFznBZe58GfEZkgd5voS { width:16.5625rem;height:2.79980625rem;top:23.125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XMNruGyKTZ9iVDsgPhppLTPPKGL94nEr { width:1.375rem;height:1.5996125rem;top:15.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KN5XhMNtQNSUEcR54W98UbXWgSi4hafp { width:1.875rem;height:1.875rem;top:15.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQZJ1backAqgQvPfrT8NzRuDfIOKvR7 { width:1.875rem;height:1.875rem;top:19.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXpGn7bvJ9I6KWmuxDdERIeiq9lOtGv { width:1.375rem;height:1.5996125rem;top:19.5rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRTLCeqeBHHi9J3ZNWXJ8HAMm6iuMq3S { width:1.875rem;height:1.875rem;top:23.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziFfM9G4KfJHQRWVEUdhQTS8Sx9P15h { width:1.375rem;height:1.5996125rem;top:23.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOrnVCqUeW0r0z5X1SdFC3CVmBxcd7Mg { width:19.0625rem;height:1rem;top:33.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefSnNhVV2oweKDQx2Jp4F79bqTRdtWX { width:20rem;height:2.9375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKoy9XCaZR6m1tqUvqU8DmvIGmKCIOAi { width:9.3125rem;height:9.3125rem;top:22rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDZmeFwWM61BZJ0iTlUnKzoM3ivlnU7l { width:8.0625rem;height:1.05rem;top:25.3125rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6xiysEp46wHF2rVF4s5ElHdzD6alguP { width:9.3125rem;height:5.3125rem;top:29.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkwgmVBcVyAG0NqRwJtJbWFUy6UIByNP { width:9.75rem;height:2.75rem;top:5.3125rem;left:5.125rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qNpdK0Fm0SqkdLkpFnKxye1ufuhBiJJB { top:27.625rem;left:0rem;width:20rem;height:3.125rem;z-index:15024;font-size:0.875rem;line-height:1.2;font-family:montserrat;font-weight:400;font-style:normal;background-color:#060a0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQVH9AivTgQBJBndWHlTNK5dZitcAfDD { display:block; }
 }@media only screen and (max-width: 763px) { #R6HXqfddHVVp329zGyHDsNECigLwQT2F { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5df751a-a887-4f2d-b860-7c5facc9ea0e/Hero.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F.adaptive-delivery-prevent-bg, #R6HXqfddHVVp329zGyHDsNECigLwQT2F.lazyload, #R6HXqfddHVVp329zGyHDsNECigLwQT2F.lazyloading { background-image: none; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row .container { border-width: 0; border-radius: 0; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6HXqfddHVVp329zGyHDsNECigLwQT2F > .row .container { width:20rem;height:65.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FuBQbWTQKeTe0fdf3OlIcEAuAvm3gIqW { width:19.25rem;height:10.725rem;top:7.1875rem;left:0rem;font-size:2.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hgsmfmQaReT7WeHrHMozBAOlWUD7gck2 { width:18.625rem;height:6.4rem;top:19.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NNTHLV39LOgP7MQTx4c2VTMWBXsxnFDO { width:18.75rem;height:0.375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXttuVp8EMdSdwlsk0cC7TKs3BdgmJlb { width:15.375rem;height:12.375rem;top:46.0625rem;left:2.2770833969116rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgTK8C4eOTptSEZ3tyhmSBkpVr7OWi2 { width:12.1875rem;height:1.4rem;top:45.625rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkBTFUUbDT0xCyQd8EeTUXSeB6ztoPff { width:2.0625rem;height:1.2rem;top:51.6875rem;left:9rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2KILMthWcbSSI9sO0oHyKGF1K9Wbyd { width:10.75rem;height:3.125rem;top:53.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8PlXnacTgIRHMbssX0e9yFoZDafrOIU { width:10.625rem;height:3.125rem;top:48.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9HTrBD7rLK95q95WQIO4cqK8Zpfs3TT { width:13.6875rem;height:2.75rem;top:45.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqXFFQazBg1OuxPugxwdTKzmh7Iu3DB { width:13.4375rem;height:1.125rem;top:45.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSMC2mtzSGCK5qxaaK0Ll9zuCs6MmA7C { width:20rem;height:1.21458125rem;top:60.874998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEOvkSnywpuTpgphUpnnZTXhubacdTUa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f89d96c-3e48-4fd6-a41e-dc36c2117898/Hero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa.adaptive-delivery-prevent-bg, #gEOvkSnywpuTpgphUpnnZTXhubacdTUa.lazyload, #gEOvkSnywpuTpgphUpnnZTXhubacdTUa.lazyloading { background-image: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { background-color: transparent; background-image: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container > .video-iframe-container { display: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row > .video-iframe-container { display: none; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .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); }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { border-width: 0; border-radius: 0; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEOvkSnywpuTpgphUpnnZTXhubacdTUa > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ { display:block; }#VhUuKowy85XkSPMymnN7aZVOTIwiD2MZ > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Frna5im61EtNmssRAaEqaokBwMSHhcT7 { width:20rem;height:3.29980625rem;top:2.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aT4xuLEzL4ampy6KZA0Ot2hFZPz5MGsV { width:8.0625rem;height:0.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgnXh363sH0GIKelHebp4uHJsRXESn15 { width:15.5625rem;height:1.0996125rem;top:7.625rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6ia6U2B6a4xuGqFVLepF9zVAXiD70W7 { width:1.9375rem;height:2.5rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWUHzFyD1k97BGySGEIXz0d9ooHRK3n { width:20rem;height:5.19921875rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtAHM4IhQGpi8oBC0a1x6XzHfkr1hskD { width:19.25rem;height:3.8994125rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3mteFhQ2BLrPKoOmAiSlTTQdsScrnD { width:16.4375rem;height:1.0996125rem;top:18.5625rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWpfTRO4TZSWFqkU0CkB1dxhENgBLxP8 { width:2.0625rem;height:2.3125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wREaTsAyBAiKqCOy8TnDCwiO0hezLzoO { width:20rem;height:3.8994125rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJvIaVvaxkG7zaqSlpqzbfl2VW9EgDCk { width:14.125rem;height:1.16845625rem;top:28.375rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hN5WXXlbJJcKdTOis5uiuI1CgeI60ThR { width:2rem;height:2.375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZD4bIXZShhkF2fKlvJPR7vihGJAC44 { height:12rem;width:20rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 { display:block; }#fKFKiNg83aQcrQcn4N1qJA4oyOhD9ge7 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1gKq2DQFbDHyOQnApGNFdU5wsTfnqpi { width:17.75rem;height:5.3994125rem;top:3.5624933242798rem;left:1.125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VELnawwbQ3wkQGDxIeyygK81V0Veecq4 { width:8.625rem;height:2.5rem;top:10.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iT3DuhLFXT3xkcGuTmTEcRqeeAxQAS { width:8.8125rem;height:2.5rem;top:10.125003814698rem;left:10.097916603088rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO5EOUEN2IIeVqwuaWFfsuKneXVyiE8e { width:14.75rem;height:14.75rem;top:12.0625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSa9426t5qQh7xywKnm4mUNkwyR5ZaM2 { width:20rem;height:24.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfqNwSKGGJOXAvNpePg7N1TXFTO9e9fc { width:5.125rem;height:0;top:22rem;left:5.0083332061767rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cTtUrgkcE60hGelsFZULA9vwggEFHvBH { width:20rem;height:9.45179584121rem;top:35.895830154419rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #orst9zuHrUop1VvGw9OyMU3l1k7hWXUw { top:12.625004768372rem;left:0rem;width:20rem;height:13.5625rem;z-index:15010;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 { display:block; }#kkhpxnTrIhpHpZ7h2UTu8q5Lt7xq29K8 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUlJZ2iW8zCsk4VqBWwU5P7g6v5Br3r1 { width:17.1875rem;height:3.8994125rem;top:4.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDFoD8wd8ULLRMX6s6ORC42cVsqLpLxC { width:12.875rem;height:0.25rem;top:6.5125017166137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZITK8i3ftXTcbJE5QbikQwiXIA4hI5s { width:16.3125rem;height:1.0996125rem;top:10.625rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDJOvOM4oqu8UOSb6QFZMtEOuOTPaSH3 { width:20rem;height:2.6rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmaLQlh5Q2MdEAHROGMSr0i9rnVrGTCL { width:1.9375rem;height:2.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naW79atRAtGRw30ufQ4rI6V6TNlQS721 { width:16.6875rem;height:1.0996125rem;top:18.25rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WClx1vga5IxfNL893ovLfQGz6Vcc46Hy { width:20rem;height:5.19921875rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8mPW5vppSt0X1G1mWfCvJXMFQvtBHN { width:2.25rem;height:2.5rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz7UxKBFZ01sZiB343rUeHT6c4vdThRW { width:20rem;height:2.6rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hOKfLGrZQ04nTa9HewGEWFVBLD0d8c { width:16.75rem;height:1.0996125rem;top:28.5rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SvXs5hu88oyn5hCMGc0Q5FmFB07uEM5r { width:2.125rem;height:2.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIrmPwbGHHHDNX0CrgsVeJvxs0949iR { width:18.8125rem;height:3.8994125rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuaUQe1ZLKSp6nTiv9CD6UegwHFCDWVb { width:18.625rem;height:0;top:77.961468505856rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TrSHsGTnn975dSwzkkEL01pnyOvAGZZM { width:16rem;height:1.0996125rem;top:36.5rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1h5i80gLaadrTXHWnU4iHTG9bxge0N7 { width:2.0625rem;height:2.5rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzkTdqayT1moTQsSSaZkWuXhOWwqtBTg { width:20rem;height:3.8994125rem;top:48.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDKkL0lzVHtbtJa3UODyMmf5ENMrxsO { width:2rem;height:2.6875rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiLQwQD2t5Vkr8iiMSyO8mgvV3TNEAw7 { width:16.5625rem;height:1.0996125rem;top:46.0625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eAVlEoznqd8OgGvohz0xPC1vMXQJOtOT { width:20rem;height:3.8994125rem;top:58.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaerNkmWK5c7iqKo9o12EDyriZvb5MHG { width:2.125rem;height:2.625rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8RgsMkrW17Cu9uoAtOl8AnyrSy7Jpl { width:11.8125rem;height:1.0996125rem;top:55.625rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPTEgoKW5OTPitLUbHpU3ZzSff2DB7LZ { width:20rem;height:0.0625rem;top:2.7864551544189rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX { display:none; }#o2FrWMWy3BaJ9b1H6n7tMxRKCO4vdTtX > .row .container { width:20rem;height:107rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eE5gmKSXiENEiVQohs6HzQkTJEJeQ0Ks { height:11.7479375rem;width:20rem;top:95.127071380613rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCSUTWO1LVeLXzXqLu67iqS5NyFbr8z9 { width:20rem;height:7.3111875rem;top:5.8489627838135rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mcSAWVgccyqEvqUATocE57la7tHTS5m9 { width:17.4375rem;height:0.25rem;top:13.673950195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXb8TcDtCysV95hXGgUTrSNterADOCB { width:16.3125rem;height:1.1002625rem;top:17.0625rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGm1yyDzVMlBMtHw8aBJhyIbNSGwHTBd { width:20rem;height:3.9rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8EdEafIZ4pgkS5TKutxSIH9KFuGEtIG { width:1.9375rem;height:2.5rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZggxSNC4sQhTVQ3QKPeBwvTOvRbfCM { width:16.6875rem;height:1.1002625rem;top:26.5625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfhzZsHIDQkRs5U2WLEFI7JWMe7wGUoK { width:20rem;height:5.2rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu5xcHlmTO8X6UT0O74V07M8XI5rOTBF { width:2.25rem;height:2.5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8Vm1nbSCzQZxRh7KChIaHmJsc7HI3O { width:20rem;height:2.6rem;top:39.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac38lVSZzZaAV6gSBVfEoHKNlVgIzKL1 { width:16.75rem;height:1.1002625rem;top:37.4375rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2cVLEozUbxBmZiNZOSwTIG7S0Jn383y { width:2.125rem;height:2.5rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw05mTIOiQN8IlviEfMBVV8dqUogAHQq { width:18.8125rem;height:3.9rem;top:48rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqNcXn6g1CmXTpAmaAV9W1LfrE7933v { width:18.625rem;height:0;top:77.961468505856rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SoX4OZiGuPoDhBeSf20w3q2XTvfEi4LP { width:16rem;height:1.1002625rem;top:45.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eT5wfgNIJMVSTHRbMAdHDXNGiN8bHSX5 { width:2.0625rem;height:2.5rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCJBOCl0E6PbyI0TSRBt7DP0st1Pu4kZ { width:20rem;height:3.9rem;top:57.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxrHJfRAuO4GKSrSrH3o01Ui0tOD4s7e { width:2rem;height:2.6875rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msWNL3uPuGIJ90SbnpyaU2buQxy6iOKE { width:16.5625rem;height:1.1002625rem;top:55rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUgiyNL7P6Ptva4fg4s7arPXa86HSfgX { width:20rem;height:3.9rem;top:67.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTPU034tooMwlum2unAqe8uUvSlAM5B { width:2.125rem;height:2.625rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNC99905zZ8SlDWLPk4qLmxSJvbfJmHR { width:11.8125rem;height:1.1002625rem;top:64.5625rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DwHUS91T5g54D2f36nutEgXi5HKGFOMm { width:20rem;height:0.0625rem;top:2.7864551544189rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWTBcSfKEmc7Kbb3k43hqH4gxhythQ2 { width:20rem;height:18.75rem;top:74.171891212462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qECDrThS0qZJqqfuZCusEBTIdgRGudLr { width:5.1875rem;height:4.125rem;top:100.86145629883rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT { position:relative;z-index:auto;display:block; }#nMm4tJmsChqRTiDkCC038Xy9kNbC8GuT > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAe7hWMPa1xlxar5cnN5xRsfny5J7e5b { width:10.25rem;height:1.75rem;top:16.384368896484rem;left:4.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K5CWiF7wr55KWJ3REJgQCfFMFNeKuRT8 { width:15.9375rem;height:2.6rem;top:3.625rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e72FX8Gfl0AUbXsQVO8GVgiwaItKkIDw { width:9.6875rem;height:1.3rem;top:1.6875rem;left:5.15625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NkMII2ysis0fGHqzzHBKCmSzNKEKEQZx { width:9.6875rem;height:1.21875rem;top:8.4375rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qMhNVObUX2fHK8hV1wdpVrJ0C8wHCK4c { width:10.8125rem;height:2rem;top:9.75rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shnETNh0u8Az884XaEvD7xnG0QhnmKBk { width:10.9375rem;height:2rem;top:11.75rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GU9v8wF5WaOSaas8T1f083FKcbAMQVU5 { width:9.6875rem;height:0;top:9.5rem;left:5.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }