.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,217,254;--color-primary-1:128,128,253;--color-primary-2:1,1,251;--color-primary-3:1,1,126;--color-primary-4:0,0,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container { background-color: transparent; background-image: none; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container > .video-iframe-container { display: none; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row > .video-iframe-container { display: none; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .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); }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container { border-width: 0; border-radius: 0; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#qU0enM7dgwDBhTTqhwUMLf0tT7xhG4gP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:35.8125rem;display:block; }
#lJiu4cbiig7rxrhB1kT6y3tq0xhV0Vfv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvF1um64kJhp4sk0KFGwf7gANeJayTEJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:43rem;display:block; }
#EEdSfimGd4fBFspTTkIlelNyT4epPW79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jw3VFMyexOv2475GPWL2f5v2WNt5Br7m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:50.5rem;display:block; }
#sDF3h3FoGaALu31h7FH9ZLcmTBtDQq1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vy35sUkKVbVTpEFQd3obg6W7IuyilOfi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#C5TuzvL0QwDFfCd865rVzEtbT9Trffdt { 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; }
#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86e87deb-f4fa-4232-9dd9-ff89eec810d5/ThumbsYoutubeOCDROADMAP1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;width:60rem;height:25.125rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container.lazyloading { background-image: none; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#0101fb;display:block;width:43.3125rem;position:absolute;font-family:unbounded;font-size:3.875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:5.4375rem;left:8.34375rem;height:9.3rem;font-style:normal;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;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:rgba(var(--color-secondary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.75rem;left:8.34375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.125rem;left:2.75rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:8.0625rem;left:0.9375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:7.25rem;left:7.9375rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.125rem;left:22.75rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:20.9375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:7.25rem;left:27.9375rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.125rem;left:42.75rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.0625rem;left:40.9375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:7.25rem;left:47.9375rem;display:block; }
#XJvx8P6OkCdDolEGL8V0bUayrenlKBKR { box-sizing:content-box;height:17.4375rem;width:18.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:1.25rem;left:0rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#B4cvXxJVQJmbsHmHTDVo2G2LGZTU0Tg6 { box-sizing:content-box;height:17.375rem;width:18.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:1.25rem;left:20rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#phBDIVcmQeZmq5DM0p8CzETG8OsDKaCc { box-sizing:content-box;height:17.4375rem;width:18.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:1.25rem;left:40rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;display:block; }
#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { background-color: transparent; background-image: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .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); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { border-width: 0; border-radius: 0; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:rgba(var(--color-secondary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:.7;letter-spacing:0;top:4.6875rem;left:0rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fe7u3l7GcoKgwsI5gV77GVTi8tWCpZbd { color:rgba(var(--color-secondary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0.25rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQ5wcs7bf5wvxT5TLHpJ1TZoCMEKagZw { color:rgba(var(--color-primary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:.7;letter-spacing:0;top:7.3125rem;left:0rem;height:1.6625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBFymbunuD0E33RJfxU1ZwwiSEWyAVtA { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:21.6875rem;top:2.5625rem;left:37.21875rem;overflow:hidden;display:block; }
#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us { position:relative;display:block; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us { background-color: transparent; background-image: none; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row .container > .video-iframe-container { display: none; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row > .video-iframe-container { display: none; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .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); }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us { border-width: 0; border-radius: 0; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lSyOSXSTJvHqlp4evdOAB6X9ao3f53Wv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:3rem;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; }
#r1xf8eKNuI23IquQC4kJhTwQ7ZoeEBv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.937504768372rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tl6hnzAZ1QOeEDTkcKxLPmTGXbWfc9EX { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.05rem;height:3.175rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:41.812502861023rem;left:24.474998474121rem;display:block; }
#Ae5ZCknQipK3myN1VikzDItOaD8HWuBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXqFNagU9osPkWwDCbhQIW7CEeakymI7 { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.1875rem;left:5.5625rem;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: none;display:block; }
#WfUU4HN1PtIoF9CsH8QssLZKcAVNg6sV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.8125rem;left:7.4375rem; }
#GfasWQDJgwWWyKH5qIzsvqrDUqxZt5Gt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:21.75rem;left:9.3125rem;height:1.5rem;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; }
#DZWokpzTPutU6EUNuFZf6OZTAdkpZxW8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:26.625rem;left:7.4375rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#amZt0Sk72H7RlX9OW2Pq7VryxWIIye8P { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:24.9375rem;left:7.4375rem;display:block; }
#hkJMFoQTurSuPZ1OBfvc7dzTBGgM5WcT { box-sizing:content-box;height:14.8125rem;width:20.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5625rem;left:30.875rem;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: none;display:block; }
#zU6obIsC7TwcHHHLTSiiGu0XqJKrnMGc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.125rem;left:34.75rem;height:1.5rem;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; }
#VRhZRpSFE7r1kW1x2mg9TfV1eTTR6gmE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14rem;left:32.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#obaoBy1J3lrnEkkzvC2qxkSPMscE210l { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:12.5625rem;left:32.125rem;display:block; }
#trBhEOE66qePFsStuxIqrsGlXlTiZHQX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.1875rem;left:32.25rem; }
#ADqcA0bdG3wUXIspondAZFuOnNiQuRLJ { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.9375rem;left:30.25rem;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: none;display:block; }
#cJDN4KhuCToS6ndCcRKEoW9n0PhqPG8L { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:27.5rem;left:34rem;height:1.5rem;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; }
#Md5gkKzvHVowT7u9K0eA42MlDToBrmx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:33.5625rem;left:32.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wbCEgzQQxNiliIHXqsZ1eNUFMxAVNuo7 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:31.375rem;left:32.125rem;display:block; }
#SRbaGQUDucOJcEASUpXQDqFiMD8ryFNq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:27.625rem;left:32.125rem; }
#owvhGVo9mTRghOxhuCEzXQ05a7bT18df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container { background-color: transparent; background-image: none; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container > .video-iframe-container { display: none; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row > .video-iframe-container { display: none; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .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); }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container { border-width: 0; border-radius: 0; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#TFoLoFG5T2TBbTteExCf8BTTnEMtaPtp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0.9375rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6cye4efRLgqoR36S0Q9moIEdLAMezvF { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:1.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N2T3QIeVyXnyOwAo9GMxcvagKl8qLUCg { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:16.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzlCT3W9goBRCuZRRUqCTtzZJGMyrh0t { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:16.1875rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEwfaKbr9cduE20DbqRTGCLsOP19MlCl { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:31.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGvrqxXm97g9Otxq42HTsTRZtOCOy3SB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:31.1875rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTcBlpUTUT4Jf2g4vF9N8PSAsQy4Dr7u { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9rem;left:46.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZI5WybC1MnkK33l6TdBDPOCTG24Ipe5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:46.0625rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uykKtuTx0L4pg7VKMth2Q4FHkmyon2yI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:7.625rem;left:5.25rem;display:block; }
#FGkTkcmphsDlFULaNXA7zNaIdbXDGgdg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:7.625rem;left:20.25rem;display:block; }
#IBSEJLTWIdDWi15iuNEdQb3QC8mu8nT2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:7.625rem;left:35.25rem;display:block; }
#Micocnc6MfKiszbX8cWSlb9uD0482VhZ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:7.625rem;left:50.75rem;display:block; }
#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0sGIBwxN7ak/unsplash/point-normal-0sGIBwxN7ak-photo-1721807578532-dc1756624727.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S.adaptive-delivery-prevent-bg, #Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S.lazyload, #Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S.lazyloading { background-image: none; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container { background-color: transparent; background-image: none; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.19); }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container > .video-iframe-container { display: none; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.19); }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row > .video-iframe-container { display: none; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .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); }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container { border-width: 0; border-radius: 0; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#TgtUrtmQF8Oqat8NuCxkOsZonLptTwml { color:rgba(var(--color-secondary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:13.562494277954rem;left:2.1875rem;height:5.3625rem;font-style:normal;display:block; }
#RKiutbNbGqCe6fOe9pTuoT5giBf2sLpp { color:rgba(var(--color-secondary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:19.75rem;left:2.1875rem;height:1.1rem;font-style:normal;display:block; }
#m4G2miUXTEazhegMGDPZLguNOrTMTPJH { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container { background-color: transparent; background-image: none; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container > .video-iframe-container { display: none; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row > .video-iframe-container { display: none; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .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); }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container { border-width: 0; border-radius: 0; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#ouqIlGwxVPJyJhO4CCAROXp2mVm968OD { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.437496185302rem;left:0rem;height:1.225rem;font-style:normal;display:block; }
#UoL2oAc9SgTlwQ5c2Rkx5KouQyylBlD5 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.1062507629394rem;left:19.875rem;height:1.05rem;font-style:normal;display:block; }
#tnQUaDsLSfi3dbVo4uwsnwpcWhoA0InT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.25rem;top:1.2874965667724rem;left:-1.8038493377484rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw { display:block; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU0enM7dgwDBhTTqhwUMLf0tT7xhG4gP { width:6.5rem;height:2.1875rem;top:1.25rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJiu4cbiig7rxrhB1kT6y3tq0xhV0Vfv { display:block; }
 }@media only screen and (max-width: 763px) { #OvF1um64kJhp4sk0KFGwf7gANeJayTEJ { width:6.5rem;height:2.1875rem;top:1.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEdSfimGd4fBFspTTkIlelNyT4epPW79 { display:block; }
 }@media only screen and (max-width: 763px) { #Jw3VFMyexOv2475GPWL2f5v2WNt5Br7m { width:6.5rem;height:2.1875rem;top:1.25rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDF3h3FoGaALu31h7FH9ZLcmTBtDQq1x { display:block; }
 }@media only screen and (max-width: 763px) { #vy35sUkKVbVTpEFQd3obg6W7IuyilOfi { width:8.875rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5TuzvL0QwDFfCd865rVzEtbT9Trffdt { display:none; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:43.3125rem;height:4.625rem;top:17.75rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:7.5rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:9rem;top:8.0625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:7.5rem;top:8.0625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJvx8P6OkCdDolEGL8V0bUayrenlKBKR { top:1.25rem;left:0rem;width:18.375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4cvXxJVQJmbsHmHTDVo2G2LGZTU0Tg6 { top:1.25rem;left:13.25rem;width:18.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBDIVcmQeZmq5DM0p8CzETG8OsDKaCc { top:1.25rem;left:29.125rem;width:18.375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:27rem;height:3.125rem;top:4.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe7u3l7GcoKgwsI5gV77GVTi8tWCpZbd { width:26.5rem;height:16.25rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ5wcs7bf5wvxT5TLHpJ1TZoCMEKagZw { width:15.375rem;height:1.625rem;top:7.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBFymbunuD0E33RJfxU1ZwwiSEWyAVtA { top:2.5625rem;left:26.0625rem;width:21.6875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZviSgc8OAs1CqxT0u2ihGFKeREqT6us { display:block; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSyOSXSTJvHqlp4evdOAB6X9ao3f53Wv { top:5.5rem;left:0rem;width:19.375rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xf8eKNuI23IquQC4kJhTwQ7ZoeEBv6 { top:10.9375rem;left:0rem;width:21.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6hnzAZ1QOeEDTkcKxLPmTGXbWfc9EX { width:11rem;height:3.125rem;top:41.8125rem;left:18.349998474121rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae5ZCknQipK3myN1VikzDItOaD8HWuBM { display:block; }
 }@media only screen and (max-width: 763px) { #nXqFNagU9osPkWwDCbhQIW7CEeakymI7 { top:19.1875rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfUU4HN1PtIoF9CsH8QssLZKcAVNg6sV { top:21.8125rem;left:1.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfasWQDJgwWWyKH5qIzsvqrDUqxZt5Gt { top:21.75rem;left:3.1875rem;width:16.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWokpzTPutU6EUNuFZf6OZTAdkpZxW8 { top:26.625rem;left:1.3125rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amZt0Sk72H7RlX9OW2Pq7VryxWIIye8P { top:24.9375rem;left:1.3125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkJMFoQTurSuPZ1OBfvc7dzTBGgM5WcT { top:6.5625rem;left:24.75rem;width:20.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU6obIsC7TwcHHHLTSiiGu0XqJKrnMGc { top:9.125rem;left:28.625rem;width:12.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhZRpSFE7r1kW1x2mg9TfV1eTTR6gmE { top:14rem;left:26.125rem;width:16.625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obaoBy1J3lrnEkkzvC2qxkSPMscE210l { top:12.5625rem;left:26rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trBhEOE66qePFsStuxIqrsGlXlTiZHQX { top:9.1875rem;left:26.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADqcA0bdG3wUXIspondAZFuOnNiQuRLJ { top:24.9375rem;left:24.125rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDN4KhuCToS6ndCcRKEoW9n0PhqPG8L { top:27.5rem;left:27.875rem;width:16.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5gkKzvHVowT7u9K0eA42MlDToBrmx4 { top:33.5625rem;left:26rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCEgzQQxNiliIHXqsZ1eNUFMxAVNuo7 { top:31.375rem;left:26rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRbaGQUDucOJcEASUpXQDqFiMD8ryFNq { top:27.625rem;left:26rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owvhGVo9mTRghOxhuCEzXQ05a7bT18df { display:block; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFoLoFG5T2TBbTteExCf8BTTnEMtaPtp { width:12.5rem;height:4.9375rem;top:1.8125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6cye4efRLgqoR36S0Q9moIEdLAMezvF { width:12.5rem;height:1.4375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2T3QIeVyXnyOwAo9GMxcvagKl8qLUCg { width:12.5rem;height:1.4375rem;top:9rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzlCT3W9goBRCuZRRUqCTtzZJGMyrh0t { width:12.5rem;height:4.9375rem;top:1.8125rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEwfaKbr9cduE20DbqRTGCLsOP19MlCl { width:12.5rem;height:2.875rem;top:9rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvrqxXm97g9Otxq42HTsTRZtOCOy3SB { width:12.5rem;height:4.9375rem;top:1.8125rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTcBlpUTUT4Jf2g4vF9N8PSAsQy4Dr7u { width:12.5rem;height:2.875rem;top:9rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZI5WybC1MnkK33l6TdBDPOCTG24Ipe5 { width:12.5rem;height:4.9375rem;top:1.8125rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uykKtuTx0L4pg7VKMth2Q4FHkmyon2yI { top:7.625rem;left:3.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkTkcmphsDlFULaNXA7zNaIdbXDGgdg { top:7.625rem;left:15.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBSEJLTWIdDWi15iuNEdQb3QC8mu8nT2 { top:7.625rem;left:27.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Micocnc6MfKiszbX8cWSlb9uD0482VhZ { top:7.625rem;left:40.03125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S { display:block; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgtUrtmQF8Oqat8NuCxkOsZonLptTwml { top:13.5rem;left:0rem;width:32.375rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKiutbNbGqCe6fOe9pTuoT5giBf2sLpp { top:19.75rem;left:0rem;width:19.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G2miUXTEazhegMGDPZLguNOrTMTPJH { display:block; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouqIlGwxVPJyJhO4CCAROXp2mVm968OD { top:10.375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL2oAc9SgTlwQ5c2Rkx5KouQyylBlD5 { top:3.0625rem;left:13.75rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnQUaDsLSfi3dbVo4uwsnwpcWhoA0InT { width:9.25rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw { position:relative;z-index:auto;display:block; }#ON1FKWDBs8OI2TDOKOAyQ65aFa7Hv2iw > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU0enM7dgwDBhTTqhwUMLf0tT7xhG4gP { width:3.9375rem;height:2.1875rem;top:4.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJiu4cbiig7rxrhB1kT6y3tq0xhV0Vfv { display:block; }
 }@media only screen and (max-width: 763px) { #OvF1um64kJhp4sk0KFGwf7gANeJayTEJ { width:4.5rem;height:2.1875rem;top:7.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEdSfimGd4fBFspTTkIlelNyT4epPW79 { display:block; }
 }@media only screen and (max-width: 763px) { #Jw3VFMyexOv2475GPWL2f5v2WNt5Br7m { width:4.75rem;height:2.1875rem;top:11.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDF3h3FoGaALu31h7FH9ZLcmTBtDQq1x { display:block; }
 }@media only screen and (max-width: 763px) { #vy35sUkKVbVTpEFQd3obg6W7IuyilOfi { width:6.625rem;height:3.625rem;top:0.61250019073486rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5TuzvL0QwDFfCd865rVzEtbT9Trffdt { display:flex;top:1.1750001907349rem;left:1.75rem;width:2.5rem;height:2.5rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:none;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:18.9375rem;height:7.425rem;top:4.8000001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:15.4375rem;height:10.4rem;top:13.9375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.575rem;top:5.125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:7.5rem;top:8.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:7.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.575rem;top:23.9125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:9rem;top:26.85rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:26.0375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.575rem;top:42.6375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:7.5rem;top:45.575rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:44.7625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJvx8P6OkCdDolEGL8V0bUayrenlKBKR { width:18.375rem;height:17.4375rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4cvXxJVQJmbsHmHTDVo2G2LGZTU0Tg6 { width:18.375rem;height:17.375rem;top:20.0375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBDIVcmQeZmq5DM0p8CzETG8OsDKaCc { width:18.375rem;height:17.4375rem;top:38.7625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:18.0625rem;height:6rem;top:2.4874992370606rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fe7u3l7GcoKgwsI5gV77GVTi8tWCpZbd { width:20rem;height:13rem;top:12.35rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ5wcs7bf5wvxT5TLHpJ1TZoCMEKagZw { width:9.1875rem;height:1.6625rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBFymbunuD0E33RJfxU1ZwwiSEWyAVtA { width:20rem;height:25.0145625rem;top:27.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZviSgc8OAs1CqxT0u2ihGFKeREqT6us { display:block; }#FZviSgc8OAs1CqxT0u2ihGFKeREqT6us > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSyOSXSTJvHqlp4evdOAB6X9ao3f53Wv { width:13rem;height:2rem;top:1.3125019073486rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r1xf8eKNuI23IquQC4kJhTwQ7ZoeEBv6 { width:20rem;height:7.5rem;top:4.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6hnzAZ1QOeEDTkcKxLPmTGXbWfc9EX { width:10.95rem;height:3.075rem;top:61.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae5ZCknQipK3myN1VikzDItOaD8HWuBM { display:block; }
 }@media only screen and (max-width: 763px) { #nXqFNagU9osPkWwDCbhQIW7CEeakymI7 { width:20rem;height:14.8125rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfUU4HN1PtIoF9CsH8QssLZKcAVNg6sV { display:flex;width:1.25rem;height:1.25rem;top:15.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #GfasWQDJgwWWyKH5qIzsvqrDUqxZt5Gt { width:14.375rem;height:1.5rem;top:15.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWokpzTPutU6EUNuFZf6OZTAdkpZxW8 { width:17.5rem;height:3.9375rem;top:20.6875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amZt0Sk72H7RlX9OW2Pq7VryxWIIye8P { width:16.25rem;height:0.0625rem;top:19rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkJMFoQTurSuPZ1OBfvc7dzTBGgM5WcT { width:20rem;height:14.8125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU6obIsC7TwcHHHLTSiiGu0XqJKrnMGc { width:14.375rem;height:1.5rem;top:31.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhZRpSFE7r1kW1x2mg9TfV1eTTR6gmE { width:17.5rem;height:3.9375rem;top:36.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obaoBy1J3lrnEkkzvC2qxkSPMscE210l { width:16.25rem;height:0.0625rem;top:35.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trBhEOE66qePFsStuxIqrsGlXlTiZHQX { display:flex;width:1.25rem;height:1.25rem;top:31.9375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #ADqcA0bdG3wUXIspondAZFuOnNiQuRLJ { width:20rem;height:14.8125rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDN4KhuCToS6ndCcRKEoW9n0PhqPG8L { width:14.375rem;height:1.5rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5gkKzvHVowT7u9K0eA42MlDToBrmx4 { width:17.5rem;height:3.9375rem;top:54rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCEgzQQxNiliIHXqsZ1eNUFMxAVNuo7 { width:16.25rem;height:0.0625rem;top:51.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRbaGQUDucOJcEASUpXQDqFiMD8ryFNq { display:flex;width:1.25rem;height:1.25rem;top:48.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #owvhGVo9mTRghOxhuCEzXQ05a7bT18df { display:block; }#owvhGVo9mTRghOxhuCEzXQ05a7bT18df > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFoLoFG5T2TBbTteExCf8BTTnEMtaPtp { width:12.5rem;height:3.875rem;top:3.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6cye4efRLgqoR36S0Q9moIEdLAMezvF { width:12.5rem;height:1.25rem;top:9.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2T3QIeVyXnyOwAo9GMxcvagKl8qLUCg { width:12.5rem;height:1.25rem;top:17.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzlCT3W9goBRCuZRRUqCTtzZJGMyrh0t { width:12.5rem;height:3.875rem;top:12.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEwfaKbr9cduE20DbqRTGCLsOP19MlCl { width:12.5rem;height:1.25rem;top:27.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvrqxXm97g9Otxq42HTsTRZtOCOy3SB { width:12.5rem;height:3.875rem;top:21.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTcBlpUTUT4Jf2g4vF9N8PSAsQy4Dr7u { width:12.5rem;height:1.25rem;top:36.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZI5WybC1MnkK33l6TdBDPOCTG24Ipe5 { width:12.5rem;height:3.875rem;top:31rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uykKtuTx0L4pg7VKMth2Q4FHkmyon2yI { width:4.375rem;height:0.25rem;top:8.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkTkcmphsDlFULaNXA7zNaIdbXDGgdg { width:4.375rem;height:0.25rem;top:16.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBSEJLTWIdDWi15iuNEdQb3QC8mu8nT2 { width:4.375rem;height:0.25rem;top:25.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Micocnc6MfKiszbX8cWSlb9uD0482VhZ { width:4.375rem;height:0.25rem;top:35.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S { display:block; }#Mb5kiHtBOqaWAh2SG3eCCJXe9mPmPu8S > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgtUrtmQF8Oqat8NuCxkOsZonLptTwml { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKiutbNbGqCe6fOe9pTuoT5giBf2sLpp { width:19.3125rem;height:0;top:7.8625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G2miUXTEazhegMGDPZLguNOrTMTPJH { display:block; }#m4G2miUXTEazhegMGDPZLguNOrTMTPJH > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouqIlGwxVPJyJhO4CCAROXp2mVm968OD { width:14.625rem;height:4.8984375rem;top:6.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UoL2oAc9SgTlwQ5c2Rkx5KouQyylBlD5 { width:20rem;height:1.04980625rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnQUaDsLSfi3dbVo4uwsnwpcWhoA0InT { width:9.25rem;height:4.6875rem;top:24.1875rem;left:5.375rem;display:block; }
 }