.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,224,225;--color-primary-1:143,150,156;--color-primary-2:30,45,56;--color-primary-3:15,23,28;--color-primary-4:5,7,8;--color-secondary-0:230,232,245;--color-secondary-1:172,180,223;--color-secondary-2:88,104,191;--color-secondary-3:44,52,96;--color-secondary-4:13,16,29;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:#0b2535;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; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:36.0625rem;width:50.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:6.1875rem;top:4.34375rem;left:4.25rem;overflow:hidden;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.09375rem;left:12.186718940735rem;height:8.7rem;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; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:14.4375rem;left:4.25rem;height:17.325rem;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; }
#iyIWVvOzeeUwhqIeycJPbeSpShfRzdGn { 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:23rem;width:12.9375rem;top:6.53125rem;left:55.500000953674rem;overflow:hidden;display:block; }
#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { background-color: transparent; background-image: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .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); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { border-width: 0; border-radius: 0; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.925rem;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; }
#XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { color:rgba(var(--color-primary-3),1);display:block;width:58.9375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.1750011444092rem;left:0rem;height:8rem;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;display:block; }
#Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { color:#f4efec;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.7374992370606rem;left:48.875rem;height:1.3rem;display:block; }
#MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.5rem;display:block; }
#HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { color:rgba(var(--color-primary-3),1);display:block;width:26.125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:17.36874961853rem;left:4.5625rem;height:2.1rem;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; }
#rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { box-sizing:content-box;height:4.6875rem;width:37.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.125rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#TvJOqqegSkWBLaEfEhfFFSTbTaUl6MaW { box-sizing:content-box;height:14.0625rem;width:64.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.162500858307rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:25.549999713897rem;left:1.5rem;height:7.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:before{  }
#xR53A5SRGkda7Nr0Dv41uWwCeBtEOF7I { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:23.375000476837rem;left:1.5rem;height:4.8rem;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; }
#TWKLVRp87hqEqwPrTva0uf2Hm7Hk3erD { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:32.087500095368rem;left:0.97265625rem;height:3.2rem;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; }
#ZKB9Fk5GNgqTZ99gbQ1SJFB7Pd72XNIE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.562500953674rem;left:59.625000953674rem; }
#LNDsB7HHT2R0WCDGthg6viZEz06Dh5wH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.2125015258789rem;left:67.099999427794rem; }
#aKshc4NTmLmuIClMbLhN1CpLUDVWtRyb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.500000953674rem;left:1.8125rem; }
#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR { 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; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { background-color: transparent; background-image: none; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container > .video-iframe-container { display: none; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row > .video-iframe-container { display: none; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .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); }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { border-width: 0; border-radius: 0; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#AGmucDiU2IFytsla2ys5gRIXq8faiCrP { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5929687023163rem;left:1.5rem;display:block; }
#RUJyl5lmuGCS1xlOA2Xd8sGmfQrEKweI { box-sizing:content-box;height:4.6875rem;width:36.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.76);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4359376430511rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#MhIr7xRtbsakRaHNE9d5cAUKZ1H13bDK { color:rgba(var(--color-primary-3),1);display:block;width:28.5625rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:2.91796875rem;left:4.65625rem;height:2.1rem;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; }
#zSv4nhTRP18HWJDugqX7FrKRvRLmDRhh { box-sizing:content-box;height:14.0625rem;width:64.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.73);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0000030994412rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.249219417572rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:before{  }
#u0UO6MyUmlLTDhGbvy696RXsw1Rhca7G { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.2500002384187rem;left:1.47265625rem;height:4.8rem;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; }
#UW6hL5CRZTU3EMoJ3frQPirh3wAoTqRC { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.424218654633rem;left:1.5rem;height:3.2rem;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; }
#XRyB9ZFaDxiMGDNpFXzrQAat8vVhAQXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:6.1234540939331rem;left:60.187500953674rem; }
#bdmgpwmXFJOyiChXiXlx8gOh2Fr1dArz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.9039077758789rem;left:1.8125rem; }
#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { background-color: transparent; background-image: none; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container > .video-iframe-container { display: none; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row > .video-iframe-container { display: none; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .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); }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { border-width: 0; border-radius: 0; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#XTfAof03KyKsnuZUW6bgDN7yWSuq2DZk { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9054679870606rem;left:1.5rem;display:block; }
#XhvlPTfxs8PAywhT3g3li6sM2UcOQAFg { box-sizing:content-box;height:4.6875rem;width:36.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8109359741211rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#S7yXvltA5KyR1gwx0Ox9FvHhyCK5UeSV { color:rgba(var(--color-primary-3),1);display:block;width:30.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:2.1812500953674rem;left:4.6749992370606rem;height:4.2rem;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; }
#OC1sfIENrwz8IxcT54NXVqQT3NhargnL { box-sizing:content-box;height:14.0625rem;width:64.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0000030994412rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#siSofhnJKTG5kx1EK2u8en0fCFFAogXE { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.337500572204rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:before{  }
#bO0WJhgr0fv40DDE8CLGfh6zzmutx3JO { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.2500002384187rem;left:1.47265625rem;height:4.8rem;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; }
#p0KlmQ6kUm0ZDsf5HD0M352Qo6uXs4IV { color:rgba(var(--color-primary-3),1);display:block;width:60.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.53750038147rem;left:1.5rem;height:3.2rem;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; }
#ULOIJNhGvgahKkFny69pGyZzIRtU6HKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.675001144409rem;left:60.287499427796rem; }
#CkDVHW7PsQI90TvO46K0um8ixyMnhkZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.0593738555908rem;left:1.65625rem; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .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); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { box-sizing:content-box;height:46.625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4062523841858rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#EWNRET8A780oxeJozSQW2VQmkLQL6KIB { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.125rem;height:2.925rem;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; }
#TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { box-sizing:content-box;height:39.75rem;width:43.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.7500002384186rem;left:3.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.6875rem;left:3.125rem;height:;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;display:block; }
#QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.75rem;left:3.125rem;height:1.4rem;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;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:27.125rem;width:18.0625rem;top:8.6875100135806rem;left:45.750000953674rem;overflow:hidden;display:block; }
#IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.9375rem;top:42.687511444092rem;left:65.937500953675rem;overflow:hidden;display:block; }
#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.5rem;left:3.125rem;height:15rem;text-align:left;text-align-last:left;display:block; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:before{  }
#sWsW4v24bgLBXcU6TnWA9J3d7XGZrrX3 { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14.875rem;left:3.125rem;height:1.40625rem;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;display:block; }
#Xczf96KhlhCKH1Q3JlGBGB4OBMX9eVxk { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:32.6875rem;left:3.25rem;height:1.40625rem;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;display:block; }
#lHWyTyun8myJLQoqmmfLMTPOXC6S6QOU { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:34.25rem;left:3.125rem;height:8.4375rem;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;display:block; }
#XZc7WvvUXQglJu97tlu3EFoGl6zKGOGV { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:41.125rem;left:3.125rem;height:1.40625rem;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;display:block; }
#w2eulUPuowkZaJSRJUpcwhT9F9E2PRKu { box-sizing:content-box;height:46.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.03125rem;left:0.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#J54UAKXGcqOCobPac5oemAvCI6DwwN8H { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:41.3125rem;left:3.1875rem;height:4.21875rem;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;display:block; }
#CygDrbJxl33NTaWsXTztU3gWsCIHLlOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.8562564849854rem;left:62.500000953675rem; }
#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf { 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; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { background-color: transparent; background-image: none; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container > .video-iframe-container { display: none; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row > .video-iframe-container { display: none; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .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); }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { border-width: 0; border-radius: 0; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#CkHIytk0MlPW5mlPhlALADEgzqTZTobi { box-sizing:content-box;height:46.625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4062523841858rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ymBxce9v2LCWq86sw4d8GIpcGoTxaVaN { box-sizing:content-box;height:39.75rem;width:43.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.7500002384186rem;left:3.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#D8cSXd5UtFmKLtGozQ6sfieIyN56B0tH { color:rgba(var(--color-primary-3),1);display:block;width:38.5625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0484390258789rem;left:26.8125rem;height:15.46875rem;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;display:block; }
#PZfS62qcqWGC31bxUg9JV77qwOsHmatZ { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3367156982422rem;left:26.874218940735rem;height:1.4rem;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;display:block; }
#KeK9ShIOQrm4RnA8DVDRUOWCVQbT5AIb { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:7.8367156982425rem;left:3.96875rem;overflow:hidden;display:block; }
#P3eGdhRIdwxLpW1HRpa1eInmqfiuhfPr { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.9375rem;top:3.875rem;left:68.90625rem;overflow:hidden;display:block; }
#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS { color:rgba(var(--color-primary-3),1);display:block;width:39.0625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:24.252344489097rem;left:26.812500953674rem;height:10.78125rem;text-align:left;text-align-last:left;display:block; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:before{  }
#wQchLeRIWtzTdEUVymERsUqfZFZ0lUp7 { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.409374594688rem;left:27.000000953674rem;height:1.40625rem;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;display:block; }
#SJSqyHyMT7PDsKZAtfOMTWX3zhuosMbI { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:40.987500190735rem;left:26.781250953674rem;height:1.40625rem;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;display:block; }
#RHHoQEG15RkGkFuccKLhd8pfxfvEFrpm { box-sizing:content-box;height:46.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.03125rem;left:0.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#pEU594LxO8WZ3TyuxMthJSAPOGI4QAyT { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:34.237500190735rem;left:26.781250953674rem;height:5.625rem;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;display:block; }
#rT72f8QAybmRpUxWVLdSERnChUtQEWFT { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:41.143750190735rem;left:26.843750953674rem;height:4.21875rem;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;display:block; }
#m6udTmKFv2tnycc6fpJrneXmBi6ueWSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.335156917572rem;left:18.224219322204rem; }
#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65e38042-923e-4da0-a0d0-197636f30e02/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { border-width: 0; border-radius: 0; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::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; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:comfortaa;font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:4.35rem;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; }
#nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-2),0.5);top:8.4249982833863rem;left:0rem;height:9.9rem;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; }
#Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { box-sizing:content-box;height:17.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#fafeff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.875000476837rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#gx9zvB3BXlqmkb4Ie93FAsmdLbzKGuht { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5rem;top:19.375rem;left:17.587500572204rem;overflow:hidden;display:block; }
#bTT8izuC9xwmlZxMNxUdXGfHyOgRq7t1 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:11.25rem;top:27.387500286103rem;left:16.887499809265rem;overflow:hidden;display:block; }
#LJeakqVWE58zgbkB2WzHUobciIXTT8mw { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:19.5rem;left:47.474999427796rem;overflow:hidden;display:block; }
#puRUGmetzH4sptsCvI4qx1uAAVMR4q75 { position:absolute;display:block;z-index:15011;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:4.5625rem;width:14.25rem;top:27.731250286103rem;left:29.800000190735rem;overflow:hidden;display:block; }
#eOvfkfm39mVzi2OW0LTAIKLLN6zUB8BH { position:absolute;display:block;z-index:15012;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:4.75rem;width:20.875rem;top:19.5rem;left:24.774220466614rem;overflow:hidden;display:block; }
#epgDPXrG9HMZDoPiwzCy7r6111INQDGU { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:18.53125rem;left:63.975785255431rem;overflow:hidden;display:block; }
#Ra4NvfDIc3OH6QGvT3NlEEfT87c7pC8u { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:27.8125rem;top:29.5rem;left:45.375000953674rem;overflow:hidden;display:block; }
#yOs2SJoLbNkP2af1S2KNP4XtJT7J89Tr { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:19.5rem;left:55.475785255432rem;overflow:hidden;display:block; }
#TA3ezAOuCzBnrnQTOQ9DJEditXLmyLme { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:14.375rem;top:19.3125rem;left:1.41015625rem;overflow:hidden;display:block; }
#E6tWf1dJeaG6prEXq5aRT4t73chCcyVL { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:15.375rem;top:28.981250286103rem;left:0.72265625rem;overflow:hidden;display:block; }
#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { position:relative;display:block; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { background-color: transparent; background-image: none; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container > .video-iframe-container { display: none; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row > .video-iframe-container { display: none; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .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); }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { border-width: 0; border-radius: 0; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .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; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wfCfe6tM93TX5vmqnnTS55W5T3fSb8Mb { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2624988555908rem;left:1.7242183685302rem;height:2.925rem;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; }
#qz5tXLJwpT6N9DdaFibZtgWkrATKr1Cr { 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:15005;opacity:1;top:0.87499976158144rem;left:22.412499427796rem; }
#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n { position:relative;display:block; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n { background-color: transparent; background-image: none; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row .container > .video-iframe-container { display: none; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row > .video-iframe-container { display: none; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .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); }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n { border-width: 0; border-radius: 0; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .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; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nCep9DUkM6b7o4sSV7x1Xxq2dsP2fAiV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.859375rem;left:2rem;height:18.28125rem;display:block; }
#blr9TV0utsqL3bybGqnlvQUBGQDm0Lvm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.859375rem;left:20.749218940735rem;height:18.28125rem;display:block; }
#Tly1K7SrfFirXb5bl7g9nVKgX8GKRmFr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.296875rem;left:39.500000953674rem;height:13.40625rem;display:block; }
#U97tUiK5Ig2CvJmcRNReDqtUqq8sXG28 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.03125rem;left:58.250000953674rem;height:21.9375rem;display:block; }
#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .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); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { border-width: 0; border-radius: 0; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.96875rem;left:25.875rem;height:2.925rem;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; }
#evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { color:rgba(var(--color-primary-3),1);display:block;width:21rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:9.6421880722044rem;left:30.375000953674rem;height:4.5rem;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;display:block; }
#vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { box-sizing:content-box;height:4.6875rem;width:26.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4242200851437rem;left:25.875000953674rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { box-sizing:content-box;height:4.6875rem;width:20.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:54.437500953674rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:9.953906059265rem;left:58.937500953674rem;height:4.5rem;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;display:block; }
#oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { box-sizing:content-box;height:4.6875rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:25.625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { color:rgba(var(--color-primary-3),1);display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:16.455470085144rem;left:30.375000953674rem;height:;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;display:block; }
#M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { box-sizing:content-box;height:4.6875rem;width:27.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:47.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { color:rgba(var(--color-primary-3),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:16.4375rem;left:52.250000953674rem;height:4.5rem;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;display:block; }
#z1nPqF27ETM8d1Alz59zR8gqsTPNRAqq { color:rgba(var(--color-primary-3),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:22.905468940735rem;left:25.875000953674rem;height:;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;display:block; }
#ClxenV2g1CEvAU5Wh3IdIGTB7huG3USn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:10.328906059265rem;left:26.937500953674rem; }
#fJTBZ0t4rMvvhXBO1UtQgtmT93tOcKqd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:17.342968940735rem;left:26.900000953674rem; }
#JmRu3IkK9HQN6T3y64C0FdqUKWt8MVvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15037;opacity:1;top:10.641406059265rem;left:55.787499427796rem; }
#ayrDi0LrDmBPLiSHAlF4WbX6QDDL9xgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.436718940735rem;left:48.987500190735rem; }
#JoMouW7SMV3QEoDLvoWEzk5QTq9HDsCP { position:absolute;display:block;z-index:15039;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:23rem;width:12.9375rem;top:2.125rem;left:6.8492193222044rem;overflow:hidden;display:block; }
#EPcXyIQwXnC5EEtnop8aHHSzRv0xHqpu { box-sizing:content-box;height:4.6875rem;width:26.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4242200851437rem;left:25.875000953674rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:none; }
#r3n68lifl4hszIbBoCfihlcrEZU4zH9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f3af107-8d50-474b-9849-70615e8cb134/bg4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o.adaptive-delivery-prevent-bg, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyload, #r3n68lifl4hszIbBoCfihlcrEZU4zH9o.lazyloading { background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { background-color: transparent; background-image: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .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.48); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { display: none; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .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); }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { border-width: 0; border-radius: 0; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o::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; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#C1dET2eQShB8DwLmPITunS7lsHMGu1HX { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:comfortaa;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5968933105469rem;left:9.436718940735rem;height:7.55625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { box-sizing:content-box;height:14.375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 { position:relative;display:block; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 { background-color: transparent; background-image: none; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row .container > .video-iframe-container { display: none; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row > .video-iframe-container { display: none; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .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); }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 { border-width: 0; border-radius: 0; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .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; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),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:block; }#m9lapQakgW4F4kOt8r5Rcvdd8COiH6wr { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1617202758789rem;left:2.5359373092651rem;height:2.19375rem;font-style:normal;display:block; }
#THi9BT2Nximx14rFWGBaTTEf4zLTCNqF { color:rgba(var(--color-primary-0),1);display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.48046875rem;left:2.53515625rem;height:1.3rem;display:block; }
#JqTFr7r3dkbRHG3MSuZ4TGfn1bTZBiHm { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:12.47500038147rem;left:15.034375190735rem;height:1.5rem;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;display:block; }
#buhFPfJc4WT66dg1BiIl0sWod0iuAWbm { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:14.47500038147rem;left:15.034375190735rem;height:1.5rem;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;display:block; }
#CnsTOC4StB9DeX4wnXiR9PKxhfay73sx { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:12.47500038147rem;left:50.099217414856rem;height:1.5rem;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;display:block; }
#omCTITgI5wVtwMmcBqfRqQaaL02KzdLn { color:rgba(var(--color-primary-0),1);display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:14.47500038147rem;left:50.099217414856rem;height:1.5rem;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;display:block; }
#hvAkfEBJvcceN8U5pKkPDPJeCABITXA5 { position:absolute;display:block;z-index:15032;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:10.0625rem;width:6.6875rem;top:5.8625011444092rem;left:2.53515625rem;overflow:hidden;display:block; }
#sk0Sp1m0DrAa3FhmnmKwb9XBamUSarXB { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.9375rem;top:6.2062511444092rem;left:39.146874427796rem;overflow:hidden;display:block; }
#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { background-color: transparent; background-image: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .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); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { border-width: 0; border-radius: 0; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:47.75rem;height:36.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:6.1875rem;height:8.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:21.875rem;height:8.6875rem;top:4.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:41.125rem;height:;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyIWVvOzeeUwhqIeycJPbeSpShfRzdGn { top:6.5rem;left:34.8125rem;width:12.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { width:42.625rem;height:;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:47.75rem;height:;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { width:25.875rem;height:1.25rem;top:8.6875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { width:2.375rem;height:2.375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:26.125rem;height:2.125rem;top:17.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:37.125rem;height:4.6875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJOqqegSkWBLaEfEhfFFSTbTaUl6MaW { width:47.75rem;height:14.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6vLuZilvCiTaiHFzJcHaMywnQGSElQe { width:47.75rem;height:7.3125rem;top:25.5rem;left:0rem;font-size:0.8125rem;display:block; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:before{  }
 }@media only screen and (max-width: 763px) { #xR53A5SRGkda7Nr0Dv41uWwCeBtEOF7I { width:47.75rem;height:4.75rem;top:23.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKLVRp87hqEqwPrTva0uf2Hm7Hk3erD { width:47.75rem;height:3.1875rem;top:32.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKB9Fk5GNgqTZ99gbQ1SJFB7Pd72XNIE { top:19.5625rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDsB7HHT2R0WCDGthg6viZEz06Dh5wH { top:2.1875rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKshc4NTmLmuIClMbLhN1CpLUDVWtRyb { top:17.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNrTSeFSk0cGHOqoz7xqIppdfo0725hR { display:block; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGmucDiU2IFytsla2ys5gRIXq8faiCrP { width:2.375rem;height:2.375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJyl5lmuGCS1xlOA2Xd8sGmfQrEKweI { width:36.375rem;height:4.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIr7xRtbsakRaHNE9d5cAUKZ1H13bDK { width:28.5625rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSv4nhTRP18HWJDugqX7FrKRvRLmDRhh { width:47.75rem;height:14.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm { width:47.75rem;height:;top:11.1875rem;left:0rem;font-size:0.8125rem;display:block; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:before{  }
 }@media only screen and (max-width: 763px) { #u0UO6MyUmlLTDhGbvy696RXsw1Rhca7G { width:47.75rem;height:4.75rem;top:9.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6hL5CRZTU3EMoJ3frQPirh3wAoTqRC { width:47.75rem;height:3.1875rem;top:17.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRyB9ZFaDxiMGDNpFXzrQAat8vVhAQXh { top:6.0625rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmgpwmXFJOyiChXiXlx8gOh2Fr1dArz { top:2.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I { display:block; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTfAof03KyKsnuZUW6bgDN7yWSuq2DZk { width:2.375rem;height:2.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhvlPTfxs8PAywhT3g3li6sM2UcOQAFg { width:36.75rem;height:4.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7yXvltA5KyR1gwx0Ox9FvHhyCK5UeSV { width:30.8125rem;height:4.1875rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC1sfIENrwz8IxcT54NXVqQT3NhargnL { width:47.75rem;height:14.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siSofhnJKTG5kx1EK2u8en0fCFFAogXE { width:47.75rem;height:;top:11.3125rem;left:0rem;font-size:0.8125rem;display:block; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:before{  }
 }@media only screen and (max-width: 763px) { #bO0WJhgr0fv40DDE8CLGfh6zzmutx3JO { width:47.75rem;height:4.75rem;top:9.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0KlmQ6kUm0ZDsf5HD0M352Qo6uXs4IV { width:47.75rem;height:3.1875rem;top:17.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULOIJNhGvgahKkFny69pGyZzIRtU6HKa { top:18.625rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkDVHW7PsQI90TvO46K0um8ixyMnhkZV { top:3rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:47.75rem;height:46.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:42.625rem;height:;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:43.25rem;height:39.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:38.625rem;height:;top:8.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:32.0625rem;height:1.375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:18.0625rem;height:27.125rem;top:8.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:42.6875rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt { width:38.625rem;height:15rem;top:16.5rem;left:0rem;font-size:0.8125rem;display:block; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:before{  }
 }@media only screen and (max-width: 763px) { #sWsW4v24bgLBXcU6TnWA9J3d7XGZrrX3 { width:38.625rem;height:1.375rem;top:14.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xczf96KhlhCKH1Q3JlGBGB4OBMX9eVxk { width:38.625rem;height:1.375rem;top:32.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHWyTyun8myJLQoqmmfLMTPOXC6S6QOU { width:38.625rem;height:8.4375rem;top:34.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZc7WvvUXQglJu97tlu3EFoGl6zKGOGV { width:38.625rem;height:1.375rem;top:41.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eulUPuowkZaJSRJUpcwhT9F9E2PRKu { width:47.75rem;height:46.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54UAKXGcqOCobPac5oemAvCI6DwwN8H { width:38.625rem;height:4.1875rem;top:41.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygDrbJxl33NTaWsXTztU3gWsCIHLlOC { top:4.8125rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf { display:block; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkHIytk0MlPW5mlPhlALADEgzqTZTobi { width:47.75rem;height:46.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymBxce9v2LCWq86sw4d8GIpcGoTxaVaN { width:43.25rem;height:39.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cSXd5UtFmKLtGozQ6sfieIyN56B0tH { width:38.5625rem;height:15.5rem;top:6rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfS62qcqWGC31bxUg9JV77qwOsHmatZ { width:32.0625rem;height:;top:4.3125rem;left:13.249218940735rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeK9ShIOQrm4RnA8DVDRUOWCVQbT5AIb { width:20.1875rem;height:20.1875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3eGdhRIdwxLpW1HRpa1eInmqfiuhfPr { width:2.9375rem;height:3.4375rem;top:3.875rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS { width:39.0625rem;height:10.8125rem;top:24.25rem;left:8.6875rem;font-size:0.8125rem;display:block; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:before{  }
 }@media only screen and (max-width: 763px) { #wQchLeRIWtzTdEUVymERsUqfZFZ0lUp7 { width:38.625rem;height:1.375rem;top:22.375rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSqyHyMT7PDsKZAtfOMTWX3zhuosMbI { width:38.625rem;height:1.375rem;top:40.9375rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHoQEG15RkGkFuccKLhd8pfxfvEFrpm { width:47.75rem;height:46.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEU594LxO8WZ3TyuxMthJSAPOGI4QAyT { width:38.625rem;height:5.625rem;top:34.1875rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT72f8QAybmRpUxWVLdSERnChUtQEWFT { width:38.625rem;height:4.1875rem;top:41.125rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6udTmKFv2tnycc6fpJrneXmBi6ueWSD { top:4.3125rem;left:4.5992193222046rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { width:45.375rem;height:;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { width:47.75rem;height:17.0625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9zvB3BXlqmkb4Ie93FAsmdLbzKGuht { top:19.375rem;left:3.9625005722046rem;width:5.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTT8izuC9xwmlZxMNxUdXGfHyOgRq7t1 { top:27.375rem;left:3.2624998092651rem;width:11.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeakqVWE58zgbkB2WzHUobciIXTT8mw { top:19.5rem;left:33.849999427796rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRUGmetzH4sptsCvI4qx1uAAVMR4q75 { top:27.6875rem;left:16.175000190735rem;width:14.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvfkfm39mVzi2OW0LTAIKLLN6zUB8BH { top:19.5rem;left:11.149220466614rem;width:20.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epgDPXrG9HMZDoPiwzCy7r6111INQDGU { top:18.5rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4NvfDIc3OH6QGvT3NlEEfT87c7pC8u { top:29.5rem;left:19.9375rem;width:27.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOs2SJoLbNkP2af1S2KNP4XtJT7J89Tr { top:19.5rem;left:40.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3ezAOuCzBnrnQTOQ9DJEditXLmyLme { top:19.3125rem;left:0rem;width:14.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tWf1dJeaG6prEXq5aRT4t73chCcyVL { top:28.9375rem;left:0rem;width:15.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { display:block; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfCfe6tM93TX5vmqnnTS55W5T3fSb8Mb { width:42.625rem;height:;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz5tXLJwpT6N9DdaFibZtgWkrATKr1Cr { top:0.8125rem;left:8.7874994277956rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n { display:block; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCep9DUkM6b7o4sSV7x1Xxq2dsP2fAiV { top:2.8125rem;left:0rem;width:14.75rem;height:18.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blr9TV0utsqL3bybGqnlvQUBGQDm0Lvm { top:2.8125rem;left:9.125rem;width:14.75rem;height:18.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tly1K7SrfFirXb5bl7g9nVKgX8GKRmFr { top:5.25rem;left:21.0625rem;width:14.75rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97tUiK5Ig2CvJmcRNReDqtUqq8sXG28 { top:1rem;left:33rem;width:14.75rem;height:21.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:42.625rem;height:;top:4.9375rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:21rem;height:4.5rem;top:9.625rem;left:16.750000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:26.75rem;height:4.6875rem;top:9.375rem;left:12.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:20.5625rem;height:4.6875rem;top:9.625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:15rem;height:;top:9.9375rem;left:32.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { width:20.8125rem;height:4.6875rem;top:16.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { width:15.1875rem;height:;top:16.4375rem;left:16.750000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { width:27.5rem;height:4.6875rem;top:16.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { width:21.1875rem;height:;top:16.4375rem;left:26.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1nPqF27ETM8d1Alz59zR8gqsTPNRAqq { width:21.1875rem;height:;top:22.875rem;left:12.250000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxenV2g1CEvAU5Wh3IdIGTB7huG3USn { top:10.3125rem;left:13.312500953674rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJTBZ0t4rMvvhXBO1UtQgtmT93tOcKqd { top:17.3125rem;left:13.275000953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmRu3IkK9HQN6T3y64C0FdqUKWt8MVvL { top:10.625rem;left:42.162499427796rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayrDi0LrDmBPLiSHAlF4WbX6QDDL9xgb { top:17.375rem;left:35.362500190735rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoMouW7SMV3QEoDLvoWEzk5QTq9HDsCP { top:2.125rem;left:0rem;width:12.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPcXyIQwXnC5EEtnop8aHHSzRv0xHqpu { width:26.75rem;height:4.6875rem;top:9.375rem;left:12.250000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1dET2eQShB8DwLmPITunS7lsHMGu1HX { width:47.75rem;height:7.5rem;top:5.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:47.75rem;height:14.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 { display:block; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9lapQakgW4F4kOt8r5Rcvdd8COiH6wr { top:1.125rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THi9BT2Nximx14rFWGBaTTEf4zLTCNqF { top:3.4375rem;left:0rem;width:24.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqTFr7r3dkbRHG3MSuZ4TGfn1bTZBiHm { width:21.1875rem;height:1.5rem;top:12.4375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buhFPfJc4WT66dg1BiIl0sWod0iuAWbm { width:21.1875rem;height:1.5rem;top:14.4375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnsTOC4StB9DeX4wnXiR9PKxhfay73sx { width:21.1875rem;height:1.5rem;top:12.4375rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omCTITgI5wVtwMmcBqfRqQaaL02KzdLn { width:21.1875rem;height:1.5rem;top:14.4375rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvAkfEBJvcceN8U5pKkPDPJeCABITXA5 { top:5.8125rem;left:0rem;width:6.6875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0Sp1m0DrAa3FhmnmKwb9XBamUSarXB { top:6.1875rem;left:23.875rem;width:7.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:#0b2535;background-image:none;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:20rem;height:21.875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:2rem;height:2.625rem;top:26.237501144409rem;left:8.8437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:2.1rem;top:8.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:15rem;top:10.768750190735rem;left:0.74921876192094rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iyIWVvOzeeUwhqIeycJPbeSpShfRzdGn { width:3.3125rem;height:5.9375rem;top:1.0804687738419rem;left:8.3437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDMTKMvIQFZBHZiUZmOFmU0SyNxnw85t { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:20rem;height:17.6rem;top:4.775rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { width:15rem;height:2.6rem;top:30rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhzrFEig0J1oALxvCx3tf5m4CSAkvyRV { width:2.375rem;height:2.375rem;top:24.718749523163rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:10.875rem;height:2.6rem;top:24.606246948243rem;left:4.5000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:16.3125rem;height:4.6875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJOqqegSkWBLaEfEhfFFSTbTaUl6MaW { width:20rem;height:26.0625rem;top:29.206250667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6vLuZilvCiTaiHFzJcHaMywnQGSElQe { width:20rem;height:15.2375rem;top:33.468749523163rem;left:0rem;font-size:0.8125rem;display:block; }#e6vLuZilvCiTaiHFzJcHaMywnQGSElQe li:before{  }
 }@media only screen and (max-width: 763px) { #xR53A5SRGkda7Nr0Dv41uWwCeBtEOF7I { width:18.8125rem;height:5.2rem;top:29.999999523163rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKLVRp87hqEqwPrTva0uf2Hm7Hk3erD { width:19.125rem;height:5.2rem;top:47.942970275879rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKB9Fk5GNgqTZ99gbQ1SJFB7Pd72XNIE { display:flex;width:3.125rem;height:3.125rem;top:53.606250762939rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #LNDsB7HHT2R0WCDGthg6viZEz06Dh5wH { display:flex;width:2.3125rem;height:2.3125rem;top:27.093750953674rem;left:17.687499582768rem; }
 }@media only screen and (max-width: 763px) { #aKshc4NTmLmuIClMbLhN1CpLUDVWtRyb { display:flex;width:1.75rem;height:1.75rem;top:24.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #wNrTSeFSk0cGHOqoz7xqIppdfo0725hR { display:block; }#wNrTSeFSk0cGHOqoz7xqIppdfo0725hR > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGmucDiU2IFytsla2ys5gRIXq8faiCrP { width:2.375rem;height:2.375rem;top:2.4070312529803rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJyl5lmuGCS1xlOA2Xd8sGmfQrEKweI { width:15.5rem;height:4.6875rem;top:1.25rem;left:0.12500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIr7xRtbsakRaHNE9d5cAUKZ1H13bDK { width:10.9375rem;height:2.6rem;top:2.2937545776367rem;left:4.7500005364418rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSv4nhTRP18HWJDugqX7FrKRvRLmDRhh { width:20rem;height:26rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm { width:20rem;height:16.5375rem;top:11.293749809265rem;left:0rem;font-size:0.8125rem;display:block; }#bv3FRxFgbShgq2cNyMM2BT6JN3p3llmm li:before{  }
 }@media only screen and (max-width: 763px) { #u0UO6MyUmlLTDhGbvy696RXsw1Rhca7G { width:19.3125rem;height:5.2rem;top:8.25rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6hL5CRZTU3EMoJ3frQPirh3wAoTqRC { width:19rem;height:3.9rem;top:26.97421836853rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XRyB9ZFaDxiMGDNpFXzrQAat8vVhAQXh { display:flex;width:2.8125rem;height:2.8125rem;top:31.38671875rem;left:16.312499582768rem; }
 }@media only screen and (max-width: 763px) { #bdmgpwmXFJOyiChXiXlx8gOh2Fr1dArz { display:flex;width:1.75rem;height:1.75rem;top:2.7179718017578rem;left:1.9375000596046rem; }
 }@media only screen and (max-width: 763px) { #xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I { display:block; }#xeuKwgmmcI4m3rwewIaUGMIdnnJaDv8I > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTfAof03KyKsnuZUW6bgDN7yWSuq2DZk { width:2.375rem;height:2.375rem;top:2.40625rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhvlPTfxs8PAywhT3g3li6sM2UcOQAFg { width:16.4375rem;height:4.6875rem;top:1.3125rem;left:0.25000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7yXvltA5KyR1gwx0Ox9FvHhyCK5UeSV { width:11.5625rem;height:2.6rem;top:2.40625rem;left:4.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OC1sfIENrwz8IxcT54NXVqQT3NhargnL { width:20rem;height:24.3125rem;top:7.1085968017575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siSofhnJKTG5kx1EK2u8en0fCFFAogXE { width:20rem;height:13.9375rem;top:12.406249791384rem;left:0rem;font-size:0.8125rem;display:block; }#siSofhnJKTG5kx1EK2u8en0fCFFAogXE li:before{  }
 }@media only screen and (max-width: 763px) { #bO0WJhgr0fv40DDE8CLGfh6zzmutx3JO { width:19.0625rem;height:5.2rem;top:8.9210968017575rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0KlmQ6kUm0ZDsf5HD0M352Qo6uXs4IV { width:19.125rem;height:3.9rem;top:26.093750745058rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULOIJNhGvgahKkFny69pGyZzIRtU6HKa { display:flex;width:3.1875rem;height:3.1875rem;top:30.546100616455rem;left:16.812499582768rem; }
 }@media only screen and (max-width: 763px) { #CkDVHW7PsQI90TvO46K0um8ixyMnhkZV { display:flex;width:2.0625rem;height:2.0625rem;top:2.5601577758789rem;left:1.9062500596046rem; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:20rem;height:67.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:18.625rem;height:2.275rem;top:3.0929751396179rem;left:0.68671876192094rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:18.125rem;height:61.8125rem;top:6.2179670333863rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #orrmBWvZg2ETaqBJRtiV9r4x6u7RpvGG { width:15.5625rem;height:12.1875rem;top:10.467968702316rem;left:1.8750000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:12.5rem;height:2.8rem;top:7.0929698944094rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:12.5rem;height:18.75rem;top:70.281249046325rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:46.499219894409rem;left:16.424218714238rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt { width:17.1875rem;height:21.65625rem;top:24.842969894409rem;left:1.5625rem;font-size:0.8125rem;display:block; }#Iq91U5bLkMzonlOOaX4o9vFrGcoFw9dt li:before{  }
 }@media only screen and (max-width: 763px) { #sWsW4v24bgLBXcU6TnWA9J3d7XGZrrX3 { width:18rem;height:1.40625rem;top:22.904679298401rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xczf96KhlhCKH1Q3JlGBGB4OBMX9eVxk { width:18.5625rem;height:1.40625rem;top:47.875001907349rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHWyTyun8myJLQoqmmfLMTPOXC6S6QOU { width:16.9375rem;height:12.1875rem;top:49.843747138977rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZc7WvvUXQglJu97tlu3EFoGl6zKGOGV { width:18.5rem;height:1.40625rem;top:60.153124332428rem;left:1.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eulUPuowkZaJSRJUpcwhT9F9E2PRKu { width:20rem;height:46.625rem;top:1.250003695488rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J54UAKXGcqOCobPac5oemAvCI6DwwN8H { width:16.25rem;height:4.875rem;top:60.778124332428rem;left:1.6250000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygDrbJxl33NTaWsXTztU3gWsCIHLlOC { display:flex;width:5.1875rem;height:5.1875rem;top:66.262499809262rem;left:14.174218714237rem; }
 }@media only screen and (max-width: 763px) { #rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf { display:block; }#rigRkxolTMMZtV1ewQ0gDKgwJ8MdolSf > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkHIytk0MlPW5mlPhlALADEgzqTZTobi { width:20rem;height:67.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymBxce9v2LCWq86sw4d8GIpcGoTxaVaN { width:18.125rem;height:65.375rem;top:2.4062538146973rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cSXd5UtFmKLtGozQ6sfieIyN56B0tH { width:15.5625rem;height:28.03125rem;top:7.3914065361025rem;left:2.4375000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfS62qcqWGC31bxUg9JV77qwOsHmatZ { width:15rem;height:2.8rem;top:3.9281249046326rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeK9ShIOQrm4RnA8DVDRUOWCVQbT5AIb { width:16.5625rem;height:16.5625rem;top:71.05468940735rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3eGdhRIdwxLpW1HRpa1eInmqfiuhfPr { width:2.9375rem;height:3.4375rem;top:59.412499904632rem;left:15.112499773503rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS { width:16.6875rem;height:15.5625rem;top:38.467977523804rem;left:1.875rem;font-size:0.8125rem;display:block; }#qi3L5yATlTGy8iXFRFLKDTUnWRpe3SDS li:before{  }
 }@media only screen and (max-width: 763px) { #wQchLeRIWtzTdEUVymERsUqfZFZ0lUp7 { width:17.4375rem;height:1.40625rem;top:36.377343177796rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSqyHyMT7PDsKZAtfOMTWX3zhuosMbI { width:18.375rem;height:1.40625rem;top:61.393750190735rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHoQEG15RkGkFuccKLhd8pfxfvEFrpm { width:20rem;height:46.625rem;top:1.2499938011169rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pEU594LxO8WZ3TyuxMthJSAPOGI4QAyT { width:17.25rem;height:7.3125rem;top:53.280470848084rem;left:1.5929687619209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT72f8QAybmRpUxWVLdSERnChUtQEWFT { width:18.375rem;height:4.875rem;top:61.936718940735rem;left:1.6250000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6udTmKFv2tnycc6fpJrneXmBi6ueWSD { display:flex;width:3.75rem;height:3.75rem;top:69.243750572206rem;left:14.299999773503rem; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65e38042-923e-4da0-a0d0-197636f30e02/bg2.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(82,93,73,0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(82,93,73,0.48); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIFHknVn2fZR7pTVdEknzziMlJNmNwXJ { width:20rem;height:2.1rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLruvH1rRnRpV8Pl72bT9EL4mud0qH9F { width:20rem;height:6.5625rem;top:4.7242126464844rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Zpwzx31GUK0GwkWnDNdAH1ecc0glIE8y { width:20rem;height:31.8125rem;top:11.03750000149rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gx9zvB3BXlqmkb4Ie93FAsmdLbzKGuht { width:5.875rem;height:5.9375rem;top:11.817187786102rem;left:3.2233458500323rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTT8izuC9xwmlZxMNxUdXGfHyOgRq7t1 { width:8rem;height:3.6875rem;top:31.543750047684rem;left:10.691406786442rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeakqVWE58zgbkB2WzHUobciIXTT8mw { width:4.5rem;height:4.5rem;top:22.78750038147rem;left:2.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #puRUGmetzH4sptsCvI4qx1uAAVMR4q75 { width:9.0625rem;height:2.8125rem;top:31.981250047684rem;left:0.76171869039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvfkfm39mVzi2OW0LTAIKLLN6zUB8BH { width:17.125rem;height:3.5rem;top:18.775001168251rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #epgDPXrG9HMZDoPiwzCy7r6111INQDGU { width:7.5625rem;height:7.5625rem;top:11.285937786102rem;left:9.7742185235025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4NvfDIc3OH6QGvT3NlEEfT87c7pC8u { width:18.75rem;height:2.0625rem;top:28.125rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOs2SJoLbNkP2af1S2KNP4XtJT7J89Tr { width:5.125rem;height:5.125rem;top:36.350001573563rem;left:13.487499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3ezAOuCzBnrnQTOQ9DJEditXLmyLme { width:10.0625rem;height:3.5625rem;top:23.375rem;left:8.4304690957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tWf1dJeaG6prEXq5aRT4t73chCcyVL { width:12.4375rem;height:3.125rem;top:37.600001573563rem;left:0.76093751192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk { display:block; }#ZGPKMtNDuTzS1kIt3kL53B6Lgi8THSpk > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfCfe6tM93TX5vmqnnTS55W5T3fSb8Mb { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz5tXLJwpT6N9DdaFibZtgWkrATKr1Cr { display:flex;width:3.125rem;height:3.125rem;top:4.775rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n { display:block; }#dZduPmwqQzm0oEmUDr7cGUip4EM5RU4n > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCep9DUkM6b7o4sSV7x1Xxq2dsP2fAiV { width:14.75rem;height:14.7875rem;top:1.25rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blr9TV0utsqL3bybGqnlvQUBGQDm0Lvm { width:14.75rem;height:14.7875rem;top:18.280471801757rem;left:2.6250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tly1K7SrfFirXb5bl7g9nVKgX8GKRmFr { width:14.75rem;height:10.5625rem;top:36.437476158142rem;left:2.6250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U97tUiK5Ig2CvJmcRNReDqtUqq8sXG28 { width:14.75rem;height:15.84375rem;top:50.53125rem;left:2.6250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:20rem;height:2.275rem;top:21.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evnNudP5eTCeVmFmTsFPvAV1Wkb9epgv { width:12.6875rem;height:5.2rem;top:25.0546875rem;left:6.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSQNv3PoI7QnMC5FtVbcqyRudS2s2qk { width:18.75rem;height:5.9375rem;top:24.837493896484rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:18.5rem;height:5.8125rem;top:32.329681396484rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:11.3125rem;height:3.9rem;top:33.285157203674rem;left:6.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhdA2aaTa6F4a2EPp70iKkGK5igqzfA { width:7.625rem;height:2.0625rem;top:42.108594894409rem;left:6.1875000596046rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8s9nbp5wR06hDxJZA0tEl59PKzBs1F { width:12rem;height:3.9rem;top:40.221093177796rem;left:6.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1REAGUAkDRGatGeXncwq78qg7Fh0Tu5 { width:18.375rem;height:5.6875rem;top:46.914825439453rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpF2hWc4qdR7EKZJPSa9Lc7L31Binix { width:12.75rem;height:5.2rem;top:47.039825439453rem;left:5.8750000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z1nPqF27ETM8d1Alz59zR8gqsTPNRAqq { width:20rem;height:1.6rem;top:53.851589202881rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClxenV2g1CEvAU5Wh3IdIGTB7huG3USn { display:flex;width:2.625rem;height:2.625rem;top:26.342188835144rem;left:2.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #fJTBZ0t4rMvvhXBO1UtQgtmT93tOcKqd { display:flex;width:2.75rem;height:2.75rem;top:40.964842796326rem;left:2.6125000119209rem; }
 }@media only screen and (max-width: 763px) { #JmRu3IkK9HQN6T3y64C0FdqUKWt8MVvL { display:flex;width:2.5rem;height:2.5rem;top:33.860156059265rem;left:2.7375000119209rem; }
 }@media only screen and (max-width: 763px) { #ayrDi0LrDmBPLiSHAlF4WbX6QDDL9xgb { display:flex;width:2.4375rem;height:2.4375rem;top:48.4140625rem;left:2.6117187142372rem; }
 }@media only screen and (max-width: 763px) { #JoMouW7SMV3QEoDLvoWEzk5QTq9HDsCP { width:9.5rem;height:16.9375rem;top:2.9rem;left:5.3425150705216rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPcXyIQwXnC5EEtnop8aHHSzRv0xHqpu { width:18.3125rem;height:5.9375rem;top:39.483593940735rem;left:1.2500000596046rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #r3n68lifl4hszIbBoCfihlcrEZU4zH9o { display:block; }#r3n68lifl4hszIbBoCfihlcrEZU4zH9o > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1dET2eQShB8DwLmPITunS7lsHMGu1HX { width:18.9375rem;height:15.925rem;top:3.0679378509521rem;left:1.0624999403954rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWipyEW91MTi1ntNrxdTuSaEENLhnu5p { width:20rem;height:19.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 { display:block; }#E4KOIaHN7B71BeI332kRqpmmmIwRTeW6 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9lapQakgW4F4kOt8r5Rcvdd8COiH6wr { width:12.5rem;height:2.19375rem;top:1.25rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THi9BT2Nximx14rFWGBaTTEf4zLTCNqF { width:20rem;height:2.6rem;top:4.69375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqTFr7r3dkbRHG3MSuZ4TGfn1bTZBiHm { width:20rem;height:1.5rem;top:19.85625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buhFPfJc4WT66dg1BiIl0sWod0iuAWbm { width:20rem;height:1.5rem;top:22.70625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnsTOC4StB9DeX4wnXiR9PKxhfay73sx { width:20rem;height:1.5rem;top:36.80625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omCTITgI5wVtwMmcBqfRqQaaL02KzdLn { width:20rem;height:1.5rem;top:39.65625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvAkfEBJvcceN8U5pKkPDPJeCABITXA5 { width:6.6875rem;height:10.0625rem;top:8.5437622070312rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0Sp1m0DrAa3FhmnmKwb9XBamUSarXB { width:7.9375rem;height:9.6875rem;top:25.556274414062rem;left:6.3125000596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }