.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:221,234,243;--color-primary-1:143,185,217;--color-primary-2:30,114,178;--color-primary-3:15,57,89;--color-primary-4:5,17,27;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,254,254;--color-tertiary-2:153,152,152;--color-tertiary-3:92,91,91;--color-tertiary-4:34,34,34;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { background-color: transparent; background-image: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container > .video-iframe-container { display: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container { display: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .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); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { border-width: 0; border-radius: 0; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qCBhhRBfCfZCT3bcMM706AalncmSKhg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#tzvn6LTqgQJpz0OnoT6nls21oSIhSNo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:53.9326171875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKOFP4dTheSBKoZk7S9DQiu25g7hHwnN { color:rgba(var(--color-primary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5595703125rem;left:53.9326171875rem;height:1.13671875rem;font-style:normal;display:block; }
#gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.6875rem;left:42.03125rem;display:block; }
#M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c67f07f5-d0dd-4dcf-ad7e-66280972a692/TransmissiononBenchHero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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 { 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:43.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { color:rgba(var(--color-primary-1),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:9.5625rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { color:rgba(var(--color-tertiary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.749784469604rem;left:0rem;height:6.375rem;font-style:normal;display:block; }
#omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:7.9375rem;top:26.7490234375rem;left:0rem;display:block; }
#G9GmxQ6BcWAXbaxOaesGRTBkM1RHFbnm { color:rgba(var(--color-secondary-2),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.5654296875rem;left:0rem;height:2.35595625rem;display:block; }
#NVCpBBrh8tmMJ2fnyyCARt042ML9nZD1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.625rem;left:0rem;display:block; }
#Fi9x6A9AoWVh5bGQx4Fvs3WN6hBn9aeI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yK2LawPlkHBpFLVg0i5lTWAkzk2yJbpy { background-color:rgba(var(--color-primary-1),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:29.625rem;left:19.875rem;display:block; }
#JCQNuC8vDX1MPvUU2DpUam15tTds6at8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { 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; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { background-color: transparent; background-image: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .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); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { border-width: 0; border-radius: 0; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:8.1245670318606rem;left:-0.0032558441162109rem;height:4.5rem;font-style:normal;display:block; }
#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:15.249567031861rem;left:-0.0032558441162109rem;height:9.121125rem;font-style:normal;display:block; }#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc1975214c49779e57eea4d7b144ae3.svg); }
#k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.5625rem;width:29.8125rem;top:5.978515625rem;left:30.25rem;display:block; }
#bXsSa1AzPuvseqTOOMhIaSwdK1z1vus3 { color:rgba(var(--color-primary-1),1);display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1240234375rem;left:32.4375rem;height:3.33105625rem;display:block; }
#lWzwIqWJRxByfbXL3hLTId8ifIihGeZ5 { color:rgba(var(--color-secondary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.16015625rem;left:32.4375rem;height:5.19921875rem;display:block; }
#IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn { color:rgba(var(--color-secondary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.42578125rem;left:32.4375rem;height:2.5996125rem;display:block; }#IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dce1722609fe0abb1e6fa0df324652b31987c0e5.svg); }
#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { background-color: transparent; background-image: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .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); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { border-width: 0; border-radius: 0; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { background-color: transparent; background-image: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container > .video-iframe-container { display: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container { display: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .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); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { border-width: 0; border-radius: 0; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2490234375rem;left:1.71875rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:13.374351501465rem;left:4.2491321563721rem;display:block; }
#PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:13.375rem;left:24.875rem;display:block; }
#orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.25rem;left:21.65625rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQf7Bf5Tuy0LR1CmELzLhlIM9sZRJ5Hq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:13.375rem;left:45.5rem;display:block; }
#wXiTUsGBxcZTetelEzNHZVq2fHeE1iTx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.248046875rem;left:43rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sESankobuEF3PneRurqsfTobgtBTJgDE { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5rem;width:18.75rem;top:0.03038215637207rem;left:20.625001907349rem;display:block; }
#zA1OQzgbsuzOqWSPOq6hoM1E29DprXFl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5625rem;width:18.75rem;top:0rem;left:41.245660781861rem;display:block; }
#EGVoiqsTWaUTaXbghitt9HEr3KoZ7zet { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5rem;width:18.75rem;top:16.6875rem;left:0rem;display:block; }
#TmBa8Epwil6lfi4GF1ZLLOMJNiXO8kwW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5rem;width:18.75rem;top:16.6875rem;left:20.625rem;display:block; }
#IZcq1eTFD6e9PpGxdOM0AVDCwg1a9cZG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.71875rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukk5gdvK8Su7cC9HFbTzxy9IxNOLhIKU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.8115234375rem;left:21.65625rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEIs1Xu29QIL5Q98zRv119Hz7TUmU5zJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.8115234375rem;left:43rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKV397Xc3tq59ncThuKdC9wAW5msxbVh { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5625rem;width:18.75rem;top:16.6875rem;left:41.25rem;display:block; }
#kOVFnS9PgaQpxQtWWElqbexQvqOKAnWI { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:30.0625rem;left:4.25rem;display:block; }
#zhMopqCBTIDxgWrQlWgxUhkCd9FOW6Z9 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:30.0625rem;left:24.875rem;display:block; }
#cSbs7Pp04I67d5GTiu37pqlT1bFNZ6mK { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:30.0625rem;left:45.5rem;display:block; }
#zk6F125Nep1eDv15IdlbTut050a8pqNo { 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:15024;opacity:1;top:3.4375rem;left:7.8125rem; }
#RxgW2BU4KoqxzqT3ruIdAi1V6X5SmAZ3 { 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:15025;opacity:1;top:3.25rem;left:28.4375rem; }
#PGsz2ss3zubFXhJwSe41Re1B4yEOA2Uc { 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:15026;opacity:1;top:3rem;left:49.09375rem; }
#OmIoFQAcpSaVM2HuIIKK0OApuV7yNNW7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.125rem;left:7.8125rem; }
#JIq2lVPkymt6BgxngLdU1HLfdOoffkpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.9375rem;left:28.4375rem; }
#waf5xZToByfu5Umm0APl37iafg8cPgso { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.6875rem;left:49.09375rem; }
#B6OpvKsrJTwNnzrtt08Au906K57mptMA { 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; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container { background-color: transparent; background-image: none; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container > .video-iframe-container { display: none; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row > .video-iframe-container { display: none; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .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); }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container { border-width: 0; border-radius: 0; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#ToNoN43QfidB6kgOa00vEJUOgFn2d8mt { color:#333333;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TSTvFLbqzexeTgQFd2VxSQbFWtfOnUl9 { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emJT6hNPJkymklQLi4zIHAGeXPb0TS9V { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#JPtPaz2JFRpzUdJ4WdJDmNnpiqtH3TEq { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:6.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:8.4496875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHGntoLkDXPaRNxuq6xsvILI1AlROzRS { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:8.9375rem;width:18.9375rem;top:17.4375rem;left:0.5625rem;display:block; }
#d5wybFr8s8v42QdDtZHKOVSP2W00Jt8c { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.125rem;width:18.9375rem;top:17.4375rem;left:20.5rem;display:block; }
#klzhl8colZBvOGUnlcotDowDlQhnqTWU { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.234375rem;left:0.96875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sybexovQZHXLdk2u004CUTUshJc0zVH6 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.234375rem;left:20.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdXz5ODWVzvB9x3ZdHIKDEA4RJUnceZ7 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.0625rem;width:18.9375rem;top:17.4375rem;left:40.5rem;display:block; }
#Z6whA2ktgcQxiJO8tIZ5G5ZRysLmFn2x { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.234375rem;left:40.90625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIQFLTg6TcQBrhVG2uTMZFRrWl2Nvq5J { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.0625rem;width:18.9375rem;top:29.125rem;left:40.5rem;display:block; }
#yWuWIC7BRpMHOlld9x7TXzbzteiu2kUQ { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.234375rem;left:40.90625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1a8TO20Qgl2EUtIsZbcVuxXBtUvtOm2 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.125rem;width:18.9375rem;top:29.0625rem;left:20.5rem;display:block; }
#Q88ulQpE7IPGTbuwlyF9bNFOd8pWx18G { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.234375rem;left:20.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDNwuCluts45umEquhcSlTFO3PU720uf { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:8.9375rem;width:18.9375rem;top:29.25rem;left:0.5625rem;display:block; }
#Rh4CuJDMTkJz2JiJFeoFGsz2GMZxXhRS { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.234375rem;left:0.96875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk88Qfc3WeCyx7SN3lwauvPg2IKVCQD0 { color:rgba(var(--color-primary-3),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.875rem;left:15.0625rem;height:1.29980625rem;display:block; }
#VSoiFmlyrmCL9lD9BDLKIb3c7PZOUuoR { 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:15018;opacity:1;top:39.9375rem;left:12rem; }
#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container { background-color: transparent; background-image: none; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container > .video-iframe-container { display: none; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row > .video-iframe-container { display: none; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .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); }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container { border-width: 0; border-radius: 0; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#PWkGAf7DgGAc196hClUAFy5CObXbQqCc { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#Gg0BQJH47pTsmhyTBNbyqnFATnkdDaF4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.9375rem;left:7.9375rem;display:block; }
#ef2zPM3UudG7cU2UxT7W4pWLQ3a5VIVP { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPQIvg1U51CXThdnuqmC22NOeV0k2D2u { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.6875rem;left:3.125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tnRaq563ALwMzGu0dOVITqG0L3IHT3Lq { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:22.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVu6T75ghs41n0hDzAi0B2ZShHKLztHH { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.9375rem;left:28.5625rem;display:block; }
#hFTgSAztSeuB7d82TFJoMpuUi8PdsITS { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5rem;left:28.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mtFPtKZqi2xV5thCdJH8mrTvJkgMAvzu { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.6875rem;left:43.375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tng5tK7bpscEc0RClzBt7x3OUySCQN6T { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.9375rem;left:49.125rem;display:block; }
#X9SvhQF58p7svvko7qQbrhgZkRXQAXzo { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5rem;left:49.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBsuTIvRrVerJZnz0mJQ3hledylH6xsS { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.1875rem;left:17.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6UnX0BbzosEpq5xXAd42n2oHaIeisR1 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:26.625rem;left:17.125rem;display:block; }
#Hsciaa2PbdelUmsD611dWqep7oSdGuTr { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.6875rem;left:12.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8bl9bz3W4MO9PUQRQZJTVN8UP5I407b { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.1875rem;left:39.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BT6O2MUVpP3RZ8K6VWPLumgWq0calt57 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:26.625rem;left:38.875rem;display:block; }
#mhIfPoSfCqDWl1mMJ2qTNWh23iBt0SDu { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.6875rem;left:34.0625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container { background-color: transparent; background-image: none; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container > .video-iframe-container { display: none; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row > .video-iframe-container { display: none; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .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); }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container { border-width: 0; border-radius: 0; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#vkXyHhMPTOAgAzw9E3gc1aTvf6BgSSig { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:14.5rem;left:0rem;display:block; }
#DR8oBeIw0GRpbkUIDTXXRiWKCW9FCm2u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.375rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pULhllSdPd84cy50ewvzgTVO6r3z7IPx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:14.5rem;left:15.4375rem;display:block; }
#g13Q0rIAQIv5DOKl9wUtqKF16nyJMRph { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.375rem;left:15.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEASnokJNDahZaN3Bxttc0Fkui6P0th7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:14.5rem;left:30.875rem;display:block; }
#k2OkVivQLwWTLUTxFynoqUrFOhC5Zap5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.375rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpXgvqBWnFTakyO3LTt71XEWluTHzQqo { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:14.5rem;left:46.125rem;display:block; }
#kf34TChi08nB3n8mnIyGlXqBh3TczVvS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.375rem;left:46.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lixg9Mt2HM9Rrdefnl0gotBREqUctEt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yziy4u1OMf0gNRUR6BIzAOf79tq7sXmA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.5625rem;left:27.90625rem; }
#clucJmE4PCTnBvZyHJ2yNFLPZ3AZX9Wn { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;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:34.625rem;left:8.25rem;height:1.29980625rem;display:block; }
#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE { 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; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { background-color: transparent; background-image: none; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container > .video-iframe-container { display: none; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row > .video-iframe-container { display: none; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .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); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { border-width: 0; border-radius: 0; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#msRoriwX5IzDAgqxhNAk92ZgfxwTeQB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQgtivivQdxd1XTCIl8VclvCGwaKp2bN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmIQ00HavMJw3OmNzru97dTLc7uUeG1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;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.8125rem;left:10.9375rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c67f07f5-d0dd-4dcf-ad7e-66280972a692/TransmissiononBenchHero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.adaptive-delivery-prevent-bg, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyload, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyloading { background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { border-width: 0; border-radius: 0; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:-0.0032558441162109rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbBsZrXazUSWbMgFUDMbBR0JIOZ7rlUy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-secondary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.75rem;left:22.650827407837rem;display:block; }
#w8HQigvIudPPODpIZP3drSAuNz9HsRi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yV3GaZHLigTficHlqSDBvlEFsRr47fxx { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container { background-color: transparent; background-image: none; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container > .video-iframe-container { display: none; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row > .video-iframe-container { display: none; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .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); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container { border-width: 0; border-radius: 0; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container { width:60rem;height:59.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#sTfFBDnyMTT9koIIFM3VhiHSDadfIb6W { color:#000000;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0.875rem;height:1.94921875rem;font-style:normal;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-form-header { font-size:0.875rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:54.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:54.125rem;box-sizing:border-box;height:3.125rem;color:#004673;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-text {padding-top: 0; padding-bottom: 0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:54.125rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:54.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-select {padding-top: 0; padding-bottom: 0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:32.4375rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD [class*="-text"]:-moz-placeholder { color:#004673;font-family:dosis;font-size:1rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD [class*="-text"]::-moz-placeholder { color:#004673;font-family:dosis;font-size:1rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD [class*="-text"]:-ms-input-placeholder { color:#004673;font-family:dosis;font-size:1rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD [class*="-text"]::-webkit-input-placeholder { color:#004673;font-family:dosis;font-size:1rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .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:"open sans";font-size:0.75rem;font-weight:700;color:#000000;vertical-align:top;width:53.0625rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .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; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-container:first-of-type{padding-top:0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-container:last-of-type{padding-bottom:0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:54.125rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.0625rem;left:0.875rem;font-size:0.875rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:54.125rem;display:block;vertical-align:top; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD {display:block;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:54.125rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.0625rem;left:0.875rem;font-size:0.875rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #TMyWJbGNkhp53NVgtTtfNT10VZFDigkv { position:relative;z-index:1; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #kLB6B6vKAfNbxk82Gsa62gc3N0piIsMr { position:relative;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #Okl7kEZ5DOWqrrZM2suQQnKsE9Tg5xK8 { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #BdlMokSpDKWGAsKLrpIEUS8JOpnyx92v { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #REEb3fl9lWqAdqEzDPxZICJNkfMNn1TE { position:relative;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #NlQAU65twGA43qHCycTbfHIhRgIRxyM0 { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #t7xpkwfbTs9HvNNEA06MZRaiTqoNUPWa { position:relative;z-index:1; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #KcikmTcyaJIKW0t6uW0gBqZ4MElmZP2n { position:relative;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #X3nNVdFCnDSFssVBCwKUOCsLhCfRz8kU { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #tu70KTf07yN3987887chEVARb4tfNARw { position:relative;z-index:1; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #G1vgoN9pIqz24wk03zxN64JTuHolQTbT { position:relative;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #KJyMPIivtbFvpfDpdRdKvdOg41sSTWu9 { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #dMLI7HEKtPl9py6OxmRmWkn96uIXqvug { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #Un3pMiVQtuplx5wbWNbEktBZXooatVpG { position:relative;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #xEqOPxpW4w5UsnNqf1onSOwTh2WVKdQd { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #oCLFkRrJn4iF1L5PWq8tMJZLTvFy2ssi { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #IpJ5XSXZuqDqHXZOuISTkXBgg1J2Heez { position:relative;display:block; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #kx8Ta8a6PXdfZ841BDnIQrVy2NqDmL5o { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #R9PgeTsITPm9ypzI5wF7PTtG6n4xB3z0 { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #lFI9BgpNRMP0ViUaVQ9eghOQOBJRkvPi { position:relative;z-index:2; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #q5ATwHGt8GkpfmVo5mULzOtipKz7sqLL { position:relative; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #eKiSwMvILVMVLKBklC4MxvShsfcBwFFO { position:relative;z-index:1; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #IMCE128TssGat1qQmZItwExQeTSRCguW { position:relative; }
#KB8FXVFuNH9758VITp4vfCeke1sCWSdz { color:#000000;display:block;width:35.875rem;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:3.5rem;left:0.875rem;height:4.875rem;font-style:normal;display:block; }
#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container { background-color: transparent; background-image: none; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container > .video-iframe-container { display: none; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row > .video-iframe-container { display: none; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .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); }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container { border-width: 0; border-radius: 0; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;overflow:visible;position:relative;display:block; }#kdvoP37l38H3XrI3vSGJMZa0oC6hRVdR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.8125rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#DFbp97Rd3bkWCwTGT6IeRLITk4kdHRaS { color:#f9f9f9;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:24rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wC4xhAzBiFks5X2Z8HT5U6XREbGbHfbs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:4.4375rem;left:24.4375rem;display:block; }
#RonXv8pkGel7EM1ZykfkAasAymfh2D5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:8.5rem;height:1.29980625rem;display:block; }#TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
#DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:16.625rem;height:1.29980625rem;display:block; }#DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
#KTsGWTdfpshMsUlRL706pwRNx32Br3vN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:31.3125rem;height:1.29980625rem;display:block; }#KTsGWTdfpshMsUlRL706pwRNx32Br3vN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTsGWTdfpshMsUlRL706pwRNx32Br3vN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
#glo2uXThgSIOX3zB77WsFSmgFn7DohCN { color:rgba(var(--color-primary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:11.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { display:block; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { width:11.25rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBhhRBfCfZCT3bcMM706AalncmSKhg1 { width:7rem;height:1.125rem;top:1.375rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvn6LTqgQJpz0OnoT6nls21oSIhSNo0 { width:6rem;height:1.125rem;top:1.1875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKOFP4dTheSBKoZk7S9DQiu25g7hHwnN { width:6rem;height:1.125rem;top:2.5rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { width:6.375rem;height:1rem;top:2.6875rem;left:35.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block; }
 }@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) { #eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { width:47.75rem;height:5.25rem;top:9.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { width:34.375rem;height:6.375rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { width:7.9375rem;height:0.25rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9GmxQ6BcWAXbaxOaesGRTBkM1RHFbnm { top:15.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVCpBBrh8tmMJ2fnyyCARt042ML9nZD1 { width:17.5rem;height:3.4375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi9x6A9AoWVh5bGQx4Fvs3WN6hBn9aeI { display:block; }
 }@media only screen and (max-width: 763px) { #yK2LawPlkHBpFLVg0i5lTWAkzk2yJbpy { width:17.5rem;height:3.4375rem;top:29.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCQNuC8vDX1MPvUU2DpUam15tTds6at8 { display:block; }
 }@media only screen and (max-width: 763px) { #GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { width:29.375rem;height:4.5rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { width:29.375rem;height:;top:15.1875rem;left:0rem;font-size:1.0625rem;display:block; }#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc1975214c49779e57eea4d7b144ae3.svg); }
 }@media only screen and (max-width: 763px) { #k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { width:29.8125rem;height:19.5625rem;top:5.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXsSa1AzPuvseqTOOMhIaSwdK1z1vus3 { top:8.0625rem;left:22rem;width:25.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWzwIqWJRxByfbXL3hLTId8ifIihGeZ5 { top:13.125rem;left:22.8125rem;width:24.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn { top:20.375rem;left:22.6875rem;width:25.0625rem;height:2.5625rem;font-size:1rem;display:block; }#IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dce1722609fe0abb1e6fa0df324652b31987c0e5.svg); }
 }@media only screen and (max-width: 763px) { #vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { width:47.75rem;height:2.25rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { width:18.75rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { width:15.3125rem;height:3.875rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { width:10.3125rem;height:0.375rem;top:13.3125rem;left:2.1866321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { width:10.375rem;height:0.375rem;top:13.375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { width:16.6875rem;height:3.875rem;top:8.25rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQf7Bf5Tuy0LR1CmELzLhlIM9sZRJ5Hq { width:10.375rem;height:0.375rem;top:13.375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiTUsGBxcZTetelEzNHZVq2fHeE1iTx { width:15.3125rem;height:3.875rem;top:8.1875rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sESankobuEF3PneRurqsfTobgtBTJgDE { width:18.75rem;height:13.5rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA1OQzgbsuzOqWSPOq6hoM1E29DprXFl { width:18.75rem;height:13.5625rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVoiqsTWaUTaXbghitt9HEr3KoZ7zet { width:18.75rem;height:13.5rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBa8Epwil6lfi4GF1ZLLOMJNiXO8kwW { width:18.75rem;height:13.5rem;top:16.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZcq1eTFD6e9PpGxdOM0AVDCwg1a9cZG { width:15.3125rem;height:3.875rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukk5gdvK8Su7cC9HFbTzxy9IxNOLhIKU { width:16.6875rem;height:3.875rem;top:24.75rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEIs1Xu29QIL5Q98zRv119Hz7TUmU5zJ { width:15.3125rem;height:3.875rem;top:24.75rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKV397Xc3tq59ncThuKdC9wAW5msxbVh { width:18.75rem;height:13.5625rem;top:16.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOVFnS9PgaQpxQtWWElqbexQvqOKAnWI { width:10.3125rem;height:0.375rem;top:30.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMopqCBTIDxgWrQlWgxUhkCd9FOW6Z9 { width:10.3125rem;height:0.375rem;top:30.0625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbs7Pp04I67d5GTiu37pqlT1bFNZ6mK { width:10.3125rem;height:0.375rem;top:30.0625rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6F125Nep1eDv15IdlbTut050a8pqNo { top:3.4375rem;left:5.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxgW2BU4KoqxzqT3ruIdAi1V6X5SmAZ3 { top:3.25rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGsz2ss3zubFXhJwSe41Re1B4yEOA2Uc { top:3rem;left:38.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmIoFQAcpSaVM2HuIIKK0OApuV7yNNW7 { top:20.125rem;left:5.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIq2lVPkymt6BgxngLdU1HLfdOoffkpO { top:19.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waf5xZToByfu5Umm0APl37iafg8cPgso { top:19.6875rem;left:38.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6OpvKsrJTwNnzrtt08Au906K57mptMA { display:block; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToNoN43QfidB6kgOa00vEJUOgFn2d8mt { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTvFLbqzexeTgQFd2VxSQbFWtfOnUl9 { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emJT6hNPJkymklQLi4zIHAGeXPb0TS9V { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPtPaz2JFRpzUdJ4WdJDmNnpiqtH3TEq { width:47.75rem;height:8.4375rem;top:4rem;left:0rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHGntoLkDXPaRNxuq6xsvILI1AlROzRS { width:18.9375rem;height:8.9375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5wybFr8s8v42QdDtZHKOVSP2W00Jt8c { width:18.9375rem;height:9.125rem;top:17.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzhl8colZBvOGUnlcotDowDlQhnqTWU { width:18.125rem;height:2.8125rem;top:20.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybexovQZHXLdk2u004CUTUshJc0zVH6 { width:18.125rem;height:2.8125rem;top:20.1875rem;left:14.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXz5ODWVzvB9x3ZdHIKDEA4RJUnceZ7 { width:18.9375rem;height:9.0625rem;top:17.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6whA2ktgcQxiJO8tIZ5G5ZRysLmFn2x { width:18.125rem;height:2.8125rem;top:20.1875rem;left:29.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIQFLTg6TcQBrhVG2uTMZFRrWl2Nvq5J { width:18.9375rem;height:9.0625rem;top:29.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWuWIC7BRpMHOlld9x7TXzbzteiu2kUQ { width:18.125rem;height:2.8125rem;top:32.1875rem;left:29.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1a8TO20Qgl2EUtIsZbcVuxXBtUvtOm2 { width:18.9375rem;height:9.125rem;top:29.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88ulQpE7IPGTbuwlyF9bNFOd8pWx18G { width:18.125rem;height:2.8125rem;top:32.1875rem;left:14.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDNwuCluts45umEquhcSlTFO3PU720uf { width:18.9375rem;height:8.9375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4CuJDMTkJz2JiJFeoFGsz2GMZxXhRS { width:18.125rem;height:2.8125rem;top:32.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk88Qfc3WeCyx7SN3lwauvPg2IKVCQD0 { top:40.875rem;left:8.9375rem;width:33rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSoiFmlyrmCL9lD9BDLKIb3c7PZOUuoR { top:39.9375rem;left:5.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly { display:block; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWkGAf7DgGAc196hClUAFy5CObXbQqCc { top:9.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg0BQJH47pTsmhyTBNbyqnFATnkdDaF4 { top:16.9375rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2zPM3UudG7cU2UxT7W4pWLQ3a5VIVP { top:17.5rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQIvg1U51CXThdnuqmC22NOeV0k2D2u { top:21.6875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnRaq563ALwMzGu0dOVITqG0L3IHT3Lq { top:21.6875rem;left:16.6875rem;width:14.4375rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVu6T75ghs41n0hDzAi0B2ZShHKLztHH { top:16.9375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFTgSAztSeuB7d82TFJoMpuUi8PdsITS { top:17.5rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtFPtKZqi2xV5thCdJH8mrTvJkgMAvzu { top:21.6875rem;left:33.3125rem;width:14.4375rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tng5tK7bpscEc0RClzBt7x3OUySCQN6T { top:16.9375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9SvhQF58p7svvko7qQbrhgZkRXQAXzo { top:17.5rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBsuTIvRrVerJZnz0mJQ3hledylH6xsS { top:27.1875rem;left:11.1875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UnX0BbzosEpq5xXAd42n2oHaIeisR1 { top:26.625rem;left:11rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsciaa2PbdelUmsD611dWqep7oSdGuTr { top:29.6875rem;left:6.1875rem;width:12.5rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bl9bz3W4MO9PUQRQZJTVN8UP5I407b { top:27.1875rem;left:32.9375rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6O2MUVpP3RZ8K6VWPLumgWq0calt57 { top:26.625rem;left:32.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhIfPoSfCqDWl1mMJ2qTNWh23iBt0SDu { top:29.6875rem;left:27.9375rem;width:12.5rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 { display:block; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkXyHhMPTOAgAzw9E3gc1aTvf6BgSSig { width:13.5rem;height:15.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR8oBeIw0GRpbkUIDTXXRiWKCW9FCm2u { width:13.125rem;height:3.25rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pULhllSdPd84cy50ewvzgTVO6r3z7IPx { width:13.5rem;height:15.25rem;top:14.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13Q0rIAQIv5DOKl9wUtqKF16nyJMRph { width:13.125rem;height:3.25rem;top:20.375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEASnokJNDahZaN3Bxttc0Fkui6P0th7 { width:13.5rem;height:15.25rem;top:14.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OkVivQLwWTLUTxFynoqUrFOhC5Zap5 { width:13.125rem;height:3.25rem;top:20.375rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXgvqBWnFTakyO3LTt71XEWluTHzQqo { width:13.5rem;height:15.25rem;top:14.5rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf34TChi08nB3n8mnIyGlXqBh3TczVvS { width:13.125rem;height:3.25rem;top:20.375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lixg9Mt2HM9Rrdefnl0gotBREqUctEt9 { width:47.75rem;height:2.875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yziy4u1OMf0gNRUR6BIzAOf79tq7sXmA { top:4.5625rem;left:19.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clucJmE4PCTnBvZyHJ2yNFLPZ3AZX9Wn { top:34.625rem;left:0rem;width:46.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaehWGe6FxTI6xsyGuGI9pITwikBOokE { display:block; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msRoriwX5IzDAgqxhNAk92ZgfxwTeQB5 { width:47.75rem;height:2.25rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQgtivivQdxd1XTCIl8VclvCGwaKp2bN { width:47.75rem;height:1.25rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmIQ00HavMJw3OmNzru97dTLc7uUeG1Q { top:9.8125rem;left:4.8125rem;width:38.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { width:47.75rem;height:2.4375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { width:47.75rem;height:1.25rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBsZrXazUSWbMgFUDMbBR0JIOZ7rlUy { width:12rem;height:3.875rem;top:14.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HQigvIudPPODpIZP3drSAuNz9HsRi8 { display:block; }
 }@media only screen and (max-width: 763px) { #yV3GaZHLigTficHlqSDBvlEFsRr47fxx { display:block; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTfFBDnyMTT9koIIFM3VhiHSDadfIb6W { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-text {padding-top: 0; padding-bottom: 0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-select {padding-top: 0; padding-bottom: 0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD {display:block;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #TMyWJbGNkhp53NVgtTtfNT10VZFDigkv {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #kLB6B6vKAfNbxk82Gsa62gc3N0piIsMr {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #Okl7kEZ5DOWqrrZM2suQQnKsE9Tg5xK8 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #BdlMokSpDKWGAsKLrpIEUS8JOpnyx92v {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #REEb3fl9lWqAdqEzDPxZICJNkfMNn1TE {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #NlQAU65twGA43qHCycTbfHIhRgIRxyM0 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #t7xpkwfbTs9HvNNEA06MZRaiTqoNUPWa {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #KcikmTcyaJIKW0t6uW0gBqZ4MElmZP2n {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #X3nNVdFCnDSFssVBCwKUOCsLhCfRz8kU {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #tu70KTf07yN3987887chEVARb4tfNARw {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #G1vgoN9pIqz24wk03zxN64JTuHolQTbT {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #KJyMPIivtbFvpfDpdRdKvdOg41sSTWu9 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #dMLI7HEKtPl9py6OxmRmWkn96uIXqvug {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #Un3pMiVQtuplx5wbWNbEktBZXooatVpG {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #xEqOPxpW4w5UsnNqf1onSOwTh2WVKdQd {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #oCLFkRrJn4iF1L5PWq8tMJZLTvFy2ssi {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #IpJ5XSXZuqDqHXZOuISTkXBgg1J2Heez {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #kx8Ta8a6PXdfZ841BDnIQrVy2NqDmL5o {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #R9PgeTsITPm9ypzI5wF7PTtG6n4xB3z0 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #lFI9BgpNRMP0ViUaVQ9eghOQOBJRkvPi {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #q5ATwHGt8GkpfmVo5mULzOtipKz7sqLL {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #eKiSwMvILVMVLKBklC4MxvShsfcBwFFO {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #IMCE128TssGat1qQmZItwExQeTSRCguW {  }
 }@media only screen and (max-width: 763px) { #KB8FXVFuNH9758VITp4vfCeke1sCWSdz { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImX2o6SW0uHOoGS4534ceIbzCEiJggmx { display:block; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdvoP37l38H3XrI3vSGJMZa0oC6hRVdR { width:7.8125rem;height:3.5625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbp97Rd3bkWCwTGT6IeRLITk4kdHRaS { width:4.5rem;height:1.375rem;top:5.5rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4xhAzBiFks5X2Z8HT5U6XREbGbHfbs { width:11.5625rem;height:3.4375rem;top:4.4375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RonXv8pkGel7EM1ZykfkAasAymfh2D5g { display:block; }
 }@media only screen and (max-width: 763px) { #TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 { top:2.4375rem;left:2.375rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }#TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
 }@media only screen and (max-width: 763px) { #DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH { top:2.625rem;left:10.5rem;width:14.125rem;height:1.3125rem;font-size:1rem;display:block; }#DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
 }@media only screen and (max-width: 763px) { #KTsGWTdfpshMsUlRL706pwRNx32Br3vN { top:2.625rem;left:25.1875rem;width:19.9375rem;height:1.3125rem;font-size:1rem;display:block; }#KTsGWTdfpshMsUlRL706pwRNx32Br3vN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
 }@media only screen and (max-width: 763px) { #glo2uXThgSIOX3zB77WsFSmgFn7DohCN { top:8.5rem;left:5.09375rem;width:37.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { display:block; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { width:4.4375rem;height:2.125rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBhhRBfCfZCT3bcMM706AalncmSKhg1 { width:6.9375rem;height:1.29980625rem;top:4.625rem;left:6.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvn6LTqgQJpz0OnoT6nls21oSIhSNo0 { width:8.5rem;height:1.29980625rem;top:7.17480625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKOFP4dTheSBKoZk7S9DQiu25g7hHwnN { width:6rem;height:2.5996125rem;top:12.1621125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { width:8.1875rem;height:1.1875rem;top:9.787109375rem;left:5.90625rem;font-size:1rem;font-weight:700;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-3),1);background-image:none;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 { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { width:20rem;height:6.5625rem;top:16.4404375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { width:7.9375rem;height:0.25rem;top:24.2529375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9GmxQ6BcWAXbaxOaesGRTBkM1RHFbnm { width:20rem;height:7.066375rem;top:8.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVCpBBrh8tmMJ2fnyyCARt042ML9nZD1 { width:17.5rem;height:3.4375rem;top:25.7529375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi9x6A9AoWVh5bGQx4Fvs3WN6hBn9aeI { display:block; }
 }@media only screen and (max-width: 763px) { #yK2LawPlkHBpFLVg0i5lTWAkzk2yJbpy { width:17.5rem;height:3.4375rem;top:30.4404375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCQNuC8vDX1MPvUU2DpUam15tTds6at8 { display:block; }
 }@media only screen and (max-width: 763px) { #GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { width:20rem;height:26.1318359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { width:20rem;height:10.8203125rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc1975214c49779e57eea4d7b144ae3.svg); }
 }@media only screen and (max-width: 763px) { #k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { width:20rem;height:0.9375rem;top:17.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXsSa1AzPuvseqTOOMhIaSwdK1z1vus3 { width:20rem;height:2.5996125rem;top:23.5693359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWzwIqWJRxByfbXL3hLTId8ifIihGeZ5 { width:20rem;height:0;top:27.4189484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn { width:20rem;height:0;top:35.1670109375rem;left:0rem;font-size:1rem;display:none; }#IgOGACzDtan1SaZntVIBRK7Jc5HeVDSn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dce1722609fe0abb1e6fa0df324652b31987c0e5.svg); }
 }@media only screen and (max-width: 763px) { #vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { width:18.75rem;height:13.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { width:18.75rem;height:3.89941875rem;top:9.4990234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { width:10.3125rem;height:0.375rem;top:14.6240234375rem;left:4.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { width:10.375rem;height:0.375rem;top:44.59375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { width:18.75rem;height:3.89941875rem;top:39.46875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQf7Bf5Tuy0LR1CmELzLhlIM9sZRJ5Hq { width:10.375rem;height:0.375rem;top:74.59375rem;left:4.8798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiTUsGBxcZTetelEzNHZVq2fHeE1iTx { width:18.75rem;height:3.89941875rem;top:69.466796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sESankobuEF3PneRurqsfTobgtBTJgDE { width:18.75rem;height:13.5rem;top:31.2490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA1OQzgbsuzOqWSPOq6hoM1E29DprXFl { width:18.75rem;height:13.5625rem;top:61.21875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVoiqsTWaUTaXbghitt9HEr3KoZ7zet { width:18.75rem;height:13.5rem;top:16.2490234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBa8Epwil6lfi4GF1ZLLOMJNiXO8kwW { width:18.75rem;height:13.5rem;top:46.21875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZcq1eTFD6e9PpGxdOM0AVDCwg1a9cZG { width:15.3125rem;height:3.89941875rem;top:24.3740234375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukk5gdvK8Su7cC9HFbTzxy9IxNOLhIKU { width:16.6875rem;height:3.89941875rem;top:54.3427734375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEIs1Xu29QIL5Q98zRv119Hz7TUmU5zJ { width:15.3125rem;height:3.89941875rem;top:84.3427734375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKV397Xc3tq59ncThuKdC9wAW5msxbVh { width:18.75rem;height:13.5625rem;top:76.21875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOVFnS9PgaQpxQtWWElqbexQvqOKAnWI { width:10.3125rem;height:0.375rem;top:29.6240234375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMopqCBTIDxgWrQlWgxUhkCd9FOW6Z9 { width:10.3125rem;height:0.375rem;top:59.59375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbs7Pp04I67d5GTiu37pqlT1bFNZ6mK { width:10.3125rem;height:0.375rem;top:89.59375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6F125Nep1eDv15IdlbTut050a8pqNo { display:flex;width:3.125rem;height:3.125rem;top:4.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RxgW2BU4KoqxzqT3ruIdAi1V6X5SmAZ3 { display:flex;width:3.125rem;height:3.125rem;top:34.46875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PGsz2ss3zubFXhJwSe41Re1B4yEOA2Uc { display:flex;width:3.125rem;height:3.125rem;top:64.21875rem;left:8.4736328125rem; }
 }@media only screen and (max-width: 763px) { #OmIoFQAcpSaVM2HuIIKK0OApuV7yNNW7 { display:flex;width:3.125rem;height:3.125rem;top:19.6865234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JIq2lVPkymt6BgxngLdU1HLfdOoffkpO { display:flex;width:3.125rem;height:3.125rem;top:49.46875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #waf5xZToByfu5Umm0APl37iafg8cPgso { display:flex;width:3.125rem;height:3.125rem;top:79.21875rem;left:8.46875rem; }
 }@media only screen and (max-width: 763px) { #B6OpvKsrJTwNnzrtt08Au906K57mptMA { display:block; }#B6OpvKsrJTwNnzrtt08Au906K57mptMA > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToNoN43QfidB6kgOa00vEJUOgFn2d8mt { width:20rem;height:4.875rem;top:11.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTvFLbqzexeTgQFd2VxSQbFWtfOnUl9 { width:20rem;height:1.21875rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emJT6hNPJkymklQLi4zIHAGeXPb0TS9V { width:2.5rem;height:0.125rem;top:28.28125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPtPaz2JFRpzUdJ4WdJDmNnpiqtH3TEq { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHGntoLkDXPaRNxuq6xsvILI1AlROzRS { width:18.9375rem;height:8.75rem;top:20.03125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5wybFr8s8v42QdDtZHKOVSP2W00Jt8c { width:18.9375rem;height:8.75rem;top:30.03125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzhl8colZBvOGUnlcotDowDlQhnqTWU { width:17.5rem;height:2.5996125rem;top:22.828125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybexovQZHXLdk2u004CUTUshJc0zVH6 { width:17.5rem;height:2.5996125rem;top:32.828125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXz5ODWVzvB9x3ZdHIKDEA4RJUnceZ7 { width:18.9375rem;height:8.75rem;top:40.03125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6whA2ktgcQxiJO8tIZ5G5ZRysLmFn2x { width:17.5rem;height:2.5996125rem;top:42.828125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIQFLTg6TcQBrhVG2uTMZFRrWl2Nvq5J { width:18.9375rem;height:9.0625rem;top:70.59375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWuWIC7BRpMHOlld9x7TXzbzteiu2kUQ { width:18.125rem;height:2.5996125rem;top:73.703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1a8TO20Qgl2EUtIsZbcVuxXBtUvtOm2 { width:18.9375rem;height:9.125rem;top:60.21875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88ulQpE7IPGTbuwlyF9bNFOd8pWx18G { width:18.125rem;height:2.5996125rem;top:63.390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDNwuCluts45umEquhcSlTFO3PU720uf { width:18.9375rem;height:8.9375rem;top:50.03125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4CuJDMTkJz2JiJFeoFGsz2GMZxXhRS { width:18.125rem;height:2.5996125rem;top:53.015625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk88Qfc3WeCyx7SN3lwauvPg2IKVCQD0 { width:20rem;height:2.5996125rem;top:85.28125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSoiFmlyrmCL9lD9BDLKIb3c7PZOUuoR { display:flex;width:3.125rem;height:3.125rem;top:80.90625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly { display:block; }#Eiew5HTpkHRLWFa4KrTBXqfCkMw8UGly > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWkGAf7DgGAc196hClUAFy5CObXbQqCc { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg0BQJH47pTsmhyTBNbyqnFATnkdDaF4 { width:2.9375rem;height:2.9375rem;top:9.32325rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2zPM3UudG7cU2UxT7W4pWLQ3a5VIVP { width:2.5rem;height:1.625rem;top:9.88575rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQIvg1U51CXThdnuqmC22NOeV0k2D2u { width:5.6875rem;height:2.4375rem;top:21.88575rem;left:7.125rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnRaq563ALwMzGu0dOVITqG0L3IHT3Lq { width:5.6875rem;height:3.25rem;top:25.57325rem;left:7.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVu6T75ghs41n0hDzAi0B2ZShHKLztHH { width:2.9375rem;height:2.9375rem;top:13.51075rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFTgSAztSeuB7d82TFJoMpuUi8PdsITS { width:2.5rem;height:1.625rem;top:14.07325rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtFPtKZqi2xV5thCdJH8mrTvJkgMAvzu { width:5.6875rem;height:3.25rem;top:30.07325rem;left:7.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tng5tK7bpscEc0RClzBt7x3OUySCQN6T { width:2.9375rem;height:2.9375rem;top:17.69825rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9SvhQF58p7svvko7qQbrhgZkRXQAXzo { width:2.5rem;height:1.625rem;top:18.26075rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBsuTIvRrVerJZnz0mJQ3hledylH6xsS { width:2.5rem;height:1.625rem;top:35.13575rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UnX0BbzosEpq5xXAd42n2oHaIeisR1 { width:2.9375rem;height:2.9375rem;top:34.57325rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsciaa2PbdelUmsD611dWqep7oSdGuTr { width:12.5rem;height:1.625rem;top:42.94825rem;left:3.75rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8bl9bz3W4MO9PUQRQZJTVN8UP5I407b { width:2.5rem;height:1.625rem;top:39.32325rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6O2MUVpP3RZ8K6VWPLumgWq0calt57 { width:2.9375rem;height:2.9375rem;top:38.76075rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhIfPoSfCqDWl1mMJ2qTNWh23iBt0SDu { width:12.5rem;height:0.8125rem;top:45.82325rem;left:3.75rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 { display:block; }#PVT14xrw6PyzqvmIAib2sFA8Bp0fKd80 > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkXyHhMPTOAgAzw9E3gc1aTvf6BgSSig { width:13.5rem;height:15.25rem;top:7.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR8oBeIw0GRpbkUIDTXXRiWKCW9FCm2u { width:13.125rem;height:2.5996125rem;top:13.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pULhllSdPd84cy50ewvzgTVO6r3z7IPx { width:13.5rem;height:15.25rem;top:34.8359375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13Q0rIAQIv5DOKl9wUtqKF16nyJMRph { width:13.125rem;height:2.5996125rem;top:40.7109375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEASnokJNDahZaN3Bxttc0Fkui6P0th7 { width:13.5rem;height:15.25rem;top:51.7109375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OkVivQLwWTLUTxFynoqUrFOhC5Zap5 { width:13.125rem;height:2.5996125rem;top:57.5859375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXgvqBWnFTakyO3LTt71XEWluTHzQqo { width:13.5rem;height:15.25rem;top:68.5859375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf34TChi08nB3n8mnIyGlXqBh3TczVvS { width:13.125rem;height:2.5996125rem;top:74.4609375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lixg9Mt2HM9Rrdefnl0gotBREqUctEt9 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yziy4u1OMf0gNRUR6BIzAOf79tq7sXmA { display:flex;width:4.1875rem;height:4.1875rem;top:29.3984375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #clucJmE4PCTnBvZyHJ2yNFLPZ3AZX9Wn { width:20rem;height:3.8994125rem;top:24.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaehWGe6FxTI6xsyGuGI9pITwikBOokE { display:block; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msRoriwX5IzDAgqxhNAk92ZgfxwTeQB5 { width:20rem;height:2.5rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQgtivivQdxd1XTCIl8VclvCGwaKp2bN { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmIQ00HavMJw3OmNzru97dTLc7uUeG1Q { width:20rem;height:6.171875rem;top:8.8496125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { width:20rem;height:3.25rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBsZrXazUSWbMgFUDMbBR0JIOZ7rlUy { width:12rem;height:3.875rem;top:9.5996125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HQigvIudPPODpIZP3drSAuNz9HsRi8 { display:block; }
 }@media only screen and (max-width: 763px) { #yV3GaZHLigTficHlqSDBvlEFsRr47fxx { background-color:transparent;background-image:none;display:block; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container { background-color: transparent; background-image: none; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container > .video-iframe-container { display: none; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row > .video-iframe-container { display: none; }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .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); }#yV3GaZHLigTficHlqSDBvlEFsRr47fxx > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTfFBDnyMTT9koIIFM3VhiHSDadfIb6W { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-text {padding-top: 0; padding-bottom: 0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-select {padding-top: 0; padding-bottom: 0;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-input-button { width:10.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD  { width:17.375rem;height:43.375rem;top:8.949225rem;left:0rem; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD {display:block;}#J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD { width:17.375rem;height:43.375rem;top:8.949225rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #TMyWJbGNkhp53NVgtTtfNT10VZFDigkv {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #kLB6B6vKAfNbxk82Gsa62gc3N0piIsMr {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #Okl7kEZ5DOWqrrZM2suQQnKsE9Tg5xK8 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #BdlMokSpDKWGAsKLrpIEUS8JOpnyx92v {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #REEb3fl9lWqAdqEzDPxZICJNkfMNn1TE {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #NlQAU65twGA43qHCycTbfHIhRgIRxyM0 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #t7xpkwfbTs9HvNNEA06MZRaiTqoNUPWa {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #KcikmTcyaJIKW0t6uW0gBqZ4MElmZP2n {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #X3nNVdFCnDSFssVBCwKUOCsLhCfRz8kU {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #tu70KTf07yN3987887chEVARb4tfNARw {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #G1vgoN9pIqz24wk03zxN64JTuHolQTbT {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #KJyMPIivtbFvpfDpdRdKvdOg41sSTWu9 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #dMLI7HEKtPl9py6OxmRmWkn96uIXqvug {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #Un3pMiVQtuplx5wbWNbEktBZXooatVpG {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #xEqOPxpW4w5UsnNqf1onSOwTh2WVKdQd {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #oCLFkRrJn4iF1L5PWq8tMJZLTvFy2ssi {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #IpJ5XSXZuqDqHXZOuISTkXBgg1J2Heez {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #kx8Ta8a6PXdfZ841BDnIQrVy2NqDmL5o {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #R9PgeTsITPm9ypzI5wF7PTtG6n4xB3z0 {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #lFI9BgpNRMP0ViUaVQ9eghOQOBJRkvPi {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #q5ATwHGt8GkpfmVo5mULzOtipKz7sqLL {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #eKiSwMvILVMVLKBklC4MxvShsfcBwFFO {  }
 }@media only screen and (max-width: 763px) { #J8LqKW9pbzaTNzD8HWSTt3sg0NFwRmPD #IMCE128TssGat1qQmZItwExQeTSRCguW {  }
 }@media only screen and (max-width: 763px) { #KB8FXVFuNH9758VITp4vfCeke1sCWSdz { width:20rem;height:2.5996125rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImX2o6SW0uHOoGS4534ceIbzCEiJggmx { display:block; }#ImX2o6SW0uHOoGS4534ceIbzCEiJggmx > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdvoP37l38H3XrI3vSGJMZa0oC6hRVdR { width:2.875rem;height:1.375rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbp97Rd3bkWCwTGT6IeRLITk4kdHRaS { width:4.5rem;height:1.29980625rem;top:11.52441875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4xhAzBiFks5X2Z8HT5U6XREbGbHfbs { width:7.9375rem;height:3.4375rem;top:14.074225rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RonXv8pkGel7EM1ZykfkAasAymfh2D5g { display:block; }
 }@media only screen and (max-width: 763px) { #TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 { width:8.125rem;height:1.29980625rem;top:3.875rem;left:5.9375rem;font-size:1rem;display:block; }#TKHzGg8cOwaAvCRGi3iMbZTlAynzaX48 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
 }@media only screen and (max-width: 763px) { #DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH { width:14.125rem;height:1.29980625rem;top:6.42480625rem;left:2.9375rem;font-size:1rem;display:block; }#DKH4NVwCrx4vxOhffDRQB7UAL6vqdthH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
 }@media only screen and (max-width: 763px) { #KTsGWTdfpshMsUlRL706pwRNx32Br3vN { width:19.9375rem;height:1.29980625rem;top:8.9746125rem;left:0rem;font-size:1rem;display:block; }#KTsGWTdfpshMsUlRL706pwRNx32Br3vN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcd204e5aba383fd96b67fa46bce00911520aa07.svg); }
 }@media only screen and (max-width: 763px) { #glo2uXThgSIOX3zB77WsFSmgFn7DohCN { width:20rem;height:2.5996125rem;top:18.761725rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }