.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,211,255;--color-primary-1:216,204,255;--color-primary-2:208,188,255;--color-primary-3:174,160,223;--color-primary-4:134,106,227;--color-secondary-0:255,230,232;--color-secondary-1:255,225,228;--color-secondary-2:255,157,182;--color-secondary-3:255,91,102;--color-secondary-4:51,31,36;--color-tertiary-0:255,255,255;--color-tertiary-1:177,177,196;--color-tertiary-2:125,125,157;--color-tertiary-3:78,78,128;--color-tertiary-4:38,38,91;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#801dd1;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; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container { background-color: transparent; background-image: none; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container > .video-iframe-container { display: none; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row > .video-iframe-container { display: none; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .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); }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container { border-width: 0; border-radius: 0; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#mptkxMwKcTEN9pdxpTnlehyQPt4ZqF2M { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-primary-4),0.5));background-size:auto !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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:10.5rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:rgba(var(--color-tertiary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.3125rem;left:0rem;height:6.75rem;display:block; }
#C8x4KvolXU1CsTszuZNukSqlKT9MF32h { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.15234375rem;left:2.09375rem;height:2.03125rem;display:block; }
#XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:11.875rem;width:20.9375rem;top:36.375rem;left:39.0625rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(var(--color-secondary-3),0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(var(--color-secondary-3),0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(var(--color-secondary-3),0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(var(--color-secondary-3),0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.64)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.64)', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(var(--color-secondary-3),0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:33.4375rem;width:32.125rem;top:4.28125rem;left:13.9375rem;display:block; }
#U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.41), #ececff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.41), #ececff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.41), #ececff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.41), #ececff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.41)', endColorstr='#ececff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.41)', endColorstr='#ececff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.41), #ececff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.625rem;width:9.375rem;top:6.8310546875rem;left:6.8125rem;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:rgba(var(--color-tertiary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.84375rem;left:0rem;height:6.9375rem;font-style:normal;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
#imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.25rem;width:35.1875rem;top:39.583984375rem;left:0rem;display:block; }
#TIuRAagUTbiT1MMImXP1kNHT8GQtEPKz { position:absolute;display:block;z-index:15021;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:42.25rem;width:24.5625rem;top:6rem;left:31.46875rem;overflow:hidden;display:block; }
#bMvJnXfOGPSGPNZWTlJzaa88liCruA4U { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:17.5rem;top:1.802734375rem;left:0rem;overflow:hidden;display:block; }
#kOCtqyJkeP1yzpZZmTHLm2HO3F3Uf45T { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:11.875rem;width:20.9375rem;top:34.1875rem;left:39.0625rem;display:none; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { 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; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.625rem;left:1.25rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.25rem;left:16.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.625rem;left:16.25rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:2.25rem;left:31.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.625rem;left:31.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.625rem;left:46.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlKO2qkb4HZkvErLtuvlL88USCWligby { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.25rem;left:46.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.1) ;height:11.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#SpJEhP6O2RQ1swT5RUMM5vzUbsPXQD2A { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.1875rem;width:38.5rem;top:11.4375rem;left:9.75rem;display:block; }
#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0.2)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-size:auto !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; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { background-color: transparent; background-image: none; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container > .video-iframe-container { display: none; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row > .video-iframe-container { display: none; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .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); }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { border-width: 0; border-radius: 0; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#Md2btrWrxRND2376PL1PkPachiSd8o3w { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.0625rem;left:9.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFRPX7atysS0fSheUlPIEed0N0nteGb6 { background-color:#096ba9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:28.125rem;border-top-right-radius:28.125rem;border-bottom-left-radius:28.125rem;border-bottom-right-radius:28.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.59375rem;left:13.3125rem;display:block; }
#i3le4z8GVU2qrq3gQJBvgcP2f6Exo7lP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#As8kKxpCx5IEPDA7mwiCg2MmOyxV7VoW { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.4375rem;width:38.5rem;top:0rem;left:9.625rem;display:none; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { 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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.3125rem;left:0rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:#43d2dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:34.4375rem;width:19.75rem;top:2rem;left:33.5rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.8125rem;left:0rem;height:13.5rem;display:block; }
#yegRxK7kyeCQ55nofbm1InBgLe5niL2m { background-color:#096ba9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-4),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-4),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-4),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-4),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-4),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-4),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-4),0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:24.125rem;top:11.125rem;left:0rem;display:block; }
#poLMONv1SGZyPGG9cFsUnBRrEqbPJp7r { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.4375rem;width:18.625rem;top:2.5rem;left:34.0625rem;display:block; }
#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0.2)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-size:auto !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; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { background-color: transparent; background-image: none; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container > .video-iframe-container { display: none; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row > .video-iframe-container { display: none; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .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); }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { border-width: 0; border-radius: 0; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#cs1B2XiETzkIWFFdF4wp45Xbbdy9LKIq { background-color:#096ba9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.5625rem;left:18.96875rem;display:block; }
#Mw8SM1QKF32UnRsHEevbvBg8CPov9sAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0crcv1Ms5N8xs6C37RZVTZd3BrMhGCf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMosIugbaWa7UhMVEBtEFH1WS33zFGki { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-0),0.64));background-image: -moz-linear-gradient(326deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-0),0.64));background-image: -ms-linear-gradient(326deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-0),0.64));background-image: -o-linear-gradient(326deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-0),0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.17)', endColorstr='rgba(var(--color-tertiary-0),0.64)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.17)', endColorstr='rgba(var(--color-tertiary-0),0.64)' );";background-image: linear-gradient(326deg, rgba(var(--color-tertiary-0),0.17), rgba(var(--color-tertiary-0),0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:32rem;left:0rem;display:block; }
#AtvqIxL3wANgGc9M5zffogxSV2PT4MZW { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.125rem;width:38.5rem;top:-0.03125rem;left:9.625rem;display:block; }
#rlHk6Dcpu7g8e5NBTqTJftUzk7b5h0iX { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.75rem;width:3.75rem;top:3.9375rem;left:46.1513671875rem;display:block; }
#kF3UTQGiJ4NCPkHIZ8b0IPJ5xiOdMql1 { color:rgba(var(--color-tertiary-3),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:10.625rem;height:30rem;text-align:left;text-align-last:left;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#b5QG8KIpFls6bXIS20PAWSH72Z66k7AU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:2.6875rem;left:8.0625rem;overflow:hidden;display:block; }
#NTqEZOXDzhDr2ivQDET70ATkM9fipRbE { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.900390625rem;left:14.40625rem;height:3.82421875rem;font-style:normal;display:block; }
#II5PAtC3Oe33oID2fhxtTM07mtTh8eE7 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.55), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.55), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.55), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.55), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.55)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.55)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.55), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.0625rem;width:9.375rem;top:0rem;left:21.15625rem;display:block; }
#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#b5Imcu212T787GfaxC3920P0AP8Vdrrh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.6875rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#SG05vfSsEbok3Czletr19174nvJ95VbC { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:1rem;left:0rem;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:47.25rem;overflow:hidden;display:block; }
#wvq9W56eefogyOneNeu9mLzQAPTxlL2M { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#bVRydiliFp98mNNH1DOoOmXStTR4mUAD { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:8.6875rem;left:10.625rem;display:block; }
#St5DRHdAODq0ZefOeBqt0rMRliREycET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { background-color: transparent; background-image: none; }#St5DRHdAODq0ZefOeBqt0rMRliREycET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container > .video-iframe-container { display: none; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row > .video-iframe-container { display: none; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .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); }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { border-width: 0; border-radius: 0; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#UEra94IWhTAIpR5wwZixJVG9KGK0VXZl { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#xt4CGHPOTmXtpudfrtwDRKfSnB0ft9zU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:47.25rem;overflow:hidden;display:block; }
#rm1FGaOpW3epAi8lV0mzrT1D2vVsuKSx { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TXL3bEQIk8Lw1y8xmWFGQ0Pt4ifVGNMq { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#v8t3MZtaBdQ41oN91644EsAxCU8ETQtk { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#wRn5dU6kHPbmygytT94ZK5XURgidza33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { background-color: transparent; background-image: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .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); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { border-width: 0; border-radius: 0; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#xAmwzQEdVN4ILDzvxUHqBxT6Jcf0JbMy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:13.9375rem;width:46.5625rem;top:0rem;left:0rem;display:block; }
#CGUvqH3AQmZvrApr10CLEyEqZlahpT8u { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#FGS9FRlaeog06sfOHWnbuFw6yx0h0OTA { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.1875rem;left:15.15625rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lDVh5JI3oyk80SnlNpT4GAvOl8cpNP2t { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9375rem;left:15.15625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#mI3JkD3374yeJvQxWzlAluFfwQLCyMJU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:8.6875rem;left:10.625rem;display:block; }
#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.8);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; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { background-color: transparent; background-image: none; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container > .video-iframe-container { display: none; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row > .video-iframe-container { display: none; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .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); }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { border-width: 0; border-radius: 0; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#TmTy0yxWdVbGDOvbV0C615WtRwU4i6Xc { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:16.25rem;display:block; }
#Vxbb5tA43VS9XcIxoWRsGZOQfifW1KC7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:10.8125rem;width:10.8125rem;top:1.5625rem;left:47.25rem;overflow:hidden;display:block; }
#fDGTRkb7B8cZc021S4TA0dwpRqSi3Otb { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.3125rem;left:20rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HBmWALcfTLgymODWTeP9oGq2WoIzrMsy { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.8125rem;left:20rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UiTb3LOorOMWey3lmlavefbiNTvwwRxh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:9.9375rem;left:47.25rem;display:block; }
#FlPHui175iRTNuJFVJZA66xDAn8OSNoV { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.8125rem;width:38.5rem;top:17.3125rem;left:9.75rem;display:block; }
#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0.2)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0.2));background-size:auto !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; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container { background-color: transparent; background-image: none; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container > .video-iframe-container { display: none; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row > .video-iframe-container { display: none; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .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); }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container { border-width: 0; border-radius: 0; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#skVBwJouRmivSkm2kiQcoAMNBehi9rc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.0625rem;left:9.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXznIzEEzsgOSwo7SE5Z3Hh3ss9IT8q4 { background-color:#096ba9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:28.125rem;border-top-right-radius:28.125rem;border-bottom-left-radius:28.125rem;border-bottom-right-radius:28.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.59375rem;left:13.3125rem;display:block; }
#L7nDmLAVIkphbLIaSsoyfoDgHctr9he0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5viMZhUbbuB5OSSGS33mmIJne6qzy8a { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc75a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffc75a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.4375rem;width:38.5rem;top:0rem;left:9.625rem;display:none; }
#ktGtehdPQt1QEACJV7921T0vxehR8OTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#801dd1;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; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container { background-color: transparent; background-image: none; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container > .video-iframe-container { display: none; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row > .video-iframe-container { display: none; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .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); }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container { border-width: 0; border-radius: 0; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#TPNaGIg8Xlrpq9X7UpdudA508Mch2J07 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX { display:block; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mptkxMwKcTEN9pdxpTnlehyQPt4ZqF2M { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:10.5rem;left:0rem;width:25rem;height:7.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:19.3125rem;left:0rem;width:24.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { top:41.125rem;left:0rem;width:31.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { top:36.375rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:32.125rem;height:33.4375rem;top:4.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:9.375rem;height:7.625rem;top:6.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:27.8125rem;left:0rem;width:20.0625rem;height:;font-size:1rem;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:35.1875rem;height:5.25rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuRAagUTbiT1MMImXP1kNHT8GQtEPKz { width:24.5625rem;height:42.25rem;top:6rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvJnXfOGPSGPNZWTlJzaa88liCruA4U { width:17.5rem;height:4.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOCtqyJkeP1yzpZZmTHLm2HO3F3Uf45T { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:2.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:6.625rem;left:0rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:2.25rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:6.625rem;left:11.375rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:2.25rem;left:23.3125rem;width:12.5rem;height:3.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:6.625rem;left:23.3125rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:6.625rem;left:35.25rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:2.25rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:47.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJEhP6O2RQ1swT5RUMM5vzUbsPXQD2A { top:11.4375rem;left:0rem;width:38.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30roCfGT9SU00rzhAXJAz7uEcw5KWbo { display:block; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md2btrWrxRND2376PL1PkPachiSd8o3w { top:3.0625rem;left:3.5625rem;width:38.5625rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRPX7atysS0fSheUlPIEed0N0nteGb6 { width:31.3125rem;height:7.1875rem;top:8.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3le4z8GVU2qrq3gQJBvgcP2f6Exo7lP { display:block; }
 }@media only screen and (max-width: 763px) { #As8kKxpCx5IEPDA7mwiCg2MmOyxV7VoW { top:0rem;left:3.5rem;width:38.5rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:3.3125rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:4.875rem;left:0rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:2rem;left:27.375rem;width:19.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:11.8125rem;left:0rem;width:23.125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:16.875rem;height:3.25rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { top:11.125rem;left:0rem;width:24.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poLMONv1SGZyPGG9cFsUnBRrEqbPJp7r { width:18.625rem;height:33.4375rem;top:2.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 { display:block; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs1B2XiETzkIWFFdF4wp45Xbbdy9LKIq { width:19.8125rem;height:3.25rem;top:41.5625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8SM1QKF32UnRsHEevbvBg8CPov9sAP { display:block; }
 }@media only screen and (max-width: 763px) { #D0crcv1Ms5N8xs6C37RZVTZd3BrMhGCf { top:3.625rem;left:6.9375rem;width:31.625rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMosIugbaWa7UhMVEBtEFH1WS33zFGki { width:16.3125rem;height:15.5rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvqIxL3wANgGc9M5zffogxSV2PT4MZW { top:0rem;left:3.5rem;width:38.5rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHk6Dcpu7g8e5NBTqTJftUzk7b5h0iX { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3UTQGiJ4NCPkHIZ8b0IPJ5xiOdMql1 { top:9.6875rem;left:4.5rem;width:36.375rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5QG8KIpFls6bXIS20PAWSH72Z66k7AU { width:4.25rem;height:4.25rem;top:2.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqEZOXDzhDr2ivQDET70ATkM9fipRbE { top:2.875rem;left:7.0625rem;width:40.6875rem;height:3.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #II5PAtC3Oe33oID2fhxtTM07mtTh8eE7 { width:9.375rem;height:7.0625rem;top:0rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:3.1875rem;left:9.03125rem;width:25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:10.6875rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { top:3.3125rem;left:13.875rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:10.8125rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVRydiliFp98mNNH1DOoOmXStTR4mUAD { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:3.1875rem;left:9.03125rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { top:10rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:8.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5DRHdAODq0ZefOeBqt0rMRliREycET { display:block; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEra94IWhTAIpR5wwZixJVG9KGK0VXZl { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt4CGHPOTmXtpudfrtwDRKfSnB0ft9zU { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm1FGaOpW3epAi8lV0mzrT1D2vVsuKSx { top:3.3125rem;left:13.875rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXL3bEQIk8Lw1y8xmWFGQ0Pt4ifVGNMq { top:10.8125rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8t3MZtaBdQ41oN91644EsAxCU8ETQtk { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRn5dU6kHPbmygytT94ZK5XURgidza33 { display:block; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAmwzQEdVN4ILDzvxUHqBxT6Jcf0JbMy { width:46.5625rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUvqH3AQmZvrApr10CLEyEqZlahpT8u { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGS9FRlaeog06sfOHWnbuFw6yx0h0OTA { top:3.1875rem;left:9.03125rem;width:29rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDVh5JI3oyk80SnlNpT4GAvOl8cpNP2t { top:10.9375rem;left:9.03125rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI3JkD3374yeJvQxWzlAluFfwQLCyMJU { width:3.125rem;height:3.125rem;top:8.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU { display:block; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmTy0yxWdVbGDOvbV0C615WtRwU4i6Xc { width:43.75rem;height:13.9375rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxbb5tA43VS9XcIxoWRsGZOQfifW1KC7 { width:10.8125rem;height:10.8125rem;top:1.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGTRkb7B8cZc021S4TA0dwpRqSi3Otb { top:3.3125rem;left:13.875rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBmWALcfTLgymODWTeP9oGq2WoIzrMsy { top:10.8125rem;left:13.875rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiTb3LOorOMWey3lmlavefbiNTvwwRxh { width:3.125rem;height:3.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPHui175iRTNuJFVJZA66xDAn8OSNoV { top:17.3125rem;left:3.625rem;width:38.5rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb { display:block; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skVBwJouRmivSkm2kiQcoAMNBehi9rc3 { top:3.0625rem;left:3.5625rem;width:38.5625rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXznIzEEzsgOSwo7SE5Z3Hh3ss9IT8q4 { width:31.3125rem;height:7.1875rem;top:8.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7nDmLAVIkphbLIaSsoyfoDgHctr9he0 { display:block; }
 }@media only screen and (max-width: 763px) { #x5viMZhUbbuB5OSSGS33mmIJne6qzy8a { top:0rem;left:3.5rem;width:38.5rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktGtehdPQt1QEACJV7921T0vxehR8OTs { display:block; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPNaGIg8Xlrpq9X7UpdudA508Mch2J07 { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX { display:block; }#niTaIFTuOsnrOyqXfHtO02kJUJJa9hOX > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mptkxMwKcTEN9pdxpTnlehyQPt4ZqF2M { width:20rem;height:1.94921875rem;top:0.650390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:6.1875rem;top:4.599609375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:5.25rem;top:13.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { width:20rem;height:1.3808625rem;top:45.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { width:20rem;height:12.1875rem;top:32.9375rem;left:0rem;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:20rem;height:12.75rem;top:49.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:6.0625rem;height:7.75rem;top:0rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:16.125rem;height:8.8125rem;top:51.125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:20rem;height:2.25rem;top:45.125rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TIuRAagUTbiT1MMImXP1kNHT8GQtEPKz { width:14.5625rem;height:25.1875rem;top:19.875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvJnXfOGPSGPNZWTlJzaa88liCruA4U { width:10.6875rem;height:2.5625rem;top:1.125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOCtqyJkeP1yzpZZmTHLm2HO3F3Uf45T { width:20rem;height:13.8125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #aea0df, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aea0df', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aea0df', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #aea0df, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:20rem;height:3.8994125rem;top:3.1630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:20rem;height:2.699225rem;top:7.0615234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:3.8994125rem;top:11.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:20rem;height:2.699225rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:3.8994125rem;top:30rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:14.75rem;height:2.69921875rem;top:33.8984375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:15.6875rem;height:2.69921875rem;top:25.3984375rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:20rem;height:3.8994125rem;top:21.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:20rem;height:40.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJEhP6O2RQ1swT5RUMM5vzUbsPXQD2A { width:20rem;height:18.5rem;top:22.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #q30roCfGT9SU00rzhAXJAz7uEcw5KWbo { display:block; }#q30roCfGT9SU00rzhAXJAz7uEcw5KWbo > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md2btrWrxRND2376PL1PkPachiSd8o3w { width:20rem;height:1.78125rem;top:2rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRPX7atysS0fSheUlPIEed0N0nteGb6 { width:18.6875rem;height:2.9375rem;top:5.96875rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3le4z8GVU2qrq3gQJBvgcP2f6Exo7lP { display:block; }
 }@media only screen and (max-width: 763px) { #As8kKxpCx5IEPDA7mwiCg2MmOyxV7VoW { width:20rem;height:10.5rem;top:0rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:20rem;height:35.3125rem;top:23.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:19.375rem;height:10.5rem;top:10.875rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yegRxK7kyeCQ55nofbm1InBgLe5niL2m { width:16.5625rem;height:3.25rem;top:60.8125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbphkIFfyyIKERPkzpwXqmdFUtX2SfS { display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { width:20rem;height:11.4375rem;top:10.40625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae38e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae38e' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.56));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #poLMONv1SGZyPGG9cFsUnBRrEqbPJp7r { width:18.625rem;height:33.4375rem;top:24.40625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 { display:block; }#uIwxOnfwHHQEr5IIh7v2sgW78Tbv5hQ9 > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cs1B2XiETzkIWFFdF4wp45Xbbdy9LKIq { width:20rem;height:3.25rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8SM1QKF32UnRsHEevbvBg8CPov9sAP { display:block; }
 }@media only screen and (max-width: 763px) { #D0crcv1Ms5N8xs6C37RZVTZd3BrMhGCf { width:15.75rem;height:5.625rem;top:5.8125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMosIugbaWa7UhMVEBtEFH1WS33zFGki { width:16.3125rem;height:15.5rem;top:0.875rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AtvqIxL3wANgGc9M5zffogxSV2PT4MZW { width:20rem;height:67.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHk6Dcpu7g8e5NBTqTJftUzk7b5h0iX { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3UTQGiJ4NCPkHIZ8b0IPJ5xiOdMql1 { width:20rem;height:51rem;top:17.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5QG8KIpFls6bXIS20PAWSH72Z66k7AU { width:4.25rem;height:4.25rem;top:0.6875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqEZOXDzhDr2ivQDET70ATkM9fipRbE { width:20rem;height:6rem;top:5.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #II5PAtC3Oe33oID2fhxtTM07mtTh8eE7 { width:6.0625rem;height:8.75rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:10.8125rem;height:10.8125rem;top:2.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:7.5rem;top:14.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:20rem;height:1.5rem;top:23.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:2.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.8125rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { width:16.875rem;height:9rem;top:14.625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { width:20rem;height:1.5rem;top:25.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVRydiliFp98mNNH1DOoOmXStTR4mUAD { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:10.8125rem;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:16.875rem;height:9rem;top:15.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { width:20rem;height:1.5rem;top:25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5DRHdAODq0ZefOeBqt0rMRliREycET { display:block; }#St5DRHdAODq0ZefOeBqt0rMRliREycET > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEra94IWhTAIpR5wwZixJVG9KGK0VXZl { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt4CGHPOTmXtpudfrtwDRKfSnB0ft9zU { width:10.8125rem;height:10.8125rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm1FGaOpW3epAi8lV0mzrT1D2vVsuKSx { width:16.875rem;height:7.5rem;top:14.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXL3bEQIk8Lw1y8xmWFGQ0Pt4ifVGNMq { width:20rem;height:3rem;top:23.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8t3MZtaBdQ41oN91644EsAxCU8ETQtk { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRn5dU6kHPbmygytT94ZK5XURgidza33 { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { background-color: transparent; background-image: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row > .video-iframe-container { display: none; }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .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); }#wRn5dU6kHPbmygytT94ZK5XURgidza33 > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAmwzQEdVN4ILDzvxUHqBxT6Jcf0JbMy { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUvqH3AQmZvrApr10CLEyEqZlahpT8u { width:10.8125rem;height:10.8125rem;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGS9FRlaeog06sfOHWnbuFw6yx0h0OTA { width:16.875rem;height:10.5rem;top:15.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDVh5JI3oyk80SnlNpT4GAvOl8cpNP2t { width:20rem;height:1.5rem;top:26.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mI3JkD3374yeJvQxWzlAluFfwQLCyMJU { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU { display:block; }#zXmpGVDx0pc9wilQrvTwePIgd0Fum1AU > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmTy0yxWdVbGDOvbV0C615WtRwU4i6Xc { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxbb5tA43VS9XcIxoWRsGZOQfifW1KC7 { width:10.8125rem;height:10.8125rem;top:2.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGTRkb7B8cZc021S4TA0dwpRqSi3Otb { width:16.875rem;height:9rem;top:14.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBmWALcfTLgymODWTeP9oGq2WoIzrMsy { width:20rem;height:1.5rem;top:25.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiTb3LOorOMWey3lmlavefbiNTvwwRxh { width:3.125rem;height:3.125rem;top:9.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlPHui175iRTNuJFVJZA66xDAn8OSNoV { width:20rem;height:14.8125rem;top:18.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb { display:block; }#Rnme8K1fZJ3FS79u4FENfBOQtbpQiOHb > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skVBwJouRmivSkm2kiQcoAMNBehi9rc3 { width:20rem;height:1.875rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXznIzEEzsgOSwo7SE5Z3Hh3ss9IT8q4 { width:18.6875rem;height:3rem;top:5.8125rem;left:0.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7nDmLAVIkphbLIaSsoyfoDgHctr9he0 { display:block; }
 }@media only screen and (max-width: 763px) { #x5viMZhUbbuB5OSSGS33mmIJne6qzy8a { width:20rem;height:10.875rem;top:0rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ktGtehdPQt1QEACJV7921T0vxehR8OTs { display:block; }#ktGtehdPQt1QEACJV7921T0vxehR8OTs > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPNaGIg8Xlrpq9X7UpdudA508Mch2J07 { width:20rem;height:1.94921875rem;top:0.650390625rem;left:0rem;font-size:1.5rem;display:block; }
 }