.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:208,188,255;--color-primary-1:194,172,255;--color-primary-2:174,160,223;--color-primary-3:134,106,227;--color-primary-4:0,28,255;--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:255,0,76;--color-tertiary-0:255,255,255;--color-tertiary-1:182,166,238;--color-tertiary-2:134,106,227;--color-tertiary-3:78,78,128;--color-tertiary-4:38,38,91;--headlines-font-family:"Nunito";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R { 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-tertiary-2),0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),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; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container { background-color: transparent; background-image: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container > .video-iframe-container { display: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row > .video-iframe-container { display: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .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); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container { border-width: 0; border-radius: 0; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#rQX3DapewJp6R3cV3FJEvQeakXLgfqAg { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#JyLTGtTvDvgAulVcPDMx7Pna3LyverKg { 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.1;letter-spacing:0;top:9.375rem;left:0rem;height:10.5175625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#taiUFBIF7i9010ot3yw2PdyGFcBwAtan { color:#9f4eae;display:block;width:24.75rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:20.4375rem;left:0rem;height:3.1621125rem;text-align:center;text-align-last:center;display:block; }
#tsbu7EMHhHZlLHl7xCvHa5rF9u3Tgseh { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.230469584465rem;left:0.84375rem;height:1.54375rem;display:block; }
#R2w1ZKBZipgl1XhvVKiS2TqtlLlpmIxm { z-index:15003;top:35rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gmpc08NALysy0NK80V9FD1zS8Jf5cP4b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0Bukb0MG50m9ZI3c0WF8MoO368FlZ4k { position:absolute;display:block;z-index:15020;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:1.875rem;width:2rem;top:7.5625rem;left:19.3125rem;display:block; }
#fiiPSKk33yhw4FKH50TsTdLpLmVIXBCr { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:28.1875rem;width:28.1875rem;top:9.5375442504881rem;left:25rem;overflow:hidden;display:block; }
#Qp1oskhWySVzZ3rrVtk8ZCyyfTSwixEM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:block; }
#udApXIdLQWDaM8TAybpTqSTshnC8DWXI { 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; }
#ERlygdRrw1e07rLvd3gR14py6RVHabvt { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.41)', endColorstr='#ececff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.41)', endColorstr='#ececff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),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:7.875rem;top:6.8935546875rem;left:12.25rem;display:block; }
#zTNp5bRI9FiM3k3TIX7Zr1qHQqM4RLhS { background-color:rgba(var(--color-secondary-3),0);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.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.1142578125rem;left:18.0625rem;display:block; }
#zN6JAo9Xit6xbkfht1sIqDvDocSlOhWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhR3EpCrAya1eg2pXefGO715aIFWvOBb { color:rgba(var(--color-tertiary-3),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.562500834465rem;left:0.125rem;height:5.51215625rem;font-style:normal;display:block; }#bhR3EpCrAya1eg2pXefGO715aIFWvOBb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bhR3EpCrAya1eg2pXefGO715aIFWvOBb li:before{  }
#zeox5c7efDUxDLZRFLSUoHFXaWEwSGW9 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -moz-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -ms-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -o-linear-gradient(198deg, #ff8823, #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );";background-image: linear-gradient(198deg, #ff8823, #ffcb66);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:9.4998125rem;width:8.9995625rem;top:5.5625rem;left:48.75rem;display:block; }
#Oe2nPD9hGQzfPAiELsAygEwSebKEMQJh { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));background-image: -moz-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));background-image: -ms-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));background-image: -o-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc4efce', endColorstr='#dfabdfea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc4efce', endColorstr='#dfabdfea' );";background-image: linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));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:0.875rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.57) ;height:10.5625rem;width:12.4375rem;top:26.75rem;left:45.1875rem;display:block; }
#UyoZKB51rnRZt63SCF0ECVccnHcTnAtz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:28.875rem;left:45.0625rem;height:6.59911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CInFK7uh94cwu3BOm8wkLO1kJ506sfob { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);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:30.6875rem;top:9.375rem;left:25rem;display:none; }
#FPBMiTfEy4EiZo6L7qBFlaowoCkmeNgJ { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:56.25rem;border-top-right-radius:43.75rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;box-shadow: none;height:7.249375rem;width:6.875rem;top:9.375rem;left:26.421440124512rem;display:block; }
#A12dUr1ZKgeB4SrfJONwc4ezKbCGdB2A { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.625rem;width:24.5625rem;top:30.62734413147rem;left:0rem;display:block; }
#sPxmCHPJw9XTzPxg8xI0pvH9aWZ2tnK5 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:10.517579078674rem;left:27.5rem; }
#GqJBCcnhrKdrrzlH3pWpt5se6x4zQ6kX { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:8.1875rem;left:51.0625rem; }
#efChLSxaC7aCOV1eFmHAotItqWz9gTLh { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.8125rem;width:24.5625rem;top:20.2119140625rem;left:0rem;display:block; }
#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP { 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-tertiary-2),0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),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:none; }#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP > .row .container { border-width: 0; border-radius: 0; }#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:none; }#uIJGeWWFy1TNWKSNvgmtv1bbM4UcPXV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#WE6Iuw7O4C57TsqR4anryyidUMP0DlDS { 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.1;letter-spacing:0;top:9.375rem;left:0rem;height:10.5175625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kgkkInDJ1dT9J3QvUwDmaslE859OHeNH { color:#9f4eae;display:block;width:24.75rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:20.4375rem;left:0rem;height:3.1621125rem;text-align:center;text-align-last:center;display:block; }
#Vl2drhQK5yHt3y8LGCJNoPBCzUUA1vuT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.230469584465rem;left:0.84375rem;height:1.54375rem;display:block; }
#IvuqJfnspC4OUQXF0hfOchoo97g5vKBQ { z-index:15003;top:35rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eCcVZnU64egOKU78X4uyXdQbvtI9VAPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWsHFw9y9WZhLzu9zQNar7nbF4UxTeLQ { position:absolute;display:block;z-index:15020;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:1.875rem;width:2rem;top:7.5625rem;left:19.3125rem;display:block; }
#tELUOTe0MEnt5vxTdbTRgnNFUcD5x4mW { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #d8ccff, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:block; }
#dl9DroiVnB92AVbMaOVcTCgtA0TLZBIo { 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; }
#U04WsIhoFoyT8rTQbMlaFx02V60vN67T { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.41), #ececff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.41)', endColorstr='#ececff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.41)', endColorstr='#ececff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),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:7.875rem;top:6.8935546875rem;left:12.25rem;display:block; }
#ysVXviqBJEysdTO30CLO9piqER0NEUO6 { background-color:rgba(var(--color-secondary-3),0);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.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.09375rem;left:15.625rem;display:block; }
#Hl2lyNcT8fV2i9Ox7Tk9Rb1Ut8leXvoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1UCDFDmWncZklMsLNbxlidKUXL6bg1i { color:rgba(var(--color-tertiary-3),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.562500834465rem;left:0.125rem;height:5.51171875rem;font-style:normal;display:block; }#U1UCDFDmWncZklMsLNbxlidKUXL6bg1i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U1UCDFDmWncZklMsLNbxlidKUXL6bg1i li:before{  }
#fUWixx9RisR55TrfQaNnWWm5pgwKA3Z2 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -moz-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -ms-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -o-linear-gradient(198deg, #ff8823, #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );";background-image: linear-gradient(198deg, #ff8823, #ffcb66);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:9.5rem;width:9rem;top:1.0185546875rem;left:50.919270833333rem;display:block; }
#UkWrIX3io0nBNDRNnf5ntbQkgvQuB04a { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));background-image: -moz-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));background-image: -ms-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));background-image: -o-linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc4efce', endColorstr='#dfabdfea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc4efce', endColorstr='#dfabdfea' );";background-image: linear-gradient(180deg, rgba(239,196,239,0.81), rgba(223,171,223,0.92));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:0.875rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.57) ;height:10.5625rem;width:12.4375rem;top:16.59375rem;left:47.434722222222rem;display:block; }
#exfvSHCz2tlZ26URHLIOKbQVxJt7DKvC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:18.69375038147rem;left:47.309377670288rem;height:6.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GcdaFS5RHAakN61XgnP658BHop42kxmz { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);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:30.6875rem;top:9.375rem;left:25rem;display:none; }
#S4ZI068uGqUxvMGSPcMVVJBbVngFWAP2 { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:56.25rem;border-top-right-radius:43.75rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;box-shadow: none;height:7.25rem;width:6.875rem;top:6.8935546875rem;left:26.375rem;display:block; }
#mpBAmMxX0wLXbTmGOfGqNEehQo0VeED3 { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.625rem;width:24.5625rem;top:30.62734413147rem;left:0rem;display:block; }
#WvflhCFgmOwe3IRumTvPGi8n3kkCgWRL { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.2060546875rem;left:28rem; }
#O2yadCPy6MLgbkh3JJbFOBa50up7HsTH { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:3.5rem;left:52.9814453125rem; }
#Q9lHFkhBshgmb69pnsBo96n0fuBZ5pSf { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.8125rem;width:24.5625rem;top:20.2119140625rem;left:0rem;display:block; }
#P9pxUNsiRuPvbWLmqEazS2VyqRZ5h5Dp { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30rem;width:30rem;top:5.537109375rem;left:24.875rem;overflow:hidden;display:block; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.25rem;left:29.375rem;height:3.8999rem;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:29.375rem;height:1.35rem;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(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.25rem;left:45rem;height:3.8999rem;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:45rem;height:2.69965rem;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(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.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:1.25rem;height:1.35rem;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:14.625rem;height:1.35rem;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(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.25rem;left:14.625rem;height:3.8999rem;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),0.7);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; }
#igThA3OZTUlasycp7xBtMJiaXTZKqmaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),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:none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { border-width: 0; border-radius: 0; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:none; }#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.70125rem;padding-right:0.6225rem;padding-bottom:0.70125rem;padding-left:0.6225rem;display:block;align-items:center;width:3.73625rem;min-width:3.73625rem;height:3.76875rem;position:relative;font-family:arial;font-size:2.805rem;font-weight:700;line-height:60.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.438125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.98125rem;height:1.49rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.051875rem;font-weight:400;line-height:23.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.9375rem;height:7.099375rem;padding-top:0.0875rem;padding-right:0.08875rem;padding-bottom:0.0875rem;padding-left:0.08875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.6875rem;left:16.002605438233rem;z-index:15017; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 { width:auto; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
#Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { background-color:rgba(var(--color-primary-3),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: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:13.5rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.125rem;left:22.125rem;display:none; }
#xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKHWagMHfaAG8bhTGOdRDi4khNifDywF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRQF9nSKNTPHeBhRmOWCQcKUVaKWxxN1 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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:16.8125rem;width:38.5rem;top:0.28125rem;left:9.625rem;display:block; }
#InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { 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; }
#XbTDRQwC4tDAQdQ8vw0cPIuctGAhSG37 { z-index:15005;top:16.0625rem;left:16.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ff60', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ff60', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(216deg, #23ff60, 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rB3zqgKUNWUFUJAc0VRxgKmw2w4GGa64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container { background-color: transparent; background-image: none; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container > .video-iframe-container { display: none; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row > .video-iframe-container { display: none; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .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); }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container { border-width: 0; border-radius: 0; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#yIc2ZSKPeC4apupcllduSenyuCoQphKo { color:#4e4e4e;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGylpHui6IaAXL6PXVWG9Wq0TIUQW4bB { color:#4e4e4e;display:block;width:22.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbTOfT6HvWE5tfXt6TATV0tJCC1PaCee { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:34.875rem;top:6.46875rem;left:25.125rem;display:block; }
#QeK34EHWMiQV0hpWTKfPJwZUAwhi1u5Q { z-index:15003;top:22.46875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(216deg, #23ff60, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ff60', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ff60', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(216deg, #23ff60, 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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UpviFbk3HI3GHeTPW8F5gAiwwGPLJC5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHVbrktbhIvpHglr2IaToJ0cZhSxhbTq { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.75rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { position:absolute;display:block;z-index:14991;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:1.625rem;left:14.5625rem;display:block; }
#aNHuk04ODtZi0zWM72wrINLc62kv8mvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),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:none; }#aNHuk04ODtZi0zWM72wrINLc62kv8mvC > .row .container { border-width: 0; border-radius: 0; }#aNHuk04ODtZi0zWM72wrINLc62kv8mvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNHuk04ODtZi0zWM72wrINLc62kv8mvC > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:none; }#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.70125rem;padding-right:0.6225rem;padding-bottom:0.70125rem;padding-left:0.6225rem;display:block;align-items:center;width:3.73625rem;min-width:3.73625rem;height:3.76875rem;position:relative;font-family:arial;font-size:2.805rem;font-weight:700;line-height:60.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.438125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.98125rem;height:1.49rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.051875rem;font-weight:400;line-height:23.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.5625rem;height:7.0625rem;padding-top:0.0875rem;padding-right:0.08875rem;padding-bottom:0.0875rem;padding-left:0.08875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.6875rem;left:16.002605438233rem;z-index:15017; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #oDKFu1NNrZqeLiyzvTLyc5OpEMoU4ali { display:flex;position:relative;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #mhvE7ZtdWvssD6hD1ma88dFf0B9FcG6h { width:auto; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #XdwvENtGgoIJIGoMnKyJFCmiW8ZgbG3G {  }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #orc7K6IbrlxEHhqmsTqH9ytyQS4giUwG { display:flex;position:relative;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #eAswqyl64Zm9FgNQcTf8WziFECIKlNhT {  }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #lWn4r0kuggoRbB1bfQt9SDwrTE4LyRlR {  }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #PEXdepVoDcIt7GFzJG5GKirSmn07VPrs { display:flex;position:relative;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #zu78GzJaAHFs8zTcNBZeIqMGtMe5CW0f {  }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #tMpfI8TtSTXE1T11HE8sC4TwzrdIghD4 {  }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #b7axMTGOnXPlyu5zR8cit9U1UT9ksZQZ { display:flex;position:relative;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #C78MuT66JDGc7XVwK9u26s2AqbTMbE1C {  }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #XkbwkDC0TgG0AOtqTfH50b1Dq7pwDx6R {  }
#f046EsSc5ZR0h3n6VPwCxAuX3JPFhNoG { background-color:rgba(var(--color-primary-3),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: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:13.5rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.125rem;left:22.125rem;display:none; }
#qTE7pzzTG2aihNpPmQKaufQW9dPoPtQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELJRf7ZHF9pBlLlvJ0hqC7JFTmByKfm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRuSzQ2P41thqtfy0hXKrk8zMIbrs12g { position:absolute;display:block;z-index:14991;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:1.3645830154419rem;left:0rem;display:block; }
#J6yWDA7E78Wb0Umpcwk1Ww150C9vazQh { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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:16.8125rem;width:38.5rem;top:0.28125rem;left:9.625rem;display:block; }
#W6owJs4d11V5Whk73aT6rBD4EB2OxQO3 { 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; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { 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; }#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:34.375rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),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:4.9375rem;left:0rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#f6930a;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:7.0122rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:26.25rem;width:29.4375rem;top:2.7476563453674rem;left:28.312501907349rem;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -o-linear-gradient(201deg, #43d2dc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43d2dc, #fff9ea);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:24rem;width:32.1875rem;top:6.125rem;left:26.937501907349rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.25rem;left:0rem;height:15.1875rem;display:block; }
#yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:31.8125rem;left:37.875rem;height:1.6875rem;text-align:right;text-align-last:right;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-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:1.875rem;width:15.625rem;top:31.6875rem;left:36.375rem;display:block; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:31.1875rem;left:53.1875rem; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#IdFVwyHhLMghk5HdGdIpTT0IdHW63rWU { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:31.375rem;left:57.25rem; }
#IdFVwyHhLMghk5HdGdIpTT0IdHW63rWU > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#JvGrVM1wsdeDW2L7Si0watXADUaUTk7p { z-index:15004;top:30.894533157349rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BFO1hT8S6W8SyGElCkt53lTB95wOzpMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),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:none; }#sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn > .row .container { border-width: 0; border-radius: 0; }#sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:none; }#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.4375rem;left:19.8125rem;z-index:15017; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #IlH3sXzwL4WErATSpduF7IVOSBcOGaMf { display:flex;position:relative;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #K3rqX8bnL3une1FLz0SfGIty3SxwIK31 { width:auto; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #rdbEIESce4aIfdkuxDpAClgP0DMOdxz1 {  }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #oDmpBl6H0zSseVGaP1Twr1TmAczxXxN3 { display:flex;position:relative;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #Jaiggp7GiKKvTVPckQBvODNJVpls6FA5 {  }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #rptUSUsgz0xiIXItrWV2ZQS3yZJeFApC {  }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #JAP8Qm3VlvEnpg5WzpKKQyyh92lRfHFP { display:flex;position:relative;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #zIPFz47C3bOwKp53SDIzV3PGGLLKGd46 {  }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #uTLd6T9vbhFdpulSLxvHEfAgFRCB1R88 {  }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #QJh1ummrMvSJWRuxrCpMKFGEt6nT2IAL { display:flex;position:relative;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #OxQGPl9sD8C6klSLpkrTblvDmLNdWzDB {  }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck #FlaOoIDtNr13oTJDmUXJKB3fXV9TcmqW {  }
#vpg2EVrMAooUKuGgNkcavGT9u14VJDC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w5GoKd226WZDCD6FtvEQy3xTVAJuy2Jn { 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:0rem;left:0rem;display:block; }
#R0TVFAkUGAcG18smanQGdqHoMZnWUNmT { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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.625rem;width:38.5rem;top:0.28125rem;left:9.625rem;display:block; }
#PB9R7uLToKEskoJoUy7ic6QBJFroI6vz { 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; }
#MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV { 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:none; }#MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV > .row .container { border-width: 0; border-radius: 0; }#MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:none; }#dZ8oMaQDrWnzGBAqWk1cb7wnANDOnDCL { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),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:4.9375rem;left:0rem;display:block; }
#T4q6DVoSSGfRcaqkrcIffPI03FyiJAdK { color:#f6930a;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:7.0107375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3DpgvKCXvhnWpElndumET79PW7hoTyz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:26.25rem;width:29.4375rem;top:2.7476563453674rem;left:28.312501907349rem;overflow:hidden;display:block; }
#NGvd1z6CHnoM6oT79olhLu4b1tPyPNlC { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -o-linear-gradient(201deg, #43d2dc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43d2dc, #fff9ea);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:24rem;width:32.1875rem;top:6.125rem;left:26.937501907349rem;display:block; }
#sK9UFSCw38ZCrCmF0IXwddisS8rbNOEz { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.25rem;left:0rem;height:16.875rem;display:block; }
#htC6ESJyQksBNAT8GF7hoZDoxEIthDut { background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.35);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31rem;left:0rem;display:block; }
#BTiw9mlpfGHh4yim3zLCUStrzPTRhbVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfnWfU5IUMTzaxy2PVgoQTHkslxI3D47 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:31.8125rem;left:37.875rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#euAb57ifa1qSe92Qo3WWdE9rcmzfdotn { 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-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:1.875rem;width:15.625rem;top:31.6875rem;left:36.375rem;display:block; }
#PTdL2g3B7gnOrMw34In9mVKwLlIi5mSo { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:31.1875rem;left:53.1875rem; }
#PTdL2g3B7gnOrMw34In9mVKwLlIi5mSo > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#RiQ1LpZXLTrSQoDH8QiTSJNU2Mgk6fxq { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:31.375rem;left:57.25rem; }
#RiQ1LpZXLTrSQoDH8QiTSJNU2Mgk6fxq > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { 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; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:1.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;background-color:#efa20c;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:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:5.75rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { 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:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:4.9375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;background-color:#a70bce;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:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:25.75rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:21.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:11.4375rem;left:20.562501907349rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:15029;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:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:24.9375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:rgba(var(--color-tertiary-3),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;background-color:#028cf6;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:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:45.75rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:41.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:11.4375rem;left:41.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:15035;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:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:44.9375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:rgba(var(--color-tertiary-3),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:45rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:1.5625rem;left:7.4375rem; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:2.1875rem;left:27.937501907349rem; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:1.71875rem;left:47.906251907349rem; }
#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { 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:none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { border-width: 0; border-radius: 0; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,253,0,0.55);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; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container { background-color: transparent; background-image: none; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container > .video-iframe-container { display: none; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row > .video-iframe-container { display: none; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .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); }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container { border-width: 0; border-radius: 0; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#QO2uV9Oc7Zh69wmEMVANQiGKImh2u4gk { color:#4a3c79;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdNxBUZAOU8HaASoXZCTakNBGnHdaBvI { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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:2.625rem;left:26.875rem;display:block; }
#x9Ru4qD0rI9rPuCtyqtbQRi5QyaVn6rP { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),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; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container { background-color: transparent; background-image: none; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container > .video-iframe-container { display: none; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row > .video-iframe-container { display: none; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .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); }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container { border-width: 0; border-radius: 0; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#IFdPuBUQNEdzGGT0l2LKD2J0Ow3v8b3y { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:7.505859375rem;left:0rem;height:6.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yDPhFHh9EWBfVEy3bP0VUDqAFL8AgmsB { position:absolute;display:block;z-index:14994;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:3.6875rem;left:0rem;display:block; }
#PegTAFQa9HKyZqahcWCBVfuDOAT6nPTN { 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:1.5625rem;left:47.65625rem;display:block; }
#utQszQ7Xxx6NIkk7rDxKcD7UwLfc9UDo { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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.25rem;width:23.75rem;top:0rem;left:30.375rem;display:block; }
#DSXkkA2X3Jal14NKFX3OSRZ30KaevPmQ { color:#ea0000;display:block;width:11.1875rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.25rem;left:37.90625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p63lKAPUBhvchSGJWG1MMcvosfQGT8Oz { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(239,230,196,0.81), rgba(156,239,94,0.92));background-image: -moz-linear-gradient(180deg, rgba(239,230,196,0.81), rgba(156,239,94,0.92));background-image: -ms-linear-gradient(180deg, rgba(239,230,196,0.81), rgba(156,239,94,0.92));background-image: -o-linear-gradient(180deg, rgba(239,230,196,0.81), rgba(156,239,94,0.92));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe6c4ce', endColorstr='#9cef5eea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe6c4ce', endColorstr='#9cef5eea' );";background-image: linear-gradient(180deg, rgba(239,230,196,0.81), rgba(156,239,94,0.92));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:0.875rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.57) ;height:13.5rem;width:18.1875rem;top:2.5625rem;left:34.219872754491rem;display:block; }
#HJGxtBlmUNqeTPkCk7xof2IzZoxnGSI0 { color:#265b51;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:3.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:8.6044921875rem;left:35.125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CXynTnunvxnJqkyStwxdvsJqOdf0LwMf { color:#265b51;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:12.740234375rem;left:36.15625rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(172,202,110,0.59);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; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container { background-color: transparent; background-image: none; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container > .video-iframe-container { display: none; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row > .video-iframe-container { display: none; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .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); }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container { border-width: 0; border-radius: 0; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#WB6cpKQ2SZIQU1bKI73SfuxmaJi0FWJK { 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:2.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnCStXGrkpNve5BPtMVRdu9VKki0IdTk { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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:2.125rem;left:26.875001907349rem;display:block; }
#qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ { color:#000000;display:block;width:51.75rem;position:absolute;font-family:quicksand;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.1484375rem;left:4.125rem;height:12.722625rem;display:block; }#qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ li:before{  }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { position:relative;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { 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; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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; }
#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo { position:relative;display:block; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo { background-color: transparent; background-image: none; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row .container > .video-iframe-container { display: none; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row > .video-iframe-container { display: none; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .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); }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo { border-width: 0; border-radius: 0; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IBooLZHiy5O1tVTtR1A9EyJOq50h1H5z { position:absolute;display:block;z-index:15012;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.375rem;width:13.499375rem;top:3.125rem;left:0.6875rem;overflow:hidden;display:block; }
#esurtTipZo2N8NUItUAXySDuoVHKT2tO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:11.4375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prN7Gtrn5W9Lk2F8df7LAtMx3Eef6Uz2 { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.874130249024rem;left:0.4375rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#DhzHApzHfM9mQyJLDTWCZqbyLkEyi56D { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:7.5rem;width:10.9375rem;top:2.1240234375rem;left:5.0625rem;display:block; }
#M3TTx39fOWeumNDcM8Vv4OF0fUPxgQy5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:12.374125rem;top:4.4375rem;left:16.9375rem;overflow:hidden;display:block; }
#D60KlmpEkK9tbZCtNKkg3R6aUvNfPvXT { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:5.9375rem;width:14.1875rem;top:0rem;left:22.5625rem;display:block; }
#cvbKLWisoBoMk91fFhpTzg0Rt887dJmS { position:absolute;display:block;z-index:15013;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:9.6245625rem;width:8.499375rem;top:1.0625rem;left:33.8125rem;overflow:hidden;display:block; }
#dAp0gODyqmQ1RsKEV8q8n4DKCsSpNQWR { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.26)', endColorstr='#5fffff19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.26)', endColorstr='#5fffff19' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,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.5rem;width:10rem;top:4rem;left:43.375rem;display:block; }
#aQ5TR4e16g94iRXLABNGx341kQE47FUO { position:absolute;display:block;z-index:15014;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:8.3125rem;width:12.5rem;top:1.6872825622559rem;left:45.187065124512rem;overflow:hidden;display:block; }
#CVDhLcNVFffsw4ipIRaP04gUu3Z3I6OT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:11.436632156372rem;left:15rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LECH0Bfz6Rg5rbiSEKX60OzazIPehELG { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9995625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:13.873699188233rem;left:15.499130249024rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#QFh7myC2p8Rgu9MrxUstpX0NZxUczfwL { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9985rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:13.942058563233rem;left:30.499130249024rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#rvR3LDX0q1QsXJIVrNtxQTRi7aumrgCi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:11.436632156372rem;left:30rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxDOHpA3HSEDT2t5oSKNUSKe05csVvg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:11.436632156372rem;left:44.938148498535rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1deDwdazzOG6yDcRX749TOiaNhW0ZFx { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9985rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:13.873699188233rem;left:45.499130249024rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#iQ3NGl9sATCMTI8gtrLWSAsGh5iOQseB { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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:none; }
#nZHhzXhcWXEM7Ip4rbA5Msl7QTi0C6pO { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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:none; }
#aPFUKGSmKXSQQMuNZWaG7Oto4tlLKbCf { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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:none; }
#GBDWkyV3keTBLKGCifZtAuTE5ATfA2Fe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:25.8125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxkqSB04OtmIcBwQ2EiyuUn1QMlfbQxW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:25.671875rem;left:15rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgzUANxTZN0UwuPsQvx4EzJmBap8MR7o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:25.671875rem;left:30rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbyBTPLwNou7s1OZBEqTM8NHCReV9rXi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:25.625rem;left:44.9384765625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOsMXSaZfcwfrou5GbWsWsRgemmdVMXh { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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:none; }
#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su { position:relative;display:block; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su { background-color: transparent; background-image: none; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row .container > .video-iframe-container { display: none; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row > .video-iframe-container { display: none; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .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); }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su { border-width: 0; border-radius: 0; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gs69CZ84g8sT0bMOuKl4AP0lQePoMWIz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.8125rem;left:0rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frhomAySQolSV1LTZMlXxSJl6BKveweO { color:rgba(var(--color-tertiary-4),0);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvN9epw8y7QbH3zEL4lmwaAGNO97pT6r { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#WsqinwAitQuMJbHPsSHdkJHNBFMN9Grg { z-index:15002;top:3.03125rem;left:16.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qziFSEfFyCUlb27klilIkDQznX7OXgqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqlHdJzsobu96eRByb2NBDzvSm4hb2fg { 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:none; }#FqlHdJzsobu96eRByb2NBDzvSm4hb2fg > .row .container { border-width: 0; border-radius: 0; }#FqlHdJzsobu96eRByb2NBDzvSm4hb2fg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqlHdJzsobu96eRByb2NBDzvSm4hb2fg > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#oX5xUnlT9Pe1um1IzHA1R2XXTT72Uc9h { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-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; }
#LUNdD9OXHKeUK54u7QBDQoNgqLJBJ8Zu { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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; }
#TOPIphRJlT5NH90OTTtETtnTmuh9QHyU { 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:none; }#TOPIphRJlT5NH90OTTtETtnTmuh9QHyU > .row .container { border-width: 0; border-radius: 0; }#TOPIphRJlT5NH90OTTtETtnTmuh9QHyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOPIphRJlT5NH90OTTtETtnTmuh9QHyU > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:none; }#ORXk6bL9OHScaSv8V13dOXr2PMrtbH3S { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.3125rem;left:1.8125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#swoIulQOSa4TAsHVEXoinB15hwT4kNSt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:16.125rem;left:1.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbCEsF9z9vDsvwe2bzMpyHyxqdzpKdQE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.875rem;width:16.625rem;top:1.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#FkqATAbrZ5WdZrm4ImLbSxOmMntWwpry { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:18.125rem;left:21.812501907349rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#L7LKHI5nDMcIgwvlu5Nkwk6CAdsh3Wk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:16.25rem;left:21.375001907349rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z63VZFSHFZ4kUCbVSbTF9zTErQwbpLCd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.8125rem;width:16.5rem;top:1.25rem;left:21.6875rem;overflow:hidden;display:block; }
#SVfVa6apXHCa1NBbQAzqyRJ6koLp7TZR { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:18.375rem;left:42.187501907349rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Ooqw2pcN09DTulDDoUTsxfzoWtFIT9oe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:16.3125rem;left:41.750001907349rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5d9M1TNPD7UQH2bDcKPCP0Dbba4Taxa { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.875rem;width:16.625rem;top:1.25rem;left:42.0625rem;overflow:hidden;display:block; }
#nXzbOOMTzw6Uk84lU6nImylUS3NqfsX2 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(183deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:7.5rem;width:10rem;top:0rem;left:0.625rem;display:block; }
#PVI2qrbsnl88Vb2lt9N1M2Pq2aT9scHE { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:3.8125rem;width:11.25rem;top:0rem;left:24.1875rem;display:block; }
#U8BNZ3NSumAQykixpKRMLMVifp2aMf4I { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.26)', endColorstr='#5fffff19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.26)', endColorstr='#5fffff19' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,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.5rem;width:10rem;top:0rem;left:50rem;display:block; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { 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:5rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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; }
#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:18.0625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.8125rem;left:8.6875rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ILIu5nbzTC0IKoU6K5JMH7GWXhsxg3t6 { position:absolute;display:block;z-index:15010;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:8.4375rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:3.1875rem;width:9.375rem;top:0.375rem;left:7.90625rem;display:block; }
#cieKbbQqubIk8afuA3zBiZUpmJol4GCg { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.48749923706055rem;left:17.66250038147rem;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:rgba(var(--color-tertiary-3),1);display:block;width:47.0625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.5rem;left:9.5625rem;height:2.3994125rem;text-align:left;text-align-last:left;display:block; }
#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { background-color: transparent; background-image: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .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); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { border-width: 0; border-radius: 0; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.5625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:9rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#USwBw8qepOSdLwnvqnEiw6ci5oRO4Dxr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.75rem;top:0.875rem;left:0.1875rem;overflow:hidden;display:block; }
#oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:3.0625rem;width:9.375rem;top:0.4375rem;left:8.125rem;display:block; }
#JezuS3csC2F2ZhDNhyiKRrUeA8fN7WH3 { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.375rem;left:17.937501907349rem;display:block; }
#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { background-color: transparent; background-image: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .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); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { border-width: 0; border-radius: 0; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { color:rgba(var(--color-tertiary-3),1);display:block;width:50.6875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.3125rem;left:8.9375rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { background-color: transparent; background-image: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .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); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { border-width: 0; border-radius: 0; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.4375rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:8.25rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5rem;top:0.40625rem;left:8.25rem;display:block; }
#uQuWeX56gvCSa7zsC4xqwSy8NsSnzbCK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:8.0625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#MftpVClaA607kFX0TZUI3qhCshFGmL77 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.3125rem;left:18.062501907349rem;display:block; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:rgba(var(--color-tertiary-3),1);display:block;width:49.5625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.0625rem;left:9.0625rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container { background-color: transparent; background-image: none; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container > .video-iframe-container { display: none; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row > .video-iframe-container { display: none; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .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); }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container { border-width: 0; border-radius: 0; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#PEk0XAP0LPM9tuZJo46nZidcmZWOrwrO { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.5625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ndiQ2H3M8GmWyuDifQBIJQJ3LMThMNAv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.6875rem;left:8.375rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yzqyWoyzKtvExHyXbaqFbotV8yz2Mvl9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.3125rem;top:0.87420654296875rem;left:0.3125rem;overflow:hidden;display:block; }
#EwTt0crTEFGqzFVI6DMx7PKD9gZ1IN5T { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.4375rem;left:8.125rem;display:block; }
#X6xaoKezAyPTZFtawcZ1oRgZ4s7eCwZH { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.9375rem;width:40.0625rem;top:0.40625rem;left:17.937501907349rem;display:block; }
#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container { background-color: transparent; background-image: none; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container > .video-iframe-container { display: none; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row > .video-iframe-container { display: none; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .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); }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container { border-width: 0; border-radius: 0; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#EMITS77o4z49BxCl87ZCxT3g70I6VQpz { color:rgba(var(--color-tertiary-3),1);display:block;width:50.5rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:8.8125rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container { background-color: transparent; background-image: none; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container > .video-iframe-container { display: none; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row > .video-iframe-container { display: none; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .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); }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container { border-width: 0; border-radius: 0; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#TpbzrPx2bH5JApV7sZxyaB9IObT1FATU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.3125rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRtzRSf0SdtqAMwHxzReNXcwi8765B2f { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.8125rem;left:9.125rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GbqkpILBZmOacMTqhk8HXvQkGVEK5ck0 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.546875rem;left:8.28125rem;display:block; }
#QPpUSy4IVAEx7cgWMA464O8Tz0ofLPyP { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.46875rem;left:18.062501907349rem;display:block; }
#geVcsePV5Hb5VJycovJnLivJA4FPpmu5 { position:absolute;display:block;z-index:15010;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:8.1875rem;width:7.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container { background-color: transparent; background-image: none; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container > .video-iframe-container { display: none; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row > .video-iframe-container { display: none; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .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); }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container { border-width: 0; border-radius: 0; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#WwIp3N6EOMUc4luaPMXpo8l5JPaFVz42 { color:rgba(var(--color-tertiary-3),1);display:block;width:50.625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:8.8125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container { background-color: transparent; background-image: none; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container > .video-iframe-container { display: none; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row > .video-iframe-container { display: none; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .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); }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container { border-width: 0; border-radius: 0; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#NTtTduTEDHXMN0beUx3r4rzPFS0MVCwT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.3125rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eiSZirJlu1hAQZVTTSwOmoNGoE7wdFhm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:8.6875rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JL23ar5wcGzQNMs2dGwPa8hrp4ihG8yI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.875rem;top:0.87422561645506rem;left:0.1875rem;overflow:hidden;display:block; }
#g422IWlASS9Hko7xg1PLToqlITdf3GGc { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.53125rem;left:7.96875rem;display:block; }
#rQfpfMUsAF6q2T99EEakeKiIbbfnbAOe { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.4375rem;left:17.812501907349rem;display:block; }
#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container { background-color: transparent; background-image: none; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container > .video-iframe-container { display: none; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row > .video-iframe-container { display: none; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .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); }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container { border-width: 0; border-radius: 0; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#OvMFswfrB5Kvh9paSp1BK2rf6pOTzs8U { color:rgba(var(--color-tertiary-3),1);display:block;width:49.875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:9.5625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container { background-color: transparent; background-image: none; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container > .video-iframe-container { display: none; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row > .video-iframe-container { display: none; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .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); }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container { border-width: 0; border-radius: 0; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#JTG7kX9vZlTkMlVTAPQTrRzm2igCCnfB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.3125rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0aOFTuFJPN8cI963z5CPKuRuokwTJxu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.8125rem;left:8.6875rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wy5qsBR8CImmKnQfdl9mqcx245n1PldE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:8.4375rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#y6RamyFXauKfQQwmiT3deAIQluMMqdRK { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.546875rem;left:8.125rem;display:block; }
#pPnqkrs2heuaduAgE6y3PxNxcqLp6ldH { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.375rem;left:17.937501907349rem;display:block; }
#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container { background-color: transparent; background-image: none; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container > .video-iframe-container { display: none; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row > .video-iframe-container { display: none; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .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); }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container { border-width: 0; border-radius: 0; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#gKwnw27tfZpUuXlCJ8vFFvIxf9IWTNiU { color:rgba(var(--color-tertiary-3),1);display:block;width:50.0625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:9.375rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container { background-color: transparent; background-image: none; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container > .video-iframe-container { display: none; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row > .video-iframe-container { display: none; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .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); }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container { border-width: 0; border-radius: 0; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gZouD4RhmGexJKtTS1IyWFr2oPqm624p { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.5625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zHPQsSoQAOiyZUO0R2zlnlLZBvl4TvCn { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:8.6875rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#q6oLf45IXTctgtyeXFXiiA0UWpbVTApK { position:absolute;display:block;z-index:15010;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:8.25rem;width:8.375rem;top:0rem;left:0.25rem;overflow:hidden;display:block; }
#Sgx4vETVFprW4cg1BoXVpHRmleOgVOhl { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.46875rem;left:8.28125rem;display:block; }
#SVRIMeNRpk8eEr4m75efqWnWa45bb2S8 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.46875rem;left:18.062501907349rem;display:block; }
#POusCMuBPSxuALmsCoUCI17NH62fCxIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container { background-color: transparent; background-image: none; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container > .video-iframe-container { display: none; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row > .video-iframe-container { display: none; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .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); }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container { border-width: 0; border-radius: 0; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#m8luUOedoo8yO8RdUmdLN6c9y8eHP759 { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:9.1875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container { background-color: transparent; background-image: none; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container > .video-iframe-container { display: none; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row > .video-iframe-container { display: none; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .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); }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container { border-width: 0; border-radius: 0; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#z351pBeka9TtacF9lBKr4Cxm53CI9rBw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.875rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HWn7xEtoSXu3WH2Jb0NnK6hswJPpVpuM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.4375rem;left:8.6875rem;display:block; }
#KraW2HAWtmDWAmk1xA9x3rHnw8k3RmvI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:9rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8Fmpo2nEHTQbEo2XTsxxRrgcaiiPano { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.1875rem;top:0.1875rem;left:0.74609375rem;overflow:hidden;display:block; }
#ckOxinMeFS5wTJgcVCXwQl5nETxr9bqZ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.40625rem;left:18.500001907349rem;display:block; }
#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container { background-color: transparent; background-image: none; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container > .video-iframe-container { display: none; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row > .video-iframe-container { display: none; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .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); }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container { border-width: 0; border-radius: 0; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#cxRNXFGbyQO3KOtJikNxNFJ4mf2ab0cx { color:rgba(var(--color-tertiary-3),1);display:block;width:49.5625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:9.875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container { background-color: transparent; background-image: none; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container > .video-iframe-container { display: none; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row > .video-iframe-container { display: none; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .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); }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container { border-width: 0; border-radius: 0; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#TKyS61lGZq0VunCoZ5kw79wobFGrhI5n { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0.875rem;left:18.875rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iWd7dZ1to2SJX3EnccKt78evTZR7rxik { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='rgba(var(--color-primary-3),0.26)' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(var(--color-primary-3),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:2.8125rem;width:9.5625rem;top:0.4375rem;left:8.6875rem;display:block; }
#el9THgIEvGrWVlhc5kITh5mQ9i4OLaCv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:9rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lp2zdu0VuhwSFgiMnVhXwiWwXRSs0Bmt { position:absolute;display:block;z-index:15010;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:9rem;width:9rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WyscsdItJwDOSJU7QabK2APflCoPot9W { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),0.41)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),0.41));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:3.0625rem;width:40.0625rem;top:0.375rem;left:18.500001907349rem;display:block; }
#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container { background-color: transparent; background-image: none; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container > .video-iframe-container { display: none; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row > .video-iframe-container { display: none; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .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); }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container { border-width: 0; border-radius: 0; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#oITegXdUT6NDq5zhDDah3Zxqgv0Uk0PT { color:rgba(var(--color-tertiary-3),1);display:block;width:49.5625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:9.875rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp { position:relative;display:block; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp { background-color: transparent; background-image: none; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row .container > .video-iframe-container { display: none; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row > .video-iframe-container { display: none; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .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); }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp { border-width: 0; border-radius: 0; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HMcCysDc3vm0lCGN8T0vVRt1Vbw7hfxT { position:absolute;display:block;z-index:15000;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:25.5625rem;width:32.6875rem;top:2.46875rem;left:13.65625rem;overflow:hidden;display:block; }
#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container { background-color: transparent; background-image: none; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container > .video-iframe-container { display: none; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row > .video-iframe-container { display: none; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .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); }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container { border-width: 0; border-radius: 0; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#ZD5qqLAsHllbtw3dLZi08D9uyT4XzzPv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.6875rem;left:15.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaqVfMBgoZABhgZGq9P9BVhepJZ1hEFC { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6rem;left:15.5625rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#r126iB48UuQnExpPKFrd9JPSgnhTbE7s { position:absolute;display:block;z-index:15000;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: 0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:10.25rem;width:10.25rem;top:2.6875rem;left:34.4375rem;overflow:hidden;display:block; }
#Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3ff33', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(90deg, rgba(221,211,255,0.2), rgba(var(--color-tertiary-2),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:none; }#Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm > .row .container { border-width: 0; border-radius: 0; }#Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:none; }#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.4375rem;left:19.8125rem;z-index:15017; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #Bof9cO138IXG0Tmq43p6A9qkkS1dkgyN { display:flex;position:relative;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #BbnGHTDcnfQf8gCyuEemLfrHmTdLIEtV { width:auto; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #UkHscrXnZNFBqWlU7QUXgi4R4SvHQd1r {  }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #RJ9qvBg0lidNlMhLIUXbV2V4WD3p0fL3 { display:flex;position:relative;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #WhOvQ1umgxTE61UUDqOyVSnS4WmUx7Z4 {  }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #cF4vOLvBaQ5KsStI8fkRLL9lobrX1sBg {  }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #GCQOw7CSr5mRWzOmW2gv33usCmNDyhd3 { display:flex;position:relative;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #b2hnTGe6XDtZnduLevbzr9Iv2xW3MTML {  }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #PvQXnbVLa5Vv3Fk5GATVsJWKiyXkkcnf {  }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #x5fooRpR7hU8mKnJnsyAIkBN1ocnDXWg { display:flex;position:relative;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #RkZTuC8kBIetBsKmQyM5XJCNbT32FWTI {  }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #C7N8xWEGxLREhiDWVfEz5n2tH1T5bX6O {  }
#onWIPR1cPC47uqlsM1Nw7xRudbyAoWDS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxoVtpffcGyb5aEyp5Q3GZ7aqcR84Fld { 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:5.5625rem;left:0rem;display:block; }
#yWInOXXbuMhsvBrlAOodOztGVes5iME9 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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:16.5rem;width:38.5rem;top:0.28125rem;left:9.625rem;display:block; }
#bl2nnW3wzEtbWLndH7UQgzGpZx63Sl4U { 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; }
#A795wXbWBtfVNAQXuoO5KnuBDglhLEMW { z-index:15005;top:14.875rem;left:20.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fbghyVzRCW9sa8ltE0Kh3KwvPMbmi5w6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK { 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; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container { background-color: transparent; background-image: none; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container > .video-iframe-container { display: none; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row > .video-iframe-container { display: none; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .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); }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container { border-width: 0; border-radius: 0; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#spfugUoyD0RhTyffsiOKGWExxVUe3t0d { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:2.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZEeFhNDfvdCUQVEi0EF05dGfrWm9AQ0 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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; }
#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container { background-color: transparent; background-image: none; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container > .video-iframe-container { display: none; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row > .video-iframe-container { display: none; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .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); }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container { border-width: 0; border-radius: 0; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#hg00JrJROnTVrxSZDt93PZiNSq3MVldh { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:9.4365234375rem;left:11.0625rem;height:6.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeOev7UEXv9SUFnTFcV3bDl9KHgkf4Es { color:#000000;display:block;width:28.75rem;position:absolute;font-family:quicksand;font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.1865234375rem;left:11.71875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-form-header {  }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-regular-label { display:none;width:17.5625rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;height:3.75rem;width:17.5625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:1.3125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-text {padding-top: 0; padding-bottom: 0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;height:3.3125rem;width:17.5625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:1.3125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:17.5625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-select {padding-top: 0; padding-bottom: 0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:18.9375rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:quicksand;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(105deg, #37a3eb, rgba(45,122,172,0.91));background-image: -moz-linear-gradient(105deg, #37a3eb, rgba(45,122,172,0.91));background-image: -ms-linear-gradient(105deg, #37a3eb, rgba(45,122,172,0.91));background-image: -o-linear-gradient(105deg, #37a3eb, rgba(45,122,172,0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2d7aace8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2d7aace8' );";background-image: linear-gradient(105deg, #37a3eb, rgba(45,122,172,0.91));background-size:initial !important;overflow:hidden;text-shadow:0.0625rem 0.125rem 0.3125rem #000000; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:quicksand;color:#abaeb4;text-align:center;text-align-last:center; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:quicksand;color:#abaeb4;text-align:center;text-align-last:center; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:quicksand;color:#abaeb4;text-align:center;text-align-last:center; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:quicksand;color:#abaeb4;text-align:center;text-align-last:center; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:55.5625rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#787878; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.84375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.25rem;padding-bottom:0;padding-left:0.25rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-container:first-of-type{padding-top:0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-container:last-of-type{padding-bottom:0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;left:0rem;top:22.7490234375rem;z-index:15021;position:absolute; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .radio-container { width:18.1875rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;left:0rem;top:22.7490234375rem;z-index:15021;position:absolute; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #StBmdoCiNlRaAbJLz4n3Cgs7q3PfFMBa { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #iFvwvSnTzgRAq68fdxEbaRpVhRTVG1bA { position:relative;display:block; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #FZTQ0mQWk1sXwKTUOWgzrtTgvMTBApye { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #XCQa06aiSElJqHI417yhh8kiXTNZxtZT { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #xW9KEsmUC7GPTRqm9DNCMTc7pta6HT2T { position:relative;display:block; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #IC0WT39zJuActK8JIv0VLElbRTZWtb7F { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #DvzTMlMxKu2TEHiM1M8rAzVwMLaKvx2F { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #dhNhTvzAHwJBVbndTG6z0POeX9MPI1zg { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #VmANqsPLMTucgP3RPFbtiKrw4HxgVWgR { position:relative; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #QoFPK49VfG19W6vWZ8D6yPVSTNCuSDaw { position:relative;z-index:2; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #x2S1AMwCGHTf3f9irkCdXRmpEtpbnow5 { position:relative; }
#IS43N596RkR0aGsI42qwyEWHTiTlHtJO { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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:34.1875rem;width:38.5rem;top:0rem;left:10.75rem;display:block; }
#qLOJuu5EHTrT8NHJNopQ0oxhzMN7Ct5X { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),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:7.5302734375rem;left:26.84375rem;display:block; }
#s05xiQPUgwS2Pyfa5EhqTQlRXlD7mXdk { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(0,0,0,0.37) ;height:16.0625rem;width:11.3125rem;top:9.0625rem;left:42.607421875rem;overflow:hidden;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:9.9375rem;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:1.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:2.71875rem;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-3),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.5625rem;width:9.9375rem;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:6rem;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:11.125rem;width:9.5625rem;top:1.5625rem;left:2.1875rem;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:3rem;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-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),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: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; }
#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container { background-color: transparent; background-image: none; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container > .video-iframe-container { display: none; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row > .video-iframe-container { display: none; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .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); }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container { border-width: 0; border-radius: 0; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#Gcs5MOxrOCH95mpgN0ZufV15s92NUEvv { z-index:15002;top:3.59375rem;left:16.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #ff8823, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u4u1dqEbMXqHyoACzCbr5i4WconOnA26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(352deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));background-image: -moz-linear-gradient(352deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));background-image: -ms-linear-gradient(352deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));background-image: -o-linear-gradient(352deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000cc', endColorstr='#00000099' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000cc', endColorstr='#00000099' );";background-image: linear-gradient(352deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));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; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container { background-color: transparent; background-image: none; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container > .video-iframe-container { display: none; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row > .video-iframe-container { display: none; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .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); }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container { border-width: 0; border-radius: 0; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#HcEADGSntnnw3UU5AMdlU5rGfN888zT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.62109375rem;height:2.2749rem;display:block; }
#x52uH13iFreJ8A7lNXUikJkpWJ2fsx7v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:20.4375rem;top:1rem;left:17.77734375rem;overflow:hidden;display:block; }
#OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M > .row .container { border-width: 0; border-radius: 0; }#OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:none; }#xk0KbdpeHhMcIRBDxyo6ngCzvmZ8xnBG { z-index:15003;top:3.59375rem;left:16.1875rem;background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,136,35,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.41);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.625rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bZyWDARmgxAKleWvnSqUMmgQG4TJVHgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:none; }#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:15.5625rem;width:60rem;position:relative;display:none; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-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; }
#Zynl76p3y9OAqStyPwKfORByd6TXwuRk { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),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; }
#Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { color:rgba(var(--color-tertiary-2),1);display:block;width:22rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:17.5rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:12.5087890625rem;left:31.875rem; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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: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:none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ.adaptive-delivery-prevent-bg, #fM0E89P23opNIipHwLETRRneH77Jr8GJ.lazyload, #fM0E89P23opNIipHwLETRRneH77Jr8GJ.lazyloading { background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:none; }#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.4375rem;left:19.8125rem;z-index:15017; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 { width:auto; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
#syVmMWJQFFZM6D728THqkbaQlVb8GAKg { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.99));background-image: -moz-linear-gradient(326deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.99));background-image: -ms-linear-gradient(326deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.99));background-image: -o-linear-gradient(326deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.99)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.99)' );";background-image: linear-gradient(326deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.99));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:15.125rem;left:0rem;display:block; }
#gqHtfnp05mGSifDcqupEGiBMwtZsORbp { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-0),1), #43d2dc);background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-0),1), #43d2dc);background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-0),1), #43d2dc);background-image: -o-linear-gradient(197deg, 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(197deg, 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.5625rem;width:3.8125rem;top:14.46875rem;left:11.3388671875rem;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-form-header {  }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#9d9db9;width:23.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:22.0625rem;overflow:hidden;font-style:normal; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:first-of-type{padding-top:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:last-of-type{padding-bottom:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:17.09375rem;top:14.46875rem;z-index:15022;position:absolute; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem;display:block;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:17.09375rem;top:14.46875rem;z-index:15022;position:absolute; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #RtpDf3LEekwxmMU6sN6IbrVtAonuKf6Q { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #FKCx4qO2qxaWshVkpxNe3Vwx1fqA541A { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #lunqloFaWF5Z70V9AHAu7yzSmo51BuT6 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Q1XIFPPcBE3lQMCJQAq94A4ym79hDWi9 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #isFMXtuSP3cWko2zV2UinT4fKRB7crrN { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #WfXmsnnqQMOVGtFNBJi2gk414chngpX5 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF { position:relative;z-index:2; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn { position:relative; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), #ffcb66);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:34.1875rem;width:38.5rem;top:0rem;left:9.625rem;display:block; }
#JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.26)', endColorstr='#5fffff66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.26)', endColorstr='#5fffff66' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-3),0.26), rgba(95,255,255,0.4));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:12.5rem;width:18.5rem;top:26.3125rem;left:41.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dTERbZMuPqfyzoTugrI4tMgJo65O4N2R { display:block; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQX3DapewJp6R3cV3FJEvQeakXLgfqAg { top:3.75rem;left:0rem;width:25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyLTGtTvDvgAulVcPDMx7Pna3LyverKg { top:9.375rem;left:0rem;width:25rem;height:10.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taiUFBIF7i9010ot3yw2PdyGFcBwAtan { top:20.4375rem;left:0rem;width:24.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbu7EMHhHZlLHl7xCvHa5rF9u3Tgseh { top:31.1875rem;left:0rem;width:23.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2w1ZKBZipgl1XhvVKiS2TqtlLlpmIxm { top:35rem;left:0rem;width:16.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmpc08NALysy0NK80V9FD1zS8Jf5cP4b { display:block; }
 }@media only screen and (max-width: 763px) { #t0Bukb0MG50m9ZI3c0WF8MoO368FlZ4k { width:2rem;height:1.875rem;top:7.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiiPSKk33yhw4FKH50TsTdLpLmVIXBCr { width:28.1875rem;height:28.1875rem;top:9.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1oskhWySVzZ3rrVtk8ZCyyfTSwixEM { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udApXIdLQWDaM8TAybpTqSTshnC8DWXI { width:32.125rem;height:33.4375rem;top:4.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERlygdRrw1e07rLvd3gR14py6RVHabvt { width:7.875rem;height:7.625rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNp5bRI9FiM3k3TIX7Zr1qHQqM4RLhS { width:14.4375rem;height:3.1875rem;top:35.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6JAo9Xit6xbkfht1sIqDvDocSlOhWT { display:block; }
 }@media only screen and (max-width: 763px) { #bhR3EpCrAya1eg2pXefGO715aIFWvOBb { top:24.5625rem;left:0rem;width:21.625rem;height:;font-size:1rem;display:block; }#bhR3EpCrAya1eg2pXefGO715aIFWvOBb li:before{  }
 }@media only screen and (max-width: 763px) { #zeox5c7efDUxDLZRFLSUoHFXaWEwSGW9 { width:8.9375rem;height:9.4375rem;top:5.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe2nPD9hGQzfPAiELsAygEwSebKEMQJh { width:12.375rem;height:10.5rem;top:26.75rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyoZKB51rnRZt63SCF0ECVccnHcTnAtz { top:28.875rem;left:36.0625rem;width:11.625rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CInFK7uh94cwu3BOm8wkLO1kJ506sfob { top:9.375rem;left:17.0625rem;width:30.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPBMiTfEy4EiZo6L7qBFlaowoCkmeNgJ { width:6.875rem;height:7.1875rem;top:9.375rem;left:20.296440124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12dUr1ZKgeB4SrfJONwc4ezKbCGdB2A { width:24.5625rem;height:2.625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxmCHPJw9XTzPxg8xI0pvH9aWZ2tnK5 { width:5rem;height:5rem;top:10.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJBCcnhrKdrrzlH3pWpt5se6x4zQ6kX { width:4.375rem;height:4.375rem;top:8.1875rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efChLSxaC7aCOV1eFmHAotItqWz9gTLh { width:24.5625rem;height:3.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmeM46gcPCT3xDrXbghWSVOPP6s2LskP { display:block; }#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIJGeWWFy1TNWKSNvgmtv1bbM4UcPXV3 { top:3.75rem;left:0rem;width:25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE6Iuw7O4C57TsqR4anryyidUMP0DlDS { top:9.375rem;left:0rem;width:25rem;height:10.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgkkInDJ1dT9J3QvUwDmaslE859OHeNH { top:20.4375rem;left:0rem;width:24.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl2drhQK5yHt3y8LGCJNoPBCzUUA1vuT { top:31.1875rem;left:0rem;width:23.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvuqJfnspC4OUQXF0hfOchoo97g5vKBQ { top:35rem;left:0rem;width:13.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCcVZnU64egOKU78X4uyXdQbvtI9VAPX { display:block; }
 }@media only screen and (max-width: 763px) { #NWsHFw9y9WZhLzu9zQNar7nbF4UxTeLQ { width:2rem;height:1.875rem;top:7.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELUOTe0MEnt5vxTdbTRgnNFUcD5x4mW { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl9DroiVnB92AVbMaOVcTCgtA0TLZBIo { width:32.125rem;height:33.4375rem;top:4.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U04WsIhoFoyT8rTQbMlaFx02V60vN67T { width:7.875rem;height:7.625rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysVXviqBJEysdTO30CLO9piqER0NEUO6 { width:12.375rem;height:3.25rem;top:35.0625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl2lyNcT8fV2i9Ox7Tk9Rb1Ut8leXvoP { display:block; }
 }@media only screen and (max-width: 763px) { #U1UCDFDmWncZklMsLNbxlidKUXL6bg1i { top:24.5625rem;left:0rem;width:21.625rem;height:;font-size:1rem;display:block; }#U1UCDFDmWncZklMsLNbxlidKUXL6bg1i li:before{  }
 }@media only screen and (max-width: 763px) { #fUWixx9RisR55TrfQaNnWWm5pgwKA3Z2 { width:9rem;height:9.5rem;top:1rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkWrIX3io0nBNDRNnf5ntbQkgvQuB04a { width:12.4375rem;height:10.5625rem;top:16.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfvSHCz2tlZ26URHLIOKbQVxJt7DKvC { top:18.6875rem;left:36.0625rem;width:11.6875rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdaFS5RHAakN61XgnP658BHop42kxmz { top:9.375rem;left:17.0625rem;width:30.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ZI068uGqUxvMGSPcMVVJBbVngFWAP2 { width:6.875rem;height:7.25rem;top:6.875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBAmMxX0wLXbTmGOfGqNEehQo0VeED3 { width:24.5625rem;height:2.625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvflhCFgmOwe3IRumTvPGi8n3kkCgWRL { width:5rem;height:5rem;top:8.1875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2yadCPy6MLgbkh3JJbFOBa50up7HsTH { width:4.375rem;height:4.375rem;top:3.5rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9lHFkhBshgmb69pnsBo96n0fuBZ5pSf { width:24.5625rem;height:3.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9pxUNsiRuPvbWLmqEazS2VyqRZ5h5Dp { width:30rem;height:30rem;top:5.5rem;left:17.75rem;display:block; }
 }@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:11.375rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:6.625rem;left:11.375rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { 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) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { 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) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:2.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:6.625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:6.625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:2.25rem;left:0rem;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) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
 }@media only screen and (max-width: 763px) { #Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { width:13.5rem;height:3.25rem;top:15.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block; }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { top:3.625rem;left:6.9375rem;width:31.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQF9nSKNTPHeBhRmOWCQcKUVaKWxxN1 { top:0.25rem;left:3.5rem;width:38.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTDRQwC4tDAQdQ8vw0cPIuctGAhSG37 { top:16.0625rem;left:10.6875rem;width:24.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3zqgKUNWUFUJAc0VRxgKmw2w4GGa64 { display:block; }
 }@media only screen and (max-width: 763px) { #SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt { display:block; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIc2ZSKPeC4apupcllduSenyuCoQphKo { width:23.75rem;height:3.25rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGylpHui6IaAXL6PXVWG9Wq0TIUQW4bB { width:22.125rem;height:4.875rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTOfT6HvWE5tfXt6TATV0tJCC1PaCee { width:34.875rem;height:19.5625rem;top:6.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeK34EHWMiQV0hpWTKfPJwZUAwhi1u5Q { top:22.4375rem;left:0rem;width:17.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpviFbk3HI3GHeTPW8F5gAiwwGPLJC5P { display:block; }
 }@media only screen and (max-width: 763px) { #DHVbrktbhIvpHglr2IaToJ0cZhSxhbTq { top:6.75rem;left:0rem;width:25rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:16.3125rem;height:15.5rem;top:1.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNHuk04ODtZi0zWM72wrINLc62kv8mvC { display:block; }#aNHuk04ODtZi0zWM72wrINLc62kv8mvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #oDKFu1NNrZqeLiyzvTLyc5OpEMoU4ali { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #mhvE7ZtdWvssD6hD1ma88dFf0B9FcG6h {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #XdwvENtGgoIJIGoMnKyJFCmiW8ZgbG3G {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #orc7K6IbrlxEHhqmsTqH9ytyQS4giUwG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #eAswqyl64Zm9FgNQcTf8WziFECIKlNhT {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #lWn4r0kuggoRbB1bfQt9SDwrTE4LyRlR {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #PEXdepVoDcIt7GFzJG5GKirSmn07VPrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #zu78GzJaAHFs8zTcNBZeIqMGtMe5CW0f {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #tMpfI8TtSTXE1T11HE8sC4TwzrdIghD4 {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #b7axMTGOnXPlyu5zR8cit9U1UT9ksZQZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #C78MuT66JDGc7XVwK9u26s2AqbTMbE1C {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #XkbwkDC0TgG0AOtqTfH50b1Dq7pwDx6R {  }
 }@media only screen and (max-width: 763px) { #f046EsSc5ZR0h3n6VPwCxAuX3JPFhNoG { width:13.5rem;height:3.25rem;top:15.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTE7pzzTG2aihNpPmQKaufQW9dPoPtQD { display:block; }
 }@media only screen and (max-width: 763px) { #ELJRf7ZHF9pBlLlvJ0hqC7JFTmByKfm8 { top:3.625rem;left:6.9375rem;width:31.625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRuSzQ2P41thqtfy0hXKrk8zMIbrs12g { width:16.3125rem;height:15.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6yWDA7E78Wb0Umpcwk1Ww150C9vazQh { top:0.25rem;left:3.5rem;width:38.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6owJs4d11V5Whk73aT6rBD4EB2OxQO3 { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@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:4.9375rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:5.6875rem;left:0rem;width:23.125rem;height:7rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:29.4375rem;height:26.25rem;top:2.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:6.125rem;left:15.5625rem;width:32.1875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:13.25rem;left:0rem;width:24.625rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { top:31.8125rem;left:31.75rem;width:13.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { top:31.6875rem;left:30.25rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH { width:2.8125rem;height:2.8125rem;top:31.1875rem;left:44.9375rem;display:block; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #IdFVwyHhLMghk5HdGdIpTT0IdHW63rWU { width:2.8125rem;height:2.8125rem;top:31.375rem;left:44.9375rem;display:block; }
#IdFVwyHhLMghk5HdGdIpTT0IdHW63rWU > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #JvGrVM1wsdeDW2L7Si0watXADUaUTk7p { top:30.875rem;left:0rem;width:24.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFO1hT8S6W8SyGElCkt53lTB95wOzpMM { display:block; }
 }@media only screen and (max-width: 763px) { #sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn { display:block; }#sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #IlH3sXzwL4WErATSpduF7IVOSBcOGaMf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #K3rqX8bnL3une1FLz0SfGIty3SxwIK31 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #rdbEIESce4aIfdkuxDpAClgP0DMOdxz1 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #oDmpBl6H0zSseVGaP1Twr1TmAczxXxN3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #Jaiggp7GiKKvTVPckQBvODNJVpls6FA5 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #rptUSUsgz0xiIXItrWV2ZQS3yZJeFApC {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #JAP8Qm3VlvEnpg5WzpKKQyyh92lRfHFP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #zIPFz47C3bOwKp53SDIzV3PGGLLKGd46 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #uTLd6T9vbhFdpulSLxvHEfAgFRCB1R88 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #QJh1ummrMvSJWRuxrCpMKFGEt6nT2IAL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #OxQGPl9sD8C6klSLpkrTblvDmLNdWzDB {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #FlaOoIDtNr13oTJDmUXJKB3fXV9TcmqW {  }
 }@media only screen and (max-width: 763px) { #vpg2EVrMAooUKuGgNkcavGT9u14VJDC3 { top:3.625rem;left:6.9375rem;width:31.625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GoKd226WZDCD6FtvEQy3xTVAJuy2Jn { width:16.3125rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TVFAkUGAcG18smanQGdqHoMZnWUNmT { top:0.25rem;left:3.5rem;width:38.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9R7uLToKEskoJoUy7ic6QBJFroI6vz { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV { display:block; }#MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ8oMaQDrWnzGBAqWk1cb7wnANDOnDCL { top:4.9375rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4q6DVoSSGfRcaqkrcIffPI03FyiJAdK { top:5.6875rem;left:0rem;width:23.125rem;height:7rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3DpgvKCXvhnWpElndumET79PW7hoTyz { width:29.4375rem;height:26.25rem;top:2.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGvd1z6CHnoM6oT79olhLu4b1tPyPNlC { top:6.125rem;left:15.5625rem;width:32.1875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9UFSCw38ZCrCmF0IXwddisS8rbNOEz { top:13.25rem;left:0rem;width:24.625rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htC6ESJyQksBNAT8GF7hoZDoxEIthDut { width:25.25rem;height:3.25rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiw9mlpfGHh4yim3zLCUStrzPTRhbVF { display:block; }
 }@media only screen and (max-width: 763px) { #yfnWfU5IUMTzaxy2PVgoQTHkslxI3D47 { top:31.8125rem;left:31.75rem;width:13.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euAb57ifa1qSe92Qo3WWdE9rcmzfdotn { top:31.6875rem;left:30.25rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdL2g3B7gnOrMw34In9mVKwLlIi5mSo { width:2.8125rem;height:2.8125rem;top:31.1875rem;left:44.9375rem;display:block; }
#PTdL2g3B7gnOrMw34In9mVKwLlIi5mSo > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #RiQ1LpZXLTrSQoDH8QiTSJNU2Mgk6fxq { width:2.8125rem;height:2.8125rem;top:31.375rem;left:44.9375rem;display:block; }
#RiQ1LpZXLTrSQoDH8QiTSJNU2Mgk6fxq > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:11.4375rem;left:0rem;width:16.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:0.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:0.8125rem;left:2.90625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:11.4375rem;left:13.625rem;width:18.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:0.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:0.8125rem;left:18.8125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:11.4375rem;left:30.75rem;width:16.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:0.8125rem;left:34.6875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:4.4375rem;height:4.4375rem;top:1.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.4375rem;height:3.4375rem;top:2.1875rem;left:21.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:4.1875rem;height:4.1875rem;top:1.6875rem;left:37.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW { display:block; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO2uV9Oc7Zh69wmEMVANQiGKImh2u4gk { top:3.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdNxBUZAOU8HaASoXZCTakNBGnHdaBvI { top:2.625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Ru4qD0rI9rPuCtyqtbQRi5QyaVn6rP { top:11.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 { display:block; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFdPuBUQNEdzGGT0l2LKD2J0Ow3v8b3y { top:7.5rem;left:0rem;width:30.5rem;height:6rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDPhFHh9EWBfVEy3bP0VUDqAFL8AgmsB { width:16.3125rem;height:15.5rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PegTAFQa9HKyZqahcWCBVfuDOAT6nPTN { width:3.75rem;height:3.75rem;top:1.5625rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utQszQ7Xxx6NIkk7rDxKcD7UwLfc9UDo { top:0rem;left:24rem;width:23.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXkkA2X3Jal14NKFX3OSRZ30KaevPmQ { top:5.25rem;left:31.78125rem;width:11.1875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63lKAPUBhvchSGJWG1MMcvosfQGT8Oz { width:18.1875rem;height:13.5rem;top:2.5625rem;left:28.094872754491rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGxtBlmUNqeTPkCk7xof2IzZoxnGSI0 { top:8.5625rem;left:29rem;width:16.75rem;height:3.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXynTnunvxnJqkyStwxdvsJqOdf0LwMf { top:12.6875rem;left:30.03125rem;width:14.0625rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X { display:block; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB6cpKQ2SZIQU1bKI73SfuxmaJi0FWJK { top:2.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnCStXGrkpNve5BPtMVRdu9VKki0IdTk { top:2.125rem;left:20.750001907349rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ { top:7.125rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ li:before{  }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:5.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo { display:block; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBooLZHiy5O1tVTtR1A9EyJOq50h1H5z { top:3.125rem;left:0rem;width:13.4375rem;height:4.3549469882865rem;display:block; }
 }@media only screen and (max-width: 763px) { #esurtTipZo2N8NUItUAXySDuoVHKT2tO { top:11.4375rem;left:0rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prN7Gtrn5W9Lk2F8df7LAtMx3Eef6Uz2 { top:13.8125rem;left:0rem;width:13.9375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhzHApzHfM9mQyJLDTWCZqbyLkEyi56D { top:2.0625rem;left:1.9375rem;width:10.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TTx39fOWeumNDcM8Vv4OF0fUPxgQy5 { top:4.4375rem;left:11.5625rem;width:12.3125rem;height:2.8600353055266rem;display:block; }
 }@media only screen and (max-width: 763px) { #D60KlmpEkK9tbZCtNKkg3R6aUvNfPvXT { top:0rem;left:9.6875rem;width:14.1875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbKLWisoBoMk91fFhpTzg0Rt887dJmS { top:1.0625rem;left:26.15625rem;width:8.4375rem;height:9.5544961945731rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAp0gODyqmQ1RsKEV8q8n4DKCsSpNQWR { top:4rem;left:25.8125rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ5TR4e16g94iRXLABNGx341kQE47FUO { top:1.625rem;left:35.25rem;width:12.5rem;height:8.311625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVDhLcNVFffsw4ipIRaP04gUu3Z3I6OT { top:11.375rem;left:8.875rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECH0Bfz6Rg5rbiSEKX60OzazIPehELG { top:13.8125rem;left:9.9375rem;width:13.9375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFh7myC2p8Rgu9MrxUstpX0NZxUczfwL { top:13.9375rem;left:21.875rem;width:13.9375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvR3LDX0q1QsXJIVrNtxQTRi7aumrgCi { top:11.375rem;left:20.8125rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDOHpA3HSEDT2t5oSKNUSKe05csVvg5 { top:11.375rem;left:20.8125rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1deDwdazzOG6yDcRX749TOiaNhW0ZFx { top:13.8125rem;left:33.8125rem;width:13.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ3NGl9sATCMTI8gtrLWSAsGh5iOQseB { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZHhzXhcWXEM7Ip4rbA5Msl7QTi0C6pO { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPFUKGSmKXSQQMuNZWaG7Oto4tlLKbCf { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBDWkyV3keTBLKGCifZtAuTE5ATfA2Fe { top:25.8125rem;left:0rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxkqSB04OtmIcBwQ2EiyuUn1QMlfbQxW { top:25.625rem;left:8.875rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzUANxTZN0UwuPsQvx4EzJmBap8MR7o { top:25.625rem;left:20.8125rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbyBTPLwNou7s1OZBEqTM8NHCReV9rXi { top:25.625rem;left:20.8125rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsMXSaZfcwfrou5GbWsWsRgemmdVMXh { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mePffLJPcR46xoTL5ee3FiQuvEHdI5Su { display:block; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs69CZ84g8sT0bMOuKl4AP0lQePoMWIz { top:0.8125rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhomAySQolSV1LTZMlXxSJl6BKveweO { top:8.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvN9epw8y7QbH3zEL4lmwaAGNO97pT6r { top:11.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqinwAitQuMJbHPsSHdkJHNBFMN9Grg { top:3rem;left:10.09375rem;width:27.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qziFSEfFyCUlb27klilIkDQznX7OXgqO { display:block; }
 }@media only screen and (max-width: 763px) { #FqlHdJzsobu96eRByb2NBDzvSm4hb2fg { display:block; }#FqlHdJzsobu96eRByb2NBDzvSm4hb2fg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oX5xUnlT9Pe1um1IzHA1R2XXTT72Uc9h { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUNdD9OXHKeUK54u7QBDQoNgqLJBJ8Zu { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOPIphRJlT5NH90OTTtETtnTmuh9QHyU { display:block; }#TOPIphRJlT5NH90OTTtETtnTmuh9QHyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORXk6bL9OHScaSv8V13dOXr2PMrtbH3S { top:18.3125rem;left:0rem;width:16.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swoIulQOSa4TAsHVEXoinB15hwT4kNSt { top:16.125rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbCEsF9z9vDsvwe2bzMpyHyxqdzpKdQE { width:16.625rem;height:13.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqATAbrZ5WdZrm4ImLbSxOmMntWwpry { top:18.125rem;left:14.875rem;width:16.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7LKHI5nDMcIgwvlu5Nkwk6CAdsh3Wk4 { top:16.25rem;left:14.875rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63VZFSHFZ4kUCbVSbTF9zTErQwbpLCd { width:16.5rem;height:13.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVfVa6apXHCa1NBbQAzqyRJ6koLp7TZR { top:18.375rem;left:30.75rem;width:16.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooqw2pcN09DTulDDoUTsxfzoWtFIT9oe { top:16.3125rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5d9M1TNPD7UQH2bDcKPCP0Dbba4Taxa { width:16.625rem;height:13.875rem;top:1.25rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXzbOOMTzw6Uk84lU6nImylUS3NqfsX2 { top:0rem;left:0rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVI2qrbsnl88Vb2lt9N1M2Pq2aT9scHE { top:0rem;left:18rem;width:11.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BNZ3NSumAQykixpKRMLMVifp2aMf4I { top:0rem;left:37.625rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0.9375rem;left:11.9375rem;width:32.0625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:0.8125rem;left:2.5625rem;width:7.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILIu5nbzTC0IKoU6K5JMH7GWXhsxg3t6 { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0.375rem;left:1.78125rem;width:9.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cieKbbQqubIk8afuA3zBiZUpmJol4GCg { width:40.0625rem;height:3.0625rem;top:0.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0.5rem;left:0rem;width:47.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:0.875rem;left:12.4375rem;width:29.875rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { top:0.75rem;left:2.875rem;width:7.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USwBw8qepOSdLwnvqnEiw6ci5oRO4Dxr { top:0.875rem;left:0rem;width:7.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { top:0.4375rem;left:2rem;width:9.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JezuS3csC2F2ZhDNhyiKRrUeA8fN7WH3 { width:40.0625rem;height:3.0625rem;top:0.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { top:0.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:0.8125rem;left:12.3125rem;width:30.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { top:0.75rem;left:2.125rem;width:8.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { top:0.375rem;left:2.125rem;width:9.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuWeX56gvCSa7zsC4xqwSy8NsSnzbCK { top:0.8125rem;left:0rem;width:8.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MftpVClaA607kFX0TZUI3qhCshFGmL77 { width:40.0625rem;height:3.0625rem;top:0.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:0.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrqnAE0TwS8UuURltcRsxot6x8DsDUSG { display:block; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEk0XAP0LPM9tuZJo46nZidcmZWOrwrO { top:0.875rem;left:12.4375rem;width:34.75rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndiQ2H3M8GmWyuDifQBIJQJ3LMThMNAv { top:0.6875rem;left:2.25rem;width:8.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzqyWoyzKtvExHyXbaqFbotV8yz2Mvl9 { top:0.8125rem;left:0rem;width:7.3125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTt0crTEFGqzFVI6DMx7PKD9gZ1IN5T { top:0.4375rem;left:2rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6xaoKezAyPTZFtawcZ1oRgZ4s7eCwZH { width:40.0625rem;height:2.9375rem;top:0.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 { display:block; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMITS77o4z49BxCl87ZCxT3g70I6VQpz { top:0rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax { display:block; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpbzrPx2bH5JApV7sZxyaB9IObT1FATU { top:0.875rem;left:8.6875rem;width:39.0625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtzRSf0SdtqAMwHxzReNXcwi8765B2f { top:0.8125rem;left:3rem;width:7.875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbqkpILBZmOacMTqhk8HXvQkGVEK5ck0 { top:0.5rem;left:2.15625rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPpUSy4IVAEx7cgWMA464O8Tz0ofLPyP { width:40.0625rem;height:3.0625rem;top:0.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geVcsePV5Hb5VJycovJnLivJA4FPpmu5 { top:0rem;left:0rem;width:7.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 { display:block; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwIp3N6EOMUc4luaPMXpo8l5JPaFVz42 { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr { display:block; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTtTduTEDHXMN0beUx3r4rzPFS0MVCwT { top:0.875rem;left:12.1875rem;width:23.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiSZirJlu1hAQZVTTSwOmoNGoE7wdFhm { top:0.75rem;left:2.5625rem;width:8.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL23ar5wcGzQNMs2dGwPa8hrp4ihG8yI { top:0.8125rem;left:0rem;width:7.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g422IWlASS9Hko7xg1PLToqlITdf3GGc { top:0.5rem;left:1.84375rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQfpfMUsAF6q2T99EEakeKiIbbfnbAOe { width:40.0625rem;height:3.0625rem;top:0.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l { display:block; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvMFswfrB5Kvh9paSp1BK2rf6pOTzs8U { top:0rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 { display:block; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTG7kX9vZlTkMlVTAPQTrRzm2igCCnfB { top:0.875rem;left:12.1875rem;width:22.75rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0aOFTuFJPN8cI963z5CPKuRuokwTJxu { top:0.8125rem;left:2.5625rem;width:8.4375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy5qsBR8CImmKnQfdl9mqcx245n1PldE { top:0.75rem;left:0rem;width:8.4375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6RamyFXauKfQQwmiT3deAIQluMMqdRK { top:0.5rem;left:2rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPnqkrs2heuaduAgE6y3PxNxcqLp6ldH { width:40.0625rem;height:3.0625rem;top:0.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl { display:block; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKwnw27tfZpUuXlCJ8vFFvIxf9IWTNiU { top:0rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXA91hH1tF19Q8OOZALyRL0yabf8zRB { display:block; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZouD4RhmGexJKtTS1IyWFr2oPqm624p { top:0.875rem;left:12.4375rem;width:16.5625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHPQsSoQAOiyZUO0R2zlnlLZBvl4TvCn { top:0.75rem;left:2.5625rem;width:8.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6oLf45IXTctgtyeXFXiiA0UWpbVTApK { top:0rem;left:0rem;width:8.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgx4vETVFprW4cg1BoXVpHRmleOgVOhl { top:0.4375rem;left:2.15625rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVRIMeNRpk8eEr4m75efqWnWa45bb2S8 { width:40.0625rem;height:3.0625rem;top:0.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POusCMuBPSxuALmsCoUCI17NH62fCxIG { display:block; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8luUOedoo8yO8RdUmdLN6c9y8eHP759 { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 { display:block; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z351pBeka9TtacF9lBKr4Cxm53CI9rBw { top:0.875rem;left:12.75rem;width:16.3125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWn7xEtoSXu3WH2Jb0NnK6hswJPpVpuM { top:0.4375rem;left:2.5625rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KraW2HAWtmDWAmk1xA9x3rHnw8k3RmvI { top:0.75rem;left:2.875rem;width:8.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Fmpo2nEHTQbEo2XTsxxRrgcaiiPano { top:0.1875rem;left:0rem;width:7.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckOxinMeFS5wTJgcVCXwQl5nETxr9bqZ { width:40.0625rem;height:3.0625rem;top:0.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDaeTXt585CRx2ih3gndnCvD6FLDzT4h { display:block; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxRNXFGbyQO3KOtJikNxNFJ4mf2ab0cx { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F { display:block; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKyS61lGZq0VunCoZ5kw79wobFGrhI5n { top:0.875rem;left:12.750001907349rem;width:16.3125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWd7dZ1to2SJX3EnccKt78evTZR7rxik { top:0.4375rem;left:2.5625rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el9THgIEvGrWVlhc5kITh5mQ9i4OLaCv { top:0.75rem;left:2.875rem;width:8.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp2zdu0VuhwSFgiMnVhXwiWwXRSs0Bmt { top:0rem;left:0rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyscsdItJwDOSJU7QabK2APflCoPot9W { width:40.0625rem;height:3.0625rem;top:0.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF { display:block; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oITegXdUT6NDq5zhDDah3Zxqgv0Uk0PT { top:0rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXtf8PltIT00dTd33FzFPiV8IUhWQVp { display:block; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMcCysDc3vm0lCGN8T0vVRt1Vbw7hfxT { top:2.4375rem;left:7.53125rem;width:32.6875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg { display:block; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZD5qqLAsHllbtw3dLZi08D9uyT4XzzPv { top:2.6875rem;left:9.1875rem;width:17.625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaqVfMBgoZABhgZGq9P9BVhepJZ1hEFC { top:6rem;left:9.4375rem;width:17.4375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r126iB48UuQnExpPKFrd9JPSgnhTbE7s { top:2.6875rem;left:28.3125rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm { display:block; }#Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #Bof9cO138IXG0Tmq43p6A9qkkS1dkgyN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #BbnGHTDcnfQf8gCyuEemLfrHmTdLIEtV {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #UkHscrXnZNFBqWlU7QUXgi4R4SvHQd1r {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #RJ9qvBg0lidNlMhLIUXbV2V4WD3p0fL3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #WhOvQ1umgxTE61UUDqOyVSnS4WmUx7Z4 {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #cF4vOLvBaQ5KsStI8fkRLL9lobrX1sBg {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #GCQOw7CSr5mRWzOmW2gv33usCmNDyhd3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #b2hnTGe6XDtZnduLevbzr9Iv2xW3MTML {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #PvQXnbVLa5Vv3Fk5GATVsJWKiyXkkcnf {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #x5fooRpR7hU8mKnJnsyAIkBN1ocnDXWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #RkZTuC8kBIetBsKmQyM5XJCNbT32FWTI {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #C7N8xWEGxLREhiDWVfEz5n2tH1T5bX6O {  }
 }@media only screen and (max-width: 763px) { #onWIPR1cPC47uqlsM1Nw7xRudbyAoWDS { top:3.625rem;left:6.9375rem;width:31.625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxoVtpffcGyb5aEyp5Q3GZ7aqcR84Fld { width:16.3125rem;height:15.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWInOXXbuMhsvBrlAOodOztGVes5iME9 { top:0.25rem;left:3.5rem;width:38.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl2nnW3wzEtbWLndH7UQgzGpZx63Sl4U { width:3.75rem;height:3.75rem;top:3.9375rem;left:40.0263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A795wXbWBtfVNAQXuoO5KnuBDglhLEMW { top:14.875rem;left:14.40625rem;width:18.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbghyVzRCW9sa8ltE0Kh3KwvPMbmi5w6 { display:block; }
 }@media only screen and (max-width: 763px) { #u19vs5AXoTKEsJTBx5lNScuul7r2WNMK { display:block; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spfugUoyD0RhTyffsiOKGWExxVUe3t0d { top:5.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEeFhNDfvdCUQVEi0EF05dGfrWm9AQ0 { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP { display:block; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg00JrJROnTVrxSZDt93PZiNSq3MVldh { width:31.4375rem;height:6rem;top:9.375rem;left:4.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeOev7UEXv9SUFnTFcV3bDl9KHgkf4Es { width:28.75rem;height:3.375rem;top:17.125rem;left:5.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-regular-label { width:11.4375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-text { width:11.4375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-text {padding-top: 0; padding-bottom: 0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-textarea { width:11.4375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-select { width:11.4375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-select {padding-top: 0; padding-bottom: 0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-checkbox-label { width:43.3125rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-radio-label { width:4.78125rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO  { width:45.25rem;height:auto;top:22.6875rem;left:0rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .radio-container { width:12.0625rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO {display:inline-block;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO { width:45.25rem;height:auto;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #StBmdoCiNlRaAbJLz4n3Cgs7q3PfFMBa {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #iFvwvSnTzgRAq68fdxEbaRpVhRTVG1bA {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #FZTQ0mQWk1sXwKTUOWgzrtTgvMTBApye {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #XCQa06aiSElJqHI417yhh8kiXTNZxtZT {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #xW9KEsmUC7GPTRqm9DNCMTc7pta6HT2T {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #IC0WT39zJuActK8JIv0VLElbRTZWtb7F {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #DvzTMlMxKu2TEHiM1M8rAzVwMLaKvx2F {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #dhNhTvzAHwJBVbndTG6z0POeX9MPI1zg {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #VmANqsPLMTucgP3RPFbtiKrw4HxgVWgR {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #QoFPK49VfG19W6vWZ8D6yPVSTNCuSDaw {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #x2S1AMwCGHTf3f9irkCdXRmpEtpbnow5 {  }
 }@media only screen and (max-width: 763px) { #IS43N596RkR0aGsI42qwyEWHTiTlHtJO { top:0rem;left:4.625rem;width:38.5rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOJuu5EHTrT8NHJNopQ0oxhzMN7Ct5X { top:7.5rem;left:20.71875rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s05xiQPUgwS2Pyfa5EhqTQlRXlD7mXdk { top:9.0625rem;left:36.4375rem;width:11.3125rem;height:16.0625rem;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:2.6875rem;font-size:1.8125rem;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:9.9375rem;height:10.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:3.1875rem;left:9.03125rem;width:25rem;height:6rem;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.875001907349rem;width:25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:10.8125rem;left:13.875001907349rem;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:9.5625rem;height:11.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:3.1875rem;left:9.03125rem;width:25rem;height:3rem;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) { #dBTlBZquR335kgBWpzbDwfmS4hS5wiRC { display:block; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs5MOxrOCH95mpgN0ZufV15s92NUEvv { top:3.5625rem;left:10.15625rem;width:27.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4u1dqEbMXqHyoACzCbr5i4WconOnA26 { display:block; }
 }@media only screen and (max-width: 763px) { #A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts { display:block; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcEADGSntnnw3UU5AMdlU5rGfN888zT1 { top:15.6875rem;left:17.49609375rem;width:13.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52uH13iFreJ8A7lNXUikJkpWJ2fsx7v { top:1rem;left:11.65234375rem;width:20.4375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M { display:block; }#OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xk0KbdpeHhMcIRBDxyo6ngCzvmZ8xnBG { top:3.5625rem;left:10.0625rem;width:27.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZyWDARmgxAKleWvnSqUMmgQG4TJVHgq { 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) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { top:9.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { top:12.8125rem;left:11.375rem;width:22rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.3125rem;height:2.3125rem;top:12.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { top:3.625rem;left:6.9375rem;width:31.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.8125rem;height:3.5625rem;top:14.4375rem;left:5.2138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:23.3125rem;height:auto;top:14.4375rem;left:10.96875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:23.3125rem;height:auto;top:14.4375rem;left:10.96875rem; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #RtpDf3LEekwxmMU6sN6IbrVtAonuKf6Q {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #FKCx4qO2qxaWshVkpxNe3Vwx1fqA541A { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #lunqloFaWF5Z70V9AHAu7yzSmo51BuT6 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Q1XIFPPcBE3lQMCJQAq94A4ym79hDWi9 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #isFMXtuSP3cWko2zV2UinT4fKRB7crrN { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #WfXmsnnqQMOVGtFNBJi2gk414chngpX5 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:0rem;left:3.5rem;width:38.5rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { top:26.3125rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dTERbZMuPqfyzoTugrI4tMgJo65O4N2R { 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; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R.adaptive-delivery-prevent-bg, #dTERbZMuPqfyzoTugrI4tMgJo65O4N2R.lazyload, #dTERbZMuPqfyzoTugrI4tMgJo65O4N2R.lazyloading { background-image: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container { background-color: transparent; background-image: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container > .video-iframe-container { display: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row > .video-iframe-container { display: none; }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .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); }#dTERbZMuPqfyzoTugrI4tMgJo65O4N2R > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQX3DapewJp6R3cV3FJEvQeakXLgfqAg { width:19.375rem;height:1.94970625rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyLTGtTvDvgAulVcPDMx7Pna3LyverKg { width:20rem;height:4.5371125rem;top:5.787109375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #taiUFBIF7i9010ot3yw2PdyGFcBwAtan { width:20rem;height:2.3369125rem;top:11.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#26265b;display:block; }
 }@media only screen and (max-width: 763px) { #tsbu7EMHhHZlLHl7xCvHa5rF9u3Tgseh { width:20rem;height:2.76171875rem;top:21.8779296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2w1ZKBZipgl1XhvVKiS2TqtlLlpmIxm { top:25.9990234375rem;left:0.71875rem;width:18.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmpc08NALysy0NK80V9FD1zS8Jf5cP4b { display:block; }
 }@media only screen and (max-width: 763px) { #t0Bukb0MG50m9ZI3c0WF8MoO368FlZ4k { width:2rem;height:1.875rem;top:3.474609375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiiPSKk33yhw4FKH50TsTdLpLmVIXBCr { width:20rem;height:20rem;top:41.451175689698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1oskhWySVzZ3rrVtk8ZCyyfTSwixEM { width:20rem;height:11.875rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udApXIdLQWDaM8TAybpTqSTshnC8DWXI { width:14.5625rem;height:15.0625rem;top:18.5rem;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) { #ERlygdRrw1e07rLvd3gR14py6RVHabvt { width:4.6875rem;height:4.5rem;top:3.474609375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNp5bRI9FiM3k3TIX7Zr1qHQqM4RLhS { width:14.875rem;height:3.1875rem;top:29.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6JAo9Xit6xbkfht1sIqDvDocSlOhWT { display:block; }
 }@media only screen and (max-width: 763px) { #bhR3EpCrAya1eg2pXefGO715aIFWvOBb { width:16.125rem;height:5.9985375rem;top:14.875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#bhR3EpCrAya1eg2pXefGO715aIFWvOBb li:before{  }
 }@media only screen and (max-width: 763px) { #zeox5c7efDUxDLZRFLSUoHFXaWEwSGW9 { width:6.1875rem;height:6.5625rem;top:39.794923782349rem;left:13.651437586734rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe2nPD9hGQzfPAiELsAygEwSebKEMQJh { width:8.4375rem;height:7.1245625rem;top:35.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyoZKB51rnRZt63SCF0ECVccnHcTnAtz { width:10rem;height:5.0625rem;top:36.5rem;left:3.75rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CInFK7uh94cwu3BOm8wkLO1kJ506sfob { width:9rem;height:11.625rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPBMiTfEy4EiZo6L7qBFlaowoCkmeNgJ { width:5.4375rem;height:5.25rem;top:33.5rem;left:0.625rem;z-index:15025;border-top-left-radius:56.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #A12dUr1ZKgeB4SrfJONwc4ezKbCGdB2A { width:20rem;height:3.5rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxmCHPJw9XTzPxg8xI0pvH9aWZ2tnK5 { width:3.75rem;height:3.75rem;top:34.4375rem;left:1.8125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqJBCcnhrKdrrzlH3pWpt5se6x4zQ6kX { width:3.75rem;height:3.75rem;top:41.450738906861rem;left:14.749349653721rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efChLSxaC7aCOV1eFmHAotItqWz9gTLh { width:20rem;height:3.8125rem;top:21.3525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmeM46gcPCT3xDrXbghWSVOPP6s2LskP { 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:none; }#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP.adaptive-delivery-prevent-bg, #pmeM46gcPCT3xDrXbghWSVOPP6s2LskP.lazyload, #pmeM46gcPCT3xDrXbghWSVOPP6s2LskP.lazyloading { background-image: none; }#pmeM46gcPCT3xDrXbghWSVOPP6s2LskP > .row .container { width:20rem;height:58.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIJGeWWFy1TNWKSNvgmtv1bbM4UcPXV3 { width:19.375rem;height:1.94970625rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WE6Iuw7O4C57TsqR4anryyidUMP0DlDS { width:20rem;height:4.5371125rem;top:5.787109375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kgkkInDJ1dT9J3QvUwDmaslE859OHeNH { width:20rem;height:2.3369125rem;top:11.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#26265b;display:block; }
 }@media only screen and (max-width: 763px) { #Vl2drhQK5yHt3y8LGCJNoPBCzUUA1vuT { width:20rem;height:2.76171875rem;top:21.8779296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvuqJfnspC4OUQXF0hfOchoo97g5vKBQ { top:26.28125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCcVZnU64egOKU78X4uyXdQbvtI9VAPX { display:block; }
 }@media only screen and (max-width: 763px) { #NWsHFw9y9WZhLzu9zQNar7nbF4UxTeLQ { width:2rem;height:1.875rem;top:3.474609375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELUOTe0MEnt5vxTdbTRgnNFUcD5x4mW { width:20rem;height:13.125rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl9DroiVnB92AVbMaOVcTCgtA0TLZBIo { width:14.5625rem;height:15.0625rem;top:18.5rem;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) { #U04WsIhoFoyT8rTQbMlaFx02V60vN67T { width:4.6875rem;height:4.5rem;top:3.474609375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysVXviqBJEysdTO30CLO9piqER0NEUO6 { width:12.4375rem;height:3.208333125rem;top:29.906250953674rem;left:3.7812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl2lyNcT8fV2i9Ox7Tk9Rb1Ut8leXvoP { display:block; }
 }@media only screen and (max-width: 763px) { #U1UCDFDmWncZklMsLNbxlidKUXL6bg1i { width:16.125rem;height:5.9985375rem;top:14.875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#U1UCDFDmWncZklMsLNbxlidKUXL6bg1i li:before{  }
 }@media only screen and (max-width: 763px) { #fUWixx9RisR55TrfQaNnWWm5pgwKA3Z2 { width:6.6875rem;height:7.0625rem;top:49.71875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkWrIX3io0nBNDRNnf5ntbQkgvQuB04a { width:8.4375rem;height:7.125rem;top:36.5rem;left:11.294921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfvSHCz2tlZ26URHLIOKbQVxJt7DKvC { width:10rem;height:5.0625rem;top:37.8251953125rem;left:10rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcdaFS5RHAakN61XgnP658BHop42kxmz { width:9rem;height:11.625rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4ZI068uGqUxvMGSPcMVVJBbVngFWAP2 { width:5.4375rem;height:5.25rem;top:33.5rem;left:0.625rem;z-index:15025;border-top-left-radius:56.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBAmMxX0wLXbTmGOfGqNEehQo0VeED3 { width:20rem;height:3.5rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvflhCFgmOwe3IRumTvPGi8n3kkCgWRL { width:3.75rem;height:3.75rem;top:34.4375rem;left:1.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2yadCPy6MLgbkh3JJbFOBa50up7HsTH { width:3.75rem;height:3.75rem;top:51.982421875rem;left:11.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9lHFkhBshgmb69pnsBo96n0fuBZ5pSf { width:20rem;height:3.8125rem;top:21.3525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9pxUNsiRuPvbWLmqEazS2VyqRZ5h5Dp { width:20rem;height:20rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:20rem;height:3.8999rem;top:3.1630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:20rem;height:1.349825rem;top:7.51220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:3.8999rem;top:10.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:20rem;height:2.69921875rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:3.8999rem;top:26.3125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:20rem;height:1.349825rem;top:30.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:20rem;height:1.349825rem;top:23.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:20rem;height:3.8999rem;top:18.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:20rem;height:35.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { width:18rem;height:5.0625rem;display:flex;top:10.5rem;left:0.93750005960463rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
 }@media only screen and (max-width: 763px) { #Qzb2BICzdKzCzV5Jemr9bFgZBvB0cDfD { width:13.5rem;height:3.25rem;top:17.0625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xb79a1En0GkLNIm2rSlAsJc53mwWL4BL { display:block; }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQF9nSKNTPHeBhRmOWCQcKUVaKWxxN1 { width:20rem;height:16.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InrQVJeUh9Zx04812wdw8LD0ZyXwq5Kd { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTDRQwC4tDAQdQ8vw0cPIuctGAhSG37 { top:17.5rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3zqgKUNWUFUJAc0VRxgKmw2w4GGa64 { display:block; }
 }@media only screen and (max-width: 763px) { #SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt { display:block; }#SZ9XTe3rV3XlHTScnMF5QnECMpAV4Lyt > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIc2ZSKPeC4apupcllduSenyuCoQphKo { width:20rem;height:2.76171875rem;top:6.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGylpHui6IaAXL6PXVWG9Wq0TIUQW4bB { width:20rem;height:4.142575rem;top:10.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTOfT6HvWE5tfXt6TATV0tJCC1PaCee { height:11.1875rem;width:20rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeK34EHWMiQV0hpWTKfPJwZUAwhi1u5Q { top:31.75rem;left:1.03125rem;width:17.9375rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpviFbk3HI3GHeTPW8F5gAiwwGPLJC5P { display:block; }
 }@media only screen and (max-width: 763px) { #DHVbrktbhIvpHglr2IaToJ0cZhSxhbTq { width:20rem;height:2.4375rem;top:3.375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iccK47nmmk1bmTmw2dRyzSx2JbmegPhp { width:16.3125rem;height:15.5rem;top:2.4375rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #aNHuk04ODtZi0zWM72wrINLc62kv8mvC { display:none; }#aNHuk04ODtZi0zWM72wrINLc62kv8mvC > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA { width:18rem;height:5.0625rem;display:flex;top:10.5rem;left:0.93750005960463rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #oDKFu1NNrZqeLiyzvTLyc5OpEMoU4ali { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #mhvE7ZtdWvssD6hD1ma88dFf0B9FcG6h {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #XdwvENtGgoIJIGoMnKyJFCmiW8ZgbG3G {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #orc7K6IbrlxEHhqmsTqH9ytyQS4giUwG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #eAswqyl64Zm9FgNQcTf8WziFECIKlNhT {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #lWn4r0kuggoRbB1bfQt9SDwrTE4LyRlR {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #PEXdepVoDcIt7GFzJG5GKirSmn07VPrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #zu78GzJaAHFs8zTcNBZeIqMGtMe5CW0f {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #tMpfI8TtSTXE1T11HE8sC4TwzrdIghD4 {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #b7axMTGOnXPlyu5zR8cit9U1UT9ksZQZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #C78MuT66JDGc7XVwK9u26s2AqbTMbE1C {  }
 }@media only screen and (max-width: 763px) { #db7WDCdAdwBDnpQCcfSQGTZcOHp66lbA #XkbwkDC0TgG0AOtqTfH50b1Dq7pwDx6R {  }
 }@media only screen and (max-width: 763px) { #f046EsSc5ZR0h3n6VPwCxAuX3JPFhNoG { width:13.5rem;height:3.25rem;top:17.0625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTE7pzzTG2aihNpPmQKaufQW9dPoPtQD { display:block; }
 }@media only screen and (max-width: 763px) { #ELJRf7ZHF9pBlLlvJ0hqC7JFTmByKfm8 { width:20rem;height:3.75rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRuSzQ2P41thqtfy0hXKrk8zMIbrs12g { width:16.3125rem;height:15.5rem;top:0.875rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #J6yWDA7E78Wb0Umpcwk1Ww150C9vazQh { width:20rem;height:16.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6owJs4d11V5Whk73aT6rBD4EB2OxQO3 { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:55.3125rem;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:5.3613375rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:13.25rem;height:11.8125rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:12.8125rem;height:10.5625rem;top:27.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:16.5rem;top:9.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { width:13.1875rem;height:1.5rem;top:44.0625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { width:15.625rem;height:1.875rem;top:43.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH { width:2.5rem;height:2.5rem;top:46.6875rem;left:6.3125rem;display:block; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #IdFVwyHhLMghk5HdGdIpTT0IdHW63rWU { width:2.8125rem;height:2.8125rem;top:46.71875rem;left:11.25rem;display:block; }
#IdFVwyHhLMghk5HdGdIpTT0IdHW63rWU > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #JvGrVM1wsdeDW2L7Si0watXADUaUTk7p { top:50.78125rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFO1hT8S6W8SyGElCkt53lTB95wOzpMM { display:block; }
 }@media only screen and (max-width: 763px) { #sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn { display:none; }#sZaTFDzzHcqghhyVIIzVRzqB2JGbLzcn > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oICgZBBP26Rsa41k4CL8zEIaT2SPASck { width:18rem;height:5.0625rem;display:flex;top:9.125rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #IlH3sXzwL4WErATSpduF7IVOSBcOGaMf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #K3rqX8bnL3une1FLz0SfGIty3SxwIK31 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #rdbEIESce4aIfdkuxDpAClgP0DMOdxz1 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #oDmpBl6H0zSseVGaP1Twr1TmAczxXxN3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #Jaiggp7GiKKvTVPckQBvODNJVpls6FA5 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #rptUSUsgz0xiIXItrWV2ZQS3yZJeFApC {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #JAP8Qm3VlvEnpg5WzpKKQyyh92lRfHFP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #zIPFz47C3bOwKp53SDIzV3PGGLLKGd46 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #uTLd6T9vbhFdpulSLxvHEfAgFRCB1R88 {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #QJh1ummrMvSJWRuxrCpMKFGEt6nT2IAL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #OxQGPl9sD8C6klSLpkrTblvDmLNdWzDB {  }
 }@media only screen and (max-width: 763px) { #oICgZBBP26Rsa41k4CL8zEIaT2SPASck #FlaOoIDtNr13oTJDmUXJKB3fXV9TcmqW {  }
 }@media only screen and (max-width: 763px) { #vpg2EVrMAooUKuGgNkcavGT9u14VJDC3 { width:20rem;height:3.75rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GoKd226WZDCD6FtvEQy3xTVAJuy2Jn { width:16.3125rem;height:15.5rem;top:0.875rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #R0TVFAkUGAcG18smanQGdqHoMZnWUNmT { width:20rem;height:16.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9R7uLToKEskoJoUy7ic6QBJFroI6vz { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV { display:none; }#MWqW8M4hfTtAd20Thd6Ee9DiSsIg2XJV > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZ8oMaQDrWnzGBAqWk1cb7wnANDOnDCL { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4q6DVoSSGfRcaqkrcIffPI03FyiJAdK { width:20rem;height:5.3613375rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f3DpgvKCXvhnWpElndumET79PW7hoTyz { width:13.25rem;height:11.8125rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGvd1z6CHnoM6oT79olhLu4b1tPyPNlC { width:12.8125rem;height:10.5625rem;top:27.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9UFSCw38ZCrCmF0IXwddisS8rbNOEz { width:20rem;height:13.125rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htC6ESJyQksBNAT8GF7hoZDoxEIthDut { width:14.9375rem;height:3.25rem;top:23.3125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiw9mlpfGHh4yim3zLCUStrzPTRhbVF { display:block; }
 }@media only screen and (max-width: 763px) { #yfnWfU5IUMTzaxy2PVgoQTHkslxI3D47 { width:13.1875rem;height:1.5rem;top:44.0625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euAb57ifa1qSe92Qo3WWdE9rcmzfdotn { width:15.625rem;height:1.875rem;top:43.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdL2g3B7gnOrMw34In9mVKwLlIi5mSo { width:2.5rem;height:2.5rem;top:46.6875rem;left:6.3125rem;display:block; }
#PTdL2g3B7gnOrMw34In9mVKwLlIi5mSo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #RiQ1LpZXLTrSQoDH8QiTSJNU2Mgk6fxq { width:2.8125rem;height:2.8125rem;top:46.71875rem;left:11.25rem;display:block; }
#RiQ1LpZXLTrSQoDH8QiTSJNU2Mgk6fxq > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:20rem;height:6rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:1.875rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:1.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:22.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:1.875rem;top:31.5rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:20rem;height:6rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:22.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:1.875rem;top:22.9375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:43.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:1.875rem;top:53.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:20rem;height:4.5rem;top:56.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:43.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:1.875rem;top:43.9375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.125rem;height:3.125rem;top:24.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:46.09375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW { display:block; }#AW7BCHqauFrFdpzJJI6xhT5kwI2WlEvW > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO2uV9Oc7Zh69wmEMVANQiGKImh2u4gk { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sdNxBUZAOU8HaASoXZCTakNBGnHdaBvI { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Ru4qD0rI9rPuCtyqtbQRi5QyaVn6rP { width:20rem;height:10.78125rem;top:9.6875rem;left:0rem;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 { display:block; }#cR4i4TcKScfvTaa1cvG6SJ7z7oE863y1 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFdPuBUQNEdzGGT0l2LKD2J0Ow3v8b3y { width:20rem;height:5.36230625rem;top:4.6953125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDPhFHh9EWBfVEy3bP0VUDqAFL8AgmsB { width:16.3125rem;height:15.5rem;top:13.71875rem;left:1.8437500596046rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #PegTAFQa9HKyZqahcWCBVfuDOAT6nPTN { width:3.75rem;height:3.75rem;top:13.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utQszQ7Xxx6NIkk7rDxKcD7UwLfc9UDo { width:20rem;height:21.0625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXkkA2X3Jal14NKFX3OSRZ30KaevPmQ { width:12.5625rem;height:2.68115rem;top:16.5625rem;left:3.71875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63lKAPUBhvchSGJWG1MMcvosfQGT8Oz { width:17.875rem;height:15rem;top:13.71875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGxtBlmUNqeTPkCk7xof2IzZoxnGSI0 { width:16.75rem;height:3.4375rem;top:19.75rem;left:1.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXynTnunvxnJqkyStwxdvsJqOdf0LwMf { width:14.0625rem;height:1.4433625rem;top:24.13671875rem;left:2.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X { display:block; }#vmHVhcsoDJaM9mhDuDEh29xlF3Elpb0X > .row .container { width:20rem;height:35.8965rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB6cpKQ2SZIQU1bKI73SfuxmaJi0FWJK { width:20rem;height:7.3125rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pnCStXGrkpNve5BPtMVRdu9VKki0IdTk { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ { width:20rem;height:23.7715rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }#qUTV3uwKUARW1CbT6ZBTG3Ii3aGiB8vJ li:before{  }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo { display:block; }#gyFHzmxxREtPOFh4pmeZQqxB8Tta7vvo > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBooLZHiy5O1tVTtR1A9EyJOq50h1H5z { width:13.4375rem;height:4.3549469882865rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esurtTipZo2N8NUItUAXySDuoVHKT2tO { width:15rem;height:1.875rem;top:6.85438125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prN7Gtrn5W9Lk2F8df7LAtMx3Eef6Uz2 { width:13.936625rem;height:10.5rem;top:9.97938125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhzHApzHfM9mQyJLDTWCZqbyLkEyi56D { width:10rem;height:7.5rem;top:6.85438125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3TTx39fOWeumNDcM8Vv4OF0fUPxgQy5 { width:12.3125rem;height:2.8602809025656rem;top:26.73394375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D60KlmpEkK9tbZCtNKkg3R6aUvNfPvXT { width:11.25rem;height:3.75rem;top:21.73394375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvbKLWisoBoMk91fFhpTzg0Rt887dJmS { width:8.4375rem;height:9.5534414295169rem;top:48.268751144409rem;left:5.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAp0gODyqmQ1RsKEV8q8n4DKCsSpNQWR { width:10rem;height:7.5rem;top:53.5243125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ5TR4e16g94iRXLABNGx341kQE47FUO { width:12.5rem;height:8.311625rem;top:81.153127670288rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVDhLcNVFffsw4ipIRaP04gUu3Z3I6OT { width:15rem;height:1.875rem;top:30.8441875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECH0Bfz6Rg5rbiSEKX60OzazIPehELG { width:13.936625rem;height:7.5rem;top:33.9691875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFh7myC2p8Rgu9MrxUstpX0NZxUczfwL { width:13.936625rem;height:10.5rem;top:63.524219512937rem;left:3.0320313572884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvR3LDX0q1QsXJIVrNtxQTRi7aumrgCi { width:15rem;height:1.875rem;top:60.0859375rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDOHpA3HSEDT2t5oSKNUSKe05csVvg5 { width:15rem;height:1.875rem;top:91.339065551756rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1deDwdazzOG6yDcRX749TOiaNhW0ZFx { width:13.936625rem;height:9rem;top:95.214065551756rem;left:3.0320313572884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ3NGl9sATCMTI8gtrLWSAsGh5iOQseB { width:10.4375rem;height:0.1875rem;top:23.61171913147rem;left:4.7812502980232rem;z-index:14997;background-color:rgba(134,106,227,0.41);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nZHhzXhcWXEM7Ip4rbA5Msl7QTi0C6pO { width:10.4375rem;height:0.1875rem;top:45.08359336853rem;left:4.7812502980232rem;z-index:14998;background-color:rgba(134,106,227,0.41);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aPFUKGSmKXSQQMuNZWaG7Oto4tlLKbCf { width:10.4375rem;height:0.1875rem;top:78.217189788819rem;left:4.7812502980232rem;z-index:14999;background-color:rgba(134,106,227,0.41);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GBDWkyV3keTBLKGCifZtAuTE5ATfA2Fe { width:15rem;height:1.5rem;top:21.4638671875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxkqSB04OtmIcBwQ2EiyuUn1QMlfbQxW { width:15rem;height:1.875rem;top:42.6513671875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzUANxTZN0UwuPsQvx4EzJmBap8MR7o { width:15rem;height:1.875rem;top:75.3388671875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbyBTPLwNou7s1OZBEqTM8NHCReV9rXi { width:15rem;height:1.875rem;top:105.4638671875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsMXSaZfcwfrou5GbWsWsRgemmdVMXh { width:10.4375rem;height:0.1875rem;top:112rem;left:4.78125rem;z-index:14999;background-color:rgba(134,106,227,0.41);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mePffLJPcR46xoTL5ee3FiQuvEHdI5Su { display:block; }#mePffLJPcR46xoTL5ee3FiQuvEHdI5Su > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs69CZ84g8sT0bMOuKl4AP0lQePoMWIz { width:20rem;height:24.375rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #frhomAySQolSV1LTZMlXxSJl6BKveweO { width:20rem;height:6rem;top:26.25rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rvN9epw8y7QbH3zEL4lmwaAGNO97pT6r { width:20rem;height:3.1875rem;top:33.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqinwAitQuMJbHPsSHdkJHNBFMN9Grg { top:3.34375rem;left:0.5rem;width:19rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qziFSEfFyCUlb27klilIkDQznX7OXgqO { display:block; }
 }@media only screen and (max-width: 763px) { #FqlHdJzsobu96eRByb2NBDzvSm4hb2fg { display:none; }#FqlHdJzsobu96eRByb2NBDzvSm4hb2fg > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oX5xUnlT9Pe1um1IzHA1R2XXTT72Uc9h { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LUNdD9OXHKeUK54u7QBDQoNgqLJBJ8Zu { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOPIphRJlT5NH90OTTtETtnTmuh9QHyU { display:none; }#TOPIphRJlT5NH90OTTtETtnTmuh9QHyU > .row .container { width:20rem;height:80.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORXk6bL9OHScaSv8V13dOXr2PMrtbH3S { width:16.875rem;height:6rem;top:21.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swoIulQOSa4TAsHVEXoinB15hwT4kNSt { width:16.875rem;height:1.875rem;top:18.1875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbCEsF9z9vDsvwe2bzMpyHyxqdzpKdQE { width:16.625rem;height:13.875rem;top:2.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqATAbrZ5WdZrm4ImLbSxOmMntWwpry { width:16.875rem;height:6rem;top:46.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7LKHI5nDMcIgwvlu5Nkwk6CAdsh3Wk4 { width:16.875rem;height:1.875rem;top:43.5625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63VZFSHFZ4kUCbVSbTF9zTErQwbpLCd { width:16.5rem;height:13.8125rem;top:28.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVfVa6apXHCa1NBbQAzqyRJ6koLp7TZR { width:16.875rem;height:6rem;top:72.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooqw2pcN09DTulDDoUTsxfzoWtFIT9oe { width:16.875rem;height:1.875rem;top:69.5625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5d9M1TNPD7UQH2bDcKPCP0Dbba4Taxa { width:16.625rem;height:13.875rem;top:53.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXzbOOMTzw6Uk84lU6nImylUS3NqfsX2 { width:10rem;height:7.5rem;top:1.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVI2qrbsnl88Vb2lt9N1M2Pq2aT9scHE { width:11.25rem;height:3.8125rem;top:27.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BNZ3NSumAQykixpKRMLMVifp2aMf4I { width:10rem;height:7.5rem;top:52.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:20rem;height:4.0625rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:20rem;height:3.75rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:9.4375rem;height:2.625rem;top:1.53125rem;left:6.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILIu5nbzTC0IKoU6K5JMH7GWXhsxg3t6 { width:5.6875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:11.1875rem;height:3.6875rem;top:1rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cieKbbQqubIk8afuA3zBiZUpmJol4GCg { width:20rem;height:3.0625rem;top:10.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:20rem;height:5.9985375rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { width:9.5625rem;height:2.625rem;top:1.78125rem;left:6.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USwBw8qepOSdLwnvqnEiw6ci5oRO4Dxr { width:4.875rem;height:4.75rem;top:0.71875rem;left:0.505859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oJRJfGkNTZk3KFK3kUqzeLTPMezN4k93 { width:11.1875rem;height:3.6875rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JezuS3csC2F2ZhDNhyiKRrUeA8fN7WH3 { width:20rem;height:3.0625rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { width:20rem;height:7.7988125rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:20rem;height:3.75rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { width:9.125rem;height:2.625rem;top:1.75rem;left:7.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJTk3nXtpt8P6aVHXLGr0gdSXWslrGVh { width:11.3125rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuWeX56gvCSa7zsC4xqwSy8NsSnzbCK { width:5.375rem;height:4.875rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MftpVClaA607kFX0TZUI3qhCshFGmL77 { width:20rem;height:3.0625rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:20rem;height:9.098625rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrqnAE0TwS8UuURltcRsxot6x8DsDUSG { display:block; }#xrqnAE0TwS8UuURltcRsxot6x8DsDUSG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEk0XAP0LPM9tuZJo46nZidcmZWOrwrO { width:20rem;height:3.75rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndiQ2H3M8GmWyuDifQBIJQJ3LMThMNAv { width:9.3125rem;height:2.625rem;top:1.78125rem;left:7.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzqyWoyzKtvExHyXbaqFbotV8yz2Mvl9 { width:5.375rem;height:4.9375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EwTt0crTEFGqzFVI6DMx7PKD9gZ1IN5T { width:11.0625rem;height:3.6875rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6xaoKezAyPTZFtawcZ1oRgZ4s7eCwZH { width:20rem;height:2.9375rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 { display:block; }#INDWVMHG3vPsLXHLtHFMOqo1HapWPV50 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMITS77o4z49BxCl87ZCxT3g70I6VQpz { width:20rem;height:10.3984375rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax { display:block; }#VlIq2UAIOgloeR3aVBsq13GGTvXt2Iax > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpbzrPx2bH5JApV7sZxyaB9IObT1FATU { width:20rem;height:3.75rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRtzRSf0SdtqAMwHxzReNXcwi8765B2f { width:8.6875rem;height:2.625rem;top:1.96875rem;left:7.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbqkpILBZmOacMTqhk8HXvQkGVEK5ck0 { width:11.3125rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPpUSy4IVAEx7cgWMA464O8Tz0ofLPyP { width:20rem;height:3.0625rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #geVcsePV5Hb5VJycovJnLivJA4FPpmu5 { width:5.125rem;height:5.3125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 { display:block; }#dEQOXvk80RN8pNlOWbuA8AmwNAFqGOh5 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwIp3N6EOMUc4luaPMXpo8l5JPaFVz42 { width:20rem;height:6.499rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr { display:block; }#eQxneqcE4wOa5LBSnNeFqUTIgq2uO7Kr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTtTduTEDHXMN0beUx3r4rzPFS0MVCwT { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiSZirJlu1hAQZVTTSwOmoNGoE7wdFhm { width:8.9375rem;height:2.625rem;top:1.75rem;left:7.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JL23ar5wcGzQNMs2dGwPa8hrp4ihG8yI { width:5.1875rem;height:4.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g422IWlASS9Hko7xg1PLToqlITdf3GGc { width:11.75rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQfpfMUsAF6q2T99EEakeKiIbbfnbAOe { width:20rem;height:3.0625rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l { display:block; }#rBKwephhtq0ZNw6tqAT7X8CRqO1uru7l > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvMFswfrB5Kvh9paSp1BK2rf6pOTzs8U { width:20rem;height:9.098625rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 { display:block; }#ZsMEJcCTFBCOZbUtP4CplkJhmH2hzKq1 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTG7kX9vZlTkMlVTAPQTrRzm2igCCnfB { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0aOFTuFJPN8cI963z5CPKuRuokwTJxu { width:9.5625rem;height:2.625rem;top:1.65625rem;left:7.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wy5qsBR8CImmKnQfdl9mqcx245n1PldE { width:5.125rem;height:4.6875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6RamyFXauKfQQwmiT3deAIQluMMqdRK { width:11.6875rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPnqkrs2heuaduAgE6y3PxNxcqLp6ldH { width:20rem;height:3.0625rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl { display:block; }#AZ7TqiKLfZZUHTEUzm9N8BN8XHLsWMyl > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKwnw27tfZpUuXlCJ8vFFvIxf9IWTNiU { width:20rem;height:9.098625rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoXA91hH1tF19Q8OOZALyRL0yabf8zRB { display:block; }#WoXA91hH1tF19Q8OOZALyRL0yabf8zRB > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZouD4RhmGexJKtTS1IyWFr2oPqm624p { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHPQsSoQAOiyZUO0R2zlnlLZBvl4TvCn { width:10rem;height:2.625rem;top:1.8125rem;left:7rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6oLf45IXTctgtyeXFXiiA0UWpbVTApK { width:5.1875rem;height:5.125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgx4vETVFprW4cg1BoXVpHRmleOgVOhl { width:11.4375rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVRIMeNRpk8eEr4m75efqWnWa45bb2S8 { width:20rem;height:3.0625rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #POusCMuBPSxuALmsCoUCI17NH62fCxIG { display:block; }#POusCMuBPSxuALmsCoUCI17NH62fCxIG > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8luUOedoo8yO8RdUmdLN6c9y8eHP759 { width:20rem;height:7.7988125rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 { display:block; }#tl5D91dHTmPUoOWIOilfiJTN1aJsFsR9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z351pBeka9TtacF9lBKr4Cxm53CI9rBw { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWn7xEtoSXu3WH2Jb0NnK6hswJPpVpuM { width:11.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KraW2HAWtmDWAmk1xA9x3rHnw8k3RmvI { width:9.0625rem;height:2.625rem;top:1.78125rem;left:7.46875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8Fmpo2nEHTQbEo2XTsxxRrgcaiiPano { width:4.3125rem;height:4.625rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckOxinMeFS5wTJgcVCXwQl5nETxr9bqZ { width:20rem;height:3.0625rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDaeTXt585CRx2ih3gndnCvD6FLDzT4h { display:block; }#IDaeTXt585CRx2ih3gndnCvD6FLDzT4h > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxRNXFGbyQO3KOtJikNxNFJ4mf2ab0cx { width:20rem;height:6.499rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F { display:block; }#au2NWQCdwGJyXFhf3GIFSrc3MzvBpl9F > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKyS61lGZq0VunCoZ5kw79wobFGrhI5n { width:20rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWd7dZ1to2SJX3EnccKt78evTZR7rxik { width:11.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #el9THgIEvGrWVlhc5kITh5mQ9i4OLaCv { width:9.0625rem;height:2.625rem;top:1.78125rem;left:7.46875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lp2zdu0VuhwSFgiMnVhXwiWwXRSs0Bmt { width:4.3125rem;height:4.3125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyscsdItJwDOSJU7QabK2APflCoPot9W { width:20rem;height:3.0625rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF { display:block; }#WyETm9rdrZO6BS01Rnk6OSxhqhvT3OxF > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oITegXdUT6NDq5zhDDah3Zxqgv0Uk0PT { width:20rem;height:9.098625rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQXtf8PltIT00dTd33FzFPiV8IUhWQVp { display:block; }#yQXtf8PltIT00dTd33FzFPiV8IUhWQVp > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMcCysDc3vm0lCGN8T0vVRt1Vbw7hfxT { width:20rem;height:15.625rem;top:1.66015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg { display:block; }#ToVHWVowc2hnZPbSeBmLa0WJtzt4yKzg > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZD5qqLAsHllbtw3dLZi08D9uyT4XzzPv { width:17.625rem;height:2.625rem;top:14.0625rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaqVfMBgoZABhgZGq9P9BVhepJZ1hEFC { width:17.4375rem;height:5.8496125rem;top:17.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r126iB48UuQnExpPKFrd9JPSgnhTbE7s { width:10.25rem;height:10.25rem;top:2.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm { display:none; }#Z93iSEouLwgJS9SBvxAhOTSl0yiTFBMm > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 { width:18rem;height:5.0625rem;display:flex;top:9.125rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #Bof9cO138IXG0Tmq43p6A9qkkS1dkgyN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #BbnGHTDcnfQf8gCyuEemLfrHmTdLIEtV {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #UkHscrXnZNFBqWlU7QUXgi4R4SvHQd1r {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #RJ9qvBg0lidNlMhLIUXbV2V4WD3p0fL3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #WhOvQ1umgxTE61UUDqOyVSnS4WmUx7Z4 {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #cF4vOLvBaQ5KsStI8fkRLL9lobrX1sBg {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #GCQOw7CSr5mRWzOmW2gv33usCmNDyhd3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #b2hnTGe6XDtZnduLevbzr9Iv2xW3MTML {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #PvQXnbVLa5Vv3Fk5GATVsJWKiyXkkcnf {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #x5fooRpR7hU8mKnJnsyAIkBN1ocnDXWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #RkZTuC8kBIetBsKmQyM5XJCNbT32FWTI {  }
 }@media only screen and (max-width: 763px) { #nT9Ru93TyBAqdBXNnbiWvsCTUHqOzyc9 #C7N8xWEGxLREhiDWVfEz5n2tH1T5bX6O {  }
 }@media only screen and (max-width: 763px) { #onWIPR1cPC47uqlsM1Nw7xRudbyAoWDS { width:20rem;height:3.75rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxoVtpffcGyb5aEyp5Q3GZ7aqcR84Fld { width:16.3125rem;height:15.5rem;top:0.875rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #yWInOXXbuMhsvBrlAOodOztGVes5iME9 { width:20rem;height:16.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl2nnW3wzEtbWLndH7UQgzGpZx63Sl4U { width:3.75rem;height:3.75rem;top:1.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A795wXbWBtfVNAQXuoO5KnuBDglhLEMW { top:19.998891113281rem;left:0.5rem;width:18.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbghyVzRCW9sa8ltE0Kh3KwvPMbmi5w6 { display:block; }
 }@media only screen and (max-width: 763px) { #u19vs5AXoTKEsJTBx5lNScuul7r2WNMK { display:block; }#u19vs5AXoTKEsJTBx5lNScuul7r2WNMK > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spfugUoyD0RhTyffsiOKGWExxVUe3t0d { width:20rem;height:4.875rem;top:4.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEeFhNDfvdCUQVEi0EF05dGfrWm9AQ0 { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP { display:block; }#UeiGPCphyXNBDayTCMyDOVgo7UVXxAdP > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg00JrJROnTVrxSZDt93PZiNSq3MVldh { width:20rem;height:6.599125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WeOev7UEXv9SUFnTFcV3bDl9KHgkf4Es { width:19.25rem;height:2.4375rem;top:10.6875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-regular-label { width:16.375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-text { width:16.375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-text {padding-top: 0; padding-bottom: 0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-textarea { width:16.375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-select { width:16.375rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-select {padding-top: 0; padding-bottom: 0;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-input-button { width:16.375rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:center;text-align-last:center;line-height:1;overflow:hidden; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-checkbox-label { width:15.625rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .widget-radio-label { width:7.25rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO  { width:17.5rem;height:auto;top:16.3125rem;left:0rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO .radio-container { width:17rem; }
#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO {display:inline-block;}#KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO { width:17.5rem;height:auto;top:16.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #StBmdoCiNlRaAbJLz4n3Cgs7q3PfFMBa {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #iFvwvSnTzgRAq68fdxEbaRpVhRTVG1bA {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #FZTQ0mQWk1sXwKTUOWgzrtTgvMTBApye {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #XCQa06aiSElJqHI417yhh8kiXTNZxtZT {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #xW9KEsmUC7GPTRqm9DNCMTc7pta6HT2T {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #IC0WT39zJuActK8JIv0VLElbRTZWtb7F {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #DvzTMlMxKu2TEHiM1M8rAzVwMLaKvx2F {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #dhNhTvzAHwJBVbndTG6z0POeX9MPI1zg {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #VmANqsPLMTucgP3RPFbtiKrw4HxgVWgR {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #QoFPK49VfG19W6vWZ8D6yPVSTNCuSDaw {  }
 }@media only screen and (max-width: 763px) { #KUvrRlu8geCTh4zDRmHGSwUnmqmlkHqO #x2S1AMwCGHTf3f9irkCdXRmpEtpbnow5 {  }
 }@media only screen and (max-width: 763px) { #IS43N596RkR0aGsI42qwyEWHTiTlHtJO { width:20rem;height:34.1875rem;top:3.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOJuu5EHTrT8NHJNopQ0oxhzMN7Ct5X { width:6.25rem;height:0.3125rem;top:38.94921875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s05xiQPUgwS2Pyfa5EhqTQlRXlD7mXdk { width:11.3125rem;height:16.0625rem;top:40.51171875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:7.3125rem;top:4.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:31.25rem;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.625rem;height:11.375rem;top:2.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:9rem;top:15.0625rem;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:25.9375rem;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.5rem;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:16.125rem;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:26.875rem;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:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:25.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.375rem;height:12.125rem;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:16.875rem;height:3rem;top:17.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:22.3125rem;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) { #dBTlBZquR335kgBWpzbDwfmS4hS5wiRC { display:block; }#dBTlBZquR335kgBWpzbDwfmS4hS5wiRC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs5MOxrOCH95mpgN0ZufV15s92NUEvv { top:3.34375rem;left:0.5rem;width:19rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4u1dqEbMXqHyoACzCbr5i4WconOnA26 { display:block; }
 }@media only screen and (max-width: 763px) { #A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts { display:block; }#A7UAXsxzxH5KX02NUHDI7xNFcoqMv0ts > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcEADGSntnnw3UU5AMdlU5rGfN888zT1 { width:13.25rem;height:1.94970625rem;top:15.296875rem;left:3.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x52uH13iFreJ8A7lNXUikJkpWJ2fsx7v { width:16.6875rem;height:12.0625rem;top:3.171875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M { display:none; }#OKd7rJMpp5S921NtO7yhtrJMr1ne0B7M > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xk0KbdpeHhMcIRBDxyo6ngCzvmZ8xnBG { top:4.03125rem;left:0.40625rem;width:19.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZyWDARmgxAKleWvnSqUMmgQG4TJVHgq { display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { width:20rem;height:1.4624rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { width:11rem;height:1.70605625rem;top:12.53662109375rem;left:0.3125rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.0625rem;height:2.0625rem;top:12.232421875rem;left:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:4.4375rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { width:20rem;height:1.875rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:3.75rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.1875rem;height:2.9375rem;top:39.3125rem;left:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:17.5rem;height:auto;top:12.09375rem;left:0rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:17.5rem;height:auto;top:12.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #RtpDf3LEekwxmMU6sN6IbrVtAonuKf6Q {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #FKCx4qO2qxaWshVkpxNe3Vwx1fqA541A { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #lunqloFaWF5Z70V9AHAu7yzSmo51BuT6 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Q1XIFPPcBE3lQMCJQAq94A4ym79hDWi9 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #isFMXtuSP3cWko2zV2UinT4fKRB7crrN { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #WfXmsnnqQMOVGtFNBJi2gk414chngpX5 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:20rem;height:34.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { width:11.0625rem;height:12.5rem;top:36.3125rem;left:8.9375rem;display:block; }
 }