.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:217,242,252;--color-primary-1:128,212,244;--color-primary-2:0,168,232;--color-primary-3:0,84,116;--color-primary-4:0,25,35;--color-secondary-0:255,249,218;--color-secondary-1:255,235,133;--color-secondary-2:255,214,10;--color-secondary-3:128,107,5;--color-secondary-4:38,32,2;--color-tertiary-0:255,255,255;--color-tertiary-1:179,187,197;--color-tertiary-2:0,29,61;--color-tertiary-3:0,15,31;--color-tertiary-4:0,3,6;--headlines-font-family:"Bebas Neue";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container { background-color: transparent; background-image: none; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container > .video-iframe-container { display: none; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row > .video-iframe-container { display: none; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .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); }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container { border-width: 0; border-radius: 0; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#lF8vUBuezO9vw5gICToueAkHJVICI2xb { color:rgba(var(--color-primary-2),1);display:block;width:8.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4373779296875rem;left:0rem;height:3.57483125rem;display:block; }
#KB9mrbQZMhgt7J09BFR9NF09HP3fJfCu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.249625rem;height:4.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:31.085205078125rem;display:block; }
#KMmOCWDpu9WXp3nbyNQWdnFZwQdGpXLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENPrb3hrBqlXqmkBAWs32J2HP8ehW7b7 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5615rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:52.06298828125rem;display:block; }
#E8FfCOTvcto6mKBphLBplRi6e3s9PbTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TILse3nRfGk1eyCpox9ADs2yWJ6COd7R { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:29.625rem;top:6.06201171875rem;left:45.312744140625rem;overflow:hidden;display:block; }
#HadLrnByu0yDlQK8S7xedH1wTlWDJGvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.59375rem;left:11.37060546875rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.4);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#upXEcCdIJIaqMQO14bioCmtUMdsRvTOn { color:rgba(var(--color-primary-2),1);display:block;width:30.49925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.998779296875rem;left:0rem;height:0;display:none; }
#D5gO6lLinFOHQu31eoJsguXHM2ucesMe { color:rgba(var(--color-tertiary-4),1);display:block;width:36.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:3.49304375rem;display:block; }
#ETRF2KR73S1a1emokpwmOVneHEkzTB3Q { box-sizing:content-box;height:5.125rem;width:33.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.999877929688rem;left:0rem;display:block; }
#B6kXEqCQgU0ftq8pnSEqJitUZ0PxAan2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.59228515625rem;left:0rem;height:6.17431875rem;display:block; }
#Rp6C4MIbee4WRHSy8abLiyfTlrkSUJqa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:block; }
#x3byKPcEvA4EHl4oxpwydRcTPI4zTFRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.44384765625rem;left:0rem;height:7.7471875rem;font-style:normal;display:block; }#QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d912d9f870f03a2416e36954958f66ce7228b7b9.svg); }
#SlPskxwxRxchecPAf7BtO2BP6PzGemv3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 0.1875rem rgba(var(--color-tertiary-0),0.2) ;height:5.375rem;width:22.1875rem;top:12.745971679688rem;left:33.624267578125rem;overflow:hidden;display:block; }
#ezAaa9kXZ7nMDLA4sgH3N1Tg5D58buLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.75rem;left:36.1875rem; }
#K0O3gSF6Tob7z29Qm6299LedN7iFGMD9 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68725625rem;width:5.68725625rem;top:24.75rem;left:37.6875rem;overflow:hidden;display:block; }
#pV4Pc57JcLgnyoCLcM1xUui58fNoulO4 { box-sizing:content-box;height:2.1875rem;width:8rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.4375rem 0.5625rem rgba(0,0,0,0) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:35.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Be9seCtqHTZlNm3sLMHgcK68FnGOgIr7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.999267578125rem;left:0rem;display:none; }
#InIhuv1REcNdFTgoN4skhfsvq80IsCg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moaKxOJzeSGJdXvBfNW34vNfArEHRcH1 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.249rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.4375rem;left:21.25rem;display:block; }
#O2sTH6Ty0K7kQMQIi7e2TyXFVZr51Eov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLTMt8fLAgcLhST0k1mwAiZoh8BwQsZp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.186375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:7.63675rem;display:block; }
#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container { background-color: transparent; background-image: none; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container > .video-iframe-container { display: none; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row > .video-iframe-container { display: none; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .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); }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container { border-width: 0; border-radius: 0; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#OC6zDnW1yvKFesvZThxiTzhohVvmdvAA { color:rgba(var(--color-tertiary-2),1);display:block;width:47.24975rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.23828125rem;left:11.25rem;height:4.38781875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container { background-color: transparent; background-image: none; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container > .video-iframe-container { display: none; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row > .video-iframe-container { display: none; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .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); }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container { border-width: 0; border-radius: 0; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#TfukGXUUQJENhqu8P6TN4wUb9q4JS7nn { box-sizing:content-box;height:8.125rem;width:8.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:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:5.3125rem;display:block; }
#DOaMTBId82S9S6Am3T94JDkUEcBEAF2i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.1875rem;left:7.8125rem; }
#NVmahSZTsRcaPcsCsPnJclRigTmZZVLf { box-sizing:content-box;height:8.125rem;width:8.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:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:24.0625rem;display:block; }
#DVt8XdbmCyVzRTyRyNWCroJSXo7wIebi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.1875rem;left:26.5625rem; }
#w4fOJIKy39hDR0r71fBQbvr4Uky3ucAW { box-sizing:content-box;height:8.125rem;width:8.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:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:42.8125rem;display:block; }
#Tpc2ENdLNHiIPz0alK6wZcJXsyn9WsS6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.1875rem;left:45.3125rem; }
#SPUqZg6TTd8L0H98xTBJuuDoy7Zy9vFS { box-sizing:content-box;height:8.125rem;width:8.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:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:61.5625rem;display:block; }
#H8NZVK4oIRqLys62HvLvNEOLp448ZBCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.1875rem;left:64.0625rem; }
#oderAMMx1XsTPollwRi7vsq6L66ZeRtW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.312375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.677856445312rem;left:2.718505859375rem;height:;text-align:center;text-align-last:center;display:block; }
#sBkWphTiPiqRC8xm9iWuISAuEsIAbDlA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.79931640625rem;left:21.655883789062rem;height:2.27478125rem;text-align:center;text-align-last:center;display:block; }
#MPTgLb0pZCv8apIHnZyKf06dZBZDN9hI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.468505859375rem;left:41.217651367188rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#sk6UHTTykEdn7omVVC9u4awoSvZzhQRV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.468505859375rem;left:56.751098632812rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#M7x7TTCzsyEKln9bVbLAEdSg2fEVaoxM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.641479492188rem;left:3.125rem;height:7.796625rem;text-align:center;text-align-last:center;display:block; }
#oHmJmw54HIaEtQO81uOKMI49l4wWImN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.640869140625rem;left:21.875rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#uCFTdJqW9zBzxCxyNNd6DbDtN5zHIzlp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.640869140625rem;left:40.625rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#TRsTMo9BfJDTz2GPCKobMbLB2ObM9ouV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.640869140625rem;left:59.563598632812rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container { background-color: transparent; background-image: none; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container > .video-iframe-container { display: none; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row > .video-iframe-container { display: none; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .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); }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container { border-width: 0; border-radius: 0; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#qahUhOuAuaFqdI94fkAUsU0kP5K70A33 { color:#ffffff;display:block;width:60.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3121337890625rem;left:7.2174072265625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container { background-color: transparent; background-image: none; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container > .video-iframe-container { display: none; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row > .video-iframe-container { display: none; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .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); }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container { border-width: 0; border-radius: 0; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#TRImyEvFN5MqPeOWKSiwPnAdhbLZP1E1 { box-sizing:content-box;height:36.625rem;width:23.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.68603515625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HPwTJVKc9myWKAJCBBQIaDEvMCl3m95m { box-sizing:content-box;height:36.75rem;width:23.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.59326171875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MoSCZ17is1gTqLtxpqvZCugMwhrZDNhM { box-sizing:content-box;height:36.8125rem;width:23.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:50.43701171875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#hfpaRKm5TAVFgJyJ8IRHJfH7xkGDrrQ6 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.678955078125rem;left:2.5rem;height:5.03661875rem;text-align:center;text-align-last:center;display:block; }
#tzvQFSBZ1vUHWAkduuASb7fU7J2GaLPU { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.678955078125rem;left:27.5rem;height:5.03661875rem;text-align:center;text-align-last:center;display:block; }
#gchlNRcO3VwRkI6ioT4f8CF4aec31iqZ { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.678955078125rem;left:52.5rem;height:5.03661875rem;text-align:center;text-align-last:center;display:block; }
#aaKO5zTUT5acJTCKcIkyyrWHbKmUXWql { color:#ffffff;display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.001708984375rem;left:1.6265869140625rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#ZJcSDuTcFXrXXsKfd1rFtEP73qwqDq01 { color:#ffffff;display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.001708984375rem;left:27.5rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#P1wDgnCOaNBEkT11gz4g2wmxF49S1L0Q { color:#ffffff;display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.001708984375rem;left:51.626586914062rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.927978515625rem;left:3.125rem;height:6.13525625rem;text-align:left;text-align-last:left;display:block; }#Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
#wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 { color:#ffffff;display:block;width:22.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.6826171875rem;left:26.85791015625rem;height:9.046625rem;text-align:left;text-align-last:left;display:block; }#wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
#UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 { color:#ffffff;display:block;width:22.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.018188476562rem;left:51.84326171875rem;height:9.046625rem;text-align:left;text-align-last:left;display:block; }#UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
#HIUbgMnrNhb67EJurlJZMcqDIWLfbFUT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.889892578125rem;left:11.09375rem; }
#ikmSluXDthKpyIhz68XlSS3LArkhmvMB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.889892578125rem;left:36.09375rem; }
#NzWSsmeq5mik10aTmIwqRF7HN8EMG1PB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.014404296875rem;left:61.21826171875rem; }
#GIMGeA2bpUHTdxv8nGeX7V51Qm8DOKHh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.814208984375rem;left:2.5rem;display:block; }
#otnEFI8gOm9tgs71weCaxeT1goThiT7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwBXoZX11MqsOo8nrtACbT17gJNUaLhy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.814208984375rem;left:27.5rem;display:block; }
#fJ3vMmTAecRG6I1DvG2uxm068Rcp8B4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzGtTAKZsqJK6romTks9SyDeMGOSfgTm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.814208984375rem;left:51.9384765625rem;display:block; }
#KZ3y0yKe8hD9rXimOTaTftOhthsvBeVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTXE9gsG8lc0W27TR2PWvPTqeInuauB3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.814208984375rem;left:2.5rem;display:none; }
#Ed1KhEVyprN7RQOb1CkFf7OXcMLs03na { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhfdLPT2oaqEpl0SdPbypTkvpTBDb3vM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5609375rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.814208984375rem;left:2.5rem;display:none; }
#gEv3Eq8aSfpTrhd4CVyd0oFmrWo3b8Wc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container { background-color: transparent; background-image: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container > .video-iframe-container { display: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row > .video-iframe-container { display: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .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); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container { border-width: 0; border-radius: 0; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#ahdtwORDEC1DOGgKT9MQeEAuQ5JOslAg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:63.875rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#ARTfzN8pru8BH0sBAdsR7ZKxOcqkgNaP { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:0rem;height:13.64748125rem;text-align:center;text-align-last:center;display:block; }
#mx15SsViWFXZiZB2O8MG6GSshgWIS0IH { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:15.1875rem;left:13.4375rem;overflow:hidden;display:block; }
#yzCgms1Jmq5OKiF5wATEIhsm5HXHPwg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:7.75rem;height:1.86889375rem;display:block; }
#lnhTzxTI53ndIZrXqACTa62HCFnRBThd { color:rgba(var(--color-tertiary-2),1);display:block;width:37.437125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:9.74975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV > .row .container { border-width: 0; border-radius: 0; }#T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:none; }#c66de0UPa9kGLa6LMyGLTcdXWygi36oD { color:rgba(var(--color-tertiary-2),1);display:block;width:37.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.782958984375rem;left:18.78173828125rem;height:4.874875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFTtGHGn71oKxoqtyWa7zPvTrqO0iZ6t { color:#ffffff;display:block;width:27.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.2197265625rem;left:24.874267578125rem;height:3.571775rem;display:block; }
#kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ > .row .container { border-width: 0; border-radius: 0; }#kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:none; }#EAHUbwKPKLJTMV3F7Lk3NXsNTJvx20zZ { box-sizing:content-box;height:37rem;width:23.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4996337890625rem;left:0.59326171875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#fzNJkwZAMSufCVsUgdHyWt1Aye9sswwH { box-sizing:content-box;height:36.8125rem;width:23.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.500244140625rem;left:25.593872070312rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#H44fTKlEixendcCLfXO7iVeJ2atWqzFd { box-sizing:content-box;height:36.9375rem;width:23.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.500244140625rem;left:51.188354492188rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pcpEfTfF4OGzuf6dxIuiGR74kAovvOVX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5028076171875rem;left:8.5614013671875rem;height:3.412475rem;display:block; }
#w8umelqySn3g5Rvr0kzwci293zI9TQdI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5028076171875rem;left:33.56201171875rem;height:;display:block; }
#iKMQS1ZJhF32DKxRK7JaeXPFGsQDasDS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.502197265625rem;left:59.157104492188rem;height:;display:block; }
#nzC1xZbPTBtbwKOQCEPSfJWI6mTSe67W { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9140625rem;left:33.56201171875rem;height:1.7858875rem;display:block; }
#JfRHQFbuywWGNnUTF0qL3KZftvrnoh9z { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9140625rem;left:59.157104492188rem;height:1.7858875rem;display:block; }
#TgMQwQZr6qvvtGRFuqvpR2i4wwcVFwzA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9140625rem;left:8.5626220703125rem;height:1.7858875rem;display:block; }
#JqrVx9XH3gfWiGQPk7E68A6FTmcvs5XB { color:rgba(var(--color-primary-2),1);display:block;width:19.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:12.684936523438rem;left:2.9364013671875rem;height:6.525875rem;display:block; }
#wzBwVx9atWsru6RiRAVq9LFchvlTasVG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.439453125rem;left:5.1873779296875rem;height:9.37375rem;display:block; }#wzBwVx9atWsru6RiRAVq9LFchvlTasVG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzBwVx9atWsru6RiRAVq9LFchvlTasVG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
#TT1Ik7ZKSXahUwPagxgFGyWT0anB2H03 { color:rgba(var(--color-primary-2),1);display:block;width:19.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:13.360595703125rem;left:27.7490234375rem;height:6.525875rem;display:block; }
#OIUJPed87FJ4hVWTGviXnofTdTPUDRGt { color:rgba(var(--color-primary-2),1);display:block;width:21.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:13.360595703125rem;left:52.124633789062rem;height:6.525875rem;display:block; }
#k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.439453125rem;left:30.18798828125rem;height:9.37375rem;display:block; }#k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
#UmzGPcDfT944CdVOo0GauXTc7GFhATBa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.439453125rem;left:55.782470703125rem;height:9.37375rem;display:block; }#UmzGPcDfT944CdVOo0GauXTc7GFhATBa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UmzGPcDfT944CdVOo0GauXTc7GFhATBa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
#BpnZs2fvuKmuk3a9CUu2NAPTnut3qTPn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.624875rem;height:4.1870125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.298950195312rem;left:3.18603515625rem;display:block; }
#viSoypkRMmdmuSPIoxWVvhwBKZT7r3ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDwqdRZExRnEQx4zrm3T5lFaTTgE7lks { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.62425rem;height:4.1870125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.298950195312rem;left:28.187255859375rem;display:block; }
#mn6vEr9LBKqQZ9l8lPy1ozdNSrQ0FB0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oF82Kcx7oi5UL0aLEggI17Zna86Vg2c6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6236875rem;height:4.1870125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.298950195312rem;left:53.187866210938rem;display:block; }
#PiBJ3POSfCX9HGhcNQb4QyDrvxJWIHUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDplameEteCtPAov6pvQ7JDceFL144EE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.62425rem;height:4.1870125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.298950195312rem;left:28.187255859375rem;display:none; }
#WPPE2JPMDKcdfaZrfbyzPWJyIHfQTIOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A > .row .container { border-width: 0; border-radius: 0; }#kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:none; }#epZ2UV6m0MkrVr4dczllAdnTGJItzVOP { box-sizing:content-box;height:36.9995rem;width:23.81225rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9686279296875rem;left:0.59326171875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#JGazsv4LEbdof2RPRUk0sIHoCMlOgCxc { box-sizing:content-box;height:36.998875rem;width:23.811625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.96923828125rem;left:25.593872070312rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#axS5peeHIRi7FA4GaLFhbv9UeRdpHlyp { box-sizing:content-box;height:36.9983125rem;width:23.8110625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.96923828125rem;left:51.188354492188rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Ixtxd6t5pOzPKQN7LOkFk9CiFvNB8e67 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.5625rem;height:;display:block; }
#ycCmLPOWyfVIkccFsRqU0h7itwNoKOVF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.375rem;left:8.5625rem;height:1.7858875rem;display:block; }
#bUW1yWoWfpyeIIvMAdBTscT3tKq6TOyU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:33.5625rem;height:3.412475rem;display:block; }
#Tq1vtEmxadWSw0lNFTIa5LoqRx3cPKho { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.3482666015625rem;left:33.562622070312rem;height:1.7858875rem;display:block; }
#lf4uLe4zpTeqPfytogJ0ytNtTrTsB2Eb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9364013671875rem;left:57.000122070312rem;height:3.412475rem;display:block; }
#LZOoLwZU9dF7tL0mshHPUKZTxZ0TCtPi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.348876953125rem;left:59.157104492188rem;height:1.7858875rem;display:block; }
#t4GpOMVMAezfhFNrTFSrve4S4lTSDedp { color:rgba(var(--color-primary-2),1);display:block;width:5.68725625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:11.564331054688rem;left:9.6563720703125rem;height:6.525875rem;display:block; }
#krzmUuPdirzHMIsw4kPHRcf16u1xUPAd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.8681640625rem;left:3.187255859375rem;height:10.9985625rem;display:block; }#krzmUuPdirzHMIsw4kPHRcf16u1xUPAd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#krzmUuPdirzHMIsw4kPHRcf16u1xUPAd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
#aOpnWB3LebqARPlwlcfNeyvilP34arRa { color:rgba(var(--color-primary-2),1);display:block;width:5.68725625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:11.564331054688rem;left:34.656372070312rem;height:6.525875rem;display:block; }
#dRwimwS5FnpqCUcRwCH20yFFQkedBINd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.8681640625rem;left:28.187866210938rem;height:9.37375rem;text-align:left;text-align-last:left;display:block; }#dRwimwS5FnpqCUcRwCH20yFFQkedBINd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dRwimwS5FnpqCUcRwCH20yFFQkedBINd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
#cTNXeSAiuQ8Xi1BEQlveZ4mr2nlQO6nW { color:rgba(var(--color-primary-2),1);display:block;width:5.68725625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:11.564331054688rem;left:60.250244140625rem;height:6.525875rem;display:block; }
#ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.8681640625rem;left:54.312133789062rem;height:9.37375rem;text-align:left;text-align-last:left;display:block; }#ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
#zFCTF2VoARqxC0g1XoVn6awHpTUNqtP3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6236875rem;height:4.1870125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.220825195312rem;left:3.1878662109375rem;display:block; }
#cwcloZL5MH3CnZsFstgMHJlW2omiD3Nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAgNJwhAOhUQyfqeOL23mAsydbhitHGr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6236875rem;height:4.1870125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.45361328125rem;left:28.187866210938rem;display:block; }
#dtEC5A5OKTWvMlKDP1DD3eqmL6D4XnPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftxbZF1E1UAwyUtRZ8zUsXl5xOoTQa0b { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6236875rem;height:4.1870125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.45361328125rem;left:54.312133789062rem;display:block; }
#MWfd0X7W01n8vTvFNPgHmh56swHbx3eN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMkmxC2U0be864kzd0nJRFFzEA761Nze { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6236875rem;height:4.1870125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.298950195312rem;left:53.187866210938rem;display:none; }
#FC7emNSIbvJuMk9OapmsdgoDWZor5udV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eR0Q6H7cJcd4SGdzDPdebeDeTygay0GI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b0808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6236875rem;height:4.1870125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.298950195312rem;left:53.187866210938rem;display:none; }
#m1GNNQ4K2mKVqFhs6E5VFrmcLGPVDxkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container { background-color: transparent; background-image: none; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container > .video-iframe-container { display: none; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row > .video-iframe-container { display: none; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .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); }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container { border-width: 0; border-radius: 0; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#DzeThFA2WosFbXHE2sRMhozAcqyJBcfU { color:rgba(var(--color-tertiary-4),1);display:block;width:41.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:16.3125rem;height:7.7990625rem;display:block; }
#A1lwUX6lxXL3oTGUBFqTAI4q01Ve5gtz { color:rgba(var(--color-tertiary-4),1);display:block;width:41.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.0625rem;left:16.25rem;height:4.87426875rem;text-align:center;text-align-last:center;display:block; }
#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container { background-color: transparent; background-image: none; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container > .video-iframe-container { display: none; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row > .video-iframe-container { display: none; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .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); }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container { border-width: 0; border-radius: 0; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#zmCsvXRTSgQHS1tct8q478Js1xuq3lXp { box-sizing:content-box;height:8.125rem;width:8.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:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:5.3125rem;display:block; }
#OJ3d1KJCXgF7RXINUKosoHvQu6lzZuUm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.4375rem;left:7.8125rem; }
#J7L9KIn8dnFvO2ShuRi4tx0mbCiZhMuO { box-sizing:content-box;height:8.125rem;width:8.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:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:24.0625rem;display:block; }
#GG7e1Sy9SXLJylCFx0PW6pyNqXXrKxvS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.4375rem;left:26.5625rem; }
#GIq6InOTuqVyTHr7Dk8atJKFU5ZrebO2 { box-sizing:content-box;height:8.125rem;width:8.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:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:42.8125rem;display:block; }
#nPJ0zoFz4LgfqVJLG4bCL0JVwJOuKTS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.4375rem;left:45.3125rem; }
#tbXp10RSus8ugR7lf41ZVz0cRWxMNVQ4 { box-sizing:content-box;height:8.125rem;width:8.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:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:61.5625rem;display:block; }
#HGLTKwPW0h8Kb1TL2dklBhmaGABz17fb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.4375rem;left:64.0625rem; }
#GEcKhlX3WwDlkGXFXwSTmEsEHmOLNUZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.90673828125rem;left:4.18701171875rem;height:;text-align:center;text-align-last:center;display:block; }
#dbUTUhFerKQ7gvKGRJqvg9b37OcoK3v0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.90673828125rem;left:20.562133789062rem;height:;text-align:center;text-align-last:center;display:block; }
#WbHLscLxzTTOVgJJ6ot29HgLoqoIxk0g { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.947021484375rem;left:40.9375rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#RH7qSMROvG6qhkheNd8FFxr6Dc36BpgM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.90673828125rem;left:60.437622070312rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#TuTBB2L1g9wdNd0xKAfIqOKu6mtlhW8D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.509399414062rem;left:3.125rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#wqI31pLVthGXd5Pkl41SfRbTKNDWJJZq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.509399414062rem;left:21.875rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#DzMxcMUiu4FHR5Ss33QrS7tnResbad1w { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:16.509399414062rem;left:40.625rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#wGBVXPIv0L333dp5HbWEAOylO7MVLmcw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.509399414062rem;left:59.374389648438rem;height:6.09130625rem;text-align:center;text-align-last:center;display:block; }
#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container { background-color: transparent; background-image: none; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container > .video-iframe-container { display: none; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row > .video-iframe-container { display: none; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .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); }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container { border-width: 0; border-radius: 0; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#OFzZkQsNWypaBA70QJ6kaVQ1iscFnSgq { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1038818359375rem;left:18.156127929688rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wppaxm89rkEJzec2Xr10viwNim4Dix3l { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:16.74925rem;top:7.9534912109375rem;left:29.125366210938rem;overflow:hidden;display:block; }
#pm6IFAoDZOx3XImaFpWxgLdKyRK914to { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container { background-color: transparent; background-image: none; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container > .video-iframe-container { display: none; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row > .video-iframe-container { display: none; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .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); }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container { border-width: 0; border-radius: 0; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#JVWlcCH9FQ5EkymXJGI4XrSHO6oQ999E { box-sizing:content-box;height:22.0625rem;width:23.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:0.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pdMLxwfaWqQtkDVgf43TrhnwmWu3BOgD { box-sizing:content-box;height:21.75rem;width:24rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:0.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#bJ7vSrtiiOITBykFx6sMia9HHfxVC7X9 { box-sizing:content-box;height:22.125rem;width:23.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:26.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#QBCzgi1OJTyPug6TG7TIIB4gZQz8IZMu { box-sizing:content-box;height:22.25rem;width:23.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:50.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#i6pI4PJOMUx7otN6p3aOTRyDR4xXdhi1 { box-sizing:content-box;height:21.875rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:26.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#LDdXmvmns1CpvT0KdMkNW5MkGv6GzxVn { box-sizing:content-box;height:21.75rem;width:24rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9375rem;left:50.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#zxOqO03ZPOyBnA5Q28Rbpw7IQmCW7iDZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.4375rem;left:2.9375rem; }
#UuO5mmTVqQeBGTPn69OmNiG9SToadno0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0rem;left:4.1875rem;overflow:hidden;display:block; }
#I1EJ2ktKJMMQJU5svoqoDOT9BTkh6Lpk { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0rem;left:29.3125rem;overflow:hidden;display:block; }
#EaDGRoXCWF7tBwnuRvTUpLhElHThTANq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.4375rem;left:28.0625rem; }
#Eb2Km7ntTt4tqQKDOcDkXq8zLy8nBXQl { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0rem;left:53.5rem;overflow:hidden;display:block; }
#mUvVX6OSEIkwzs9JJprDV2JOVwSoTZ9z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.4375rem;left:52.25rem; }
#AIPXhKkslURqtwOh0WLUDZSfwr62xWqd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9993896484375rem;left:2.93701171875rem;height:11.3733125rem;display:block; }
#y4fh5pGdpBgLba9KpBviMtRLTASI2AND { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9993896484375rem;left:27.999877929688rem;height:12.9980625rem;display:block; }
#Fp1nsOER6kczr1dU2pNUqIdWhvGTaWyw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.9993896484375rem;left:52.21923828125rem;height:9.2615rem;display:block; }
#IiymaplG49NGExpJv7Q3OdvXsQeKuBdw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.064331054688rem;left:2.93701171875rem;height:2.598875rem;display:block; }
#Pr7XdqN1zBQl6OVvuKDUbkLuuZR8CuTA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.064331054688rem;left:27.999877929688rem;height:2.598875rem;display:block; }
#hfhEupLC8IqIaFdPbs3M3i97aG88Twb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.064331054688rem;left:52.249755859375rem;height:2.598875rem;display:block; }
#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container { background-color: transparent; background-image: none; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container > .video-iframe-container { display: none; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row > .video-iframe-container { display: none; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .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); }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container { border-width: 0; border-radius: 0; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#KLK26g5SfQMdBQoun3L0G16e1HV5OctL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.861450195312rem;left:49.6875rem;height:3.412475rem;display:block; }
#fd1V5wXrsoUo7tli0t5qqIwcJgrBoFDf { color:rgba(var(--color-primary-2),1);display:block;width:28.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.812622070312rem;left:43.060913085938rem;height:1.2182625rem;display:block; }
#yFHR845A2OPCkezTQRW1arATfoTeGmCh { color:rgba(var(--color-primary-2),1);display:block;width:26.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:42.12158203125rem;left:44.249267578125rem;height:1.381225rem;display:block; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-form-header { font-size:0.875rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:27.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:27.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26rem;overflow:hidden;font-style:normal;float:none; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-container:first-of-type{padding-top:0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-container:last-of-type{padding-bottom:0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.35546875rem;left:42.24609375rem;font-size:0.875rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.1875rem;display:block;vertical-align:top; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 {display:block;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.35546875rem;left:42.24609375rem;font-size:0.875rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #dT6NDiq19P08xrJPLABdBESGsxp6DvRT { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #wTd9TmvoJ8OfndAsyUd987cIqwadnyW3 { position:relative;display:block; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #NVSSewBHbRrAF3Qg3dQ7dbTRNBBBNQ4y { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #XBzmuGNHbRU0Q6dChA0sQXbp9pLO7X9h { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #BRwxetPl4nFQN9FSDDShFOs2GrPcndGJ { position:relative;display:block; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #rsrRowRsTgKToJmGwW5vuJ2PlrkkEPp1 { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #O49uNTwIPrmvPELWB94OqavNnMFM57fZ { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #MzfmhEy1ouD8ixzvOM2w7q2oFwBLS2k6 { position:relative;display:block; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #AcP8LCbfcMoXcTMrkJe4mlVeDb5dAHWw { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #l6vNUe6Bi0rEvL8kOVzzbU2HuovqbZQa { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #BtwvJOWRHwiENQduDTvbXBRRE665rmK6 { position:relative;display:block; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #yAUT8HpKTyTzJZXKP8ReFoclmLAJoTwx { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #TG2tKGE5L013bOSwasv5Mf2crfnKHGQ9 { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #wcpeAe8htkpqMg8qpCfcxXBZFmQxWgf7 { position:relative;display:block; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #tNBOUUbTuEsJbcyAq3wteiwVmxDI4hm5 { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #KaNcc9BCkvuRVxwm94CMHIJQO089gpxU { position:relative; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #u2EMVBfgg32y2hPLMddelym89z44WaGF { position:relative; }
#ENrCvdipKbiylUVQNodNFD2R0tkpAfb4 { box-sizing:content-box;height:44.9375rem;width:33.4375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.625rem 0.4375rem rgba(var(--color-primary-0),0.43) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.40869140625rem;left:39.749755859375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#R9lKJuuJPdgoKKvAAP6ukJbgOQJpJF0g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0333251953125rem;left:53.9375rem;height:3.412475rem;display:block; }
#LsOTo9Iu3zhAWNCx6C3SnyQpVnlPskCI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9388427734375rem;left:47.249145507812rem;height:3.08715625rem;display:block; }
#TgZdcIkv3FFHdw2ZCWmqfEHOL4BXPswg { color:rgba(var(--color-primary-2),1);display:block;width:28.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7041015625rem;left:42.218627929688rem;height:1.2182625rem;display:block; }
#STVtqIBi6RcVMr7bs1mQHfG00veKa60x { color:rgba(var(--color-primary-2),1);display:block;width:29.43725rem;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:6.671142578125rem;left:42.371215820312rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#y7PiTqyqJ5cu1VpzxbhkOdwSdPhuRmaF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.625rem;left:1.25rem;height:11.37329375rem;text-align:center;text-align-last:center;display:block; }
#mInE7XCoEsLWP8bil1B3Qxb7f3Xu56gx { color:rgba(var(--color-tertiary-2),1);display:block;width:37.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.74975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rE8v1mFivlOrt1yK6RWZENIFHlnOnWES { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.624rem;width:11.687rem;top:16.625rem;left:12.875rem;overflow:hidden;display:block; }
#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container { background-color: transparent; background-image: none; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container > .video-iframe-container { display: none; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row > .video-iframe-container { display: none; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .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); }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container { border-width: 0; border-radius: 0; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#znPfTZMG7aecBEC4kJi0agPNstoJuPP1 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7142333984375rem;left:18.15673828125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3kuBJQnvVOXU3iFRBPnZBeoais5Dfwh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6029052734375rem;left:22.2802734375rem;height:1.54358125rem;display:block; }
#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container { background-color: transparent; background-image: none; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container > .video-iframe-container { display: none; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row > .video-iframe-container { display: none; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .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); }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container { border-width: 0; border-radius: 0; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#Zd1zhnkTn5B6t3KQImtSgvZfCZOoNIIK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16rem;width:21.375rem;top:1.153564453125rem;left:0.37353515625rem;overflow:hidden;display:block; }
#UkH8nR2WxEJSkmNHRCWfgfyCrKL9kFwR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:14.812rem;width:22.37425rem;top:1.74560546875rem;left:26.31103515625rem;overflow:hidden;display:block; }
#Fp30VVfHHPWFPqCfmN4VmmM3ON61QPqW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.18725rem;width:17.99925rem;top:1.123046875rem;left:53.49853515625rem;overflow:hidden;display:block; }
#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container { background-color: transparent; background-image: none; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container > .video-iframe-container { display: none; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row > .video-iframe-container { display: none; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .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); }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container { border-width: 0; border-radius: 0; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#fegef05IexeWs6f7nvwB7khluRNl0oSH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.25rem;width:23rem;top:1.3128662109375rem;left:0.3753662109375rem;overflow:hidden;display:block; }
#n6n9TTJe3HyUmqk5fovIBOvqhv1zBtTA { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.0625rem;width:22.6875rem;top:1.3128662109375rem;left:25.375366210938rem;overflow:hidden;display:block; }
#xEtwkDcJTXd3zzfXTFcwxwkBenpVV3sX { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.125rem;width:22.6875rem;top:1.3128662109375rem;left:50.375366210938rem;overflow:hidden;display:block; }
#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container { background-color: transparent; background-image: none; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container > .video-iframe-container { display: none; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row > .video-iframe-container { display: none; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .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); }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container { border-width: 0; border-radius: 0; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#plQS8bpQuClV1adIKQVoDP5RIZRlb0Eh { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4332275390625rem;left:17.4365234375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvtgEUcJQngKMl0OU4BensTFAFX6aeu7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.436375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.683837890625rem;left:22.280883789062rem;height:1.54358125rem;display:block; }
#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q { position:relative;display:none; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q { border-width: 0; border-radius: 0; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .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; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .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:18.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:none; }#wlVdfJCvTJ4vclAt5myIQP1E8VbZkMAO { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#z70WcskQyp6dLiEeg6TJE3KSeTwudsvn { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#RIH6U7gXwTtxCK09P4iTlTJm6rKufkCk { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#XX69plDeB8qMQkXTBqRHhpn3lyllTmXq { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#vmWGEW1EEavw1gtPw2gfutXdCKJAxmSp { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#POFKvJAKMv0Dg9a0D4i0i4HC2cvBAbuT { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#vHnfARdEx2TVZQWqVfgJGcSM6S2uTEx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TJJG9QWyoFaTAS6GuydlVgsXk1MtnRxT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TVsThGuL44ng5gHR4DPCZPdDTvOxuvu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Otw6Qcznf1IBBBNN1e3st1kArbAEz9Uy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZQ0wqZO8rTT19o5QqBAHSKEMl8BJ7ez9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B6J0TCDs6MUdNXk9MmucTFJMbGlt3gqU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm { position:relative;display:none; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm { border-width: 0; border-radius: 0; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .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; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .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:18.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:none; }#WqWMs0ssbSAPx7Qu0evtN3WDepbC34RZ { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#JgTGlqamULE9yyoaW8zFfHmT3TfhhXuF { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#Nw1Sne4EVuqLFsngi6GCrMUKfmOu60aH { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#n7lThCae70Pp1mRXtlCrv0oIRVRbygoa { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#gVOZiwzWTD5b7SZPxRrkRxHTT9sNyNQy { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#XO6HO38a7Qbal1TdUgKPHM979UZdXtqI { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#ttmZN9tUcmMC5KG6NSu0MtMqq4QrsFW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rMFSEaFevLnTAfaQNw70LdUBSNE5dCTi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oH9TsTfFspCHQAGhE1V7vc04l0PvRbWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yJeJ3DMRRBXkflKzrQzX0TSHk1qzz6IE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.625rem;left:62rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IeS4ad4BkH0hCLVa0CK6rShVELnnnkNN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RzTiTx2HzbT1uvTPfbVdGmbvbVyOeJz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS { position:relative;display:none; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS { border-width: 0; border-radius: 0; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .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; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .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:18.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:none; }#A0cTnTedLyh40L8B4iZgJSsomOibps1D { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#RyNnChs5bbuqATPVXL7FuAv71QeQTXBG { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#XHTlmAvRV8z7VNZpzS5RUaFLPi9s3t6T { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#HS3rxUAsyzL82esXdieEJMILlwcmwb82 { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#fWHOXyJTEZQslCy2nulFglHH56SeHdGb { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#scKQIGWZsW3TRbMI8XlVZvfWGLfUQKHb { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#eWThV4i4eIJReCBf1eJzGKyha0XdKFMH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#canxVts8VXu2IJPeOCfU2hzFiINhyS2q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xFsRAtk5cEerL0oWRJoN3BPtGlAxiKou { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RS2Vp5T1T2tB5nKOySTIuoLQAxe5Pm9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JLV5RoAxTGI0ocyr3CoLEQ85pRhVeJDO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pNz5vDFIsKCG1XWi7Qln6X2prx1sOEAU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container { background-color: transparent; background-image: none; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container > .video-iframe-container { display: none; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row > .video-iframe-container { display: none; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .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); }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container { border-width: 0; border-radius: 0; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#eKEIfEsEPIKEmHKX3fw56GUG3RIXeNWk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENCiNFwmTJTRTaP5KJrs1eAm22FrSyyB { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ezBsBNADl66TtgGqhLZ6nNAeyEskSKFt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cov8pKau1IbM9C0t0a0PeS1dS5HSqR7Z { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LCFbxNBSm8zFRIW5sbagC29h39secpQa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzrzEX8vTazwR6RDrUC8KOtRV7lKiyFx { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XOTUflk8LiQfmxCN2mCJ22wU9iKmZODR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqChv5Ula6ZIMEkrNsrLzCJpnX1kezCK { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container { background-color: transparent; background-image: none; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container > .video-iframe-container { display: none; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row > .video-iframe-container { display: none; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .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); }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container { border-width: 0; border-radius: 0; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#pLZEECkJyfsnl9yVRiB7Z3rpBeoq8bXc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzH7rAF4U08f0Xu4TVHQVlfb8GLnyuMv { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#nQaH9NnSkcbREVHmfQl6WiTDrXX63oaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDcaGzNpGDcLr6s5Mz6Z0BdrP1ioVdok { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#SyV7C0wqhuD37gcROMGhrfkS8t9wHiaL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbANxzdUxPawW8OiRbPxSlKFm6fFLFBp { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OTezhRIp5hW3XWTbJGZFB2gnA3KVilQy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.625rem;left:62rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9avPCVfSTdDuZgp9bnoXzcDZshoJvKz { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container { background-color: transparent; background-image: none; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container > .video-iframe-container { display: none; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row > .video-iframe-container { display: none; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .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); }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container { border-width: 0; border-radius: 0; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#PO5dCdwvcWZab2hmTTGJDfuU63xS5ev3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvT15KaTqwF5plOfmUPyU7ZDbXkDRvl7 { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#DVocPfUrWpxmxP74JZ30R7D5Hr8wWBSC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hh4woTBywPvOHa3VwwbkCUWlsc1FHXOc { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ZIbxUg4yXzt6HEikbBpLuQG3BDuTGiHR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKT0Mv90mtWfbGC4iLtF66LWR7vKT6Iv { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ELTdth4RimaruKQw1WTHXyxgFOyLqP39 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfw2m2WA5wQhUgZXnbVu4EqfW9CdTAxi { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container { background-color: transparent; background-image: none; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container > .video-iframe-container { display: none; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row > .video-iframe-container { display: none; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .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); }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container { border-width: 0; border-radius: 0; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#bZD7p0ViWJ4IZL5rl121nyVs2hskA1Ti { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:5.75rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbVni0dTcGJWFzrrbTKTuLF5FUzXsINp { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uwxp2WSNUTW9XWThtJl8nlFsvO1QWKU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xl39XHEcq3wrUNALzS4HuKeOCloNpe4d { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ulvIT92JU0LRyFm9o33yv7G3eXMaNg7g { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THHeq4shBtXXa2PUm6qhvlEcvEX5IIdH { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KbsyvLyLIxGPgUBCh95vHE946TAnxncr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.625rem;left:62rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bq3aXTp6C0DTLkA1BPm7X4d4eZgKvq7W { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container { background-color: transparent; background-image: none; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container > .video-iframe-container { display: none; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row > .video-iframe-container { display: none; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .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); }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container { border-width: 0; border-radius: 0; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#pGXxLMCIW20LgzUQ4pk5tN1lU3Phdxka { color:#ffd60a;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.034912109375rem;left:4.49951171875rem;height:3.73718125rem;display:block; }
#TroN2sHPp843vO8RPV7AZtiZfgcyL88o { color:#ffffff;display:block;width:14.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.733642578125rem;left:4.49951171875rem;height:3.8983125rem;display:block; }
#sEw1XOJ9BnaaVm86nqxzhSpESTAbQh6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.375rem;left:4.3125rem; }
#Ood0RxPxsq7mifInPdqBeJinvCU76fti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.75rem;left:4.3125rem; }
#wsTZt0eTXhuyamPOAth2M8L06wkOSlaf { color:rgba(var(--color-secondary-2),1);display:block;width:11.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.242431640625rem;left:32.625122070312rem;height:3.16894375rem;text-align:center;text-align-last:center;display:block; }
#THc2qwmDCPrDip4qnbLdUlXZyblgMUSJ { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.444091796875rem;left:31.937255859375rem;height:3.08715625rem;display:block; }
#cuc5oEZFr6oMEBTVOzcfmoTTB0QtiaGt { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.520751953125rem;left:31.842041015625rem;height:1.54358125rem;display:block; }
#DFN38VrtEb7VJ0NUwdQRz6uSnZX6HEMJ { color:#ffffff;display:block;width:16.686375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.916015625rem;left:31.937255859375rem;height:1.54358125rem;display:block; }
#RgWTVGge3K93VOw0q9PnncTPtrF22fDN { color:#ffffff;display:block;width:9.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.75rem;height:1.46179375rem;display:block; }
#buOXOqt3IZ3VNOiUEFM9Z1TQlEPbPT7A { color:#ffffff;display:block;width:9.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:6.75rem;height:1.54358125rem;display:block; }
#Ld41lu7FhMfECCeMb708ewHHvl7PavZP { color:rgba(var(--color-secondary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.242431640625rem;left:56.43701171875rem;height:3.16894375rem;text-align:center;text-align-last:center;display:block; }
#Xxw8NzLygzV6qCSnHcxDyXPeW4PwPZ1m { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.583251953125rem;left:51.686645507812rem;height:1.54358125rem;display:block; }
#OrC77UoSer5pk5xG4UqTfhJII0S7hZ1T { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.521362304688rem;left:54.349975585938rem;height:1.54358125rem;display:block; }
#oNIKnimcJBD8U2cUKUHghr5Iend7vTJ0 { color:#ffffff;display:block;width:20.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.436889648438rem;left:52.693481445312rem;height:1.54358125rem;display:block; }
#EkNwQnqNoDk9vMdPPc85nwgE0OW0neWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.716064453125rem;left:16.497802734375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl { display:block; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lF8vUBuezO9vw5gICToueAkHJVICI2xb { top:1.375rem;left:0rem;width:8.9375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB9mrbQZMhgt7J09BFR9NF09HP3fJfCu { width:20.1875rem;height:4.6875rem;top:0.75rem;left:17.460205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMmOCWDpu9WXp3nbyNQWdnFZwQdGpXLr { display:block; }
 }@media only screen and (max-width: 763px) { #ENPrb3hrBqlXqmkBAWs32J2HP8ehW7b7 { width:20.5rem;height:4.6875rem;top:0.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FfCOTvcto6mKBphLBplRi6e3s9PbTE { display:block; }
 }@media only screen and (max-width: 763px) { #TILse3nRfGk1eyCpox9ADs2yWJ6COd7R { top:6rem;left:18rem;width:29.625rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadLrnByu0yDlQK8S7xedH1wTlWDJGvI { top:1.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upXEcCdIJIaqMQO14bioCmtUMdsRvTOn { top:14.9375rem;left:0rem;width:30.4375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5gO6lLinFOHQu31eoJsguXHM2ucesMe { top:13.625rem;left:0rem;width:36.0625rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRF2KR73S1a1emokpwmOVneHEkzTB3Q { top:12.9375rem;left:0rem;width:33.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6kXEqCQgU0ftq8pnSEqJitUZ0PxAan2 { top:19.5625rem;left:0rem;width:32.875rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6C4MIbee4WRHSy8abLiyfTlrkSUJqa { width:20.5rem;height:4.6875rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3byKPcEvA4EHl4oxpwydRcTPI4zTFRe { display:block; }
 }@media only screen and (max-width: 763px) { #QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k { top:27.4375rem;left:0rem;width:30.9375rem;height:7.6875rem;font-size:1.125rem;display:block; }#QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d912d9f870f03a2416e36954958f66ce7228b7b9.svg); }
 }@media only screen and (max-width: 763px) { #SlPskxwxRxchecPAf7BtO2BP6PzGemv3 { top:12.6875rem;left:19.999267578125rem;width:22.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezAaa9kXZ7nMDLA4sgH3N1Tg5D58buLL { top:26.75rem;left:22.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0O3gSF6Tob7z29Qm6299LedN7iFGMD9 { top:24.75rem;left:24.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4Pc57JcLgnyoCLcM1xUui58fNoulO4 { top:26.4375rem;left:22rem;width:7.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9seCtqHTZlNm3sLMHgcK68FnGOgIr7 { width:20.5rem;height:4.6875rem;top:37.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #InIhuv1REcNdFTgoN4skhfsvq80IsCg4 { display:block; }
 }@media only screen and (max-width: 763px) { #moaKxOJzeSGJdXvBfNW34vNfArEHRcH1 { width:20.1875rem;height:4.6875rem;top:36.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2sTH6Ty0K7kQMQIi7e2TyXFVZr51Eov { display:block; }
 }@media only screen and (max-width: 763px) { #iLTMt8fLAgcLhST0k1mwAiZoh8BwQsZp { top:4.875rem;left:0rem;width:39.125rem;height:7.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf { display:block; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC6zDnW1yvKFesvZThxiTzhohVvmdvAA { top:4.1875rem;left:0rem;width:47.1875rem;height:4.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp { display:block; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfukGXUUQJENhqu8P6TN4wUb9q4JS7nn { top:1.8125rem;left:1.90625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOaMTBId82S9S6Am3T94JDkUEcBEAF2i { top:4.1875rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVmahSZTsRcaPcsCsPnJclRigTmZZVLf { top:1.8125rem;left:13.84375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVt8XdbmCyVzRTyRyNWCroJSXo7wIebi { top:4.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fOJIKy39hDR0r71fBQbvr4Uky3ucAW { top:1.8125rem;left:25.78125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpc2ENdLNHiIPz0alK6wZcJXsyn9WsS6 { top:4.1875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPUqZg6TTd8L0H98xTBJuuDoy7Zy9vFS { top:1.8125rem;left:37.71875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8NZVK4oIRqLys62HvLvNEOLp448ZBCu { top:4.1875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oderAMMx1XsTPollwRi7vsq6L66ZeRtW { top:11.625rem;left:0rem;width:13.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBkWphTiPiqRC8xm9iWuISAuEsIAbDlA { top:11.75rem;left:11rem;width:12.875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTgLb0pZCv8apIHnZyKf06dZBZDN9hI { top:11.4375rem;left:24.186401367188rem;width:11.25rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6UHTTykEdn7omVVC9u4awoSvZzhQRV { top:11.4375rem;left:29.625rem;width:18.125rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7x7TTCzsyEKln9bVbLAEdSg2fEVaoxM { top:15.625rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHmJmw54HIaEtQO81uOKMI49l4wWImN4 { top:15.625rem;left:11.375rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFTdJqW9zBzxCxyNNd6DbDtN5zHIzlp { top:15.625rem;left:23.3125rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsTMo9BfJDTz2GPCKobMbLB2ObM9ouV { top:15.625rem;left:35.25rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5M03tN930EIUMTWDqRaCUiHJGBr5ocU { display:block; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qahUhOuAuaFqdI94fkAUsU0kP5K70A33 { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 { display:block; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRImyEvFN5MqPeOWKSiwPnAdhbLZP1E1 { top:0rem;left:0rem;width:23.8125rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwTJVKc9myWKAJCBBQIaDEvMCl3m95m { top:0rem;left:7.9375rem;width:23.8125rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSCZ17is1gTqLtxpqvZCugMwhrZDNhM { top:0rem;left:23.8125rem;width:23.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfpaRKm5TAVFgJyJ8IRHJfH7xkGDrrQ6 { top:4.625rem;left:0rem;width:20rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvQFSBZ1vUHWAkduuASb7fU7J2GaLPU { top:4.625rem;left:11.75rem;width:20rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gchlNRcO3VwRkI6ioT4f8CF4aec31iqZ { top:4.625rem;left:27.625rem;width:20rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKO5zTUT5acJTCKcIkyyrWHbKmUXWql { top:13rem;left:0rem;width:20.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJcSDuTcFXrXXsKfd1rFtEP73qwqDq01 { top:13rem;left:10.9375rem;width:20.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1wDgnCOaNBEkT11gz4g2wmxF49S1L0Q { top:13rem;left:26.8125rem;width:20.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC { top:19.875rem;left:0rem;width:18.75rem;height:6.125rem;font-size:1.0625rem;display:block; }#Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
 }@media only screen and (max-width: 763px) { #wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 { top:19.625rem;left:9.1875rem;width:22.5625rem;height:9rem;font-size:1rem;display:block; }#wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
 }@media only screen and (max-width: 763px) { #UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 { top:20rem;left:25.125rem;width:22.5rem;height:9rem;font-size:1rem;display:block; }#UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
 }@media only screen and (max-width: 763px) { #HIUbgMnrNhb67EJurlJZMcqDIWLfbFUT { top:0.875rem;left:6.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikmSluXDthKpyIhz68XlSS3LArkhmvMB { top:0.875rem;left:22.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWSsmeq5mik10aTmIwqRF7HN8EMG1PB { top:1rem;left:38.40576171875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMGeA2bpUHTdxv8nGeX7V51Qm8DOKHh { width:20.5rem;height:4.6875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otnEFI8gOm9tgs71weCaxeT1goThiT7P { display:block; }
 }@media only screen and (max-width: 763px) { #FwBXoZX11MqsOo8nrtACbT17gJNUaLhy { width:20.5rem;height:4.6875rem;top:30.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3vMmTAecRG6I1DvG2uxm068Rcp8B4R { display:block; }
 }@media only screen and (max-width: 763px) { #hzGtTAKZsqJK6romTks9SyDeMGOSfgTm { width:20.5rem;height:4.6875rem;top:30.8125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ3y0yKe8hD9rXimOTaTftOhthsvBeVs { display:block; }
 }@media only screen and (max-width: 763px) { #vTXE9gsG8lc0W27TR2PWvPTqeInuauB3 { width:20.5rem;height:4.6875rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed1KhEVyprN7RQOb1CkFf7OXcMLs03na { display:block; }
 }@media only screen and (max-width: 763px) { #JhfdLPT2oaqEpl0SdPbypTkvpTBDb3vM { width:20.5rem;height:4.6875rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEv3Eq8aSfpTrhd4CVyd0oFmrWo3b8Wc { display:block; }
 }@media only screen and (max-width: 763px) { #TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI { display:block; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahdtwORDEC1DOGgKT9MQeEAuQ5JOslAg { top:0rem;left:0rem;width:47.75rem;height:31.537426614481rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTfzN8pru8BH0sBAdsR7ZKxOcqkgNaP { top:24.875rem;left:0rem;width:35.8125rem;height:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx15SsViWFXZiZB2O8MG6GSshgWIS0IH { top:15.1875rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzCgms1Jmq5OKiF5wATEIhsm5HXHPwg9 { top:13.3125rem;left:0rem;width:20.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnhTzxTI53ndIZrXqACTa62HCFnRBThd { top:3rem;left:0rem;width:37.375rem;height:9.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV { display:block; }#T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c66de0UPa9kGLa6LMyGLTcdXWygi36oD { top:3.75rem;left:5.15673828125rem;width:37.375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTtGHGn71oKxoqtyWa7zPvTrqO0iZ6t { top:10.1875rem;left:11.249267578125rem;width:27.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ { display:block; }#kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAHUbwKPKLJTMV3F7Lk3NXsNTJvx20zZ { top:1.4375rem;left:0rem;width:23.8125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNJkwZAMSufCVsUgdHyWt1Aye9sswwH { top:1.5rem;left:8rem;width:23.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44fTKlEixendcCLfXO7iVeJ2atWqzFd { top:1.5rem;left:23.875rem;width:23.8125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpEfTfF4OGzuf6dxIuiGR74kAovvOVX { top:3.5rem;left:3.9989013671875rem;width:7.8125rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8umelqySn3g5Rvr0kzwci293zI9TQdI { top:3.5rem;left:19.87451171875rem;width:7.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKMQS1ZJhF32DKxRK7JaeXPFGsQDasDS { top:3.5rem;left:36.344604492188rem;width:7.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzC1xZbPTBtbwKOQCEPSfJWI6mTSe67W { top:6.875rem;left:19.87451171875rem;width:7.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfRHQFbuywWGNnUTF0qL3KZftvrnoh9z { top:6.875rem;left:36.344604492188rem;width:7.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMQwQZr6qvvtGRFuqvpR2i4wwcVFwzA { top:6.875rem;left:4.0001220703125rem;width:7.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqrVx9XH3gfWiGQPk7E68A6FTmcvs5XB { top:12.625rem;left:0rem;width:19.0625rem;height:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzBwVx9atWsru6RiRAVq9LFchvlTasVG { top:20.4375rem;left:0.6248779296875rem;width:14.5625rem;height:9.3125rem;font-size:1.25rem;display:block; }#wzBwVx9atWsru6RiRAVq9LFchvlTasVG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #TT1Ik7ZKSXahUwPagxgFGyWT0anB2H03 { top:13.3125rem;left:12.25rem;width:19.4375rem;height:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUJPed87FJ4hVWTGviXnofTdTPUDRGt { top:13.3125rem;left:25.6875rem;width:21.875rem;height:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK { top:20.4375rem;left:16.50048828125rem;width:14.5625rem;height:9.3125rem;font-size:1.25rem;display:block; }#k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #UmzGPcDfT944CdVOo0GauXTc7GFhATBa { top:20.4375rem;left:32.969970703125rem;width:14.5625rem;height:9.3125rem;font-size:1.3125rem;display:block; }#UmzGPcDfT944CdVOo0GauXTc7GFhATBa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #BpnZs2fvuKmuk3a9CUu2NAPTnut3qTPn { width:18.5625rem;height:4.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viSoypkRMmdmuSPIoxWVvhwBKZT7r3ow { display:block; }
 }@media only screen and (max-width: 763px) { #aDwqdRZExRnEQx4zrm3T5lFaTTgE7lks { width:18.5625rem;height:4.125rem;top:33.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn6vEr9LBKqQZ9l8lPy1ozdNSrQ0FB0Z { display:block; }
 }@media only screen and (max-width: 763px) { #oF82Kcx7oi5UL0aLEggI17Zna86Vg2c6 { width:18.5625rem;height:4.125rem;top:33.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiBJ3POSfCX9HGhcNQb4QyDrvxJWIHUW { display:block; }
 }@media only screen and (max-width: 763px) { #gDplameEteCtPAov6pvQ7JDceFL144EE { width:18.5625rem;height:4.125rem;top:33.25rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPPE2JPMDKcdfaZrfbyzPWJyIHfQTIOq { display:block; }
 }@media only screen and (max-width: 763px) { #kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A { display:block; }#kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epZ2UV6m0MkrVr4dczllAdnTGJItzVOP { top:0.9375rem;left:0rem;width:23.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGazsv4LEbdof2RPRUk0sIHoCMlOgCxc { top:0.9375rem;left:8rem;width:23.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axS5peeHIRi7FA4GaLFhbv9UeRdpHlyp { top:0.9375rem;left:23.875rem;width:23.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixtxd6t5pOzPKQN7LOkFk9CiFvNB8e67 { top:2.9375rem;left:4rem;width:7.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycCmLPOWyfVIkccFsRqU0h7itwNoKOVF { top:6.375rem;left:4rem;width:7.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUW1yWoWfpyeIIvMAdBTscT3tKq6TOyU { top:2.9375rem;left:19.875rem;width:7.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1vtEmxadWSw0lNFTIa5LoqRx3cPKho { top:6.3125rem;left:19.875122070312rem;width:7.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf4uLe4zpTeqPfytogJ0ytNtTrTsB2Eb { top:2.875rem;left:34.187622070312rem;width:12.1875rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOoLwZU9dF7tL0mshHPUKZTxZ0TCtPi { top:6.3125rem;left:36.344604492188rem;width:7.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4GpOMVMAezfhFNrTFSrve4S4lTSDedp { top:11.5625rem;left:5.0938720703125rem;width:5.625rem;height:6.5rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krzmUuPdirzHMIsw4kPHRcf16u1xUPAd { top:19.8125rem;left:0rem;width:18.5625rem;height:10.9375rem;font-size:1.25rem;display:block; }#krzmUuPdirzHMIsw4kPHRcf16u1xUPAd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #aOpnWB3LebqARPlwlcfNeyvilP34arRa { top:11.5625rem;left:20.968872070312rem;width:5.625rem;height:6.5rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwimwS5FnpqCUcRwCH20yFFQkedBINd { top:19.8125rem;left:13.1875rem;width:18.5625rem;height:9.3125rem;font-size:1.25rem;display:block; }#dRwimwS5FnpqCUcRwCH20yFFQkedBINd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #cTNXeSAiuQ8Xi1BEQlveZ4mr2nlQO6nW { top:11.5625rem;left:37.437744140625rem;width:5.625rem;height:6.5rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f { top:19.8125rem;left:29.0625rem;width:18.5625rem;height:9.3125rem;font-size:1.25rem;display:block; }#ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #zFCTF2VoARqxC0g1XoVn6awHpTUNqtP3 { width:18.5625rem;height:4.125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcloZL5MH3CnZsFstgMHJlW2omiD3Nm { display:block; }
 }@media only screen and (max-width: 763px) { #fAgNJwhAOhUQyfqeOL23mAsydbhitHGr { width:18.5625rem;height:4.125rem;top:32.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtEC5A5OKTWvMlKDP1DD3eqmL6D4XnPB { display:block; }
 }@media only screen and (max-width: 763px) { #ftxbZF1E1UAwyUtRZ8zUsXl5xOoTQa0b { width:18.5625rem;height:4.125rem;top:32.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWfd0X7W01n8vTvFNPgHmh56swHbx3eN { display:block; }
 }@media only screen and (max-width: 763px) { #fMkmxC2U0be864kzd0nJRFFzEA761Nze { width:18.5625rem;height:4.125rem;top:33.25rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FC7emNSIbvJuMk9OapmsdgoDWZor5udV { display:block; }
 }@media only screen and (max-width: 763px) { #eR0Q6H7cJcd4SGdzDPdebeDeTygay0GI { width:18.5625rem;height:4.125rem;top:33.25rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1GNNQ4K2mKVqFhs6E5VFrmcLGPVDxkB { display:block; }
 }@media only screen and (max-width: 763px) { #KNBQHE8sgEWi7INHQram2bhzdq8rDCKs { display:block; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzeThFA2WosFbXHE2sRMhozAcqyJBcfU { top:3.5rem;left:2.6875rem;width:41.4375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1lwUX6lxXL3oTGUBFqTAI4q01Ve5gtz { top:12.0625rem;left:2.625rem;width:41.5625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq { display:block; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmCsvXRTSgQHS1tct8q478Js1xuq3lXp { top:2.0625rem;left:1.90625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ3d1KJCXgF7RXINUKosoHvQu6lzZuUm { top:4.4375rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7L9KIn8dnFvO2ShuRi4tx0mbCiZhMuO { top:2.0625rem;left:13.84375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG7e1Sy9SXLJylCFx0PW6pyNqXXrKxvS { top:4.4375rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIq6InOTuqVyTHr7Dk8atJKFU5ZrebO2 { top:2.0625rem;left:25.78125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPJ0zoFz4LgfqVJLG4bCL0JVwJOuKTS8 { top:4.4375rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbXp10RSus8ugR7lf41ZVz0cRWxMNVQ4 { top:2.0625rem;left:37.71875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGLTKwPW0h8Kb1TL2dklBhmaGABz17fb { top:4.4375rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEcKhlX3WwDlkGXFXwSTmEsEHmOLNUZ2 { top:11.875rem;left:0.78076171875rem;width:10.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbUTUhFerKQ7gvKGRJqvg9b37OcoK3v0 { top:11.875rem;left:8.8125rem;width:15.0625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHLscLxzTTOVgJJ6ot29HgLoqoIxk0g { top:11.9375rem;left:23.90625rem;width:11.875rem;height:2.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7qSMROvG6qhkheNd8FFxr6Dc36BpgM { top:11.875rem;left:36.593872070312rem;width:10.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTBB2L1g9wdNd0xKAfIqOKu6mtlhW8D { top:16.5rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqI31pLVthGXd5Pkl41SfRbTKNDWJJZq { top:16.5rem;left:11.375rem;width:12.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMxcMUiu4FHR5Ss33QrS7tnResbad1w { top:16.5rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGBVXPIv0L333dp5HbWEAOylO7MVLmcw { top:16.5rem;left:35.25rem;width:12.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN { display:block; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFzZkQsNWypaBA70QJ6kaVQ1iscFnSgq { top:2.0625rem;left:4.5311279296875rem;width:38.625rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wppaxm89rkEJzec2Xr10viwNim4Dix3l { top:7.9375rem;left:15.500366210938rem;width:16.6875rem;height:3.8602282098452rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm6IFAoDZOx3XImaFpWxgLdKyRK914to { display:block; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVWlcCH9FQ5EkymXJGI4XrSHO6oQ999E { top:0.9375rem;left:0rem;width:23.5625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdMLxwfaWqQtkDVgf43TrhnwmWu3BOgD { top:0.9375rem;left:0rem;width:24rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ7vSrtiiOITBykFx6sMia9HHfxVC7X9 { top:0.9375rem;left:8.1875rem;width:23.5625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCzgi1OJTyPug6TG7TIIB4gZQz8IZMu { top:0.9375rem;left:24.125rem;width:23.5625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6pI4PJOMUx7otN6p3aOTRyDR4xXdhi1 { top:0.9375rem;left:7.75rem;width:24rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdXmvmns1CpvT0KdMkNW5MkGv6GzxVn { top:0.9375rem;left:23.6875rem;width:24rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOqO03ZPOyBnA5Q28Rbpw7IQmCW7iDZ { top:2.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuO5mmTVqQeBGTPn69OmNiG9SToadno0 { top:0rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1EJ2ktKJMMQJU5svoqoDOT9BTkh6Lpk { top:0rem;left:15.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaDGRoXCWF7tBwnuRvTUpLhElHThTANq { top:2.4375rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2Km7ntTt4tqQKDOcDkXq8zLy8nBXQl { top:0rem;left:31.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUvVX6OSEIkwzs9JJprDV2JOVwSoTZ9z { top:2.4375rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIPXhKkslURqtwOh0WLUDZSfwr62xWqd { top:4.9375rem;left:0rem;width:20.5rem;height:11.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4fh5pGdpBgLba9KpBviMtRLTASI2AND { top:4.9375rem;left:11.25rem;width:20.5rem;height:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp1nsOER6kczr1dU2pNUqIdWhvGTaWyw { top:4.9375rem;left:27.125rem;width:20.5rem;height:9.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiymaplG49NGExpJv7Q3OdvXsQeKuBdw { top:19.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7XdqN1zBQl6OVvuKDUbkLuuZR8CuTA { top:19.0625rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfhEupLC8IqIaFdPbs3M3i97aG88Twb9 { top:19.0625rem;left:31.75rem;width:15.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUd445tnFP413D4aZa4xfNwgcRmwJ5gg { display:block; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLK26g5SfQMdBQoun3L0G16e1HV5OctL { top:12.4375rem;left:29.875rem;width:15.6875rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1V5wXrsoUo7tli0t5qqIwcJgrBoFDf { top:17.4375rem;left:19.75rem;width:28rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHR845A2OPCkezTQRW1arATfoTeGmCh { top:42.0625rem;left:21.1875rem;width:26.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-regular-label { width:27.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-text { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-textarea { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-select { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-button { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-checkbox-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3  { width:27.1875rem;height:auto;top:9.3125rem;left:18.0625rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .radio-container { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 {display:block;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 { width:27.1875rem;height:auto;top:9.3125rem;left:18.0625rem; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #dT6NDiq19P08xrJPLABdBESGsxp6DvRT {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #wTd9TmvoJ8OfndAsyUd987cIqwadnyW3 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #NVSSewBHbRrAF3Qg3dQ7dbTRNBBBNQ4y {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #XBzmuGNHbRU0Q6dChA0sQXbp9pLO7X9h {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #BRwxetPl4nFQN9FSDDShFOs2GrPcndGJ {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #rsrRowRsTgKToJmGwW5vuJ2PlrkkEPp1 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #O49uNTwIPrmvPELWB94OqavNnMFM57fZ {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #MzfmhEy1ouD8ixzvOM2w7q2oFwBLS2k6 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #AcP8LCbfcMoXcTMrkJe4mlVeDb5dAHWw {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #l6vNUe6Bi0rEvL8kOVzzbU2HuovqbZQa {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #BtwvJOWRHwiENQduDTvbXBRRE665rmK6 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #yAUT8HpKTyTzJZXKP8ReFoclmLAJoTwx {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #TG2tKGE5L013bOSwasv5Mf2crfnKHGQ9 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #wcpeAe8htkpqMg8qpCfcxXBZFmQxWgf7 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #tNBOUUbTuEsJbcyAq3wteiwVmxDI4hm5 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #KaNcc9BCkvuRVxwm94CMHIJQO089gpxU {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #u2EMVBfgg32y2hPLMddelym89z44WaGF {  }
 }@media only screen and (max-width: 763px) { #ENrCvdipKbiylUVQNodNFD2R0tkpAfb4 { top:1.375rem;left:14.3125rem;width:33.4375rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9lKJuuJPdgoKKvAAP6ukJbgOQJpJF0g { top:5.625rem;left:32.0625rem;width:15.6875rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOTo9Iu3zhAWNCx6C3SnyQpVnlPskCI { top:2.9375rem;left:26.811645507812rem;width:20.625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZdcIkv3FFHdw2ZCWmqfEHOL4BXPswg { top:6.6875rem;left:19.75rem;width:28rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVtqIBi6RcVMr7bs1mQHfG00veKa60x { top:6.625rem;left:18.375rem;width:29.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PiTqyqJ5cu1VpzxbhkOdwSdPhuRmaF { top:29.625rem;left:0rem;width:35.8125rem;height:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mInE7XCoEsLWP8bil1B3Qxb7f3Xu56gx { top:4rem;left:0rem;width:37.375rem;height:9.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE8v1mFivlOrt1yK6RWZENIFHlnOnWES { top:16.625rem;left:6.0625rem;width:11.625rem;height:9.5728967226792rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz { display:block; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znPfTZMG7aecBEC4kJi0agPNstoJuPP1 { top:2.6875rem;left:4.53173828125rem;width:38.625rem;height:;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3kuBJQnvVOXU3iFRBPnZBeoais5Dfwh { top:8.5625rem;left:8.6552734375rem;width:30.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 { display:block; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd1zhnkTn5B6t3KQImtSgvZfCZOoNIIK { top:1.125rem;left:0rem;width:21.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkH8nR2WxEJSkmNHRCWfgfyCrKL9kFwR { top:1.6875rem;left:9.375rem;width:22.3125rem;height:14.771120819692rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp30VVfHHPWFPqCfmN4VmmM3ON61QPqW { top:1.0625rem;left:29.625rem;width:17.9375rem;height:18.124855028682rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD { display:block; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fegef05IexeWs6f7nvwB7khluRNl0oSH { top:1.3125rem;left:0rem;width:23rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6n9TTJe3HyUmqk5fovIBOvqhv1zBtTA { top:1.3125rem;left:7.5625rem;width:22.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEtwkDcJTXd3zzfXTFcwxwkBenpVV3sX { top:1.3125rem;left:23.625rem;width:22.6875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi { display:block; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plQS8bpQuClV1adIKQVoDP5RIZRlb0Eh { top:3.375rem;left:3.8115234375rem;width:40.0625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvtgEUcJQngKMl0OU4BensTFAFX6aeu7 { top:9.625rem;left:8.6558837890625rem;width:30.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q { display:none; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlVdfJCvTJ4vclAt5myIQP1E8VbZkMAO { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z70WcskQyp6dLiEeg6TJE3KSeTwudsvn { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIH6U7gXwTtxCK09P4iTlTJm6rKufkCk { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XX69plDeB8qMQkXTBqRHhpn3lyllTmXq { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmWGEW1EEavw1gtPw2gfutXdCKJAxmSp { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #POFKvJAKMv0Dg9a0D4i0i4HC2cvBAbuT { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHnfARdEx2TVZQWqVfgJGcSM6S2uTEx3 { top:4.5625rem;left:2.34375rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJJG9QWyoFaTAS6GuydlVgsXk1MtnRxT { top:4.5625rem;left:14.28125rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVsThGuL44ng5gHR4DPCZPdDTvOxuvu9 { top:4.5625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Otw6Qcznf1IBBBNN1e3st1kArbAEz9Uy { top:4.5rem;left:38.15576171875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ0wqZO8rTT19o5QqBAHSKEMl8BJ7ez9 { top:4.5625rem;left:2.34375rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6J0TCDs6MUdNXk9MmucTFJMbGlt3gqU { top:4.5625rem;left:14.28125rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm { display:none; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WqWMs0ssbSAPx7Qu0evtN3WDepbC34RZ { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgTGlqamULE9yyoaW8zFfHmT3TfhhXuF { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nw1Sne4EVuqLFsngi6GCrMUKfmOu60aH { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7lThCae70Pp1mRXtlCrv0oIRVRbygoa { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVOZiwzWTD5b7SZPxRrkRxHTT9sNyNQy { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO6HO38a7Qbal1TdUgKPHM979UZdXtqI { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttmZN9tUcmMC5KG6NSu0MtMqq4QrsFW2 { top:4.5625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMFSEaFevLnTAfaQNw70LdUBSNE5dCTi { top:4.5rem;left:38.15576171875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oH9TsTfFspCHQAGhE1V7vc04l0PvRbWJ { top:4.625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJeJ3DMRRBXkflKzrQzX0TSHk1qzz6IE { top:4.625rem;left:38.15625rem;width:7.8125rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeS4ad4BkH0hCLVa0CK6rShVELnnnkNN { top:4.625rem;left:2.34375rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzTiTx2HzbT1uvTPfbVdGmbvbVyOeJz5 { top:4.625rem;left:14.28125rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS { display:none; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0cTnTedLyh40L8B4iZgJSsomOibps1D { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyNnChs5bbuqATPVXL7FuAv71QeQTXBG { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHTlmAvRV8z7VNZpzS5RUaFLPi9s3t6T { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS3rxUAsyzL82esXdieEJMILlwcmwb82 { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWHOXyJTEZQslCy2nulFglHH56SeHdGb { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scKQIGWZsW3TRbMI8XlVZvfWGLfUQKHb { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWThV4i4eIJReCBf1eJzGKyha0XdKFMH { top:4.625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #canxVts8VXu2IJPeOCfU2hzFiINhyS2q { top:4.625rem;left:38.15625rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFsRAtk5cEerL0oWRJoN3BPtGlAxiKou { top:4.5625rem;left:2.34326171875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RS2Vp5T1T2tB5nKOySTIuoLQAxe5Pm9Q { top:4.5625rem;left:14.28076171875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLV5RoAxTGI0ocyr3CoLEQ85pRhVeJDO { top:4.5625rem;left:26.21826171875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNz5vDFIsKCG1XWi7Qln6X2prx1sOEAU { top:4.5625rem;left:38.15576171875rem;width:7.8125rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs { display:block; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKEIfEsEPIKEmHKX3fw56GUG3RIXeNWk { top:4.5625rem;left:2.34375rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCiNFwmTJTRTaP5KJrs1eAm22FrSyyB { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezBsBNADl66TtgGqhLZ6nNAeyEskSKFt { top:4.5625rem;left:14.28125rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cov8pKau1IbM9C0t0a0PeS1dS5HSqR7Z { top:3.875rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFbxNBSm8zFRIW5sbagC29h39secpQa { top:4.5625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzrzEX8vTazwR6RDrUC8KOtRV7lKiyFx { top:3.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTUflk8LiQfmxCN2mCJ22wU9iKmZODR { top:4.5rem;left:38.15576171875rem;width:7.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqChv5Ula6ZIMEkrNsrLzCJpnX1kezCK { top:3.875rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s { display:block; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLZEECkJyfsnl9yVRiB7Z3rpBeoq8bXc { top:4.5625rem;left:2.34375rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzH7rAF4U08f0Xu4TVHQVlfb8GLnyuMv { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaH9NnSkcbREVHmfQl6WiTDrXX63oaQ { top:4.5625rem;left:14.28125rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDcaGzNpGDcLr6s5Mz6Z0BdrP1ioVdok { top:3.8125rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyV7C0wqhuD37gcROMGhrfkS8t9wHiaL { top:4.625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbANxzdUxPawW8OiRbPxSlKFm6fFLFBp { top:3.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTezhRIp5hW3XWTbJGZFB2gnA3KVilQy { top:4.625rem;left:38.15625rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9avPCVfSTdDuZgp9bnoXzcDZshoJvKz { top:3.875rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 { display:block; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO5dCdwvcWZab2hmTTGJDfuU63xS5ev3 { top:4.625rem;left:2.34375rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT15KaTqwF5plOfmUPyU7ZDbXkDRvl7 { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVocPfUrWpxmxP74JZ30R7D5Hr8wWBSC { top:4.625rem;left:14.28125rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4woTBywPvOHa3VwwbkCUWlsc1FHXOc { top:3.875rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIbxUg4yXzt6HEikbBpLuQG3BDuTGiHR { top:4.625rem;left:26.21875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKT0Mv90mtWfbGC4iLtF66LWR7vKT6Iv { top:3.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTdth4RimaruKQw1WTHXyxgFOyLqP39 { top:4.625rem;left:38.15625rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfw2m2WA5wQhUgZXnbVu4EqfW9CdTAxi { top:3.875rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO { display:block; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZD7p0ViWJ4IZL5rl121nyVs2hskA1Ti { top:4.5625rem;left:2.34326171875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbVni0dTcGJWFzrrbTKTuLF5FUzXsINp { top:3.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwxp2WSNUTW9XWThtJl8nlFsvO1QWKU2 { top:4.5625rem;left:14.28076171875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl39XHEcq3wrUNALzS4HuKeOCloNpe4d { top:3.875rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulvIT92JU0LRyFm9o33yv7G3eXMaNg7g { top:4.5625rem;left:26.21826171875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHeq4shBtXXa2PUm6qhvlEcvEX5IIdH { top:3.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsyvLyLIxGPgUBCh95vHE946TAnxncr { top:4.5625rem;left:38.15576171875rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3aXTp6C0DTLkA1BPm7X4d4eZgKvq7W { top:3.875rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg { display:block; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGXxLMCIW20LgzUQ4pk5tN1lU3Phdxka { top:2rem;left:0rem;width:12rem;height:3.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroN2sHPp843vO8RPV7AZtiZfgcyL88o { top:5.6875rem;left:0rem;width:14.6875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEw1XOJ9BnaaVm86nqxzhSpESTAbQh6V { top:12.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ood0RxPxsq7mifInPdqBeJinvCU76fti { top:18.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTZt0eTXhuyamPOAth2M8L06wkOSlaf { top:2.1875rem;left:19.000122070312rem;width:11.125rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THc2qwmDCPrDip4qnbLdUlXZyblgMUSJ { top:6.4375rem;left:18.312255859375rem;width:14.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuc5oEZFr6oMEBTVOzcfmoTTB0QtiaGt { top:12.5rem;left:18.217041015625rem;width:14.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFN38VrtEb7VJ0NUwdQRz6uSnZX6HEMJ { top:18.875rem;left:18.312255859375rem;width:16.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgWTVGge3K93VOw0q9PnncTPtrF22fDN { top:12.5625rem;left:0rem;width:9.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOXOqt3IZ3VNOiUEFM9Z1TQlEPbPT7A { top:18.9375rem;left:0rem;width:9.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld41lu7FhMfECCeMb708ewHHvl7PavZP { top:2.1875rem;left:33rem;width:14.75rem;height:3.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxw8NzLygzV6qCSnHcxDyXPeW4PwPZ1m { top:6.5625rem;left:24.6875rem;width:23.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrC77UoSer5pk5xG4UqTfhJII0S7hZ1T { top:12.5rem;left:30.875rem;width:16.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNIKnimcJBD8U2cUKUHghr5Iend7vTJ0 { top:18.375rem;left:27.625rem;width:20.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkNwQnqNoDk9vMdPPc85nwgE0OW0neWD { top:2.6875rem;left:2.872802734375rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl { display:block; }#bL95ImQ2nN7y3KtzvDTKwGI1u7IZKJDl > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lF8vUBuezO9vw5gICToueAkHJVICI2xb { width:8.875rem;height:2.6001rem;top:1.1875rem;left:4.5rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #KB9mrbQZMhgt7J09BFR9NF09HP3fJfCu { width:12.312rem;height:2.87475625rem;top:4.6246337890625rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KMmOCWDpu9WXp3nbyNQWdnFZwQdGpXLr { display:block; }
 }@media only screen and (max-width: 763px) { #ENPrb3hrBqlXqmkBAWs32J2HP8ehW7b7 { width:12.8125rem;height:2.87475625rem;top:4.37255859375rem;left:3.59375rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;box-shadow: 0.25rem 0.1875rem 0.3125rem rgba(var(--color-secondary-2),0.62) ;display:block; }
 }@media only screen and (max-width: 763px) { #E8FfCOTvcto6mKBphLBplRi6e3s9PbTE { display:block; }
 }@media only screen and (max-width: 763px) { #TILse3nRfGk1eyCpox9ADs2yWJ6COd7R { width:8.875rem;height:13.3125rem;top:5.6683375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HadLrnByu0yDlQK8S7xedH1wTlWDJGvI { display:flex;top:1.0625rem;left:13.3125rem;width:2.25rem;height:2.25rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/57868fb3-1801-4724-8e5f-72a0feca093a/noroot.crop_1595x1788_0,612");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upXEcCdIJIaqMQO14bioCmtUMdsRvTOn { width:20rem;height:0;top:35rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D5gO6lLinFOHQu31eoJsguXHM2ucesMe { width:20rem;height:4.5495625rem;top:32.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETRF2KR73S1a1emokpwmOVneHEkzTB3Q { width:17.4375rem;height:5.25rem;top:32.437133789062rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6kXEqCQgU0ftq8pnSEqJitUZ0PxAan2 { width:19.2480625rem;height:8.77075rem;top:42.936401367188rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6C4MIbee4WRHSy8abLiyfTlrkSUJqa { width:18.9978125rem;height:4.6875rem;top:69.8125rem;left:0.5rem;font-size:1.0625rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x3byKPcEvA4EHl4oxpwydRcTPI4zTFRe { display:block; }
 }@media only screen and (max-width: 763px) { #QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k { width:18.3734375rem;height:14.406125rem;top:52.875rem;left:0.8125rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }#QB2DPaTi3hGLiVdS9ckrW52iGXLKac6k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d912d9f870f03a2416e36954958f66ce7228b7b9.svg); }
 }@media only screen and (max-width: 763px) { #SlPskxwxRxchecPAf7BtO2BP6PzGemv3 { width:20rem;height:4.87426875rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezAaa9kXZ7nMDLA4sgH3N1Tg5D58buLL { display:flex;width:1.5625rem;height:1.5625rem;top:17.65625rem;left:6.57763671875rem; }
 }@media only screen and (max-width: 763px) { #K0O3gSF6Tob7z29Qm6299LedN7iFGMD9 { width:5.625rem;height:5.625rem;top:15.5625rem;left:8.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4Pc57JcLgnyoCLcM1xUui58fNoulO4 { width:7.4375rem;height:2rem;top:17.4375rem;left:6.125rem;box-shadow: 0.375rem 0.4375rem 0.5625rem rgba(0,0,0,0) ;display:block; }
 }@media only screen and (max-width: 763px) { #Be9seCtqHTZlNm3sLMHgcK68FnGOgIr7 { width:18.999rem;height:4.6875rem;top:75.0625rem;left:0.5rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#0a0808;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #InIhuv1REcNdFTgoN4skhfsvq80IsCg4 { display:block; }
 }@media only screen and (max-width: 763px) { #moaKxOJzeSGJdXvBfNW34vNfArEHRcH1 { width:19rem;height:4.6875rem;top:36.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O2sTH6Ty0K7kQMQIi7e2TyXFVZr51Eov { display:block; }
 }@media only screen and (max-width: 763px) { #iLTMt8fLAgcLhST0k1mwAiZoh8BwQsZp { width:20rem;height:5.20019375rem;top:26.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf { display:block; }#QdbyaC4fcU5affGWvZM4Zx0ePluQm4cf > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC6zDnW1yvKFesvZThxiTzhohVvmdvAA { width:20rem;height:6.661375rem;top:1.25rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp { display:block; }#BtqxgJJTi686ct5obeOhEOI2Vo8dGJOp > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfukGXUUQJENhqu8P6TN4wUb9q4JS7nn { width:8.125rem;height:8.125rem;top:3rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOaMTBId82S9S6Am3T94JDkUEcBEAF2i { display:flex;width:3.125rem;height:3.125rem;top:5.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NVmahSZTsRcaPcsCsPnJclRigTmZZVLf { width:8.125rem;height:8.125rem;top:26.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVt8XdbmCyVzRTyRyNWCroJSXo7wIebi { display:flex;width:3.125rem;height:3.125rem;top:29rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #w4fOJIKy39hDR0r71fBQbvr4Uky3ucAW { width:8.125rem;height:8.125rem;top:48.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpc2ENdLNHiIPz0alK6wZcJXsyn9WsS6 { display:flex;width:3.125rem;height:3.125rem;top:50.6875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #SPUqZg6TTd8L0H98xTBJuuDoy7Zy9vFS { width:8.125rem;height:8.125rem;top:70.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8NZVK4oIRqLys62HvLvNEOLp448ZBCu { display:flex;width:3.125rem;height:3.125rem;top:73rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oderAMMx1XsTPollwRi7vsq6L66ZeRtW { width:15.686625rem;height:2.03125rem;top:12rem;left:2.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBkWphTiPiqRC8xm9iWuISAuEsIAbDlA { width:15.686625rem;height:2.03125rem;top:35.5615234375rem;left:2.4774169921875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPTgLb0pZCv8apIHnZyKf06dZBZDN9hI { width:15.686625rem;height:2.03125rem;top:57.5rem;left:2.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sk6UHTTykEdn7omVVC9u4awoSvZzhQRV { width:18.125rem;height:1.950075rem;top:79.5rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7x7TTCzsyEKln9bVbLAEdSg2fEVaoxM { width:12.5rem;height:7.796625rem;top:14.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHmJmw54HIaEtQO81uOKMI49l4wWImN4 { width:12.5rem;height:5.19775625rem;top:37.918090820312rem;left:4.0704345703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFTdJqW9zBzxCxyNNd6DbDtN5zHIzlp { width:12.5rem;height:6.4971875rem;top:59.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsTMo9BfJDTz2GPCKobMbLB2ObM9ouV { width:12.5rem;height:6.4971875rem;top:81.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5M03tN930EIUMTWDqRaCUiHJGBr5ocU { display:block; }#P5M03tN930EIUMTWDqRaCUiHJGBr5ocU > .row .container { width:20rem;height:8.3996875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qahUhOuAuaFqdI94fkAUsU0kP5K70A33 { width:20rem;height:7.1496875rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 { display:block; }#bTGcFkiGgasiiorH89HCk2UZy0Zb6xs5 > .row .container { width:20rem;height:119.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRImyEvFN5MqPeOWKSiwPnAdhbLZP1E1 { width:20rem;height:32.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwTJVKc9myWKAJCBBQIaDEvMCl3m95m { width:20rem;height:37.9375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSCZ17is1gTqLtxpqvZCugMwhrZDNhM { width:20rem;height:37rem;top:76.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfpaRKm5TAVFgJyJ8IRHJfH7xkGDrrQ6 { width:20rem;height:4.7131375rem;top:5.687255859375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvQFSBZ1vUHWAkduuASb7fU7J2GaLPU { width:20rem;height:4.7131375rem;top:40.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gchlNRcO3VwRkI6ioT4f8CF4aec31iqZ { width:20rem;height:4.7131375rem;top:81.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKO5zTUT5acJTCKcIkyyrWHbKmUXWql { width:20rem;height:2.92358125rem;top:11.605224609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJcSDuTcFXrXXsKfd1rFtEP73qwqDq01 { width:20rem;height:2.92358125rem;top:47.288208007812rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1wDgnCOaNBEkT11gz4g2wmxF49S1L0Q { width:20rem;height:2.92358125rem;top:88.115234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC { width:19.375rem;height:6.462375rem;top:18.538208007812rem;left:0.625rem;font-size:1.0625rem;display:block; }#Ld2zUdutacMRCK2X8gf9WnI8sw1KCbLC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
 }@media only screen and (max-width: 763px) { #wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 { width:19.6875rem;height:10.3460625rem;top:54.3115234375rem;left:0.3125rem;font-size:1rem;display:block; }#wJr2wdDlMNroKUP33ly8eHJHqz6Ryrr3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
 }@media only screen and (max-width: 763px) { #UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 { width:19.4360625rem;height:9.046625rem;top:95.123291015625rem;left:0.28076171875rem;font-size:1rem;display:block; }#UWIuPhqkngMKwAHUoDFRmVMKaNZPfPO0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0abba867f7e19f623bf52e7ecbcd61ae5fd6267.svg); }
 }@media only screen and (max-width: 763px) { #HIUbgMnrNhb67EJurlJZMcqDIWLfbFUT { display:flex;width:2.8125rem;height:2.8125rem;top:2.310791015625rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #ikmSluXDthKpyIhz68XlSS3LArkhmvMB { display:flex;width:2.8125rem;height:2.8125rem;top:37.25rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #NzWSsmeq5mik10aTmIwqRF7HN8EMG1PB { display:flex;width:2.5rem;height:2.5rem;top:77.87353515625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #GIMGeA2bpUHTdxv8nGeX7V51Qm8DOKHh { width:19rem;height:4.6875rem;top:28.538208007812rem;left:0.4375rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #otnEFI8gOm9tgs71weCaxeT1goThiT7P { display:block; }
 }@media only screen and (max-width: 763px) { #FwBXoZX11MqsOo8nrtACbT17gJNUaLhy { width:19rem;height:4.6875rem;top:121.062rem;left:0.5rem;font-size:1.0625rem;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;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fJ3vMmTAecRG6I1DvG2uxm068Rcp8B4R { display:block; }
 }@media only screen and (max-width: 763px) { #hzGtTAKZsqJK6romTks9SyDeMGOSfgTm { width:19rem;height:4.6875rem;top:126.9995rem;left:0.5rem;font-size:1.0625rem;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;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KZ3y0yKe8hD9rXimOTaTftOhthsvBeVs { display:block; }
 }@media only screen and (max-width: 763px) { #vTXE9gsG8lc0W27TR2PWvPTqeInuauB3 { width:18.999rem;height:4.6875rem;top:68.538208007812rem;left:0.5rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1KhEVyprN7RQOb1CkFf7OXcMLs03na { display:block; }
 }@media only screen and (max-width: 763px) { #JhfdLPT2oaqEpl0SdPbypTkvpTBDb3vM { width:18.9984375rem;height:4.6875rem;top:108.10070800781rem;left:0.4384765625rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gEv3Eq8aSfpTrhd4CVyd0oFmrWo3b8Wc { display:block; }
 }@media only screen and (max-width: 763px) { #TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/59a9540c-442f-4129-8bf4-2be6c7a623df/tuxpicom1773638808.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI.adaptive-delivery-prevent-bg, #TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI.lazyload, #TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI.lazyloading { background-image: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container { background-color: transparent; background-image: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container > .video-iframe-container { display: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row > .video-iframe-container { display: none; }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .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); }#TJH25yoH8v1CMBRQsK3aKJVJ43NZMCyI > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahdtwORDEC1DOGgKT9MQeEAuQ5JOslAg { width:19.8125rem;height:13.125rem;top:38.820190429688rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARTfzN8pru8BH0sBAdsR7ZKxOcqkgNaP { width:20rem;height:17.54148125rem;top:29.278564453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx15SsViWFXZiZB2O8MG6GSshgWIS0IH { width:10.4980625rem;height:10.4980625rem;top:15.7568359375rem;left:4.749755859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yzCgms1Jmq5OKiF5wATEIhsm5HXHPwg9 { width:18.1860625rem;height:1.62475625rem;top:11.148071289062rem;left:0.9063720703125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnhTzxTI53ndIZrXqACTa62HCFnRBThd { width:20rem;height:8.7725625rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV { display:none; }#T8BREV1NaiHQ2TIBXST2RN6egcxkdEyV > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c66de0UPa9kGLa6LMyGLTcdXWygi36oD { width:20rem;height:3.08715625rem;top:1.25rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFTtGHGn71oKxoqtyWa7zPvTrqO0iZ6t { width:17.312rem;height:4.38720625rem;top:5.7244873046875rem;left:1.3433837890625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ { display:none; }#kTIEMvHzpfdmB1bTCDo8cGXLL8Xn1JsJ > .row .container { width:20rem;height:115.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EAHUbwKPKLJTMV3F7Lk3NXsNTJvx20zZ { width:20rem;height:37rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNJkwZAMSufCVsUgdHyWt1Aye9sswwH { width:20rem;height:36.8125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44fTKlEixendcCLfXO7iVeJ2atWqzFd { width:20rem;height:36.9375rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpEfTfF4OGzuf6dxIuiGR74kAovvOVX { width:7.8125rem;height:3.08715625rem;top:3.0413818359375rem;left:6.09375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8umelqySn3g5Rvr0kzwci293zI9TQdI { width:7.8125rem;height:3.08715625rem;top:41.904907226562rem;left:6.09375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKMQS1ZJhF32DKxRK7JaeXPFGsQDasDS { width:7.8125rem;height:3.08715625rem;top:79.928588867188rem;left:6.09375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzC1xZbPTBtbwKOQCEPSfJWI6mTSe67W { width:7.8125rem;height:1.7858875rem;top:44.991455078125rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfRHQFbuywWGNnUTF0qL3KZftvrnoh9z { width:7.8125rem;height:1.7858875rem;top:83.01513671875rem;left:6.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMQwQZr6qvvtGRFuqvpR2i4wwcVFwzA { width:7.8125rem;height:1.7858875rem;top:6.0894775390625rem;left:6.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqrVx9XH3gfWiGQPk7E68A6FTmcvs5XB { width:14.375rem;height:5.06225625rem;top:11.685180664062rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzBwVx9atWsru6RiRAVq9LFchvlTasVG { width:14.4360625rem;height:9.37375rem;top:20.626220703125rem;left:2.779541015625rem;font-size:1.25rem;display:block; }#wzBwVx9atWsru6RiRAVq9LFchvlTasVG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #TT1Ik7ZKSXahUwPagxgFGyWT0anB2H03 { width:16.437375rem;height:5.06225625rem;top:51.35986328125rem;left:1.77978515625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIUJPed87FJ4hVWTGviXnofTdTPUDRGt { width:20rem;height:5.06225625rem;top:89.4228515625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK { width:14.5611875rem;height:9.37375rem;top:59.7509765625rem;left:2.7191162109375rem;font-size:1.25rem;display:block; }#k2FTlDBoJvk9nKPLmwyFHKRdTvh1EoqK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #UmzGPcDfT944CdVOo0GauXTc7GFhATBa { width:16.25rem;height:9.776625rem;top:97.125854492188rem;left:2.34375rem;font-size:1.3125rem;display:block; }#UmzGPcDfT944CdVOo0GauXTc7GFhATBa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #BpnZs2fvuKmuk3a9CUu2NAPTnut3qTPn { width:18.5625rem;height:4.125rem;top:109.24926757812rem;left:0.7177734375rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #viSoypkRMmdmuSPIoxWVvhwBKZT7r3ow { display:block; }
 }@media only screen and (max-width: 763px) { #aDwqdRZExRnEQx4zrm3T5lFaTTgE7lks { width:18.5625rem;height:4.125rem;top:71.484985351562rem;left:0.7177734375rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mn6vEr9LBKqQZ9l8lPy1ozdNSrQ0FB0Z { display:block; }
 }@media only screen and (max-width: 763px) { #oF82Kcx7oi5UL0aLEggI17Zna86Vg2c6 { width:18.5625rem;height:4.125rem;top:126.49950585938rem;left:0.6875rem;font-size:1.0625rem;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;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PiBJ3POSfCX9HGhcNQb4QyDrvxJWIHUW { display:block; }
 }@media only screen and (max-width: 763px) { #gDplameEteCtPAov6pvQ7JDceFL144EE { width:18.562rem;height:4.12475625rem;top:33.460693359375rem;left:0.7177734375rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WPPE2JPMDKcdfaZrfbyzPWJyIHfQTIOq { display:block; }
 }@media only screen and (max-width: 763px) { #kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A { display:none; }#kb4W6Rpe8tbE0q63eMUcH55T4LToQh1A > .row .container { width:20rem;height:119.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #epZ2UV6m0MkrVr4dczllAdnTGJItzVOP { width:20rem;height:36.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGazsv4LEbdof2RPRUk0sIHoCMlOgCxc { width:20rem;height:36.9375rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axS5peeHIRi7FA4GaLFhbv9UeRdpHlyp { width:20rem;height:36.9375rem;top:77.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixtxd6t5pOzPKQN7LOkFk9CiFvNB8e67 { width:7.8125rem;height:3.08715625rem;top:3.646240234375rem;left:5.8209228515625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycCmLPOWyfVIkccFsRqU0h7itwNoKOVF { width:7.8125rem;height:1.7858875rem;top:6.7327880859375rem;left:6.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUW1yWoWfpyeIIvMAdBTscT3tKq6TOyU { width:7.8125rem;height:3.08715625rem;top:41.768798828125rem;left:6.09375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1vtEmxadWSw0lNFTIa5LoqRx3cPKho { width:7.8125rem;height:1.7858875rem;top:44.855346679688rem;left:6.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf4uLe4zpTeqPfytogJ0ytNtTrTsB2Eb { width:12.1875rem;height:3.08715625rem;top:79.956665039062rem;left:3.90625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZOoLwZU9dF7tL0mshHPUKZTxZ0TCtPi { width:7.8125rem;height:1.7858875rem;top:83.043212890625rem;left:6.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4GpOMVMAezfhFNrTFSrve4S4lTSDedp { width:5.625rem;height:6.6375625rem;top:11.65771484375rem;left:6.9146728515625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krzmUuPdirzHMIsw4kPHRcf16u1xUPAd { width:16.4984375rem;height:10.9985625rem;top:20.298461914062rem;left:2.469482421875rem;font-size:1.25rem;display:block; }#krzmUuPdirzHMIsw4kPHRcf16u1xUPAd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #aOpnWB3LebqARPlwlcfNeyvilP34arRa { width:5.625rem;height:6.6375625rem;top:49.969482421875rem;left:7.1875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwimwS5FnpqCUcRwCH20yFFQkedBINd { width:18.561375rem;height:9.37375rem;top:58.860473632812rem;left:1.4385986328125rem;font-size:1.25rem;display:block; }#dRwimwS5FnpqCUcRwCH20yFFQkedBINd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #cTNXeSAiuQ8Xi1BEQlveZ4mr2nlQO6nW { width:5.625rem;height:6.6375625rem;top:88.219604492188rem;left:7.1875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f { width:18.561375rem;height:9.37375rem;top:96.297607421875rem;left:1.4385986328125rem;font-size:1.25rem;display:block; }#ACF2SnPCvQK37vvNo7R4QXeS4lUPW03f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b31548174945c28b460ff89d1ecfffc64954d82.svg); }
 }@media only screen and (max-width: 763px) { #zFCTF2VoARqxC0g1XoVn6awHpTUNqtP3 { width:18.5625rem;height:4.125rem;top:109.3115234375rem;left:0.7177734375rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cwcloZL5MH3CnZsFstgMHJlW2omiD3Nm { display:block; }
 }@media only screen and (max-width: 763px) { #fAgNJwhAOhUQyfqeOL23mAsydbhitHGr { width:18.5625rem;height:4.125rem;top:121.18676171875rem;left:0.6875rem;font-size:1.0625rem;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;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dtEC5A5OKTWvMlKDP1DD3eqmL6D4XnPB { display:block; }
 }@media only screen and (max-width: 763px) { #ftxbZF1E1UAwyUtRZ8zUsXl5xOoTQa0b { width:18.5625rem;height:4.125rem;top:126.56176171875rem;left:0.6875rem;font-size:1.0625rem;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;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MWfd0X7W01n8vTvFNPgHmh56swHbx3eN { display:block; }
 }@media only screen and (max-width: 763px) { #fMkmxC2U0be864kzd0nJRFFzEA761Nze { width:18.562rem;height:4.12475625rem;top:33.360595703125rem;left:0.7183837890625rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#0c0b0b;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FC7emNSIbvJuMk9OapmsdgoDWZor5udV { display:block; }
 }@media only screen and (max-width: 763px) { #eR0Q6H7cJcd4SGdzDPdebeDeTygay0GI { width:18.561375rem;height:4.12475625rem;top:71.195068359375rem;left:0.718994140625rem;font-size:1.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#050404;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #m1GNNQ4K2mKVqFhs6E5VFrmcLGPVDxkB { display:block; }
 }@media only screen and (max-width: 763px) { #KNBQHE8sgEWi7INHQram2bhzdq8rDCKs { display:block; }#KNBQHE8sgEWi7INHQram2bhzdq8rDCKs > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzeThFA2WosFbXHE2sRMhozAcqyJBcfU { width:20rem;height:7.8003125rem;top:2.999267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1lwUX6lxXL3oTGUBFqTAI4q01Ve5gtz { width:20rem;height:5.19775625rem;top:13.125rem;left:0rem;font-size:1rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq { display:block; }#E0miQlKmDygmSFSDxqhN4ilVEVZ0uNfq > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmCsvXRTSgQHS1tct8q478Js1xuq3lXp { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ3d1KJCXgF7RXINUKosoHvQu6lzZuUm { display:flex;width:3.125rem;height:3.125rem;top:3.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #J7L9KIn8dnFvO2ShuRi4tx0mbCiZhMuO { width:8.125rem;height:8.125rem;top:22.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG7e1Sy9SXLJylCFx0PW6pyNqXXrKxvS { display:flex;width:3.125rem;height:3.125rem;top:24.874877929688rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GIq6InOTuqVyTHr7Dk8atJKFU5ZrebO2 { width:8.125rem;height:8.125rem;top:40.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPJ0zoFz4LgfqVJLG4bCL0JVwJOuKTS8 { display:flex;width:3.125rem;height:3.125rem;top:42.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tbXp10RSus8ugR7lf41ZVz0cRWxMNVQ4 { width:8.125rem;height:8.125rem;top:61.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGLTKwPW0h8Kb1TL2dklBhmaGABz17fb { display:flex;width:3.125rem;height:3.125rem;top:64.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GEcKhlX3WwDlkGXFXwSTmEsEHmOLNUZ2 { width:10.3125rem;height:2.2753875rem;top:10.475463867188rem;left:4.84375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbUTUhFerKQ7gvKGRJqvg9b37OcoK3v0 { width:15.0610625rem;height:2.11181875rem;top:31.311645507812rem;left:2.4688720703125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHLscLxzTTOVgJJ6ot29HgLoqoIxk0g { width:18.248875rem;height:2.2753875rem;top:49.749145507812rem;left:0.8746337890625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH7qSMROvG6qhkheNd8FFxr6Dc36BpgM { width:14.8736875rem;height:2.2753875rem;top:71.561889648438rem;left:2.5628662109375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuTBB2L1g9wdNd0xKAfIqOKu6mtlhW8D { width:13.8745rem;height:5.19775625rem;top:13.336181640625rem;left:3.0621337890625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqI31pLVthGXd5Pkl41SfRbTKNDWJJZq { width:12.5rem;height:3.8983125rem;top:33.9990234375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzMxcMUiu4FHR5Ss33QrS7tnResbad1w { width:13.186625rem;height:5.19775625rem;top:53.499145507812rem;left:3.40576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGBVXPIv0L333dp5HbWEAOylO7MVLmcw { width:13.499125rem;height:6.4971875rem;top:74.999389648438rem;left:3.2501220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN { display:block; }#i7g6iyzorLsbrnpVZWE3idQz2LaSd1vN > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFzZkQsNWypaBA70QJ6kaVQ1iscFnSgq { width:20rem;height:2.6806625rem;top:1.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wppaxm89rkEJzec2Xr10viwNim4Dix3l { width:12.8735625rem;height:2.87475625rem;top:4.8486328125rem;left:3.5626220703125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pm6IFAoDZOx3XImaFpWxgLdKyRK914to { display:block; }#pm6IFAoDZOx3XImaFpWxgLdKyRK914to > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVWlcCH9FQ5EkymXJGI4XrSHO6oQ999E { width:19.75rem;height:17.9375rem;top:1.25rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdMLxwfaWqQtkDVgf43TrhnwmWu3BOgD { width:20rem;height:18.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ7vSrtiiOITBykFx6sMia9HHfxVC7X9 { width:19.5625rem;height:19.8125rem;top:20.874633789062rem;left:0.1873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCzgi1OJTyPug6TG7TIIB4gZQz8IZMu { width:19.6875rem;height:20.9375rem;top:43.81103515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6pI4PJOMUx7otN6p3aOTRyDR4xXdhi1 { width:19.625rem;height:19.9375rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdXmvmns1CpvT0KdMkNW5MkGv6GzxVn { width:20rem;height:20.9375rem;top:43.912353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOqO03ZPOyBnA5Q28Rbpw7IQmCW7iDZ { display:flex;width:1.5625rem;height:1.5625rem;top:2.7496337890625rem;left:1.99951171875rem; }
 }@media only screen and (max-width: 763px) { #UuO5mmTVqQeBGTPn69OmNiG9SToadno0 { width:6.5625rem;height:6.5625rem;top:0.3125rem;left:3.24951171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1EJ2ktKJMMQJU5svoqoDOT9BTkh6Lpk { width:6.5625rem;height:6.5625rem;top:23.625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaDGRoXCWF7tBwnuRvTUpLhElHThTANq { display:flex;width:1.5625rem;height:1.5625rem;top:22.786865234375rem;left:1.99951171875rem; }
 }@media only screen and (max-width: 763px) { #Eb2Km7ntTt4tqQKDOcDkXq8zLy8nBXQl { width:6.5625rem;height:6.5625rem;top:47rem;left:2.562255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUvVX6OSEIkwzs9JJprDV2JOVwSoTZ9z { display:flex;width:1.5625rem;height:1.5625rem;top:46.685791015625rem;left:1.99951171875rem; }
 }@media only screen and (max-width: 763px) { #AIPXhKkslURqtwOh0WLUDZSfwr62xWqd { width:20rem;height:8.287375rem;top:5.3118896484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4fh5pGdpBgLba9KpBviMtRLTASI2AND { width:20rem;height:8.287375rem;top:24.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fp1nsOER6kczr1dU2pNUqIdWhvGTaWyw { width:20rem;height:8.77075rem;top:49.185791015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiymaplG49NGExpJv7Q3OdvXsQeKuBdw { width:12.5rem;height:2.598875rem;top:16.063842773438rem;left:1.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7XdqN1zBQl6OVvuKDUbkLuuZR8CuTA { width:12.5rem;height:2.598875rem;top:37.31201171875rem;left:1.312255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfhEupLC8IqIaFdPbs3M3i97aG88Twb9 { width:15.18675rem;height:2.598875rem;top:60.8740234375rem;left:1.312255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUd445tnFP413D4aZa4xfNwgcRmwJ5gg { display:block; }#HUd445tnFP413D4aZa4xfNwgcRmwJ5gg > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLK26g5SfQMdBQoun3L0G16e1HV5OctL { width:12.37425rem;height:0;top:11.702270507812rem;left:7.62575rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd1V5wXrsoUo7tli0t5qqIwcJgrBoFDf { width:20rem;height:0;top:16.653442382812rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yFHR845A2OPCkezTQRW1arATfoTeGmCh { width:20rem;height:2.598875rem;top:42.490844726562rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3  { width:17.5rem;height:auto;top:11.4375rem;left:0rem; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 {display:block;}#fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 { width:17.5rem;height:auto;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #dT6NDiq19P08xrJPLABdBESGsxp6DvRT {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #wTd9TmvoJ8OfndAsyUd987cIqwadnyW3 { display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #NVSSewBHbRrAF3Qg3dQ7dbTRNBBBNQ4y {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #XBzmuGNHbRU0Q6dChA0sQXbp9pLO7X9h {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #BRwxetPl4nFQN9FSDDShFOs2GrPcndGJ { display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #rsrRowRsTgKToJmGwW5vuJ2PlrkkEPp1 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #O49uNTwIPrmvPELWB94OqavNnMFM57fZ {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #MzfmhEy1ouD8ixzvOM2w7q2oFwBLS2k6 { display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #AcP8LCbfcMoXcTMrkJe4mlVeDb5dAHWw {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #l6vNUe6Bi0rEvL8kOVzzbU2HuovqbZQa {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #BtwvJOWRHwiENQduDTvbXBRRE665rmK6 { display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #yAUT8HpKTyTzJZXKP8ReFoclmLAJoTwx {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #TG2tKGE5L013bOSwasv5Mf2crfnKHGQ9 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #wcpeAe8htkpqMg8qpCfcxXBZFmQxWgf7 { display:block; }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #tNBOUUbTuEsJbcyAq3wteiwVmxDI4hm5 {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #KaNcc9BCkvuRVxwm94CMHIJQO089gpxU {  }
 }@media only screen and (max-width: 763px) { #fsW624sIZd0KPzrqIrpuaw7bbVU8CFE3 #u2EMVBfgg32y2hPLMddelym89z44WaGF {  }
 }@media only screen and (max-width: 763px) { #ENrCvdipKbiylUVQNodNFD2R0tkpAfb4 { width:20rem;height:43.4375rem;top:3.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9lKJuuJPdgoKKvAAP6ukJbgOQJpJF0g { width:12.37425rem;height:0;top:4.874267578125rem;left:7.62575rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsOTo9Iu3zhAWNCx6C3SnyQpVnlPskCI { width:17.56225rem;height:2.6001rem;top:5.4375rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZdcIkv3FFHdw2ZCWmqfEHOL4BXPswg { width:20rem;height:0;top:6.54541015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #STVtqIBi6RcVMr7bs1mQHfG00veKa60x { width:20rem;height:3.6547875rem;top:9.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7PiTqyqJ5cu1VpzxbhkOdwSdPhuRmaF { width:20rem;height:16.0797125rem;top:73.251342773438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mInE7XCoEsLWP8bil1B3Qxb7f3Xu56gx { width:18.4985625rem;height:4.87426875rem;top:51.495971679688rem;left:0.7501220703125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rE8v1mFivlOrt1yK6RWZENIFHlnOnWES { width:11.9360625rem;height:9.8108125rem;top:59.501342773438rem;left:4.3133544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz { display:block; }#ud8vIqcwWeWhKZHfl2HLXDyQi4kOq2tz > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znPfTZMG7aecBEC4kJi0agPNstoJuPP1 { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3kuBJQnvVOXU3iFRBPnZBeoais5Dfwh { width:20rem;height:3.08715625rem;top:5.911865234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 { display:block; }#Z4XW6W3TeTr9uvITqVocqBW23HWXz2q4 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd1zhnkTn5B6t3KQImtSgvZfCZOoNIIK { width:18.75rem;height:13.999rem;top:1.1865234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkH8nR2WxEJSkmNHRCWfgfyCrKL9kFwR { width:19.6875rem;height:13.0625rem;top:15.7983125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp30VVfHHPWFPqCfmN4VmmM3ON61QPqW { width:13.0625rem;height:13.25rem;top:36.7983125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD { display:block; }#lLFZHwq3Vw3TkNFnXl72fyyVRavLJMqD > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fegef05IexeWs6f7nvwB7khluRNl0oSH { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6n9TTJe3HyUmqk5fovIBOvqhv1zBtTA { width:19.6875rem;height:13rem;top:15.760498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEtwkDcJTXd3zzfXTFcwxwkBenpVV3sX { width:19.74975rem;height:13.0615rem;top:30.7666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi { display:block; }#BXcl0mgO4zgpDkUkP4tOs5xuCUs4SUGi > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plQS8bpQuClV1adIKQVoDP5RIZRlb0Eh { width:20rem;height:2.2753875rem;top:2.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvtgEUcJQngKMl0OU4BensTFAFX6aeu7 { width:20rem;height:3.08715625rem;top:6.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q { background-color:#f8f9fa;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; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row .container { background-color: transparent; background-image: none; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row .container > .video-iframe-container { display: none; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row > .video-iframe-container { display: none; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .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); }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row .container { border-width: 0; border-radius: 0; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAGdOv6T1VnKUXDeIxg5C9psOOUoc87Q > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVdfJCvTJ4vclAt5myIQP1E8VbZkMAO { width:7.56225rem;height:2.374875rem;top:3.5784912109375rem;left:1.1865234375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #z70WcskQyp6dLiEeg6TJE3KSeTwudsvn { width:7.561625rem;height:2.37426875rem;top:3.5784912109375rem;left:10.43701171875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #RIH6U7gXwTtxCK09P4iTlTJm6rKufkCk { width:7.561625rem;height:2.37426875rem;top:8.187255859375rem;left:1.1859130859375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XX69plDeB8qMQkXTBqRHhpn3lyllTmXq { width:7.5610625rem;height:2.37426875rem;top:8.187255859375rem;left:10.43701171875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vmWGEW1EEavw1gtPw2gfutXdCKJAxmSp { width:7.5610625rem;height:2.37426875rem;top:12.6875rem;left:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #POFKvJAKMv0Dg9a0D4i0i4HC2cvBAbuT { width:7.5610625rem;height:2.37426875rem;top:12.6875rem;left:10.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #vHnfARdEx2TVZQWqVfgJGcSM6S2uTEx3 { width:7.8125rem;height:1.13769375rem;top:4.13720703125rem;left:1.060791015625rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TJJG9QWyoFaTAS6GuydlVgsXk1MtnRxT { width:7.8125rem;height:1.13769375rem;top:4.19677734375rem;left:10.311279296875rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TVsThGuL44ng5gHR4DPCZPdDTvOxuvu9 { width:7.8125rem;height:1.13769375rem;top:8.80615234375rem;left:1.060791015625rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Otw6Qcznf1IBBBNN1e3st1kArbAEz9Uy { width:7.8125rem;height:1.13769375rem;top:8.80615234375rem;left:10.311279296875rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0wqZO8rTT19o5QqBAHSKEMl8BJ7ez9 { width:7.8125rem;height:1.13769375rem;top:13.1875rem;left:1rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #B6J0TCDs6MUdNXk9MmucTFJMbGlt3gqU { width:7.8125rem;height:1.13769375rem;top:13.3125rem;left:10.25rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm { background-color:#f8f9fa;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; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row .container { background-color: transparent; background-image: none; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row .container > .video-iframe-container { display: none; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row > .video-iframe-container { display: none; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .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); }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row .container { border-width: 0; border-radius: 0; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHTgVKQhQ5rNCBcguyBBOQ7h8JaS5wIm > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqWMs0ssbSAPx7Qu0evtN3WDepbC34RZ { width:7.56225rem;height:2.374875rem;top:3.5784912109375rem;left:1.1865234375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JgTGlqamULE9yyoaW8zFfHmT3TfhhXuF { width:7.561625rem;height:2.37426875rem;top:3.5784912109375rem;left:10.43701171875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Nw1Sne4EVuqLFsngi6GCrMUKfmOu60aH { width:7.561625rem;height:2.37426875rem;top:8.187255859375rem;left:1.1859130859375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #n7lThCae70Pp1mRXtlCrv0oIRVRbygoa { width:7.5610625rem;height:2.37426875rem;top:8.187255859375rem;left:10.43701171875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gVOZiwzWTD5b7SZPxRrkRxHTT9sNyNQy { width:7.5610625rem;height:2.37426875rem;top:12.6875rem;left:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XO6HO38a7Qbal1TdUgKPHM979UZdXtqI { width:7.5610625rem;height:2.37426875rem;top:12.6875rem;left:10.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ttmZN9tUcmMC5KG6NSu0MtMqq4QrsFW2 { width:7.8125rem;height:1.13769375rem;top:8.80615234375rem;left:1.060791015625rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rMFSEaFevLnTAfaQNw70LdUBSNE5dCTi { width:7.8125rem;height:1.13769375rem;top:8.80615234375rem;left:10.311279296875rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #oH9TsTfFspCHQAGhE1V7vc04l0PvRbWJ { width:7.8125rem;height:1.13769375rem;top:4.19677734375rem;left:1.060791015625rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yJeJ3DMRRBXkflKzrQzX0TSHk1qzz6IE { width:7.8125rem;height:1.13769375rem;top:4.19677734375rem;left:10.311279296875rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IeS4ad4BkH0hCLVa0CK6rShVELnnnkNN { width:7.8125rem;height:1.13769375rem;top:13.3056640625rem;left:1.060791015625rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RzTiTx2HzbT1uvTPfbVdGmbvbVyOeJz5 { width:7.8125rem;height:1.13769375rem;top:13.3056640625rem;left:10.311279296875rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS { background-color:#f8f9fa;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; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row .container { background-color: transparent; background-image: none; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row .container > .video-iframe-container { display: none; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row > .video-iframe-container { display: none; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .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); }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row .container { border-width: 0; border-radius: 0; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qelarkw0TGQx5FhVRoJDaCpQ1zQDbdfS > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0cTnTedLyh40L8B4iZgJSsomOibps1D { width:7.56225rem;height:2.374875rem;top:3.5784912109375rem;left:1.1865234375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RyNnChs5bbuqATPVXL7FuAv71QeQTXBG { width:7.561625rem;height:2.37426875rem;top:3.5784912109375rem;left:10.43701171875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XHTlmAvRV8z7VNZpzS5RUaFLPi9s3t6T { width:7.561625rem;height:2.37426875rem;top:8.187255859375rem;left:1.1859130859375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HS3rxUAsyzL82esXdieEJMILlwcmwb82 { width:7.5610625rem;height:2.37426875rem;top:8.187255859375rem;left:10.43701171875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fWHOXyJTEZQslCy2nulFglHH56SeHdGb { width:7.5610625rem;height:2.37426875rem;top:12.6875rem;left:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #scKQIGWZsW3TRbMI8XlVZvfWGLfUQKHb { width:7.5610625rem;height:2.37426875rem;top:12.6875rem;left:10.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eWThV4i4eIJReCBf1eJzGKyha0XdKFMH { width:7.8125rem;height:1.13769375rem;top:4.19677734375rem;left:1.060791015625rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #canxVts8VXu2IJPeOCfU2hzFiINhyS2q { width:7.8125rem;height:1.13769375rem;top:4.19677734375rem;left:10.311279296875rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #xFsRAtk5cEerL0oWRJoN3BPtGlAxiKou { width:7.8125rem;height:1.13769375rem;top:8.8055419921875rem;left:1.060791015625rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RS2Vp5T1T2tB5nKOySTIuoLQAxe5Pm9Q { width:7.8125rem;height:1.13769375rem;top:8.8055419921875rem;left:10.311279296875rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #JLV5RoAxTGI0ocyr3CoLEQ85pRhVeJDO { width:7.8125rem;height:1.13769375rem;top:13.3056640625rem;left:1.060791015625rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pNz5vDFIsKCG1XWi7Qln6X2prx1sOEAU { width:7.8125rem;height:1.13769375rem;top:13.3056640625rem;left:10.311279296875rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs { display:none; }#QQguOMQ26Gz8CBHg2SvnAlViHnSw6Ecs > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKEIfEsEPIKEmHKX3fw56GUG3RIXeNWk { width:7.8125rem;height:1.381225rem;top:1.96533203125rem;left:6.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCiNFwmTJTRTaP5KJrs1eAm22FrSyyB { width:10.25rem;height:2.8125rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezBsBNADl66TtgGqhLZ6nNAeyEskSKFt { width:7.8125rem;height:1.381225rem;top:6.02783203125rem;left:6.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cov8pKau1IbM9C0t0a0PeS1dS5HSqR7Z { width:10.625rem;height:2.8125rem;top:5.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFbxNBSm8zFRIW5sbagC29h39secpQa { width:7.8125rem;height:1.381225rem;top:10.09033203125rem;left:6.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzrzEX8vTazwR6RDrUC8KOtRV7lKiyFx { width:10.875rem;height:2.8125rem;top:9.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTUflk8LiQfmxCN2mCJ22wU9iKmZODR { width:7.8125rem;height:1.2994375rem;top:14.193725585938rem;left:6.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqChv5Ula6ZIMEkrNsrLzCJpnX1kezCK { width:11.3125rem;height:2.8125rem;top:13.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s { display:none; }#W3GIPb0wsHFLnsgFwvs4hHsOsJC5JP7s > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pLZEECkJyfsnl9yVRiB7Z3rpBeoq8bXc { width:7.8125rem;height:1.381225rem;top:1.9375rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzH7rAF4U08f0Xu4TVHQVlfb8GLnyuMv { width:11.875rem;height:2.8125rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaH9NnSkcbREVHmfQl6WiTDrXX63oaQ { width:7.8125rem;height:1.381225rem;top:6.0625rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDcaGzNpGDcLr6s5Mz6Z0BdrP1ioVdok { width:11.875rem;height:2.8125rem;top:5.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyV7C0wqhuD37gcROMGhrfkS8t9wHiaL { width:7.8125rem;height:1.381225rem;top:10.125rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbANxzdUxPawW8OiRbPxSlKFm6fFLFBp { width:11.875rem;height:2.8125rem;top:9.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTezhRIp5hW3XWTbJGZFB2gnA3KVilQy { width:7.8125rem;height:1.2994375rem;top:14.1875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9avPCVfSTdDuZgp9bnoXzcDZshoJvKz { width:11.875rem;height:2.8125rem;top:13.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 { display:none; }#AWv1GGe1dUerGSRyu6JWwwgdrlG8wZB5 > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PO5dCdwvcWZab2hmTTGJDfuU63xS5ev3 { width:7.8125rem;height:1.381225rem;top:2rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT15KaTqwF5plOfmUPyU7ZDbXkDRvl7 { width:11.875rem;height:2.8125rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVocPfUrWpxmxP74JZ30R7D5Hr8wWBSC { width:7.8125rem;height:1.381225rem;top:6.0625rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4woTBywPvOHa3VwwbkCUWlsc1FHXOc { width:11.875rem;height:2.8125rem;top:5.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIbxUg4yXzt6HEikbBpLuQG3BDuTGiHR { width:7.8125rem;height:1.381225rem;top:10.125rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKT0Mv90mtWfbGC4iLtF66LWR7vKT6Iv { width:11.875rem;height:2.8125rem;top:9.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTdth4RimaruKQw1WTHXyxgFOyLqP39 { width:7.8125rem;height:1.381225rem;top:14.1875rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfw2m2WA5wQhUgZXnbVu4EqfW9CdTAxi { width:11.875rem;height:2.8125rem;top:13.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO { display:none; }#KrEVOCDwW5E9P6AnKTbLvwbRyNR5L4ZO > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bZD7p0ViWJ4IZL5rl121nyVs2hskA1Ti { width:7.8125rem;height:1.381225rem;top:2.0001220703125rem;left:6.37451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbVni0dTcGJWFzrrbTKTuLF5FUzXsINp { width:11.875rem;height:2.8125rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwxp2WSNUTW9XWThtJl8nlFsvO1QWKU2 { width:7.8125rem;height:1.381225rem;top:6.0626220703125rem;left:6.37451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl39XHEcq3wrUNALzS4HuKeOCloNpe4d { width:11.875rem;height:2.8125rem;top:5.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulvIT92JU0LRyFm9o33yv7G3eXMaNg7g { width:7.8125rem;height:1.381225rem;top:10.125122070312rem;left:6.37451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHeq4shBtXXa2PUm6qhvlEcvEX5IIdH { width:11.875rem;height:2.8125rem;top:9.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsyvLyLIxGPgUBCh95vHE946TAnxncr { width:7.8125rem;height:1.381225rem;top:14.187622070312rem;left:6.37451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3aXTp6C0DTLkA1BPm7X4d4eZgKvq7W { width:11.875rem;height:2.8125rem;top:13.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg { display:block; }#nOeLl2tMX1xO6LuZwMaOmik4Cb6KJ7Eg > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGXxLMCIW20LgzUQ4pk5tN1lU3Phdxka { width:8.374rem;height:2.6001rem;top:1.185302734375rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroN2sHPp843vO8RPV7AZtiZfgcyL88o { width:17.4375rem;height:4.385375rem;top:5.10009765625rem;left:0.81201171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEw1XOJ9BnaaVm86nqxzhSpESTAbQh6V { display:flex;width:1.43676875rem;height:1.43676875rem;top:13.383178710938rem;left:1.3433837890625rem; }
 }@media only screen and (max-width: 763px) { #Ood0RxPxsq7mifInPdqBeJinvCU76fti { display:flex;width:1.25rem;height:1.25rem;top:19.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #wsTZt0eTXhuyamPOAth2M8L06wkOSlaf { width:11.12425rem;height:2.6001rem;top:26.5625rem;left:4.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THc2qwmDCPrDip4qnbLdUlXZyblgMUSJ { width:12.5610625rem;height:3.08715625rem;top:29.8125rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuc5oEZFr6oMEBTVOzcfmoTTB0QtiaGt { width:12.6861875rem;height:1.54358125rem;top:34.49951171875rem;left:3.6566162109375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFN38VrtEb7VJ0NUwdQRz6uSnZX6HEMJ { width:12.3108125rem;height:1.54358125rem;top:38.5rem;left:3.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgWTVGge3K93VOw0q9PnncTPtrF22fDN { width:8.312375rem;height:1.46179375rem;top:13.370361328125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buOXOqt3IZ3VNOiUEFM9Z1TQlEPbPT7A { width:14.9365rem;height:1.381225rem;top:19.4375rem;left:3.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ld41lu7FhMfECCeMb708ewHHvl7PavZP { width:14.7485625rem;height:2.6001rem;top:43.875rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxw8NzLygzV6qCSnHcxDyXPeW4PwPZ1m { width:17.311375rem;height:3.08715625rem;top:52.061767578125rem;left:1.343994140625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrC77UoSer5pk5xG4UqTfhJII0S7hZ1T { width:16.875rem;height:3.2495125rem;top:47.161865234375rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNIKnimcJBD8U2cUKUHghr5Iend7vTJ0 { width:20rem;height:3.2495125rem;top:57.311401367188rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkNwQnqNoDk9vMdPPc85nwgE0OW0neWD { display:flex;top:1.4208984375rem;left:12.81005859375rem;width:2.124025rem;height:2.124025rem;z-index:15004; }
 }