.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:242,246,250;--color-primary-1:213,226,239;--color-primary-2:170,196,223;--color-primary-3:85,98,112;--color-primary-4:26,29,33;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eee5e2;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); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea87773e-a41d-41a7-8447-27c63259f461/AdobeStock_197264982.crop_4914x2818_0,0.preview.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz.adaptive-delivery-prevent-bg, #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz.lazyload, #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz.lazyloading { background-image: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { background-color: transparent; background-image: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .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); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { border-width: 0; border-radius: 0; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#LEGE5FI0p6d1COXk6VniMQA0zM1M8vgU { color:#3b3838;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:01.4;letter-spacing:0;top:15.78125rem;left:2.34375rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IFsiyaqbU3WDO2eBwFuFgpVFSpGz1wmq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.875rem;left:2.34375rem;height:9.89943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVO0iUd4KNf8OJ4qHUT6FAmpOnTKgT2o { box-sizing:content-box;height:36.3125rem;width:32.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.67);background-image:none;top:0rem;left:1.40625rem;display:block; }
#VFbQrGTAeALpFwzsiqI5DFZOp0BDVrs2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:12.5625rem;top:12.7744140625rem;left:21.78125rem;overflow:hidden;display:block; }
#xddq1VGwL70yFM3Dpkp6PhT57rNJwOpm { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:27.375rem;top:13.8125rem;left:1.53125rem;display:block; }
#Ak8Z4TcHTOGLQHmQp7x8BI2BiVAsr0Og { position:absolute;display:block;z-index:15005;height:5.25rem;width:24.6875rem;top:28.6494140625rem;left:4.78125rem;display:block; }
#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container { background-color: transparent; background-image: none; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container > .video-iframe-container { display: none; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row > .video-iframe-container { display: none; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .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); }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container { border-width: 0; border-radius: 0; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#AEmlXwKWoSecyzpQelPmU5qLypa825dV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12rem;width:18.8125rem;top:8.125rem;left:0.59375rem;overflow:hidden;display:block; }
#MTZ3h7nX94sTeDWIQ8N3AnX0BB1QrFvO { color:#333333;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.1865234375rem;left:1.625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmZNvzuVQcBHMngxKxfNWpvJfZfZqDGQ { color:#3b3838;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:22.0615234375rem;left:41.65625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#saSTLnMLTKnTAf3g2bR3rLOirg9qwQ4H { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12rem;width:18.75rem;top:8.125rem;left:40.625rem;overflow:hidden;display:block; }
#ZRW9J78eXhEt2Vk3qpJ0OWiyR1kub0is { color:#3b3838;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.0615234375rem;left:21.6875rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZevLkfTDxwRUdMkkfPwV6DMe8l3qRg9t { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12rem;width:18.6875rem;top:8.125rem;left:20.65625rem;overflow:hidden;display:block; }
#ZwPArzDrg6zx02t7HJAb6ZG9Q2tPRBvn { color:#3b3838;display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6455078125rem;left:1.25rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckAEKQRhcoNutzZEy2rpQFSdkmyzWGZm { color:#bb2b74;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:28.6455078125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TPIPrbxtldzDr8Zqz86OHhuF7PkQ5p5a { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:6.25rem;width:18.75rem;top:20.7734375rem;left:40.625rem;display:block; }
#nSlAF2DmEAp7AOXLknH0tetT9GcbOIR3 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.25rem;width:18.1875rem;top:20.4736328125rem;left:40.875rem;display:block; }
#FbyQZCtGHVuV52AIvFyU3mTcOmkQle9p { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:6.25rem;width:18.75rem;top:20.75rem;left:20.625rem;display:block; }
#Tsw4QoFyARWbp88Ro9iSal2A10LIH1bw { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.25rem;width:18.1875rem;top:20.4375rem;left:20.875rem;display:block; }
#kPNqeRfhz9RAPwix1G2op0z3e1LLs30w { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:6.25rem;width:18.75rem;top:20.75rem;left:0.625rem;display:block; }
#rFWsqIlw1Q03Hc0aoET6JmNUx6vUI0Dh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.25rem;width:18.1875rem;top:20.4375rem;left:0.875rem;display:block; }
#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:#3b3838;display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:1.615234375rem;left:1.25rem;height:3.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMDverqloTQF2gUvoDieFcQZR9nJAQWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container { background-color: transparent; background-image: none; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container > .video-iframe-container { display: none; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row > .video-iframe-container { display: none; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .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); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container { border-width: 0; border-radius: 0; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#NPE4592pVVUKqsdkFhW3ABLntQADZxCQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.1875rem;width:27.3125rem;top:1.40966796875rem;left:1.75146484375rem;overflow:hidden;display:block; }
#nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.72314453125rem;left:30.5625rem;height:;font-style:normal;display:block; }#nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I li:before{  }
#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container { background-color: transparent; background-image: none; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container > .video-iframe-container { display: none; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row > .video-iframe-container { display: none; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .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); }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container { border-width: 0; border-radius: 0; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#AVpth0TyWx7mzuMJ0XHtQUyT3Qv9F0uR { position:absolute;display:block;z-index:15006;height:5.3125rem;width:26.1875rem;top:1.65625rem;left:16.90625rem;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:#3b3838;display:block;width:29.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1123046875rem;left:1.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:#3b3838;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9.46484375rem;left:3.40625rem;height:33.597675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:#3b3838;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.125rem;left:1.25rem;height:5.3994125rem;font-style:normal;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; }
#B7vRFWZiytXp1OCBHN5piJsulsJXVob3 { box-sizing:content-box;height:35.375rem;width:22.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.25);background-image:none;top:6.25rem;left:34.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#zhrQiucZePngEmhzpyH6u3rQUhTXMJUt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39rem;width:20.8125rem;top:2.6875rem;left:35.8125rem;overflow:hidden;display:block; }
#JvLOyQbAywyzr7AR4uqDH1rKv6RTz4mC { box-sizing:content-box;height:33.4375rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.45)', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.45)', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-size:auto !important;top:2.875rem;left:32.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { background-color: transparent; background-image: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .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); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { border-width: 0; border-radius: 0; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#ubAQqozHgMkLuaMBOk30quu820WLU8Ny { color:#bb2b74;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { background-color: transparent; background-image: none; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container > .video-iframe-container { display: none; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row > .video-iframe-container { display: none; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .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); }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { border-width: 0; border-radius: 0; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#Nk25lx8EA4czeBPZD64X1xPwZAdr2TRe { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:21.4375rem;top:3.25rem;left:6.1875rem;display:block; }
#cbhgvNPI5zhAJqy3FRUbaD1xxfbG6hF9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:21.4375rem;top:3.125rem;left:31rem;display:block; }
#gQzuTc38zJt92R8OSAxli6glgJRBLRut { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:20.49365234375rem;left:7.1875rem;height:11.1992125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEgOLOzACOPA1CC8OsV4sBB7V8252qJH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:5.130859375rem;left:7.1552734375rem;height:9.7993125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#akPOxsbzxKWLSrBxBOplVEwn8783sZTg { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:21.4375rem;top:19.8125rem;left:31rem;display:block; }
#J0zcIAcPlVkcT8qUTgvh0ZTo2a3SiEKP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:21.1875rem;left:32.125rem;height:5.59960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BUzmvkTq55E2HJQQXTPNCpQddOf9Witb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:21.4375rem;top:19.9375rem;left:6.1875rem;display:block; }
#ZPawAwaDTPakPaXd3UShbNo7oMiBo6pq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.130859375rem;left:32.125rem;height:9.7993125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0lm0AZgfIGQWHSEvZhmG1doTnCHuFOd { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:21.1875rem;left:32.6875rem;display:block; }
#TUQZXFfRR7xAtOMIl5KZV7mh5Ell0yXv { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:4.6875rem;left:32.75rem;display:block; }
#iSaOzh3e5W4s1cWEKGgxvRev2WGnAZXd { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:4.6875rem;left:8.1875rem;display:block; }
#Xq0DXRe8QCnryTx9HPpq5Vvlf7bFbz5I { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-primary-2),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(var(--color-primary-2),0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.875rem;width:21rem;top:21.0625rem;left:8.1875rem;display:block; }
#zncUDhsSUAOlraIbzC0K6mtKhFuFiTAC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.5625rem;left:22.56103515625rem; }
#E34pJvOG5dRFSh70DLNul4s7hqlfVUbu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.5625rem;left:47.75rem; }
#QmU6Mklrs7ZfyXZhUOA5m4kkp8xbukmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.0625rem;left:47.4375rem; }
#fPMDdMkyDBLHr1JJyl3kD9xnMtx09FLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.8125rem;left:22.56103515625rem; }
#XgyDNaXZ85Qtf4ycO3ubP6dLsPrrGaQq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.6923828125rem;left:18.75rem; }
#JMfMzr0k0QTifO2USfUQQ8QB8WeKhRVT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.6923828125rem;left:20.28125rem; }
#IHpigzMhqISomR2TSKfkugkKorKmSkXx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.6923828125rem;left:21.84375rem; }
#aqyaMnuTB8sU30r4sKt6cxHSPdo6TrgR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.6923828125rem;left:23.40625rem; }
#oVlkIaqyK3Ft6h2iJMVxJxH34TW7i9Mb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.6923828125rem;left:24.99853515625rem; }
#sACikZgLWMpTqgit3GUkHRbwyJl1VcQp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:31.375rem;left:43.625rem; }
#SOvmRGGNqa4EE81Cv4fFZ3pEPw1R0sTA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.375rem;left:49.875rem; }
#lzJTa9ER1va8b5Go1uUbBFVSlWaiwuXv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:31.375rem;left:45.1875rem; }
#ME2eb7CJ0XSxGGRUdQmMKxyO72HeJyX0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:31.375rem;left:46.75rem; }
#GWyGPhAsaU877mr5gXft2uiiLuaANAal { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:31.375rem;left:48.3125rem; }
#efPNg0sxgIE7D9g7Zm08WPwWNb3zePEV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.8125rem;left:20.8125rem; }
#cQs0mITd8MKitA3VP1URT0vaziBe9zFv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.8125rem;left:22.375rem; }
#neEB74ZUOe8MwcCpb5PnXdLEXAJosf26 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.8125rem;left:19.25rem; }
#GhFvcPXkT2hRQQpd4TzCRUrE5li7cpLG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:14.8125rem;left:23.9375rem; }
#r40LasccgRoWt1osQsq0KKVGv7LZLgLr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:14.8125rem;left:25.5rem; }
#BL7En7gzFObflaGvEkmMWCyTqTRutQh5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:14.875rem;left:45.3125rem; }
#Cp7WLZP82vO65DCLxhTHAfuEzREGzEDo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:14.875rem;left:46.875rem; }
#WOViwbNKcc2HLZSC5mOpguOn4WbTT0yT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.875rem;left:43.75rem; }
#xM3A3gA7HyBvCUBmf7vZ8Im0c8pivDBB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:14.875rem;left:48.4375rem; }
#qe3MFdgJQ2kCaoHbD9FpbAycCugEVRE3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:14.875rem;left:50rem; }
#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container { background-color: transparent; background-image: none; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container > .video-iframe-container { display: none; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row > .video-iframe-container { display: none; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .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); }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container { border-width: 0; border-radius: 0; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#a6BBFwikl0AHaLE8Cz8x0FaxPptFTsUX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5625rem;left:21.125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { color:#50779f;display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:21.125rem;height:8.77441875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQAkW3tKNz5o93WOUT0bTqOwqsf5iIId { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:16.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#zS8DLMun9XZTLHdx3awuCJ0aLOX58xnT { box-sizing:content-box;height:24.25rem;width:19.6875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.45)', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.45)', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.45), rgba(var(--color-secondary-0),0));background-size:auto !important;top:1.1875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#g9WdXnVNGUOiOvBQVIwBzbzacT6Co8Qh { box-sizing:content-box;height:25.4375rem;width:19.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.25);background-image:none;top:0rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#HepfRtcSy4eBty1RhZE5fPTwvnzlFMtO { position:absolute;display:block;z-index:15006;height:5.3125rem;width:24.6875rem;top:12.4375rem;left:21.125rem;display:block; }
#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container { background-color: transparent; background-image: none; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container > .video-iframe-container { display: none; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row > .video-iframe-container { display: none; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .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); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container { border-width: 0; border-radius: 0; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#KwumzvO7zKTUVcEFbUblT3TotEwD11As { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.875rem;left:18.46875rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#To4ynL5TyR2mfXLkKMeTitTiI6XRb3tx { color:#1f333b;display:block;width:26.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:17.1005859375rem;left:1.00048828125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ka3Qtt8ZJbQVxKLR7DBPQQ2fU1zUIV7t { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:12.125rem;left:27.4375rem; }
#ka3Qtt8ZJbQVxKLR7DBPQQ2fU1zUIV7t > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#UTPRShzID5OTB4GRk2IChv8RdBpHl2y6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:12.125rem;left:30.25rem; }
#UTPRShzID5OTB4GRk2IChv8RdBpHl2y6 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LvllJeVbuTJ60Tu2K68dKzcwqy5pWb6E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:12.125rem;left:33.125rem; }
#LvllJeVbuTJ60Tu2K68dKzcwqy5pWb6E > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Agdq0RwDDvWrgJz7q5GPFtLk0kpoMIrC { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:17.1005859375rem;left:35.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCl2hbxV88Fb8ELcAxigH6PfmpK3OxpG { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:17.1005859375rem;left:47.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJlOOVv0phkTNoioOBOKrUvS7w3Z6QE9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:0rem;left:28.03125rem;overflow:hidden;display:block; }
#GUSubWF3fn1TihTqc6rwusKv7Xli5u38 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:12.125rem;left:24.6875rem; }
#GUSubWF3fn1TihTqc6rwusKv7Xli5u38 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz { display:block; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEGE5FI0p6d1COXk6VniMQA0zM1M8vgU { top:15.75rem;left:0rem;width:19.4375rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFsiyaqbU3WDO2eBwFuFgpVFSpGz1wmq { top:2.875rem;left:0rem;width:29.5625rem;height:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVO0iUd4KNf8OJ4qHUT6FAmpOnTKgT2o { top:0rem;left:0rem;width:32.875rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbQrGTAeALpFwzsiqI5DFZOp0BDVrs2 { top:12.75rem;left:15.65625rem;width:12.5625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddq1VGwL70yFM3Dpkp6PhT57rNJwOpm { width:27.375rem;height:10.9375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak8Z4TcHTOGLQHmQp7x8BI2BiVAsr0Og { top:28.625rem;left:0rem;width:24.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz { display:block; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEmlXwKWoSecyzpQelPmU5qLypa825dV { width:18.8125rem;height:12rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTZ3h7nX94sTeDWIQ8N3AnX0BB1QrFvO { width:16.75rem;height:2.75rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmZNvzuVQcBHMngxKxfNWpvJfZfZqDGQ { width:16.6875rem;height:2.75rem;top:22rem;left:30.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saSTLnMLTKnTAf3g2bR3rLOirg9qwQ4H { width:18.75rem;height:12rem;top:8.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRW9J78eXhEt2Vk3qpJ0OWiyR1kub0is { width:16.625rem;height:4.1875rem;top:22rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZevLkfTDxwRUdMkkfPwV6DMe8l3qRg9t { width:18.6875rem;height:12rem;top:8.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwPArzDrg6zx02t7HJAb6ZG9Q2tPRBvn { width:36.5rem;height:2.875rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckAEKQRhcoNutzZEy2rpQFSdkmyzWGZm { width:47.75rem;height:2.875rem;top:28.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIPrbxtldzDr8Zqz86OHhuF7PkQ5p5a { width:18.75rem;height:6.25rem;top:20.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSlAF2DmEAp7AOXLknH0tetT9GcbOIR3 { width:18.1875rem;height:6.25rem;top:20.4375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyQZCtGHVuV52AIvFyU3mTcOmkQle9p { width:18.75rem;height:6.25rem;top:20.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsw4QoFyARWbp88Ro9iSal2A10LIH1bw { width:18.1875rem;height:6.25rem;top:20.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPNqeRfhz9RAPwix1G2op0z3e1LLs30w { width:18.75rem;height:6.25rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFWsqIlw1Q03Hc0aoET6JmNUx6vUI0Dh { width:18.1875rem;height:6.25rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:1.625rem;left:0rem;width:44.625rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMDverqloTQF2gUvoDieFcQZR9nJAQWw { display:block; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPE4592pVVUKqsdkFhW3ABLntQADZxCQ { top:1.375rem;left:0rem;width:27.3125rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I { width:28.0625rem;height:;top:2.6875rem;left:19.6875rem;font-size:0.875rem;display:block; }#nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I li:before{  }
 }@media only screen and (max-width: 763px) { #xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK { display:block; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVpth0TyWx7mzuMJ0XHtQUyT3Qv9F0uR { top:1.625rem;left:10.78125rem;width:26.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:7.0625rem;left:0rem;width:29.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:9.4375rem;left:0.34375rem;width:23.1875rem;height:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:1.125rem;left:0rem;width:25.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7vRFWZiytXp1OCBHN5piJsulsJXVob3 { top:6.25rem;left:25.1875rem;width:22.5625rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhrQiucZePngEmhzpyH6u3rQUhTXMJUt { top:2.6875rem;left:26.625rem;width:20.8125rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLOyQbAywyzr7AR4uqDH1rKv6RTz4mC { top:2.875rem;left:23.875rem;width:22.0625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { top:2.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk { display:block; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk25lx8EA4czeBPZD64X1xPwZAdr2TRe { width:21.4375rem;height:13.6875rem;top:3.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhgvNPI5zhAJqy3FRUbaD1xxfbG6hF9 { width:21.4375rem;height:13.8125rem;top:3.125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzuTc38zJt92R8OSAxli6glgJRBLRut { width:17.375rem;height:11.1875rem;top:20.4375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEgOLOzACOPA1CC8OsV4sBB7V8252qJH { width:17.5rem;height:9.75rem;top:5.125rem;left:1.0302734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPOxsbzxKWLSrBxBOplVEwn8783sZTg { width:21.4375rem;height:13.6875rem;top:19.8125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zcIAcPlVkcT8qUTgvh0ZTo2a3SiEKP { width:17.5rem;height:5.5625rem;top:21.1875rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzmvkTq55E2HJQQXTPNCpQddOf9Witb { width:21.4375rem;height:13.6875rem;top:19.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPawAwaDTPakPaXd3UShbNo7oMiBo6pq { width:18.4375rem;height:9.8125rem;top:5.125rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0lm0AZgfIGQWHSEvZhmG1doTnCHuFOd { width:21rem;height:13.875rem;top:21.1875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQZXFfRR7xAtOMIl5KZV7mh5Ell0yXv { width:21rem;height:13.875rem;top:4.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaOzh3e5W4s1cWEKGgxvRev2WGnAZXd { width:21rem;height:13.875rem;top:4.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0DXRe8QCnryTx9HPpq5Vvlf7bFbz5I { width:21rem;height:13.875rem;top:21.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zncUDhsSUAOlraIbzC0K6mtKhFuFiTAC { top:18.5625rem;left:16.43603515625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E34pJvOG5dRFSh70DLNul4s7hqlfVUbu { top:18.5625rem;left:41.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmU6Mklrs7ZfyXZhUOA5m4kkp8xbukmp { top:2.0625rem;left:41.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPMDdMkyDBLHr1JJyl3kD9xnMtx09FLL { top:1.8125rem;left:16.43603515625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgyDNaXZ85Qtf4ycO3ubP6dLsPrrGaQq { top:31.6875rem;left:12.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMfMzr0k0QTifO2USfUQQ8QB8WeKhRVT { top:31.6875rem;left:14.15625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHpigzMhqISomR2TSKfkugkKorKmSkXx { top:31.6875rem;left:15.71875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqyaMnuTB8sU30r4sKt6cxHSPdo6TrgR { top:31.6875rem;left:17.28125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlkIaqyK3Ft6h2iJMVxJxH34TW7i9Mb { top:31.6875rem;left:18.87353515625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sACikZgLWMpTqgit3GUkHRbwyJl1VcQp { top:31.375rem;left:37.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvmRGGNqa4EE81Cv4fFZ3pEPw1R0sTA { top:31.375rem;left:43.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzJTa9ER1va8b5Go1uUbBFVSlWaiwuXv { top:31.375rem;left:39.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME2eb7CJ0XSxGGRUdQmMKxyO72HeJyX0 { top:31.375rem;left:40.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWyGPhAsaU877mr5gXft2uiiLuaANAal { top:31.375rem;left:42.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efPNg0sxgIE7D9g7Zm08WPwWNb3zePEV { top:14.8125rem;left:14.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQs0mITd8MKitA3VP1URT0vaziBe9zFv { top:14.8125rem;left:16.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEB74ZUOe8MwcCpb5PnXdLEXAJosf26 { top:14.8125rem;left:13.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhFvcPXkT2hRQQpd4TzCRUrE5li7cpLG { top:14.8125rem;left:17.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r40LasccgRoWt1osQsq0KKVGv7LZLgLr { top:14.8125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7En7gzFObflaGvEkmMWCyTqTRutQh5 { top:14.875rem;left:39.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp7WLZP82vO65DCLxhTHAfuEzREGzEDo { top:14.875rem;left:40.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOViwbNKcc2HLZSC5mOpguOn4WbTT0yT { top:14.875rem;left:37.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3A3gA7HyBvCUBmf7vZ8Im0c8pivDBB { top:14.875rem;left:42.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3MFdgJQ2kCaoHbD9FpbAycCugEVRE3 { top:14.875rem;left:43.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK { display:block; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6BBFwikl0AHaLE8Cz8x0FaxPptFTsUX { top:9.5625rem;left:15rem;width:29.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { top:0rem;left:7.875rem;width:38.875rem;height:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQAkW3tKNz5o93WOUT0bTqOwqsf5iIId { top:1.25rem;left:0rem;width:16.375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS8DLMun9XZTLHdx3awuCJ0aLOX58xnT { top:1.1875rem;left:0rem;width:19.6875rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9WdXnVNGUOiOvBQVIwBzbzacT6Co8Qh { top:0rem;left:0rem;width:19.875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HepfRtcSy4eBty1RhZE5fPTwvnzlFMtO { top:12.4375rem;left:15rem;width:24.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 { display:block; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwumzvO7zKTUVcEFbUblT3TotEwD11As { top:4.875rem;left:12.34375rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4ynL5TyR2mfXLkKMeTitTiI6XRb3tx { top:17.0625rem;left:0rem;width:26.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka3Qtt8ZJbQVxKLR7DBPQQ2fU1zUIV7t { top:12.125rem;left:21.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#ka3Qtt8ZJbQVxKLR7DBPQQ2fU1zUIV7t > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #UTPRShzID5OTB4GRk2IChv8RdBpHl2y6 { top:12.125rem;left:24.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#UTPRShzID5OTB4GRk2IChv8RdBpHl2y6 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LvllJeVbuTJ60Tu2K68dKzcwqy5pWb6E { top:12.125rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#LvllJeVbuTJ60Tu2K68dKzcwqy5pWb6E > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Agdq0RwDDvWrgJz7q5GPFtLk0kpoMIrC { top:17.0625rem;left:29.8125rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCl2hbxV88Fb8ELcAxigH6PfmpK3OxpG { top:17.0625rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJlOOVv0phkTNoioOBOKrUvS7w3Z6QE9 { width:3.9375rem;height:3.9375rem;top:0rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUSubWF3fn1TihTqc6rwusKv7Xli5u38 { top:12.125rem;left:18.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#GUSubWF3fn1TihTqc6rwusKv7Xli5u38 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz { background-color:#eee5e2;background-image:url("https://images.assets-landingi.com/uc/ea87773e-a41d-41a7-8447-27c63259f461/AdobeStock_197264982.crop_4914x2818_0,0.preview.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz.adaptive-delivery-prevent-bg, #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz.lazyload, #sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz.lazyloading { background-image: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { background-color: transparent; background-image: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row > .video-iframe-container { display: none; }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .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); }#sTt2f9kZNgHyQDMqXuxXDFf0QTACQILz > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEGE5FI0p6d1COXk6VniMQA0zM1M8vgU { width:16.9375rem;height:5.59765625rem;top:12.41845703125rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15006;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IFsiyaqbU3WDO2eBwFuFgpVFSpGz1wmq { width:17.75rem;height:5.77441875rem;top:4.875rem;left:1.125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVO0iUd4KNf8OJ4qHUT6FAmpOnTKgT2o { width:20rem;height:34.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbQrGTAeALpFwzsiqI5DFZOp0BDVrs2 { width:8.375rem;height:10.0625rem;top:18.01806640625rem;left:5.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xddq1VGwL70yFM3Dpkp6PhT57rNJwOpm { width:20rem;height:10.9375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak8Z4TcHTOGLQHmQp7x8BI2BiVAsr0Og { width:20rem;height:3.625rem;top:28.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz { display:block; }#QfVbgzTfaQHVlcHua4cyEB6uvOr0KRBz > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEmlXwKWoSecyzpQelPmU5qLypa825dV { width:18.75rem;height:11.7485625rem;top:40.0625rem;left:0.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MTZ3h7nX94sTeDWIQ8N3AnX0BB1QrFvO { width:14.375rem;height:2.44921875rem;top:53rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xmZNvzuVQcBHMngxKxfNWpvJfZfZqDGQ { width:16.25rem;height:1.2246125rem;top:17.94970703125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saSTLnMLTKnTAf3g2bR3rLOirg9qwQ4H { width:18.75rem;height:11.749rem;top:4.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRW9J78eXhEt2Vk3qpJ0OWiyR1kub0is { width:16.25rem;height:2.44921875rem;top:35.56787109375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZevLkfTDxwRUdMkkfPwV6DMe8l3qRg9t { width:18.75rem;height:12.3735625rem;top:21.7939453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwPArzDrg6zx02t7HJAb6ZG9Q2tPRBvn { width:17rem;height:1.94921875rem;top:1.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckAEKQRhcoNutzZEy2rpQFSdkmyzWGZm { width:20rem;height:1.94970625rem;top:58.380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIPrbxtldzDr8Zqz86OHhuF7PkQ5p5a { width:18.75rem;height:7.4375rem;top:32rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSlAF2DmEAp7AOXLknH0tetT9GcbOIR3 { width:18.1875rem;height:6.25rem;top:32.85498046875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyQZCtGHVuV52AIvFyU3mTcOmkQle9p { width:18.75rem;height:6.25rem;top:50.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsw4QoFyARWbp88Ro9iSal2A10LIH1bw { width:18.1875rem;height:6.25rem;top:50.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPNqeRfhz9RAPwix1G2op0z3e1LLs30w { width:18.75rem;height:6.25rem;top:14.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFWsqIlw1Q03Hc0aoET6JmNUx6vUI0Dh { width:18.1875rem;height:6.25rem;top:14.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:4.19921875rem;top:0.73095703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lMDverqloTQF2gUvoDieFcQZR9nJAQWw { background-color:#ffffff;background-image:none;display:block; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container { background-color: transparent; background-image: none; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container > .video-iframe-container { display: none; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row > .video-iframe-container { display: none; }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .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); }#lMDverqloTQF2gUvoDieFcQZR9nJAQWw > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPE4592pVVUKqsdkFhW3ABLntQADZxCQ { width:20rem;height:13.3628125rem;top:0.93701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I { width:18.75rem;height:18.707rem;top:15.67431640625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#nKsXL0Z7AcZXwpKQrHR2rXHHohMuar6I li:before{  }
 }@media only screen and (max-width: 763px) { #xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK { display:block; }#xPdd2nEMdtaZEOAUpwUD6uv8x3Eho6nK > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVpth0TyWx7mzuMJ0XHtQUyT3Qv9F0uR { width:20rem;height:5.3125rem;top:0.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:19.375rem;height:2.44921875rem;top:6.125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:17.9350625rem;height:33.0644125rem;top:29.67431640625rem;left:1.0322265625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.4375rem;height:4.19921875rem;top:1.0625rem;left:0.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B7vRFWZiytXp1OCBHN5piJsulsJXVob3 { width:15.375rem;height:18.0625rem;top:10.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhrQiucZePngEmhzpyH6u3rQUhTXMJUt { width:10.3125rem;height:19.375rem;top:9.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLOyQbAywyzr7AR4uqDH1rKv6RTz4mC { width:15.625rem;height:17.75rem;top:9.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { width:20rem;height:6.2988125rem;top:1.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk { display:block; }#Ls2u6yoSDnSk12dmt75seKVtl2uHKaAk > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk25lx8EA4czeBPZD64X1xPwZAdr2TRe { width:17.1875rem;height:11.5625rem;top:45.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbhgvNPI5zhAJqy3FRUbaD1xxfbG6hF9 { width:17.1875rem;height:11.5625rem;top:31.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQzuTc38zJt92R8OSAxli6glgJRBLRut { width:16.3115rem;height:9.7968625rem;top:32.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEgOLOzACOPA1CC8OsV4sBB7V8252qJH { width:15.561rem;height:8.57225rem;top:46.875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPOxsbzxKWLSrBxBOplVEwn8783sZTg { width:17.1875rem;height:11.5625rem;top:1.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zcIAcPlVkcT8qUTgvh0ZTo2a3SiEKP { width:14.625rem;height:4.8984375rem;top:3.5rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzmvkTq55E2HJQQXTPNCpQddOf9Witb { width:17.1875rem;height:13.125rem;top:15.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPawAwaDTPakPaXd3UShbNo7oMiBo6pq { width:15.3125rem;height:9.796875rem;top:17.25rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0lm0AZgfIGQWHSEvZhmG1doTnCHuFOd { width:17.1875rem;height:11.5625rem;top:46.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQZXFfRR7xAtOMIl5KZV7mh5Ell0yXv { width:17.1875rem;height:13.1875rem;top:16.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaOzh3e5W4s1cWEKGgxvRev2WGnAZXd { width:17.1875rem;height:11.5625rem;top:2.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0DXRe8QCnryTx9HPpq5Vvlf7bFbz5I { width:17.1875rem;height:11.5625rem;top:32.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zncUDhsSUAOlraIbzC0K6mtKhFuFiTAC { display:flex;width:3.125rem;height:3.125rem;top:30.125rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #E34pJvOG5dRFSh70DLNul4s7hqlfVUbu { display:flex;width:3.125rem;height:3.125rem;top:44.375rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #QmU6Mklrs7ZfyXZhUOA5m4kkp8xbukmp { display:flex;width:3.125rem;height:3.125rem;top:14.4375rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #fPMDdMkyDBLHr1JJyl3kD9xnMtx09FLL { display:flex;width:3.125rem;height:3.125rem;top:0.4375rem;left:14.185546875rem; }
 }@media only screen and (max-width: 763px) { #XgyDNaXZ85Qtf4ycO3ubP6dLsPrrGaQq { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #JMfMzr0k0QTifO2USfUQQ8QB8WeKhRVT { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #IHpigzMhqISomR2TSKfkugkKorKmSkXx { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #aqyaMnuTB8sU30r4sKt6cxHSPdo6TrgR { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #oVlkIaqyK3Ft6h2iJMVxJxH34TW7i9Mb { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #sACikZgLWMpTqgit3GUkHRbwyJl1VcQp { display:flex;width:1.5625rem;height:1.5625rem;top:54.9375rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #SOvmRGGNqa4EE81Cv4fFZ3pEPw1R0sTA { display:flex;width:1.5625rem;height:1.5625rem;top:54.9375rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #lzJTa9ER1va8b5Go1uUbBFVSlWaiwuXv { display:flex;width:1.5625rem;height:1.5625rem;top:54.9375rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #ME2eb7CJ0XSxGGRUdQmMKxyO72HeJyX0 { display:flex;width:1.5625rem;height:1.5625rem;top:54.9375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #GWyGPhAsaU877mr5gXft2uiiLuaANAal { display:flex;width:1.5625rem;height:1.5625rem;top:54.9375rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #efPNg0sxgIE7D9g7Zm08WPwWNb3zePEV { display:flex;width:1.5625rem;height:1.5625rem;top:10.6875rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #cQs0mITd8MKitA3VP1URT0vaziBe9zFv { display:flex;width:1.5625rem;height:1.5625rem;top:10.6875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #neEB74ZUOe8MwcCpb5PnXdLEXAJosf26 { display:flex;width:1.5625rem;height:1.5625rem;top:10.6875rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #GhFvcPXkT2hRQQpd4TzCRUrE5li7cpLG { display:flex;width:1.5625rem;height:1.5625rem;top:10.6875rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #r40LasccgRoWt1osQsq0KKVGv7LZLgLr { display:flex;width:1.5625rem;height:1.5625rem;top:10.6875rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #BL7En7gzFObflaGvEkmMWCyTqTRutQh5 { display:flex;width:1.5625rem;height:1.5625rem;top:26.5rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #Cp7WLZP82vO65DCLxhTHAfuEzREGzEDo { display:flex;width:1.5625rem;height:1.5625rem;top:26.5rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #WOViwbNKcc2HLZSC5mOpguOn4WbTT0yT { display:flex;width:1.5625rem;height:1.5625rem;top:26.5rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #xM3A3gA7HyBvCUBmf7vZ8Im0c8pivDBB { display:flex;width:1.5625rem;height:1.5625rem;top:26.5rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #qe3MFdgJQ2kCaoHbD9FpbAycCugEVRE3 { display:flex;width:1.5625rem;height:1.5625rem;top:26.5rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK { display:block; }#vyWFRu2vXBw7q5zkT2rRMH5m5KBlrXNK > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6BBFwikl0AHaLE8Cz8x0FaxPptFTsUX { width:20rem;height:1.29980625rem;top:13.40283203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { width:20rem;height:11.6953125rem;top:0.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQAkW3tKNz5o93WOUT0bTqOwqsf5iIId { width:15.625rem;height:23.0625rem;top:24.125rem;left:1.5rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #zS8DLMun9XZTLHdx3awuCJ0aLOX58xnT { width:17.125rem;height:20.125rem;top:23.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9WdXnVNGUOiOvBQVIwBzbzacT6Co8Qh { width:15.8125rem;height:24.5rem;top:22.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HepfRtcSy4eBty1RhZE5fPTwvnzlFMtO { width:20rem;height:5.3125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container { background-color: transparent; background-image: none; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container > .video-iframe-container { display: none; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row > .video-iframe-container { display: none; }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .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); }#gaGbrOM8HU3rv1xsuVhQOHcu6ofWsGt4 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwumzvO7zKTUVcEFbUblT3TotEwD11As { width:20rem;height:7.99805625rem;top:8.9371875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To4ynL5TyR2mfXLkKMeTitTiI6XRb3tx { width:20rem;height:2.798825rem;top:21.24658203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ka3Qtt8ZJbQVxKLR7DBPQQ2fU1zUIV7t { width:2.1875rem;height:2.1875rem;top:17.9375rem;left:7.5625rem;display:block; }
#ka3Qtt8ZJbQVxKLR7DBPQQ2fU1zUIV7t > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #UTPRShzID5OTB4GRk2IChv8RdBpHl2y6 { width:2.1875rem;height:2.1875rem;top:17.9375rem;left:10.5rem;display:block; }
#UTPRShzID5OTB4GRk2IChv8RdBpHl2y6 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LvllJeVbuTJ60Tu2K68dKzcwqy5pWb6E { width:2.1875rem;height:2.1875rem;top:17.9375rem;left:13.5625rem;display:block; }
#LvllJeVbuTJ60Tu2K68dKzcwqy5pWb6E > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Agdq0RwDDvWrgJz7q5GPFtLk0kpoMIrC { width:12.6871875rem;height:1.3999rem;top:25rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCl2hbxV88Fb8ELcAxigH6PfmpK3OxpG { width:12.6871875rem;height:1.3999rem;top:27.625rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJlOOVv0phkTNoioOBOKrUvS7w3Z6QE9 { width:6.4371875rem;height:6.4371875rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUSubWF3fn1TihTqc6rwusKv7Xli5u38 { width:2.1875rem;height:2.1875rem;top:17.9375rem;left:4.25rem;display:block; }
#GUSubWF3fn1TihTqc6rwusKv7Xli5u38 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }