.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,225,226;--color-primary-1:142,154,157;--color-primary-2:28,52,59;--color-primary-3:14,26,30;--color-primary-4:4,8,9;--color-secondary-0:247,253,239;--color-secondary-1:229,247,202;--color-secondary-2:202,239,148;--color-secondary-3:101,120,74;--color-secondary-4:30,36,22;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { background-color: transparent; background-image: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container > .video-iframe-container { display: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container { display: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .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); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { border-width: 0; border-radius: 0; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#q8VqzIaVNddRqdocpz4gHeruHsDUqFga { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4560546875rem;left:37.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4560546875rem;left:53.7529296875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.78125rem;left:61.5625rem;display:block; }
#GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.806640625rem;left:13.125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRBzwaBSwg6nEQTteM5TZeuKDCCRfbBo { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4560546875rem;left:44.3955078125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGEeBWEJAdzNvHB6Tasxm9BZUs6MEArI { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.8125rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { position:relative;display:none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { border-width: 0; border-radius: 0; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { position:relative;display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { border-width: 0; border-radius: 0; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.125rem;top:1.0625rem;left:2.28125rem;overflow:hidden;display:none; }
#JlB479nQo8DEDOryxTcWVFTklXdJHbZe { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { color:#e5d72c;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:1.1750001907349rem;left:39.123441696167rem;height:4.00061875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { background-color: transparent; background-image: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container > .video-iframe-container { display: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container { display: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .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); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { border-width: 0; border-radius: 0; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-image: -moz-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-image: -ms-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-image: -o-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caef947f', endColorstr='#fbfaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caef947f', endColorstr='#fbfaff' );";background-image: linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container { background-color: transparent; background-image: none; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container > .video-iframe-container { display: none; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row > .video-iframe-container { display: none; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .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); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container { border-width: 0; border-radius: 0; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RMQsoBO3JbW2wywOJ3sdHhRNWH3J0ZfC { color:#1e4b54;display:block;width:59.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:14987;line-height:.9;letter-spacing:0;top:7.1875rem;left:2.8125rem;height:5.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IR8F5EyZfOINmJFpQJa5ekQRMscZ9sZC { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:32.375rem;top:10.3125rem;left:36.875rem;overflow:hidden;display:block; }
#HKyg3HiNdzhlQm5kf0QyvE9X06VbBmTe { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:4.6875rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eckcQ0rTHZKm6icovy5kfsbhgUg0Gd3p { position:absolute;display:block;z-index:15023;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:0.25rem;top:16.4375rem;left:3.75rem;display:block; }
#KkqHXamK8XWM41ggs3gCFfDRB60LwrLs { position:absolute;display:block;z-index:14985;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:13.4375rem;left:39.8125rem;display:block; }#KkqHXamK8XWM41ggs3gCFfDRB60LwrLs.adaptive-delivery-prevent-bg, #KkqHXamK8XWM41ggs3gCFfDRB60LwrLs.lazyload, #KkqHXamK8XWM41ggs3gCFfDRB60LwrLs.lazyloading { background-image: none; }
#rAImIr6xQ7W02ew0nlVaeFiFL6OtKB0S { position:absolute;display:block;z-index:14984;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:14.1875rem;width:7.1875rem;top:23.3125rem;left:59.5rem;display:block; }#rAImIr6xQ7W02ew0nlVaeFiFL6OtKB0S.adaptive-delivery-prevent-bg, #rAImIr6xQ7W02ew0nlVaeFiFL6OtKB0S.lazyload, #rAImIr6xQ7W02ew0nlVaeFiFL6OtKB0S.lazyloading { background-image: none; }
#eRCfzwtH50F1pTP6MTTUycPIoLSgTDSS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.6875rem;width:16.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10rem;left:56.0625rem; }
#VXDXDtZuSDMV4BdZUr5enmBEXMZrJhSB { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:11.875rem;left:57rem;height:10.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo { color:#000000;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:3.7646484375rem;left:2.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abdeb9a14ba9fedd9627ff867da79b9a.svg); }
#ebtxJgrMDP4sKSzmzXMQzwyJ6Oaglq0L { background-color:#caef94;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#1c343b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.0625rem;left:2.8125rem;display:block; }
#yZbccJ84X80vPwdlgQxnahSDm2mpyEOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXDZvOsf2vykaoCZnw4b9D48bLc3Ut5y { color:#000000;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:26.8544921875rem;left:3.4375rem;height:9.896475rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW { color:#1e4b54;display:block;width:16.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.0625rem;left:29.6875rem;height:1.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abdeb9a14ba9fedd9627ff867da79b9a.svg); }
#J3fQRUmTSzIrk0PJzptP9rJnN6h6W1V5 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:40.9375rem;left:29.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { background-color: transparent; background-image: none; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container > .video-iframe-container { display: none; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row > .video-iframe-container { display: none; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .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); }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { border-width: 0; border-radius: 0; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#ZTAn3mpnJlAanBJHmFTU4AfrketvZUmZ { color:#1e4b54;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.5625rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C64fnJQ61T67a8Ba3ALmN9MExQothMX1 { position:absolute;display:block;z-index:15074;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:4.875rem;left:27rem;display:block; }
#SCccs35kupuTB6coBrvbETgB7a7qQP7P { position:absolute;display:block;z-index:15075;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.4375rem;left:29.3125rem;display:block; }
#MnJZqwMw4rE5D2iSzgoTobuEUTwECaOP { position:absolute;display:block;z-index:15078;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:0.3125rem;left:2.875rem;display:block; }
#Fv3bK1HWpkMUcXJDS1xIHNJxkJEIRkRr { position:absolute;display:block;z-index:15079;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:0.3125rem;left:2.875rem;display:block; }
#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { background-color:#fbfaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { background-color: transparent; background-image: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container > .video-iframe-container { display: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container { display: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .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); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { border-width: 0; border-radius: 0; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { color:#000000;display:block;width:69.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:0.9306640625rem;left:2.8125rem;height:20.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lWdph2pkc7ph8PMlP26B5tzs95tWWN0c { color:#000000;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:0.93124771118162rem;left:3.75rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343b;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; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { background-color: transparent; background-image: none; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container > .video-iframe-container { display: none; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row > .video-iframe-container { display: none; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .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); }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { border-width: 0; border-radius: 0; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#R0V7ZV4QM85aWP3Q2vgOTT3Vc7R0stfu { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4TVp82s2g2r9Km3hhg1a3rNClVSzCTE { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:51.3125rem;display:block; }
#Ux00yh7ZSNhLPSMrm4Wgo5EFsJlo2PVV { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:53.625rem;display:block; }
#ZlZpUS6L7fy4OQqt6t7JNee7UzqMmXht { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#UUPLtoRKwaDT1BP8f9ubLCsgXNtg7xCP { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343b;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; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { background-color: transparent; background-image: none; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container > .video-iframe-container { display: none; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row > .video-iframe-container { display: none; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .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); }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { border-width: 0; border-radius: 0; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;position:relative;display:block; }#u0Ax6KKmuie6FHNDxAqHCKqRRZDLqu9w { position:absolute;display:block;z-index:15005;background-color:#1e4b54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:3.32421875rem;left:5rem;display:block; }
#cTPxOMno7lnIW2zorLVZEJC5uDBBD5MS { position:absolute;display:block;z-index:15008;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:0.94921875rem;left:2.8125rem;display:block; }
#Z9fMPGvEOF5zW1ownRTynpEclHZuQ33l { color:#1c343b;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:4.5rem;height:2.76171875rem;font-style:normal;display:block; }
#X9f1hfTz9UTnBabV9LRxUsR0gb3O4bgw { position:absolute;display:block;z-index:15009;background-color:#1e4b54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:17.375rem;left:5rem;display:block; }
#SIMhCHJyUDg7PlgSfd1CiMXGioRsS45c { position:absolute;display:block;z-index:15015;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:15rem;left:2.8125rem;display:block; }
#k0HQAig8yk9EMtCP4x1QQT5e62DqZO96 { color:#1c343b;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16rem;left:4.5rem;height:2.76171875rem;font-style:normal;display:block; }
#Of6IWJcoREtX9cloHnCKO4fbQUEgxpvO { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:15.9375rem;height:8.93555rem;font-style:normal;display:block; }
#R54WhKC8W5cFntqRfnqVzwUhTNsfsRBa { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:15.9375rem;height:5.36133125rem;font-style:normal;display:block; }
#JD49Vk7hXvWQKrayOA5K7I1p53Cv05K8 { position:absolute;display:block;z-index:15001;background-color:#1e4b54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:31.4375rem;left:5rem;display:block; }
#nZQiCIDxaFVuezTurhRdhyIZspeHSkey { position:absolute;display:block;z-index:15012;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:29.0625rem;left:2.8125rem;display:block; }
#kIrTNzLyW6zgJ2O37LNHyzCHtb1MH9K3 { color:#1c343b;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.875rem;left:4.5rem;height:2.76171875rem;font-style:normal;display:block; }
#HPytPOtc4IIToSdvF90BDBssKxD4VpWb { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.4375rem;left:15.9375rem;height:7.1484375rem;font-style:normal;display:block; }
#h7O3pTCIn25kQwbJTu32R8TcASpNF5Ql { position:absolute;display:block;z-index:15015;background-color:#1e4b54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:45.1875rem;left:5rem;display:block; }
#Rd6ucdZVlDnTManaOuceLbvaPTZrxaK3 { position:absolute;display:block;z-index:15021;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:42.8125rem;left:2.8125rem;display:block; }
#oIw23VTteqxXl4oCQ3vOTHPupdnTQNdT { color:#1c343b;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.8125rem;left:4.5rem;height:2.76171875rem;font-style:normal;display:block; }
#Htbo94QNFpoyLnTXg5VZwWi7BhnDKumM { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:45.1875rem;left:15.9375rem;height:5.36133125rem;font-style:normal;display:block; }
#ereXvVV2TwDvITFpxQEhOF84O0xXb0gG { 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:5.66796875rem;left:7.34375rem; }
#N6svT6Rx4ub7VxrHoDr6X85O7k640nmG { 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.71875rem;left:7.34375rem; }
#m3DyfxLfKdJhmmKJUmT2knmcclpqiNB6 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.9375rem;left:7.5rem; }
#ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:47.6875rem;left:7.5rem; }
#ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#PrEzdkZQudJDMJRZQJ0sC3rFLsRor1Nv { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:58.9375rem;left:15.9375rem;height:5.36133125rem;font-style:normal;display:block; }
#ThuKLB0mxXGtHT5cecbMsNlhOI5LDtdk { position:absolute;display:block;z-index:15006;background-color:#1e4b54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:58.9375rem;left:5rem;display:block; }
#TiB0TEPfSwiOM5wzeSaOQdccG9UBVbma { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:61.59375rem;left:7.65625rem; }
#TVXSahmneuqyFR0L1ubgN7TRgra5o4pO { position:absolute;display:block;z-index:15017;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:56.5625rem;left:2.8125rem;display:block; }
#JNmHT9qPzAUJv0LGPWddoyGoeUTqWZcD { color:#1c343b;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:57.375rem;left:4.5rem;height:2.76171875rem;font-style:normal;display:block; }
#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { background-color: transparent; background-image: none; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container > .video-iframe-container { display: none; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row > .video-iframe-container { display: none; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .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); }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { border-width: 0; border-radius: 0; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#DKfO65iUZLsGxv55UFi4ZJZ9FV5tTNi0 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J17XLOVBS6BxwifzKiLyUL5E7UdE7Mlt { position:absolute;display:block;z-index:15074;background-color:rgba(202,239,148,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:22.250003814698rem;display:block; }
#l20NyqTpHTB4whIEKd6wAbQUQTm6mASx { position:absolute;display:block;z-index:15075;background-color:rgba(202,239,148,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:24.562503814698rem;display:block; }
#QAuA0B5lSXwmEWq6lKhtI9R7eBNyClQi { position:absolute;display:block;z-index:15078;background-color:rgba(202,239,148,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#kkqvfu1lPlHd1x85BfHUNL6lly7zo2LA { position:absolute;display:block;z-index:15079;background-color:rgba(202,239,148,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container { background-color: transparent; background-image: none; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container > .video-iframe-container { display: none; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row > .video-iframe-container { display: none; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .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); }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container { border-width: 0; border-radius: 0; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.6875rem;left:18.75rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.875rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:6.875rem;left:18.75rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:0.9375rem;left:7.1875rem; }
#xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:0.9375rem;left:25.9375rem; }
#gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:9.6875rem;left:37.5rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:6.875rem;left:37.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:0.9375rem;left:44.6875rem; }
#GnHboK1EgSa05qVtVV1otJK3idbaZVDQ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:9.6875rem;left:56.25rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#QTHSofgDH1an1Zf59LI9Q2IuCAFRzoLH { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:6.875rem;left:56.25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UroNdkbo6sspxSfKV6I18asS6I2iSxiV { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:0.9375rem;left:63.4375rem; }
#zTNvKGotxEnVF8JdtRs7t2CPdHoh32Ld { background-color:#caef94;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#1c343b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.125rem;left:30.3125rem;display:block; }
#ydroTEobvWWEueCUTkeT6MkPbQztb8PH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container { background-color: transparent; background-image: none; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container > .video-iframe-container { display: none; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row > .video-iframe-container { display: none; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .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); }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container { border-width: 0; border-radius: 0; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#PVn7dIv1HRoXnmUJFFw3Mzhd0O7e1ZWJ { color:#1e4b54;display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCPvM3L07F1xIMXXp8qv4vpLSBcmKW0f { position:absolute;display:block;z-index:15074;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:51.3125rem;display:block; }
#HD7fbTBuIGmprL4lilgdx5HQw411BVSk { position:absolute;display:block;z-index:15075;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:53.625rem;display:block; }
#SgTvrhsbT2ezfpOPMmeOUMPuwh8gBmZv { position:absolute;display:block;z-index:15078;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#KDIcgwFrwZsSv76pn9HqehISoCO2M7TV { position:absolute;display:block;z-index:15079;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 { background-color:#fbfaff;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; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { background-color: transparent; background-image: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container > .video-iframe-container { display: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container { display: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .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); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { border-width: 0; border-radius: 0; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;overflow:visible;position:relative;display:block; }#vhJqE56dps6HAmGbXVnRlCxPqBzTVdx5 { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(202,239,148,0.3);background-image:none;top:0.90625rem;left:2.8125rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
#oaKMT6ZuicJGNe3BNulSfN4saXodMISW { color:#1c343b;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.3125rem;left:3.125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uI1rNmdWdvxPzfmZTkVcUhhdoaBFS2zw { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.625rem;left:10.25rem; }
#TnZhAqRA9AcoadbsCEi0EwrUhdgdo0Iy { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(202,239,148,0.3);background-image:none;top:0.90625rem;left:52.8125rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
#THPWG1X9nPyrHBBr5tpXAbv5V3EqybbX { color:#1c343b;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.3125rem;left:53.125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMZSGt5Eu1iPw2SC4Nc19s9G2fn3NqN8 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.625rem;left:60.25rem; }
#QL3GyueMTXTcPZZK5VCOsh2zn4FgNciB { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.625rem;left:35.25rem; }
#gGLziNivOppTy6mae26zhtmUTnf1VGd8 { color:#1c343b;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.3125rem;left:28.125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgQnGcORiwT5BzHXSkBQNFzFRx7Wo4Oz { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(202,239,148,0.3);background-image:none;top:0.90625rem;left:27.8125rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container { background-color: transparent; background-image: none; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container > .video-iframe-container { display: none; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row > .video-iframe-container { display: none; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .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); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container { border-width: 0; border-radius: 0; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#Um0BVCp0TlEDrMhWHiXkFNuze8kMSNvf { color:rgba(var(--color-primary-3),1);display:block;width:69.375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:0.9365234375rem;left:2.8125rem;height:9.62403125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#caef94;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; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container { background-color: transparent; background-image: none; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container > .video-iframe-container { display: none; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row > .video-iframe-container { display: none; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .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); }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container { border-width: 0; border-radius: 0; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#n4HDR4A7hL1SpUlio837cry47TLvzUIL { color:#1e4b54;display:block;width:69.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.78125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { background-color: transparent; background-image: none; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container > .video-iframe-container { display: none; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row > .video-iframe-container { display: none; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .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); }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { border-width: 0; border-radius: 0; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#pmxcZvrRhXKpHZlGN6XRsJ2orloqlxRc { color:#caef94;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlZBXq8lBlcv6wSliSpc7UozaVd4b5vc { position:absolute;display:block;z-index:15074;background-color:#f3fdfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:23.187503814698rem;display:block; }
#xwIGvxUMxhAhZrvgMvx2O7T88HzG0NQq { position:absolute;display:block;z-index:15075;background-color:#f3fdfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:25.500003814698rem;display:block; }
#R11J8vfzXJUQRkMGmnNlFKWIZbm1S6EZ { position:absolute;display:block;z-index:15078;background-color:#f3fdfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#XKHi9oyp5aVIylot5fnRKguZATTC53BX { position:absolute;display:block;z-index:15079;background-color:#f3fdfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { background-color: transparent; background-image: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container > .video-iframe-container { display: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container { display: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .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); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { border-width: 0; border-radius: 0; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:14955;line-height:1.4;letter-spacing:0;top:5.96484375rem;left:25rem;height:32.7216875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.5625rem;left:9.6875rem; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.5625rem;left:13.4375rem; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#w4uhieWetXdogb3owUVGtWz643TJmmeQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { position:absolute;display:block;z-index:14954;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:28.8125rem;width:22.1875rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.5625rem;left:5.9375rem; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#uXLgm18IG1SNKQT7tSPrbokC9Wcr097X { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:"marck script";font-size:3rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:1.8876953125rem;left:25rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsI8aNoWrskk19VqpV5wBf92O6BfUOrX { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.9375rem;left:26.25rem;height:55.825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qmIQnWUo2u8ICWDvmByU3FXTEpqPh7nW { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:23.75rem;top:1.375rem;left:47.5rem;overflow:hidden;display:none; }
#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { background-color: transparent; background-image: none; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container > .video-iframe-container { display: none; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row > .video-iframe-container { display: none; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .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); }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { border-width: 0; border-radius: 0; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#Ey7kSZgpmhAzb65tET8BTyc2ipJK1K7K { color:#ffffff;display:block;width:69.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egPDrImIp8sQhTzl27sQJdCwgtCxZIhP { position:absolute;display:block;z-index:15074;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:71.75rem;display:block; }
#BOWVEcTpwNg23mLVXDLCV0OsZhn6n2AQ { position:absolute;display:block;z-index:15075;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:74.0625rem;display:block; }
#ES1oLPtqIdWcndZWT8rZb0mON3Z6ddm1 { position:absolute;display:block;z-index:15078;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#UBPNNuX8eT2U7Ct09PiWlTH1z1FDIsA7 { position:absolute;display:block;z-index:15079;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { background-color: transparent; background-image: none; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container > .video-iframe-container { display: none; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row > .video-iframe-container { display: none; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .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); }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { border-width: 0; border-radius: 0; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#oXLku29mDvZHXNU1An3kEu3vkJ0HmdML { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:28.875rem;width:51.5625rem;top:6.541015625rem;left:2.8125rem;display:block; }
#LNLeqFLFIRxFSZg0qb9214oBPob7TysG { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:1.5625rem;left:44.6875rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRV0VrUcxhdDDOZP1kT337FTgkFQlGob { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:0.90625rem;left:2.8125rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkuBVh4KELIx8aJ5RQu6i195P58JcUve { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.166015625rem;left:2.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343b;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; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container { background-color: transparent; background-image: none; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container > .video-iframe-container { display: none; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row > .video-iframe-container { display: none; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .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); }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container { border-width: 0; border-radius: 0; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#Z01ZGqvKVJxwct5UEQ2dcl8tP5WaxsXC { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uzTQ0sZql65TQqc4mGaL2gqwf2uUTuk1 { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:56.625rem;display:block; }
#WfUycUf2zTkszDvUZxBNFbWEzEIrnegL { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:58.9375rem;display:block; }
#JmQuxo48vP08eatd7XpPBGP6fpuEdXdK { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#xUwFqwIEdweQdukgeyaxgWJpTXsdLtyP { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#vO6VF8C0H3VQkLIF5a683WiqarV8e03s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343b;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; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container { background-color: transparent; background-image: none; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container > .video-iframe-container { display: none; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row > .video-iframe-container { display: none; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .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); }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container { border-width: 0; border-radius: 0; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0.93359375rem;left:2.8115234375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4af5610b920472b220b640a1317a573689fca1.svg); }
#fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 { color:#ffffff;display:block;width:32.49925rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:0.93359375rem;left:39.9990234375rem;height:59.8125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4af5610b920472b220b640a1317a573689fca1.svg); }
#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { background-color: transparent; background-image: none; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container > .video-iframe-container { display: none; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row > .video-iframe-container { display: none; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .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); }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { border-width: 0; border-radius: 0; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#rMzpToklqq7bAJxa5AIiJAuiVfFbpT89 { color:#1e4b54;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyaBtbTPo53d2Trxvbv1FgvFi9QMGD42 { position:absolute;display:block;z-index:15074;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:38.25rem;display:block; }
#NZIWgT1u920c8HHUATCMZfwJAFz1OWXx { position:absolute;display:block;z-index:15075;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:40.5625rem;display:block; }
#TFiZ5xwTaV1NaBJVtH5lX5CxcTywCoEP { position:absolute;display:block;z-index:15078;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#IJBNOVGBXz3lnkUZSr19VPLUtSUozlyd { position:absolute;display:block;z-index:15079;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { background-color: transparent; background-image: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container > .video-iframe-container { display: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container { display: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .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); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { border-width: 0; border-radius: 0; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { font-size:0.875rem;font-family:arial;height:106.25rem;width:75rem;position:relative;display:block; }#Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { color:#1c343b;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3759765625rem;left:0.625rem;height:2.92480625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { color:#1e4b54;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:5.93359375rem;left:16.8740234375rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { color:#1c343b;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:26.0625rem;left:0.625rem;height:2.92480625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { color:#1e4b54;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:26.5625rem;left:16.876953125rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#wxUlpnkz24licUryIOhDDC6C7CvJhwcm { color:#1c343b;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:1.2744140625rem;left:3.431640625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { position:absolute;display:block;z-index:15030;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.8125rem;width:29.375rem;top:0.9375rem;left:2.8125rem;display:block; }
#Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { position:absolute;display:block;z-index:14999;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-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:95rem;width:0.125rem;top:6.8916015625rem;left:14.6865234375rem;display:block; }
#WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:5.9951171875rem;left:13.8125rem;display:block; }
#s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { box-sizing:content-box;color:#1e4b54;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:block;z-index:15034;top:5.3095703125rem;left:13.1875rem;display:block; }
#QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { box-sizing:content-box;color:#1e4b54;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:block;z-index:15038;top:26rem;left:13.189453125rem;display:block; }
#fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:26.625rem;left:13.814453125rem;display:block; }
#FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { box-sizing:content-box;color:#1e4b54;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:block;z-index:15037;top:42.75rem;left:13.1875rem;display:block; }
#eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { color:#1e4b54;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:43.435546875rem;left:16.875rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { box-sizing:content-box;color:#1e4b54;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:block;z-index:15040;top:48.373046875rem;left:13.1875rem;display:block; }
#IES3csPRNlSbEv4T3mFOoCReZURIJy4v { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:49.02734375rem;left:13.8427734375rem;display:block; }
#L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { color:#1c343b;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:48.435546875rem;left:0.625rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { color:#1e4b54;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:49.0625rem;left:16.875rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:5.5625rem;left:3.6875rem;display:none; }
#ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { color:#1c343b;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:70.75rem;left:0.625rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VnWaPkXSHJTcV32TULTZAopvxvesiXmR { color:#1e4b54;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:71.4375rem;left:16.875rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { box-sizing:content-box;color:#1e4b54;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:block;z-index:15044;top:70.75rem;left:13.1875rem;display:block; }
#TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:block;z-index:15044;top:94.375rem;left:28.4375rem;display:none; }
#TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:block;z-index:15039;top:49.873449325561rem;left:28.43595123291rem;display:none; }
#Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:block;z-index:15039;top:49.873449325561rem;left:28.43595123291rem;display:none; }
#iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15040;top:77.3125rem;left:19rem;display:none; }
#XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:0.84003734588625rem;left:4.0583229064941rem;height:2.17574375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:52.8125rem;left:16.8740234375rem;height:15.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
#MXsDzghep2fWp8McvDplWF2Io9efqppp { color:#040015;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:30.3125rem;left:16.8740234375rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:9.6875rem;left:16.8740234375rem;height:13.3125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
#h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:75.1875rem;left:16.875rem;height:8.875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
#AzhC5w6KTMQUWDJyQIZloEOMldNlW8Db { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:71.375rem;left:13.8125rem;display:block; }
#yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:91.4375rem;left:16.875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
#CENdE63gIc63K8AXvFETRL7cRu1eJ8by { box-sizing:content-box;color:#1e4b54;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:block;z-index:15049;top:87rem;left:13.1875rem;display:block; }
#gDQV5iwpie0DGi2sdhBZ2ZrudvX9rJkR { color:#1c343b;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:87rem;left:0.625rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XpdUutVd43GNf31qylpaORJZTyd3B9sh { color:#1e4b54;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:87.6875rem;left:16.875rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TXyZk5ul7lkQr7qxKy7q9EtRJWhCXpFB { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:87.625rem;left:13.8125rem;display:block; }
#AdyhTGkHWxOtX9oHaXOwODeKrshyk0EH { box-sizing:content-box;color:#1e4b54;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:100.7666015625rem;left:13.9375rem;display:block; }
#oUrVh3w5l22U00TdXK2M74F3gp5vcE7M { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:43.84375rem;left:14.2802734375rem; }
#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d5d5d;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; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { background-color: transparent; background-image: none; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container > .video-iframe-container { display: none; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row > .video-iframe-container { display: none; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .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); }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { border-width: 0; border-radius: 0; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,239,148,0.3);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; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { background-color: transparent; background-image: none; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container > .video-iframe-container { display: none; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row > .video-iframe-container { display: none; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .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); }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { border-width: 0; border-radius: 0; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#s659E8wli6PVskDvNDdeuLG0byHZO52X { color:#1e4b54;display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.8125rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElJPbTRLNac6ZEw4USfmD8Z4GWd5M7SE { position:absolute;display:block;z-index:15074;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:6.875rem;left:50.25rem;display:block; }
#oGHGtTnv5TzT0X62SzwBebI6n8P3gEdV { position:absolute;display:block;z-index:15075;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.4375rem;left:52.5625rem;display:block; }
#yeDG8xJxVcv9m1hKagDpq05cccTQ1ERJ { position:absolute;display:block;z-index:15078;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#uUJPZpXndQ78KgxBgXN1XrpSq0ZcWTTT { position:absolute;display:block;z-index:15079;background-color:#1c343b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,239,148,0.3);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; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container { background-color: transparent; background-image: none; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container > .video-iframe-container { display: none; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row > .video-iframe-container { display: none; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .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); }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container { border-width: 0; border-radius: 0; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(30,75,84,0.25);border-left:0.125rem solid rgba(30,75,84,0.25);border-right:0.125rem solid rgba(30,75,84,0.25);border-bottom:0.125rem solid rgba(30,75,84,0.25);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:45.75rem;width:20.9375rem;top:0.9375rem;left:25rem;display:block; }
#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:16.5625rem;left:27.3125rem;height:14.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31350535f9be816f75407250820da0426bd84565.svg); }
#guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:45.9375rem;width:20.9375rem;top:0.9375rem;left:2.8125rem;display:block; }
#LBMVWE93ABhsNauep3dypbZTTuMFFRNU { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.5625rem;top:14.6875rem;left:5rem;display:block; }
#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:14999;line-height:1.7;letter-spacing:0;top:16.5625rem;left:5rem;height:14.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31350535f9be816f75407250820da0426bd84565.svg); }
#Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { color:#1e4b54;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.353515625rem;left:27.34375rem;height:2.76171875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.5625rem;top:14.6875rem;left:27.375rem;display:block; }
#yrUJ1OSaF1KeHQQqNQw7Lto7VX5l2te9 { color:#1e4b54;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.375rem;left:5rem;height:2.76171875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:3.125rem;left:2.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:3.11328125rem;left:25.125rem;height:4.19921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:48.4375rem;left:2.8125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UgdegHz7i8iuCdN5DAi1x0gRVzseTw58 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.125rem;height:40.9453125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g4aSQfTQtyaumeCiyNJxSzr5LMG2H5bX { background-color:#caef94;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#1c343b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.4375rem;left:27.3125rem;display:block; }
#GH1FxzQpcOarVDa8VPIaTXqi2BrJNPzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eM7rWJRrNVUOHHSmI8zeAq0tgQai5CJR { background-color:#1e4b54;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.4375rem;left:5rem;display:block; }
#e79r73NBewCuz3QFxzkafZWZ3SWfE1sf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tmn6KpSiTsbUs9yBFUOTqZobtK7IpRyF { color:#000000;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.599609375rem;left:48.125rem;height:4.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { background-color: transparent; background-image: none; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container > .video-iframe-container { display: none; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row > .video-iframe-container { display: none; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .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); }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { border-width: 0; border-radius: 0; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#XOw6a0WKa89TXaumPuuv58U4QGhHmXTt { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyAIHu5nZzFu186EEnFLdapNP7RiQha4 { position:absolute;display:block;z-index:15074;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:7.1875rem;left:44.062503814698rem;display:block; }
#VQT30HLZZQhrn1VFVQLep2E3NinexItZ { position:absolute;display:block;z-index:15075;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:4.75rem;left:46.375003814698rem;display:block; }
#N6O6MEC8LvbZMlHnFRSDOOoTXCvxJpxw { position:absolute;display:block;z-index:15078;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.625rem;left:2.875rem;display:block; }
#VZQT0cO2eDSzFdF8gLT7PJMikUdbnrBt { position:absolute;display:block;z-index:15079;background-color:#caef94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.625rem;left:2.875rem;display:block; }
#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { background-color: transparent; background-image: none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container > .video-iframe-container { display: none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container { display: none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .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); }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { border-width: 0; border-radius: 0; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:40.625rem;left:2.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:42.5rem;left:2.8125rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-form-header { font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9.9375rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;overflow:hidden; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { 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 #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;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:inline-block;*zoom:1;*display:inline;width:30.6875rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:avalon;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { 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 #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;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:inline-block;*zoom:1;*display:inline;width:30.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:avalon;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .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 #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;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:inline-block;*zoom:1;*display:inline;width:30.6875rem;box-sizing:border-box;height:2.1875rem;color:#1e1e1e;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .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:10.5625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#caef94;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:19.9375rem;margin-bottom:0.25rem;margin-left:10.5625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#1c343b;width:15.3125rem;height:3.75rem;font-family:"source sans pro";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]:-moz-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]::-moz-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]:-ms-input-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]::-webkit-input-placeholder { color:#1e1e1e;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:29.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.3; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.6;float:none;text-align:left;text-align-last:left; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { background-color:rgba(28,52,59,0.5);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.8125rem;top:0.9375rem;z-index:15002;position:absolute;font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.6875rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.1875rem;line-height:1.5;font-weight:700;color:#caef94;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { background-color:rgba(28,52,59,0.5);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.8125rem;top:0.9375rem;z-index:15002;position:absolute;font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #nHmMkKpcGOodUkgOxhcSBgdhRg8F7iM0 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #hz7LXzATm3JaML4IZ7KdE67CxUOJ9iiL { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #NXUTRgHTRvKGczXzxLS8KKG44wVCN6r4 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq { position:relative; }
#ZhIhAQz0VJFT1nHfR0cPaA8EThZTzxsG { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:38.75rem;left:2.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343b;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; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { background-color: transparent; background-image: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container > .video-iframe-container { display: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container { display: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .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); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { border-width: 0; border-radius: 0; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { color:#caef94;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.880859375rem;left:2.8125rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.998046875rem;left:60.3125rem;height:3.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:3.8720703125rem;left:60.3134765625rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { position:absolute;display:block;z-index:15025;border-top:0.25rem solid #caef94;border-left:0.25rem solid #caef94;border-right:0.25rem solid #caef94;border-bottom:0.25rem solid #caef94;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:7.5rem;top:2.4970703125rem;left:51.25rem;overflow:hidden;display:block; }
#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container { background-color: transparent; background-image: none; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container > .video-iframe-container { display: none; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row > .video-iframe-container { display: none; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .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); }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container { border-width: 0; border-radius: 0; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#VwT60IV738AtK3htnyVfJTo7VA1Au9TC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:60.5rem;display:block; }
#T7l2hSaJgxkTP30bfsbumRZmQFwgR6tK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:64.875rem;display:block; }
#QTDb1FrbPTclaMNQLxiyBdrszHihJvJi { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.75rem;left:61rem;display:block; }
#qkP3lwQTVLuH10Sp8Omz2fchKnoop7TD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:69.0625rem;display:block; }
#Gmkn2vvgUvmd8o2eplFrX8SwouIwF72r { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15.75rem;left:69.625rem;display:block; }
#QorKeq4gNlePwt6TeuDoOABXzBW0TZvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:40rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsMasMOCPVpkX8M7Fq5yASx33w6ehrqo { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.625rem;left:36.5rem;display:block; }
#ST1zSFH1XcTf7PSBuVeT2q3aTZLEDMeo { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:37.1875rem;display:block; }
#SsqA1g6LTXkTwVuqbe0oGVEG5qJcXG5g { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.625rem;left:59.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#GCSTUx1pms1p53QxOcXNxSc5g0RlWf4h { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:5.375rem;left:57.25rem;display:block; }
#lI1dZp0a3maNKQRvepwdwdHuNESxGU7T { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.75rem;left:40rem;height:1.2246125rem;font-style:normal;display:block; }
#AWGPr6BhXaINbmd39qllHqXMB2fMk3Dg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.375rem;left:37.1875rem;display:block; }
#ghVteHGhJVnTomWikEDByHaLsfggNU8K { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.6875rem;left:60.5rem;height:1.04980625rem;font-style:normal;display:block; }
#x6L2KFV8h2VKMXbJz0ALloIlXGIbP9kG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.75rem;left:37.5rem;height:1.04980625rem;font-style:normal;display:block; }
#eyeb2usQJ4iSkH3WivkGb5DxVNJoD4dP { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.4375rem;top:11.6875rem;left:2.8125rem;display:block; }
#gsv2wqATxSJZvrbotd3N6yKTo3ZZTMRr { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.75rem;left:65.4375rem;display:block; }
#XTWWmqMq2yrTG3c86W0GLzqudlHUwM4L { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:7.625rem;left:57.25rem;display:block; }
#ZS56DcPVuiabgyPXfwRDID6PTFEUwDro { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:7.875rem;left:59.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#J1aFkstn5nJXyqaakEOUDEo74xLvPTeg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:12.9140625rem;left:2.78125rem;height:4.8984375rem;font-style:normal;display:block; }
#keGh1mpRPchgRO7TqRrC4GXUfzM4clhz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:8.5rem;top:7.8125rem;left:2.5rem;overflow:hidden;display:block; }
#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn { position:relative;display:none; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn { border-width: 0; border-radius: 0; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LBfKrf5ZksMWJNBv9WJpD24qUGh7Xdge { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#V3T15IOBWSNnWnJM98Z5G4tdJr4ra0ss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JWnJPTsJds3lRQfQ7tpUlW1adRFbrDIW { 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:15000;opacity:1;display:none; }
#JWnJPTsJds3lRQfQ7tpUlW1adRFbrDIW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#uDfMhLxWZpdC5ru9OS7NAhKyW9k1DSi9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#WzuKSWBuofNGwoiT6fTHq3sqVwUODfT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1iDfa7vWKOvxrtqeZ51LCAaxNgK9CnA { 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:15000;opacity:1;display:none; }
#n1iDfa7vWKOvxrtqeZ51LCAaxNgK9CnA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#l5OsKi9evzs3EmxLNGngcnWD9EcpUwGc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#d0XtlyCp6fhOdVHxxdueMnk4fosXSbvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W40PHtifzQGG00QEmhF0LGKfuDcJ6ryp { 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:15000;opacity:1;display:none; }
#W40PHtifzQGG00QEmhF0LGKfuDcJ6ryp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SCK4H63Cmi0ifFqDRaOJAGUxaHv7FX8s { 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:15000;opacity:1;display:none; }
#SCK4H63Cmi0ifFqDRaOJAGUxaHv7FX8s > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#m3JNJRJWvQTnGVcQxtTdzyB1mVintTKV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99858125rem;height:2.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.06201171875rem;left:37.1875rem;display:none; }
#mVGR0t3TGLmGof4U7nAN8fuOQAdRHZau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { display:block; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8VqzIaVNddRqdocpz4gHeruHsDUqFga { top:1.4375rem;left:23.5625rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { top:1.4375rem;left:40.1279296875rem;width:5.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { width:12.1875rem;height:2.8125rem;top:0.75rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block; }
 }@media only screen and (max-width: 763px) { #d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { width:23.125rem;height:2.75rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBzwaBSwg6nEQTteM5TZeuKDCCRfbBo { top:1.4375rem;left:30.7705078125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGEeBWEJAdzNvHB6Tasxm9BZUs6MEArI { top:0.6875rem;left:0rem;width:12.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { display:none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { top:1.0625rem;left:0rem;width:6.125rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlB479nQo8DEDOryxTcWVFTklXdJHbZe { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block; }
 }@media only screen and (max-width: 763px) { #M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { top:1.3125rem;left:0rem;width:7.5rem;height:1.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { display:block; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWXXGyeArDloexcdlTe0EyibUt8Dvk12 { display:block; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMQsoBO3JbW2wywOJ3sdHhRNWH3J0ZfC { width:47.75rem;height:5.0625rem;top:7.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8F5EyZfOINmJFpQJa5ekQRMscZ9sZC { width:32.375rem;height:27.125rem;top:10.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKyg3HiNdzhlQm5kf0QyvE9X06VbBmTe { width:28.4375rem;height:7.3125rem;top:15.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckcQ0rTHZKm6icovy5kfsbhgUg0Gd3p { width:0.25rem;height:6.5625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkqHXamK8XWM41ggs3gCFfDRB60LwrLs { width:7.1875rem;height:10.5rem;top:13.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAImIr6xQ7W02ew0nlVaeFiFL6OtKB0S { width:7.1875rem;height:14.1875rem;top:23.3125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCfzwtH50F1pTP6MTTUycPIoLSgTDSS { top:10rem;left:31.0625rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDXDtZuSDMV4BdZUr5enmBEXMZrJhSB { width:15rem;height:10.1875rem;top:11.875rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abdeb9a14ba9fedd9627ff867da79b9a.svg); }
 }@media only screen and (max-width: 763px) { #ebtxJgrMDP4sKSzmzXMQzwyJ6Oaglq0L { width:19.0625rem;height:3.75rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZbccJ84X80vPwdlgQxnahSDm2mpyEOp { display:block; }
 }@media only screen and (max-width: 763px) { #tXDZvOsf2vykaoCZnw4b9D48bLc3Ut5y { top:26.8125rem;left:0rem;width:33.125rem;height:9.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW { top:39.0625rem;left:16.0625rem;width:16.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }#H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abdeb9a14ba9fedd9627ff867da79b9a.svg); }
 }@media only screen and (max-width: 763px) { #J3fQRUmTSzIrk0PJzptP9rJnN6h6W1V5 { top:40.9375rem;left:4.3125rem;width:43.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH { display:block; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTAn3mpnJlAanBJHmFTU4AfrketvZUmZ { width:25rem;height:4.0625rem;top:0.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64fnJQ61T67a8Ba3ALmN9MExQothMX1 { top:4.875rem;left:13.375rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCccs35kupuTB6coBrvbETgB7a7qQP7P { top:2.4375rem;left:15.6875rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnJZqwMw4rE5D2iSzgoTobuEUTwECaOP { top:0.3125rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3bK1HWpkMUcXJDS1xIHNJxkJEIRkRr { top:0.3125rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { top:0.875rem;left:0rem;width:47.75rem;height:20.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWdph2pkc7ph8PMlP26B5tzs95tWWN0c { top:1.25rem;left:0rem;width:19.9375rem;height:24.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi { display:block; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0V7ZV4QM85aWP3Q2vgOTT3Vc7R0stfu { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TVp82s2g2r9Km3hhg1a3rNClVSzCTE { top:7.1875rem;left:37.6875rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux00yh7ZSNhLPSMrm4Wgo5EFsJlo2PVV { top:4.75rem;left:40rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZpUS6L7fy4OQqt6t7JNee7UzqMmXht { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPLtoRKwaDT1BP8f9ubLCsgXNtg7xCP { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD { display:block; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Ax6KKmuie6FHNDxAqHCKqRRZDLqu9w { top:3.3125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPxOMno7lnIW2zorLVZEJC5uDBBD5MS { top:0.9375rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9fMPGvEOF5zW1ownRTynpEclHZuQ33l { top:1.6875rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9f1hfTz9UTnBabV9LRxUsR0gb3O4bgw { top:17.375rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIMhCHJyUDg7PlgSfd1CiMXGioRsS45c { top:15rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0HQAig8yk9EMtCP4x1QQT5e62DqZO96 { top:16rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of6IWJcoREtX9cloHnCKO4fbQUEgxpvO { top:3.3125rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R54WhKC8W5cFntqRfnqVzwUhTNsfsRBa { top:17.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD49Vk7hXvWQKrayOA5K7I1p53Cv05K8 { top:31.4375rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZQiCIDxaFVuezTurhRdhyIZspeHSkey { top:29.0625rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrTNzLyW6zgJ2O37LNHyzCHtb1MH9K3 { top:29.875rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPytPOtc4IIToSdvF90BDBssKxD4VpWb { top:31.4375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7O3pTCIn25kQwbJTu32R8TcASpNF5Ql { top:45.1875rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd6ucdZVlDnTManaOuceLbvaPTZrxaK3 { top:42.8125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIw23VTteqxXl4oCQ3vOTHPupdnTQNdT { top:43.8125rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htbo94QNFpoyLnTXg5VZwWi7BhnDKumM { top:45.1875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ereXvVV2TwDvITFpxQEhOF84O0xXb0gG { top:5.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6svT6Rx4ub7VxrHoDr6X85O7k640nmG { top:19.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3DyfxLfKdJhmmKJUmT2knmcclpqiNB6 { top:33.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD { top:47.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #PrEzdkZQudJDMJRZQJ0sC3rFLsRor1Nv { top:58.9375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThuKLB0mxXGtHT5cecbMsNlhOI5LDtdk { top:58.9375rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiB0TEPfSwiOM5wzeSaOQdccG9UBVbma { top:61.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXSahmneuqyFR0L1ubgN7TRgra5o4pO { top:56.5625rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmHT9qPzAUJv0LGPWddoyGoeUTqWZcD { top:57.375rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ { display:block; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKfO65iUZLsGxv55UFi4ZJZ9FV5tTNi0 { width:20rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17XLOVBS6BxwifzKiLyUL5E7UdE7Mlt { top:7.1875rem;left:8.6250038146975rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l20NyqTpHTB4whIEKd6wAbQUQTm6mASx { top:4.75rem;left:10.937503814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAuA0B5lSXwmEWq6lKhtI9R7eBNyClQi { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqvfu1lPlHd1x85BfHUNL6lly7zo2LA { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 { display:block; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { top:9.6875rem;left:0rem;width:18.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { top:9.6875rem;left:5.125rem;width:18.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { top:6.875rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { top:6.875rem;left:5.125rem;width:18.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { width:4.375rem;height:4.375rem;top:0.9375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { width:4.375rem;height:4.375rem;top:0.9375rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { top:9.6875rem;left:17.0625rem;width:18.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { top:6.875rem;left:17.0625rem;width:18.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { width:4.375rem;height:4.375rem;top:0.9375rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnHboK1EgSa05qVtVV1otJK3idbaZVDQ { top:9.6875rem;left:29rem;width:18.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHSofgDH1an1Zf59LI9Q2IuCAFRzoLH { top:6.875rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroNdkbo6sspxSfKV6I18asS6I2iSxiV { width:4.375rem;height:4.375rem;top:0.9375rem;left:39.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNvKGotxEnVF8JdtRs7t2CPdHoh32Ld { width:14.375rem;height:3.75rem;top:18.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydroTEobvWWEueCUTkeT6MkPbQztb8PH { display:block; }
 }@media only screen and (max-width: 763px) { #blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo { display:block; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVn7dIv1HRoXnmUJFFw3Mzhd0O7e1ZWJ { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCPvM3L07F1xIMXXp8qv4vpLSBcmKW0f { top:7.1875rem;left:37.6875rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD7fbTBuIGmprL4lilgdx5HQw411BVSk { top:4.75rem;left:40rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTvrhsbT2ezfpOPMmeOUMPuwh8gBmZv { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDIcgwFrwZsSv76pn9HqehISoCO2M7TV { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/20b96b4f-3e88-4263-8256-bd01b017af3f/for_who_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2.adaptive-delivery-prevent-bg, #QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2.lazyload, #QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2.lazyloading { background-image: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { background-color: transparent; background-image: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container > .video-iframe-container { display: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container { display: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .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); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { border-width: 0; border-radius: 0; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhJqE56dps6HAmGbXVnRlCxPqBzTVdx5 { top:0.875rem;left:0rem;width:19.375rem;height:19.375rem;background-color:#fff9ea;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oaKMT6ZuicJGNe3BNulSfN4saXodMISW { top:10.3125rem;left:0rem;width:18.75rem;height:3.25rem;font-size:1.1875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #uI1rNmdWdvxPzfmZTkVcUhhdoaBFS2zw { top:5.625rem;left:0rem;width:4.5rem;height:4.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TnZhAqRA9AcoadbsCEi0EwrUhdgdo0Iy { top:0.875rem;left:28.375rem;width:19.375rem;height:19.375rem;background-color:#fff9ea;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THPWG1X9nPyrHBBr5tpXAbv5V3EqybbX { top:10.3125rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.1875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #MMZSGt5Eu1iPw2SC4Nc19s9G2fn3NqN8 { top:5.625rem;left:43.25rem;width:4.5rem;height:4.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #QL3GyueMTXTcPZZK5VCOsh2zn4FgNciB { top:5.625rem;left:21.625rem;width:4.5rem;height:4.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #gGLziNivOppTy6mae26zhtmUTnf1VGd8 { top:10.3125rem;left:14.5rem;width:18.75rem;height:3.25rem;font-size:1.1875rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #EgQnGcORiwT5BzHXSkBQNFzFRx7Wo4Oz { top:0.875rem;left:14.1875rem;width:19.375rem;height:19.375rem;background-color:#fff9ea;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb { display:block; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Um0BVCp0TlEDrMhWHiXkFNuze8kMSNvf { width:47.75rem;height:13.5rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT { display:block; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4HDR4A7hL1SpUlio837cry47TLvzUIL { width:47.75rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb { display:block; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmxcZvrRhXKpHZlGN6XRsJ2orloqlxRc { width:20.9375rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZBXq8lBlcv6wSliSpc7UozaVd4b5vc { top:7.1875rem;left:9.5625038146975rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIGvxUMxhAhZrvgMvx2O7T88HzG0NQq { top:4.75rem;left:11.875003814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11J8vfzXJUQRkMGmnNlFKWIZbm1S6EZ { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKHi9oyp5aVIylot5fnRKguZATTC53BX { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { top:31.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { top:31.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #w4uhieWetXdogb3owUVGtWz643TJmmeQ { display:none; }
 }@media only screen and (max-width: 763px) { #SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { top:0.3125rem;left:0rem;width:22.1875rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QveWwwMGNSDhqokaQdeCops4SHDoRV { top:31.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #uXLgm18IG1SNKQT7tSPrbokC9Wcr097X { width:47.75rem;height:4.1875rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsI8aNoWrskk19VqpV5wBf92O6BfUOrX { width:20rem;height:;top:19.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmIQnWUo2u8ICWDvmByU3FXTEpqPh7nW { top:1.375rem;left:24rem;width:23.75rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 { display:block; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey7kSZgpmhAzb65tET8BTyc2ipJK1K7K { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPDrImIp8sQhTzl27sQJdCwgtCxZIhP { top:7.1875rem;left:45.25rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWVEcTpwNg23mLVXDLCV0OsZhn6n2AQ { top:4.75rem;left:47.5625rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES1oLPtqIdWcndZWT8rZb0mON3Z6ddm1 { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBPNNuX8eT2U7Ct09PiWlTH1z1FDIsA7 { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i { display:block; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXLku29mDvZHXNU1An3kEu3vkJ0HmdML { top:6.5rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLeqFLFIRxFSZg0qb9214oBPob7TysG { width:26.5625rem;height:;top:1.5625rem;left:21.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRV0VrUcxhdDDOZP1kT337FTgkFQlGob { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkuBVh4KELIx8aJ5RQu6i195P58JcUve { width:47.75rem;height:;top:37.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa { display:block; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z01ZGqvKVJxwct5UEQ2dcl8tP5WaxsXC { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzTQ0sZql65TQqc4mGaL2gqwf2uUTuk1 { top:7.1875rem;left:43rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfUycUf2zTkszDvUZxBNFbWEzEIrnegL { top:4.75rem;left:45.3125rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQuxo48vP08eatd7XpPBGP6fpuEdXdK { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUwFqwIEdweQdukgeyaxgWJpTXsdLtyP { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO6VF8C0H3VQkLIF5a683WiqarV8e03s { display:block; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 { width:32.5rem;height:;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }#H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4af5610b920472b220b640a1317a573689fca1.svg); }
 }@media only screen and (max-width: 763px) { #fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 { width:32.4375rem;height:;top:0.875rem;left:15.3125rem;font-size:1.1875rem;display:block; }#fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4af5610b920472b220b640a1317a573689fca1.svg); }
 }@media only screen and (max-width: 763px) { #eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q { display:block; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMzpToklqq7bAJxa5AIiJAuiVfFbpT89 { width:35.9375rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyaBtbTPo53d2Trxvbv1FgvFi9QMGD42 { top:7.1875rem;left:24.625rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIWgT1u920c8HHUATCMZfwJAFz1OWXx { top:4.75rem;left:26.9375rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiZ5xwTaV1NaBJVtH5lX5CxcTywCoEP { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBNOVGBXz3lnkUZSr19VPLUtSUozlyd { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { top:5.375rem;left:0rem;width:11.875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { top:5.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { top:26.0625rem;left:0rem;width:11.875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUlpnkz24licUryIOhDDC6C7CvJhwcm { top:1.25rem;left:0rem;width:28.125rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { top:0.9375rem;left:0rem;width:29.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { top:6.875rem;left:1.0615234375rem;width:0.125rem;height:95rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { top:5.9375rem;left:0.1875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { top:5.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { top:26rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { top:26.625rem;left:0.189453125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { top:42.75rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { top:43.375rem;left:3.25rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { top:48.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IES3csPRNlSbEv4T3mFOoCReZURIJy4v { top:49rem;left:0.2177734375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { top:48.375rem;left:0rem;width:11.875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { top:49.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { display:none; }
 }@media only screen and (max-width: 763px) { #FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { top:5.5625rem;left:0rem;width:12.4375rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { top:70.75rem;left:0rem;width:11.875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnWaPkXSHJTcV32TULTZAopvxvesiXmR { top:71.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { top:70.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { top:94.375rem;left:14.8125rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { top:49.8125rem;left:14.81095123291rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { top:49.8125rem;left:14.81095123291rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { top:77.3125rem;left:5.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { top:0.8125rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t { top:52.8125rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #MXsDzghep2fWp8McvDplWF2Io9efqppp { top:30.3125rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #NplOceqs8lrGAS104lWDMoiaSbKeJLT7 { top:9.6875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW { top:75.1875rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.1875rem;display:block; }#h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #AzhC5w6KTMQUWDJyQIZloEOMldNlW8Db { top:71.375rem;left:0.1875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 { top:91.4375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.1875rem;display:block; }#yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #CENdE63gIc63K8AXvFETRL7cRu1eJ8by { top:87rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDQV5iwpie0DGi2sdhBZ2ZrudvX9rJkR { top:87rem;left:0rem;width:11.875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpdUutVd43GNf31qylpaORJZTyd3B9sh { top:87.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyZk5ul7lkQr7qxKy7q9EtRJWhCXpFB { top:87.625rem;left:0.1875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyhTGkHWxOtX9oHaXOwODeKrshyk0EH { top:100.75rem;left:0.3125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUrVh3w5l22U00TdXK2M74F3gp5vcE7M { top:43.8125rem;left:0.6552734375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo { display:block; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 { display:block; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s659E8wli6PVskDvNDdeuLG0byHZO52X { width:47.75rem;height:3.8125rem;top:2.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElJPbTRLNac6ZEw4USfmD8Z4GWd5M7SE { top:6.875rem;left:36.625rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGHGtTnv5TzT0X62SzwBebI6n8P3gEdV { top:4.4375rem;left:38.9375rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeDG8xJxVcv9m1hKagDpq05cccTQ1ERJ { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJPZpXndQ78KgxBgXN1XrpSq0ZcWTTT { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM { display:block; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { top:0.9375rem;left:11.375rem;width:20.9375rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { width:16.5625rem;height:;top:16.5625rem;left:13.6875rem;font-size:1rem;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31350535f9be816f75407250820da0426bd84565.svg); }
 }@media only screen and (max-width: 763px) { #guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { top:0.9375rem;left:0rem;width:20.9375rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMVWE93ABhsNauep3dypbZTTuMFFRNU { top:14.6875rem;left:0rem;width:16.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { width:16.5625rem;height:;top:16.5625rem;left:0rem;font-size:1rem;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31350535f9be816f75407250820da0426bd84565.svg); }
 }@media only screen and (max-width: 763px) { #Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { width:16.5625rem;height:2.75rem;top:9.3125rem;left:13.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { top:14.6875rem;left:13.75rem;width:16.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrUJ1OSaF1KeHQQqNQw7Lto7VX5l2te9 { width:16.5625rem;height:2.75rem;top:9.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { width:20.9375rem;height:4.1875rem;top:3.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { width:20.9375rem;height:4.1875rem;top:3.0625rem;left:11.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { width:45.3125rem;height:4.125rem;top:48.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgdegHz7i8iuCdN5DAi1x0gRVzseTw58 { width:23.75rem;height:40.9375rem;top:6.25rem;left:23.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4aSQfTQtyaumeCiyNJxSzr5LMG2H5bX { width:14.375rem;height:3.75rem;top:33.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH1FxzQpcOarVDa8VPIaTXqi2BrJNPzb { display:block; }
 }@media only screen and (max-width: 763px) { #eM7rWJRrNVUOHHSmI8zeAq0tgQai5CJR { width:14.375rem;height:3.75rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79r73NBewCuz3QFxzkafZWZ3SWfE1sf { display:block; }
 }@media only screen and (max-width: 763px) { #Tmn6KpSiTsbUs9yBFUOTqZobtK7IpRyF { width:24.375rem;height:6.3125rem;top:0.5625rem;left:23.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 { display:block; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOw6a0WKa89TXaumPuuv58U4QGhHmXTt { width:41.875rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyAIHu5nZzFu186EEnFLdapNP7RiQha4 { top:7.1875rem;left:30.437503814698rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQT30HLZZQhrn1VFVQLep2E3NinexItZ { top:4.75rem;left:32.750003814698rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6O6MEC8LvbZMlHnFRSDOOoTXCvxJpxw { top:2.625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQT0cO2eDSzFdF8gLT7PJMikUdbnrBt { top:2.625rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { display:block; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { width:7rem;height:1.5rem;top:9.125rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { top:42.5rem;left:0rem;width:42.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { width:32.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { width:41.25rem;height:auto;top:0.9375rem;left:0rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { width:33.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { width:41.25rem;height:auto;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #nHmMkKpcGOodUkgOxhcSBgdhRg8F7iM0 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #hz7LXzATm3JaML4IZ7KdE67CxUOJ9iiL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #NXUTRgHTRvKGczXzxLS8KKG44wVCN6r4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq {  }
 }@media only screen and (max-width: 763px) { #ZhIhAQz0VJFT1nHfR0cPaA8EThZTzxsG { width:7rem;height:1.5rem;top:9.125rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { width:43.75rem;height:5.3125rem;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { top:5.9375rem;left:34.8125rem;width:12.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { top:3.8125rem;left:34.9375rem;width:12.8125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { top:2.4375rem;left:37.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 { display:block; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwT60IV738AtK3htnyVfJTo7VA1Au9TC { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7l2hSaJgxkTP30bfsbumRZmQFwgR6tK { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDb1FrbPTclaMNQLxiyBdrszHihJvJi { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkP3lwQTVLuH10Sp8Omz2fchKnoop7TD { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmkn2vvgUvmd8o2eplFrX8SwouIwF72r { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QorKeq4gNlePwt6TeuDoOABXzBW0TZvJ { top:7.8125rem;left:26.375rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMasMOCPVpkX8M7Fq5yASx33w6ehrqo { top:11.625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1zSFH1XcTf7PSBuVeT2q3aTZLEDMeo { top:7.625rem;left:23.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsqA1g6LTXkTwVuqbe0oGVEG5qJcXG5g { top:5.625rem;left:40rem;width:7.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCSTUx1pms1p53QxOcXNxSc5g0RlWf4h { top:5.375rem;left:43.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI1dZp0a3maNKQRvepwdwdHuNESxGU7T { top:5.75rem;left:26.375rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWGPr6BhXaINbmd39qllHqXMB2fMk3Dg { top:5.375rem;left:23.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghVteHGhJVnTomWikEDByHaLsfggNU8K { top:13.6875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6L2KFV8h2VKMXbJz0ALloIlXGIbP9kG { top:3.75rem;left:23.875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyeb2usQJ4iSkH3WivkGb5DxVNJoD4dP { top:11.6875rem;left:0rem;width:25.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsv2wqATxSJZvrbotd3N6yKTo3ZZTMRr { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWWmqMq2yrTG3c86W0GLzqudlHUwM4L { top:7.625rem;left:43.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS56DcPVuiabgyPXfwRDID6PTFEUwDro { top:7.875rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1aFkstn5nJXyqaakEOUDEo74xLvPTeg { top:12.875rem;left:0rem;width:25.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGh1mpRPchgRO7TqRrC4GXUfzM4clhz { top:7.8125rem;left:0rem;width:8.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn { display:none; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LBfKrf5ZksMWJNBv9WJpD24qUGh7Xdge { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3T15IOBWSNnWnJM98Z5G4tdJr4ra0ss { display:block; }
 }@media only screen and (max-width: 763px) { #JWnJPTsJds3lRQfQ7tpUlW1adRFbrDIW { display:none; }
#JWnJPTsJds3lRQfQ7tpUlW1adRFbrDIW > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #uDfMhLxWZpdC5ru9OS7NAhKyW9k1DSi9 { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzuKSWBuofNGwoiT6fTHq3sqVwUODfT1 { display:block; }
 }@media only screen and (max-width: 763px) { #n1iDfa7vWKOvxrtqeZ51LCAaxNgK9CnA { display:none; }
#n1iDfa7vWKOvxrtqeZ51LCAaxNgK9CnA > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #l5OsKi9evzs3EmxLNGngcnWD9EcpUwGc { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0XtlyCp6fhOdVHxxdueMnk4fosXSbvC { display:block; }
 }@media only screen and (max-width: 763px) { #W40PHtifzQGG00QEmhF0LGKfuDcJ6ryp { display:none; }
#W40PHtifzQGG00QEmhF0LGKfuDcJ6ryp > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #SCK4H63Cmi0ifFqDRaOJAGUxaHv7FX8s { display:none; }
#SCK4H63Cmi0ifFqDRaOJAGUxaHv7FX8s > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #m3JNJRJWvQTnGVcQxtTdzyB1mVintTKV { width:3.9375rem;height:2.1875rem;top:1rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVGR0t3TGLmGof4U7nAN8fuOQAdRHZau { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { position:relative;z-index:auto;display:none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q8VqzIaVNddRqdocpz4gHeruHsDUqFga { width:5.625rem;height:auto;top:1.5625rem;left:7.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { width:4.75rem;height:0;top:0.75rem;left:2.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { width:6.45448925rem;height:2.328983rem;top:2.0488297939301rem;left:11.687104821205rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block; }
 }@media only screen and (max-width: 763px) { #d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { width:19.9375rem;height:3.25rem;top:4.1237622499466rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBzwaBSwg6nEQTteM5TZeuKDCCRfbBo { width:7.8125rem;height:auto;top:1.4375rem;left:6.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kGEeBWEJAdzNvHB6Tasxm9BZUs6MEArI { width:12.8125rem;height:2.6875rem;top:8.6237622499469rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { background-color:#000000;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { background-color: transparent; background-image: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container > .video-iframe-container { display: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container { display: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .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); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { border-width: 0; border-radius: 0; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { background-color: transparent; background-image: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container > .video-iframe-container { display: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container { display: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .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); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { border-width: 0; border-radius: 0; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { width:10.1875rem;height:2.0625rem;top:0.625rem;left:0.9375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JlB479nQo8DEDOryxTcWVFTklXdJHbZe { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block; }
 }@media only screen and (max-width: 763px) { #M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { width:7.5rem;height:1.0625rem;top:1.125rem;left:10.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15000;color:#0832ff;display:block; }
 }@media only screen and (max-width: 763px) { #aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { position:relative;z-index:auto;display:none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nWXXGyeArDloexcdlTe0EyibUt8Dvk12 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-image: -moz-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-image: -ms-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-image: -o-linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caef947f', endColorstr='#fbfaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caef947f', endColorstr='#fbfaff' );";background-image: linear-gradient(180deg, rgba(202,239,148,0.5), #fbfaff);background-size:cover !important;display:block; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container { background-color: transparent; background-image: none; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container > .video-iframe-container { display: none; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row > .video-iframe-container { display: none; }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .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); }#nWXXGyeArDloexcdlTe0EyibUt8Dvk12 > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMQsoBO3JbW2wywOJ3sdHhRNWH3J0ZfC { width:20rem;height:7.5rem;top:6.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IR8F5EyZfOINmJFpQJa5ekQRMscZ9sZC { width:20rem;height:16.75rem;top:36.875rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #HKyg3HiNdzhlQm5kf0QyvE9X06VbBmTe { width:20rem;height:5.3613375rem;top:15.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eckcQ0rTHZKm6icovy5kfsbhgUg0Gd3p { width:0.125rem;height:5.875rem;top:23.6465rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkqHXamK8XWM41ggs3gCFfDRB60LwrLs { width:7.1875rem;height:9.875rem;top:39.375rem;left:1.5625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #rAImIr6xQ7W02ew0nlVaeFiFL6OtKB0S { width:7.1875rem;height:8.75rem;top:44.6875rem;left:11.25rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #eRCfzwtH50F1pTP6MTTUycPIoLSgTDSS { display:flex;width:15rem;height:15rem;top:22.1875rem;left:5rem;font-size:10.5rem;z-index:14980; }
 }@media only screen and (max-width: 763px) { #VXDXDtZuSDMV4BdZUr5enmBEXMZrJhSB { width:12.875rem;height:9rem;top:23.875rem;left:6.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#ESJH0c8Kc7kphWhTOvkZSGghJTUBTZLo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abdeb9a14ba9fedd9627ff867da79b9a.svg); }
 }@media only screen and (max-width: 763px) { #ebtxJgrMDP4sKSzmzXMQzwyJ6Oaglq0L { width:13.125rem;height:2.8125rem;top:73.4375rem;left:3.4375rem;font-size:1rem;background-color:#1c343b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yZbccJ84X80vPwdlgQxnahSDm2mpyEOp { display:block; }
 }@media only screen and (max-width: 763px) { #tXDZvOsf2vykaoCZnw4b9D48bLc3Ut5y { width:20rem;height:13.29688125rem;top:59.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW { width:7.5rem;height:3.3125rem;top:43.125rem;left:10.875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }#H7HI3r7rJMr2Hlzz0NJAouAiQXegaAHW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abdeb9a14ba9fedd9627ff867da79b9a.svg); }
 }@media only screen and (max-width: 763px) { #J3fQRUmTSzIrk0PJzptP9rJnN6h6W1V5 { width:20rem;height:2.8496125rem;top:54.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH { display:block; }#Kc41BdEsxWibBkZIGoOxsUxD1QlWNRfH > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTAn3mpnJlAanBJHmFTU4AfrketvZUmZ { width:11.875rem;height:2.03125rem;top:1.546875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64fnJQ61T67a8Ba3ALmN9MExQothMX1 { width:2.5rem;height:0.1875rem;top:3.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCccs35kupuTB6coBrvbETgB7a7qQP7P { width:0.1875rem;height:2.5rem;top:1.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnJZqwMw4rE5D2iSzgoTobuEUTwECaOP { width:2.5rem;height:0.1875rem;top:0.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3bK1HWpkMUcXJDS1xIHNJxkJEIRkRr { width:0.1875rem;height:2.5rem;top:0.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { width:19.9970625rem;height:43.21485rem;top:0.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15024;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lWdph2pkc7ph8PMlP26B5tzs95tWWN0c { width:19.9970625rem;height:0;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14974;display:none; }
 }@media only screen and (max-width: 763px) { #mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi { display:block; }#mpziRmaMORLxq7zNvz9wUlRWWAxkWWqi > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0V7ZV4QM85aWP3Q2vgOTT3Vc7R0stfu { width:17.8125rem;height:4.0625rem;top:1.5625rem;left:1.0937500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #o4TVp82s2g2r9Km3hhg1a3rNClVSzCTE { width:2.5rem;height:0.1875rem;top:6.1875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux00yh7ZSNhLPSMrm4Wgo5EFsJlo2PVV { width:0.1875rem;height:2.5rem;top:3.875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZpUS6L7fy4OQqt6t7JNee7UzqMmXht { width:2.5rem;height:0.1875rem;top:0.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPLtoRKwaDT1BP8f9ubLCsgXNtg7xCP { width:0.1875rem;height:2.5rem;top:0.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD { display:block; }#sDcrFw3rdAohWawCbuJA19Ph9RPXI1eD > .row .container { width:20rem;height:140rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Ax6KKmuie6FHNDxAqHCKqRRZDLqu9w { width:7.8125rem;height:7.8125rem;top:2.875rem;left:7.25rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #cTPxOMno7lnIW2zorLVZEJC5uDBBD5MS { width:4.75rem;height:4.75rem;top:0.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9fMPGvEOF5zW1ownRTynpEclHZuQ33l { width:1.375rem;height:2.5996125rem;top:1.375rem;left:6.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9f1hfTz9UTnBabV9LRxUsR0gb3O4bgw { width:7.8125rem;height:7.8125rem;top:36.3125rem;left:7.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SIMhCHJyUDg7PlgSfd1CiMXGioRsS45c { width:4.75rem;height:4.75rem;top:34.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0HQAig8yk9EMtCP4x1QQT5e62DqZO96 { width:1.375rem;height:2.5996125rem;top:35.0625rem;left:6.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Of6IWJcoREtX9cloHnCKO4fbQUEgxpvO { width:20rem;height:19.945325rem;top:11.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R54WhKC8W5cFntqRfnqVzwUhTNsfsRBa { width:20rem;height:13.2968875rem;top:45.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JD49Vk7hXvWQKrayOA5K7I1p53Cv05K8 { width:7.8125rem;height:7.8125rem;top:63.1875rem;left:7.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #nZQiCIDxaFVuezTurhRdhyIZspeHSkey { width:4.75rem;height:4.75rem;top:60.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrTNzLyW6zgJ2O37LNHyzCHtb1MH9K3 { width:1.375rem;height:2.5996125rem;top:61.75rem;left:6.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPytPOtc4IIToSdvF90BDBssKxD4VpWb { width:20rem;height:14.25rem;top:72.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h7O3pTCIn25kQwbJTu32R8TcASpNF5Ql { width:7.8125rem;height:7.8125rem;top:91rem;left:7.25rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Rd6ucdZVlDnTManaOuceLbvaPTZrxaK3 { width:4.75rem;height:4.75rem;top:88.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIw23VTteqxXl4oCQ3vOTHPupdnTQNdT { width:1.375rem;height:2.5996125rem;top:89.75rem;left:6.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Htbo94QNFpoyLnTXg5VZwWi7BhnDKumM { width:20rem;height:11.63478125rem;top:100rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ereXvVV2TwDvITFpxQEhOF84O0xXb0gG { display:flex;width:3.125rem;height:3.125rem;top:5.1875rem;left:9.5625rem;font-size:2.1875rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #N6svT6Rx4ub7VxrHoDr6X85O7k640nmG { display:flex;width:3.125rem;height:3.125rem;top:38.625rem;left:9.5625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #m3DyfxLfKdJhmmKJUmT2knmcclpqiNB6 { display:flex;width:3.125rem;height:3.125rem;top:65.5625rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD { display:flex;width:3.4375rem;height:3.4375rem;top:93.1875rem;left:9.375rem; }
#ozwoA4A4r8FXhmqIigMUEoeoFhvzyVbD > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #PrEzdkZQudJDMJRZQJ0sC3rFLsRor1Nv { width:20rem;height:13.2968875rem;top:125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ThuKLB0mxXGtHT5cecbMsNlhOI5LDtdk { width:7.8125rem;height:7.8125rem;top:116rem;left:7.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TiB0TEPfSwiOM5wzeSaOQdccG9UBVbma { display:flex;width:2.5rem;height:2.5rem;top:118.6875rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #TVXSahmneuqyFR0L1ubgN7TRgra5o4pO { width:4.75rem;height:4.75rem;top:113.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmHT9qPzAUJv0LGPWddoyGoeUTqWZcD { width:1.375rem;height:2.5996125rem;top:114.5625rem;left:6.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ { display:block; }#ALH9fqWLmmZbIBzUn2QK5prKF4x5ZJaQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKfO65iUZLsGxv55UFi4ZJZ9FV5tTNi0 { width:9.375rem;height:2.03125rem;top:1.546875rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17XLOVBS6BxwifzKiLyUL5E7UdE7Mlt { width:2.5rem;height:0.1875rem;top:4.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l20NyqTpHTB4whIEKd6wAbQUQTm6mASx { width:0.1875rem;height:2.5rem;top:1.75rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAuA0B5lSXwmEWq6lKhtI9R7eBNyClQi { width:2.5rem;height:0.1875rem;top:0.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqvfu1lPlHd1x85BfHUNL6lly7zo2LA { width:0.1875rem;height:2.5rem;top:0.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 { display:block; }#c6C4ex0uL9o5T2BWU4SQulWB9dzAZIs5 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { width:20rem;height:3.324225rem;top:6.875rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { width:20rem;height:4.9863375rem;top:18.4375rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { width:18.75rem;height:1.57421875rem;top:4.6875rem;left:0.625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { width:16.875rem;height:1.57421875rem;top:16.25rem;left:1.5625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { width:3.124025rem;height:3.124025rem;top:12.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { width:20rem;height:4.98633125rem;top:31.875rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { width:16.875rem;height:1.57421875rem;top:29.6875rem;left:1.5625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { width:3.125rem;height:3.125rem;top:25.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnHboK1EgSa05qVtVV1otJK3idbaZVDQ { width:18.75rem;height:3.324225rem;top:45.9375rem;left:0.625rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QTHSofgDH1an1Zf59LI9Q2IuCAFRzoLH { width:18.75rem;height:1.57421875rem;top:43.75rem;left:0.625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UroNdkbo6sspxSfKV6I18asS6I2iSxiV { width:3.75rem;height:3.75rem;top:39.0625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNvKGotxEnVF8JdtRs7t2CPdHoh32Ld { width:8.4375rem;height:2.8125rem;top:50.625rem;left:5.8125rem;font-size:1rem;background-color:#caef94;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#1e4b54;display:block; }
 }@media only screen and (max-width: 763px) { #ydroTEobvWWEueCUTkeT6MkPbQztb8PH { display:block; }
 }@media only screen and (max-width: 763px) { #blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo { display:block; }#blwhDpeZqQby5zJEeLO0U6UNlFBw0XTo > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVn7dIv1HRoXnmUJFFw3Mzhd0O7e1ZWJ { width:15rem;height:4.0625rem;top:1.53125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCPvM3L07F1xIMXXp8qv4vpLSBcmKW0f { width:2.5rem;height:0.1875rem;top:6.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD7fbTBuIGmprL4lilgdx5HQw411BVSk { width:0.1875rem;height:2.5rem;top:3.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTvrhsbT2ezfpOPMmeOUMPuwh8gBmZv { width:2.5rem;height:0.1875rem;top:0.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDIcgwFrwZsSv76pn9HqehISoCO2M7TV { width:0.1875rem;height:2.5rem;top:0.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/20b96b4f-3e88-4263-8256-bd01b017af3f/for_who_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2.adaptive-delivery-prevent-bg, #QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2.lazyload, #QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2.lazyloading { background-image: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { background-color: transparent; background-image: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container > .video-iframe-container { display: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row > .video-iframe-container { display: none; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .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); }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { border-width: 0; border-radius: 0; }#QzRM9CwmsHpTndsWKa8m0ah4TN4lZko2 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhJqE56dps6HAmGbXVnRlCxPqBzTVdx5 { width:16.25rem;height:16.25rem;top:0.6123046875rem;left:1.875rem;background-color:rgba(202,239,148,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oaKMT6ZuicJGNe3BNulSfN4saXodMISW { width:11.25rem;height:2.8496125rem;top:8.75rem;left:4.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #uI1rNmdWdvxPzfmZTkVcUhhdoaBFS2zw { display:flex;width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;color:#5d92ff;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #TnZhAqRA9AcoadbsCEi0EwrUhdgdo0Iy { width:16.25rem;height:16.25rem;top:35.625rem;left:1.875rem;background-color:rgba(202,239,148,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THPWG1X9nPyrHBBr5tpXAbv5V3EqybbX { width:14.9375rem;height:4.27441875rem;top:43.4375rem;left:2.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #MMZSGt5Eu1iPw2SC4Nc19s9G2fn3NqN8 { display:flex;width:3.4375rem;height:3.4375rem;top:39.375rem;left:8.3125rem;color:#5d92ff;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #QL3GyueMTXTcPZZK5VCOsh2zn4FgNciB { display:flex;width:3.4375rem;height:3.4375rem;top:22.1875rem;left:8.3125rem;color:#5d92ff;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #gGLziNivOppTy6mae26zhtmUTnf1VGd8 { width:13.125rem;height:2.8496125rem;top:26.25rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #EgQnGcORiwT5BzHXSkBQNFzFRx7Wo4Oz { width:16.25rem;height:16.25rem;top:18.125rem;left:1.875rem;background-color:rgba(202,239,148,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb { background-color:#fbfaff;background-image:none;display:block; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container { background-color: transparent; background-image: none; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container > .video-iframe-container { display: none; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row > .video-iframe-container { display: none; }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .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); }#uGWit01rbfT6tgo5yn5CuO4S5V0CVoWb > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Um0BVCp0TlEDrMhWHiXkFNuze8kMSNvf { width:20rem;height:21.6073625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT { display:block; }#gfum1ZzQi0oduEi88y0zHcBhZZyrqaQT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4HDR4A7hL1SpUlio837cry47TLvzUIL { width:20rem;height:3.25rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15007;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb { display:block; }#cT9kCK6cktFhTOHyRWuthOEPAHg3lTTb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmxcZvrRhXKpHZlGN6XRsJ2orloqlxRc { width:10rem;height:2.03125rem;top:1.546875rem;left:5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZBXq8lBlcv6wSliSpc7UozaVd4b5vc { width:2.5rem;height:0.1875rem;top:3.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIGvxUMxhAhZrvgMvx2O7T88HzG0NQq { width:0.1875rem;height:2.5rem;top:1.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11J8vfzXJUQRkMGmnNlFKWIZbm1S6EZ { width:2.5rem;height:0.1875rem;top:0.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKHi9oyp5aVIylot5fnRKguZATTC53BX { width:0.1875rem;height:2.5rem;top:0.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { width:20rem;height:49.86325rem;top:18.7685546875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { display:flex;width:1.875rem;height:1.875rem;top:15.625rem;left:9.0625rem;font-size:1.3125rem; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { display:flex;width:1.875rem;height:1.875rem;top:15.625rem;left:11.5625rem;font-size:1.3125rem; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #w4uhieWetXdogb3owUVGtWz643TJmmeQ { top:0.94686889648438rem;left:5.6875rem;width:14.3125rem;height:0.125rem;z-index:15028;background-color:#f4fffc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { width:8.75rem;height:11.4375rem;top:0.314453125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QveWwwMGNSDhqokaQdeCops4SHDoRV { display:flex;width:1.875rem;height:1.875rem;top:15.625rem;left:6.5625rem;font-size:1.3125rem; }
#T1QveWwwMGNSDhqokaQdeCops4SHDoRV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uXLgm18IG1SNKQT7tSPrbokC9Wcr097X { width:20rem;height:2.11230625rem;top:13.09375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"marck script";display:block; }
 }@media only screen and (max-width: 763px) { #MsI8aNoWrskk19VqpV5wBf92O6BfUOrX { width:20rem;height:0;top:18.730207443238rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:"source sans pro";z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #qmIQnWUo2u8ICWDvmByU3FXTEpqPh7nW { width:9rem;height:11.8125rem;top:2.9999980926514rem;left:9.1875007748606rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 { display:block; }#VOstMgU1Qg9Ig96gWHKdttJC9R7uVBJ3 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey7kSZgpmhAzb65tET8BTyc2ipJK1K7K { width:15.3125rem;height:6.09375rem;top:1.5625rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPDrImIp8sQhTzl27sQJdCwgtCxZIhP { width:2.5rem;height:0.1875rem;top:8.3125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWVEcTpwNg23mLVXDLCV0OsZhn6n2AQ { width:0.1875rem;height:2.5rem;top:6rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES1oLPtqIdWcndZWT8rZb0mON3Z6ddm1 { width:2.5rem;height:0.1875rem;top:0.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBPNNuX8eT2U7Ct09PiWlTH1z1FDIsA7 { width:0.1875rem;height:2.5rem;top:0.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i { display:block; }#rB6TzeXHMHTJxnw64ZaTu0v9xzza4A8i > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXLku29mDvZHXNU1An3kEu3vkJ0HmdML { height:11.25rem;width:20rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLeqFLFIRxFSZg0qb9214oBPob7TysG { width:20rem;height:1.54375rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;color:#002a84;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #QRV0VrUcxhdDDOZP1kT337FTgkFQlGob { width:20rem;height:8.3105625rem;top:0.603515625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #RkuBVh4KELIx8aJ5RQu6i195P58JcUve { width:20rem;height:4.986325rem;top:23.1396484375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa { display:block; }#w4HPmNdsRloJiRT8bJpcHpnmzg6JWsVa > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z01ZGqvKVJxwct5UEQ2dcl8tP5WaxsXC { width:17.8125rem;height:4.0625rem;top:1.5625rem;left:1.0937500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uzTQ0sZql65TQqc4mGaL2gqwf2uUTuk1 { width:2.5rem;height:0.1875rem;top:6.1875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfUycUf2zTkszDvUZxBNFbWEzEIrnegL { width:0.1875rem;height:2.5rem;top:3.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQuxo48vP08eatd7XpPBGP6fpuEdXdK { width:2.5rem;height:0.1875rem;top:0.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUwFqwIEdweQdukgeyaxgWJpTXsdLtyP { width:0.1875rem;height:2.5rem;top:0.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO6VF8C0H3VQkLIF5a683WiqarV8e03s { display:block; }#vO6VF8C0H3VQkLIF5a683WiqarV8e03s > .row .container { width:20rem;height:137.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 { width:20rem;height:64.82225rem;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }#H5nXJlnhO0utqHf2XST4Zar8s5sTR3S2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4af5610b920472b220b640a1317a573689fca1.svg); }
 }@media only screen and (max-width: 763px) { #fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 { width:19.999rem;height:66.4843875rem;top:69.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }#fkqXkA7SFcItVOTVOGQFUsMuabT27iZ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4af5610b920472b220b640a1317a573689fca1.svg); }
 }@media only screen and (max-width: 763px) { #eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q { display:block; }#eZgNhsDvTuV7wqzDhge7IbGHd4BJRH7q > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMzpToklqq7bAJxa5AIiJAuiVfFbpT89 { width:17.1875rem;height:2.03125rem;top:1.53125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyaBtbTPo53d2Trxvbv1FgvFi9QMGD42 { width:2.5rem;height:0.1875rem;top:4.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIWgT1u920c8HHUATCMZfwJAFz1OWXx { width:0.1875rem;height:2.5rem;top:1.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiZ5xwTaV1NaBJVtH5lX5CxcTywCoEP { width:2.5rem;height:0.1875rem;top:0.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBNOVGBXz3lnkUZSr19VPLUtSUozlyd { width:0.1875rem;height:2.5rem;top:0.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { width:20rem;height:160.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { width:8.75rem;height:1.875rem;top:4.375rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { width:19.9979375rem;height:4.72265625rem;top:6.8740234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { width:8.75rem;height:1.875rem;top:37.5rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { width:19.996875rem;height:4.72265625rem;top:40rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wxUlpnkz24licUryIOhDDC6C7CvJhwcm { width:20rem;height:0;top:1.4614562988281rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { width:16.875rem;height:2.1875rem;top:0.625rem;left:1.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { width:0.125rem;height:95rem;top:6.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { width:1.8120875rem;height:1.8120875rem;top:5.9375rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { width:3.12438125rem;height:3.12438125rem;top:5.25rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { width:3.12438125rem;height:3.12438125rem;top:26rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { width:1.8125rem;height:1.8125rem;top:26.625rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { width:3.125rem;height:3.125rem;top:42.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { width:6.5625rem;height:1.57421875rem;top:66.875rem;left:6.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { width:2.18645625rem;height:2.18645625rem;top:99.64166875rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IES3csPRNlSbEv4T3mFOoCReZURIJy4v { width:1.8125rem;height:1.8125rem;top:49rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { width:8.75rem;height:1.875rem;top:70.625rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { width:20rem;height:3.1484375rem;top:73.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { top:6.3125rem;left:4.3333333134651rem;width:12.5rem;height:0;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { top:5.6167478561401rem;left:3.7500001192093rem;width:12.5rem;height:0;z-index:15055;color:#ffffff;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"source sans pro";font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { width:8.75rem;height:1.875rem;top:103.75rem;left:5.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VnWaPkXSHJTcV32TULTZAopvxvesiXmR { width:19.9979375rem;height:3.1484375rem;top:106.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { width:2.18645625rem;height:2.18645625rem;top:147.46250625rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { width:3.0621875rem;height:3.0621875rem;top:153.84838867188rem;left:8.4672023057937rem;font-size:2.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { width:2.1875rem;height:2.1875rem;top:87.57916875rem;left:8.875rem;font-size:1.5rem;z-index:15040;color:#001680;display:none; }
 }@media only screen and (max-width: 763px) { #Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { width:2.18645625rem;height:2.18645625rem;top:84.14375rem;left:8.875rem;font-size:1.5rem;z-index:15041;color:#001680;display:none; }
 }@media only screen and (max-width: 763px) { #iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { width:2.18645625rem;height:2.18645625rem;top:103.0770875rem;left:8.875rem;font-size:1.5rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { width:20rem;height:1.57421875rem;top:0.8671875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15057;color:#1c343b;display:block; }
 }@media only screen and (max-width: 763px) { #XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t { width:20rem;height:24.207rem;top:77.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;line-height:1.4;display:block; }#XK8Hp9Ac27fMa0hlHphyNw24pTO6eB4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #MXsDzghep2fWp8McvDplWF2Io9efqppp { width:20rem;height:19.2206875rem;top:45.91015625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;line-height:1.4;display:block; }#MXsDzghep2fWp8McvDplWF2Io9efqppp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #NplOceqs8lrGAS104lWDMoiaSbKeJLT7 { width:20rem;height:22.5449375rem;top:12.7841796875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.4;display:block; }#NplOceqs8lrGAS104lWDMoiaSbKeJLT7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW { width:20rem;height:15.584rem;top:110.625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;line-height:1.4;display:block; }#h1VuVmQpVUmAUsxbdEl0zl1F1AZ2hbFW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #AzhC5w6KTMQUWDJyQIZloEOMldNlW8Db { width:1.8125rem;height:1.8125rem;top:71.375rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 { width:20rem;height:22.5449375rem;top:136.5625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;line-height:1.4;display:block; }#yKufE0QmRKHg6HkStBLVEWhcnoh9aHg8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd0cd418-b8ed-40f0-b33e-54f85a11fcf2/detkaDealerszkolenia003cropped.svg); }
 }@media only screen and (max-width: 763px) { #CENdE63gIc63K8AXvFETRL7cRu1eJ8by { width:3.125rem;height:3.125rem;top:87rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDQV5iwpie0DGi2sdhBZ2ZrudvX9rJkR { width:11.875rem;height:1.875rem;top:128.125rem;left:4.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XpdUutVd43GNf31qylpaORJZTyd3B9sh { width:20rem;height:4.72265625rem;top:130.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TXyZk5ul7lkQr7qxKy7q9EtRJWhCXpFB { width:1.8125rem;height:1.8125rem;top:87.625rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdyhTGkHWxOtX9oHaXOwODeKrshyk0EH { width:1.5625rem;height:1.5625rem;top:100.75rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUrVh3w5l22U00TdXK2M74F3gp5vcE7M { display:flex;width:0.9375rem;height:0.9375rem;top:43.8125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo { display:block; }#U8zFdu7OvItKUe9uLsyL92hX0r5cIuAo > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 { display:block; }#Hm4amOau9w5vDQLggevwTydXuKm6g3Q2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s659E8wli6PVskDvNDdeuLG0byHZO52X { width:14.0625rem;height:4.0625rem;top:1.5625rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ElJPbTRLNac6ZEw4USfmD8Z4GWd5M7SE { width:2.5rem;height:0.1875rem;top:6rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGHGtTnv5TzT0X62SzwBebI6n8P3gEdV { width:0.1875rem;height:2.5rem;top:3.6875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeDG8xJxVcv9m1hKagDpq05cccTQ1ERJ { width:2.5rem;height:0.1875rem;top:0.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJPZpXndQ78KgxBgXN1XrpSq0ZcWTTT { width:0.1875rem;height:2.5rem;top:0.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM { display:block; }#hGpTsw0EXFC6NDkK9l26nL0mwMDwOhUM > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { width:19.75rem;height:43.125rem;top:37.40625rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { width:17.5rem;height:0;top:51.15625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;line-height:1.4;display:none; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31350535f9be816f75407250820da0426bd84565.svg); }
 }@media only screen and (max-width: 763px) { #guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { width:20rem;height:37.1875rem;top:0.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LBMVWE93ABhsNauep3dypbZTTuMFFRNU { width:18.75rem;height:0.125rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { width:18.75rem;height:16.209rem;top:16.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;line-height:1.4;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_31350535f9be816f75407250820da0426bd84565.svg); }
 }@media only screen and (max-width: 763px) { #Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { width:9.0625rem;height:3.25rem;top:7.318359375rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { width:15.625rem;height:0.125rem;top:49.90625rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrUJ1OSaF1KeHQQqNQw7Lto7VX5l2te9 { width:9.0625rem;height:1.7871125rem;top:8.0498046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14997;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { width:9.0625rem;height:2.375rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { width:9.0625rem;height:4.75rem;top:1.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { width:20rem;height:2.625rem;top:11.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UgdegHz7i8iuCdN5DAi1x0gRVzseTw58 { width:20rem;height:37.03125rem;top:45.59375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #g4aSQfTQtyaumeCiyNJxSzr5LMG2H5bX { width:14.375rem;height:3.75rem;top:70.84375rem;left:2.3125rem;font-size:0.9375rem;background-color:#1c343b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #GH1FxzQpcOarVDa8VPIaTXqi2BrJNPzb { display:block; }
 }@media only screen and (max-width: 763px) { #eM7rWJRrNVUOHHSmI8zeAq0tgQai5CJR { width:9.375rem;height:2.8125rem;top:33.4375rem;left:5.3125rem;font-size:1rem;background-color:#1c343b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e79r73NBewCuz3QFxzkafZWZ3SWfE1sf { display:block; }
 }@media only screen and (max-width: 763px) { #Tmn6KpSiTsbUs9yBFUOTqZobtK7IpRyF { width:20rem;height:5.84765625rem;top:39.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 { display:block; }#pBHeGSDlFdX0twKXvhx3sIwpvZ9dzoD9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOw6a0WKa89TXaumPuuv58U4QGhHmXTt { width:11.5625rem;height:4.0625rem;top:1.5625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyAIHu5nZzFu186EEnFLdapNP7RiQha4 { width:2.5rem;height:0.1875rem;top:6.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQT30HLZZQhrn1VFVQLep2E3NinexItZ { width:0.1875rem;height:2.5rem;top:3.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6O6MEC8LvbZMlHnFRSDOOoTXCvxJpxw { width:2.5rem;height:0.1875rem;top:0.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQT0cO2eDSzFdF8gLT7PJMikUdbnrBt { width:0.1875rem;height:2.5rem;top:0.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { display:block; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { width:13.6875rem;height:1.21875rem;top:41.875rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { width:20rem;height:3.65625rem;top:43.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:8.75rem;margin-bottom:0.25rem;margin-left:0;font-family:"source sans pro";height:2.8125rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-radio-label { text-align:left;text-align-last:left;line-height:1.6;overflow:hidden;font-size:0.75rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { width:17.5rem;height:auto;top:0.625rem;left:0rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { width:17.5rem;height:auto;top:0.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #nHmMkKpcGOodUkgOxhcSBgdhRg8F7iM0 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #hz7LXzATm3JaML4IZ7KdE67CxUOJ9iiL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #NXUTRgHTRvKGczXzxLS8KKG44wVCN6r4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq {  }
 }@media only screen and (max-width: 763px) { #ZhIhAQz0VJFT1nHfR0cPaA8EThZTzxsG { width:20rem;height:2.4375rem;top:38.73046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { width:20rem;height:6.09375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { width:13.4375rem;height:3rem;top:17.4921875rem;left:3.28125rem;font-size:0.9375rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { width:9.5605625rem;height:1.8994125rem;top:15.28125rem;left:5.21875rem;font-size:1.1875rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { width:5.3125rem;height:5.3125rem;top:8.71875rem;left:7.125rem;border-top:0.1875rem solid #caef94;border-left:0.1875rem solid #caef94;border-right:0.1875rem solid #caef94;border-bottom:0.1875rem solid #caef94;display:block; }
 }@media only screen and (max-width: 763px) { #CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 { display:block; }#CWpTtpI1w156tn1T0mNFV5wMczRvPtR2 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwT60IV738AtK3htnyVfJTo7VA1Au9TC { width:3.0625rem;height:3.0625rem;top:22.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7l2hSaJgxkTP30bfsbumRZmQFwgR6tK { width:3.0625rem;height:3.0625rem;top:22.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDb1FrbPTclaMNQLxiyBdrszHihJvJi { width:2rem;height:2rem;top:23.375rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkP3lwQTVLuH10Sp8Omz2fchKnoop7TD { width:3.0625rem;height:3.0625rem;top:22.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmkn2vvgUvmd8o2eplFrX8SwouIwF72r { width:2rem;height:2rem;top:23.375rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QorKeq4gNlePwt6TeuDoOABXzBW0TZvJ { width:15rem;height:2.44954375rem;top:13rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nsMasMOCPVpkX8M7Fq5yASx33w6ehrqo { width:18.75rem;height:0.0625rem;top:19.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1zSFH1XcTf7PSBuVeT2q3aTZLEDMeo { width:2rem;height:2rem;top:12.625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsqA1g6LTXkTwVuqbe0oGVEG5qJcXG5g { width:7.625rem;height:1.2246125rem;top:10.3125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCSTUx1pms1p53QxOcXNxSc5g0RlWf4h { width:2rem;height:2rem;top:10rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI1dZp0a3maNKQRvepwdwdHuNESxGU7T { width:14.0625rem;height:1.224775rem;top:7.625rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWGPr6BhXaINbmd39qllHqXMB2fMk3Dg { width:2rem;height:2rem;top:7.1875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghVteHGhJVnTomWikEDByHaLsfggNU8K { width:20rem;height:1.04980625rem;top:20.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6L2KFV8h2VKMXbJz0ALloIlXGIbP9kG { width:20rem;height:1.04980625rem;top:5.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyeb2usQJ4iSkH3WivkGb5DxVNJoD4dP { width:18.75rem;height:0.0625rem;top:12.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsv2wqATxSJZvrbotd3N6yKTo3ZZTMRr { width:2rem;height:2rem;top:23.375rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWWmqMq2yrTG3c86W0GLzqudlHUwM4L { width:2rem;height:2rem;top:16.5rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS56DcPVuiabgyPXfwRDID6PTFEUwDro { width:11.9375rem;height:1.224775rem;top:16.8125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1aFkstn5nJXyqaakEOUDEo74xLvPTeg { width:19.0625rem;height:0;top:4.2900390625rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #keGh1mpRPchgRO7TqRrC4GXUfzM4clhz { width:7.25rem;height:2.875rem;top:1.25rem;left:6.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#1c343b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container { background-color: transparent; background-image: none; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container > .video-iframe-container { display: none; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row > .video-iframe-container { display: none; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .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); }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container { border-width: 0; border-radius: 0; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm79s6PtGN1wtyKlpTP9xt5mtiMbezPn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBfKrf5ZksMWJNBv9WJpD24qUGh7Xdge { width:5rem;height:2rem;top:2.3740234375rem;left:5.5rem;font-size:0.75rem;z-index:15022;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V3T15IOBWSNnWnJM98Z5G4tdJr4ra0ss { display:block; }
 }@media only screen and (max-width: 763px) { #JWnJPTsJds3lRQfQ7tpUlW1adRFbrDIW { top:0.5615234375rem;left:7.0625rem;width:1.875rem;height:1.875rem;z-index:15025;font-size:1.3125rem;display:block; }
#JWnJPTsJds3lRQfQ7tpUlW1adRFbrDIW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uDfMhLxWZpdC5ru9OS7NAhKyW9k1DSi9 { width:3.75rem;height:1.99915rem;top:2.3740234375rem;left:1rem;font-size:0.75rem;z-index:15026;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WzuKSWBuofNGwoiT6fTHq3sqVwUODfT1 { display:block; }
 }@media only screen and (max-width: 763px) { #n1iDfa7vWKOvxrtqeZ51LCAaxNgK9CnA { top:0.5615234375rem;left:1.9375rem;width:1.875rem;height:1.875rem;z-index:15027;font-size:1.3125rem;display:block; }
#n1iDfa7vWKOvxrtqeZ51LCAaxNgK9CnA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #l5OsKi9evzs3EmxLNGngcnWD9EcpUwGc { width:3.18714375rem;height:1.9992875rem;top:2.37109375rem;left:11.373046875rem;font-size:0.75rem;z-index:15023;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d0XtlyCp6fhOdVHxxdueMnk4fosXSbvC { display:block; }
 }@media only screen and (max-width: 763px) { #W40PHtifzQGG00QEmhF0LGKfuDcJ6ryp { top:0.6337890625rem;left:12.05859375rem;width:1.8125rem;height:1.8125rem;z-index:15026;font-size:1.25rem;display:block; }
#W40PHtifzQGG00QEmhF0LGKfuDcJ6ryp > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #SCK4H63Cmi0ifFqDRaOJAGUxaHv7FX8s { top:0.5693359375rem;left:16.3076171875rem;width:1.875rem;height:1.875rem;z-index:15028;font-size:1.3125rem;display:block; }
#SCK4H63Cmi0ifFqDRaOJAGUxaHv7FX8s > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #m3JNJRJWvQTnGVcQxtTdzyB1mVintTKV { width:3.75rem;height:1.99915rem;top:2.3740234375rem;left:15.3408203125rem;font-size:0.75rem;z-index:15027;color:#caef94;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mVGR0t3TGLmGof4U7nAN8fuOQAdRHZau { display:block; }
 }