.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:221,240,218;--color-primary-1:140,204,132;--color-primary-2:25,153,8;--color-primary-3:13,77,4;--color-primary-4:4,23,1;--color-secondary-0:233,232,251;--color-secondary-1:156,151,195;--color-secondary-2:90,82,155;--color-secondary-3:49,39,130;--color-secondary-4:18,16,31;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:44,44,44;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/618e775a-2f87-4b3c-94fa-1308e0b71679/BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,4,51,0.84); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,4,51,0.84); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:12.6875rem;left:8.25rem;height:9.280625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.25rem;left:12.8125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A13Qo2Kl4CgaF2wTwJXh3e0UeKsR1eRu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.1875rem;left:18.28125rem;display:block; }
#iexRT6BsLsC8tec8ODifr9ndC6yEIMbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#luNtidyiaKCSRF4uLlN1tdhF8ZscJ6pN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.5rem;left:22.5rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1xnIfQbn7B6TreKShItCZGo6Pe4h4fa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:36.5rem;left:21.25rem; }
#VA4eOySdvVdrrF9RFDbRaNoOwbXI27zw { position:absolute;display:block;z-index:15009;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:10.6875rem;width:21.8125rem;top:2.6875rem;left:19.125rem;overflow:hidden;display:block; }
#CQXLg8QXB8enDtv7Vbc8CoM9dPCchWhQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40.8125rem;left:15.8125rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pt3nBTSuDV2v3RRhVgaiOKL0PvByqtsK { box-sizing:content-box;height:2.1875rem;width:28.125rem;position:absolute;display:block;z-index:15004;background-color:#ff0000;background-image:none;top:40.625rem;left:15.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container { background-color: transparent; background-image: none; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container > .video-iframe-container { display: none; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row > .video-iframe-container { display: none; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .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); }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container { border-width: 0; border-radius: 0; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#KraHFaq9d5Fk9ig2cT9nZF1THJAEGd79 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIHk0OmuXKGQFXeU3tZUiPzTxDDyPtS7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.4375rem;left:18.8125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FQoz41aaLzfBVPaB2bwQ33VdKFfCPlGi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9rem;left:33.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hI6f3BfkhFEuUEBQbJ7AizST8CQwUK4l { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0625rem;left:46.9375rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zrBiIUqmiyBEvJsDfBC5O30RSZpTQfQy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3rem;left:3.75rem; }
#apz8CvdUvC0TPJnRXN9UlaDLAyBXBcpl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.25rem;left:19.3125rem; }
#WzvvOeI36KTmLX9L7P8Jc2QuikbgshvB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.6875rem;left:35.125rem; }
#aqEHas9kWPXiE8U1mQ1pVkDHImh9oeWF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:50.25rem; }
#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container { background-color: transparent; background-image: none; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container > .video-iframe-container { display: none; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row > .video-iframe-container { display: none; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .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); }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container { border-width: 0; border-radius: 0; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:60rem;position:relative;display:block; }#Gr6vanoKsTNXwW9sSQ8VwOaCfCVtWcll { color:rgba(var(--color-secondary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.0625rem;left:10.21875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHUeZZWh6cTHwOg4kTEeTR4IAyzS1cNq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.8125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k63Spam4Avb6IDINrdMcs01erSn1drDF { color:rgba(var(--color-secondary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.0625rem;left:20.625rem;height:19.23825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8gKdfic9fUtVBQvwTP3MSTx0WaQbKdQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.125rem;left:19.09375rem;display:block; }
#Jcz7lEm0w4TLwtDpHDHw6vOnbUTZg80R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q10KUV7JtTzeWmGONo2iHxc2lSRIw9Za { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.5rem;left:22.5rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1G9SLkOgl9nlefPegqu2ASPgE9Be5MP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:39.5rem;left:21.25rem; }
#IQ6sGdcDwOnUG1ukAL6d9uuPikf1K68a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.3125rem;left:23.1875rem; }
#nPxWE26qm0civIGTrGLCNAhkWe0J6AGL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.25rem;left:23.75rem; }
#ktiWCxSfCdNh8BozrJfUl1UtT06hTo90 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.1875rem;left:21.75rem; }
#f6HzgJVN8FpgczRFIbW0ZyCgIeOv0y5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.125rem;left:22.875rem; }
#irtUPpz6zBtkvaOzWSR5RpBuencUwE01 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22rem;left:23.125rem; }
#UwJkRTtxaW5ri1vXhHIu68Z5UvBXNR5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:24rem;left:21.4375rem; }
#Xqf9pJOwO6xfMIHb6zhHvaVRzHdbto3d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.9375rem;left:19.875rem; }
#c6Vy3tTzDN5BH5n0vcqaL3nuphOoBM4t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:27.875rem;left:22rem; }
#XGlo4Z4b5zsoS4Vf5sLcgpx4ZGcLernV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.6875rem;left:22.25rem; }
#opwnk1TtEV4CSxCfoIH40Sp90gKvTGNm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:31.625rem;left:22.5625rem; }
#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container { background-color: transparent; background-image: none; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container > .video-iframe-container { display: none; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row > .video-iframe-container { display: none; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .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); }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container { border-width: 0; border-radius: 0; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#EJ1mgPXkEGvpHs6L8URsqR7VhFgv9qhH { color:rgba(var(--color-secondary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:35.1875rem;left:10.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgKiBFKrwzVEFv3UohI0Qz0VJlfISO2Z { color:rgba(var(--color-secondary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:39.375rem;left:20.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vONHp0zlE9KIxboJ0XTEbvWywr7iNHVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:39.625rem;left:23.375rem; }
#QtwlL5sh5iGinKzFy3STwJAOW1GNddTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.625rem;left:22.9375rem; }
#I0MqD6DCGg5roKHr8McxTVtinFkzanJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:43.5625rem;left:23rem; }
#oQ9zdDKa4wgd8TnIkqlF8yW1QDETFP7c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:45.4375rem;left:24.0625rem; }
#JeI639cuGIHKA3SAeU5yaeQKxeqIhNVc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:47.3125rem;left:22.9375rem; }
#Mw6KLa71Q7XxRSc37MBahuBTl5HdZ7wB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:49.3125rem;left:19.625rem; }
#BcqX0LUQ5u1Hm87GsgPrkg14bMkkl75S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:51.25rem;left:23.6875rem; }
#STXl7fL24B8GfR5PtEP63alK6pbbxBJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:53.1875rem;left:23.1875rem; }
#JpaTCQudFahoHqPTwFAyk2DVR54X78J2 { color:rgba(var(--color-secondary-3),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:57.875rem;left:9.125rem;height:4.4987rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SI0PMbzhGfGrViWhIpAh6ZmIpNa5ASAa { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:4.6875rem;left:2.6875rem;overflow:hidden;display:block; }
#emZQZGkmDclX21gU8yE6FvZf0NIi31TK { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:4.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#d9TEvIuAQ781ASP8MCnBsKi6Uez7zr5i { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:4.6875rem;left:44.3125rem;overflow:hidden;display:block; }
#uvrTzGve2JUmFzSVoHc5QP4tQRRvp589 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:18.625rem;left:9.625rem;overflow:hidden;display:block; }
#u6g8owgUmOH3NhgTrrTMTA8LsLIzfks4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:18.625rem;left:23.5rem;overflow:hidden;display:block; }
#DW8veMkX3tTk8lDornNd0px7LxSatD1l { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:18.625rem;left:37.375rem;overflow:hidden;display:block; }
#TRTvvedUgZiIF3shFrJTkumlrdzPJ93l { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:4.6875rem;left:30.4375rem;overflow:hidden;display:block; }
#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container { background-color: transparent; background-image: none; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container > .video-iframe-container { display: none; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row > .video-iframe-container { display: none; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .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); }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container { border-width: 0; border-radius: 0; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#lalrxCqalWCw1S1H9p5LU26GerQ7VBIf { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:4.0625rem;left:10.25rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGIchWHzGyATA8TDDovKlSUUwTMvJ4Sy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:12.8125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DPUxU2pU16ZBr2eg61qQtsTwnrg4wOmt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19rem;left:19.125rem;display:block; }
#pMOuETlCrNp0EmwDeWeBv45CUWS2MonQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JE5Kdiq8mPuNn6OmgqiLeGRwPk26mMX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.375rem;left:22.5rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GgwbDDmIWfg2VPTgUKlKB72UzyKKs9dz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23.375rem;left:21.25rem; }
#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e0e0;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; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container { background-color: transparent; background-image: none; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container > .video-iframe-container { display: none; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row > .video-iframe-container { display: none; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .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); }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container { border-width: 0; border-radius: 0; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#UXksBr62kwMFAGb3lNghsu6RwTBfSulp { 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.125rem;width:14.125rem;top:2.28125rem;left:7.9375rem;overflow:hidden;display:block; }
#JKorNxdvfzACkQ6hg0Vka57Thncr1JeX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:2.0625rem;left:38.375rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAfT9SUgeEbJ8wn9A8gS6Ws22CWNCIEP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.8125rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:4.6875rem;left:36.3125rem;display:block; }
#CEaTDrp5c9U7c4y3khhOL8TkSD4xStfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET8Eqt5ORPRSaVXDnVOPJ80SGgAyVLxA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:8.875rem;left:38.5rem;height:3.93555rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k10AaTeUD0JpPzO4JZkMq1eTF9gIxvZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:8.6875rem;left:36.125rem; }
#ZpD4OzKQROHipgab6N0MbUmxcMq5Hmel { background-color:#cd9f56;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:13.125rem;left:36.3125rem;display:block; }
#rkOXJvUcTtppbW4pLQz6S86e9MpEnnbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSSdE6ethmATMlbxZlPwISfaOaGNB5Jt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:2.25rem;left:36.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:43.5625rem;height:12.375rem;top:12.6875rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:34.375rem;height:3.5625rem;top:26.25rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13Qo2Kl4CgaF2wTwJXh3e0UeKsR1eRu { width:23.4375rem;height:3.75rem;top:32.1875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iexRT6BsLsC8tec8ODifr9ndC6yEIMbi { display:block; }
 }@media only screen and (max-width: 763px) { #luNtidyiaKCSRF4uLlN1tdhF8ZscJ6pN { width:16.3125rem;height:1rem;top:36.5rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1xnIfQbn7B6TreKShItCZGo6Pe4h4fa { width:1rem;height:1rem;top:36.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA4eOySdvVdrrF9RFDbRaNoOwbXI27zw { width:21.8125rem;height:10.6875rem;top:2.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXLg8QXB8enDtv7Vbc8CoM9dPCchWhQ { width:28.375rem;height:1.8125rem;top:40.8125rem;left:9.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt3nBTSuDV2v3RRhVgaiOKL0PvByqtsK { width:28.125rem;height:2.1875rem;top:40.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw { display:block; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KraHFaq9d5Fk9ig2cT9nZF1THJAEGd79 { width:8.1875rem;height:3.5625rem;top:9.6875rem;left:1.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIHk0OmuXKGQFXeU3tZUiPzTxDDyPtS7 { width:7.375rem;height:3.5625rem;top:9.4375rem;left:14.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQoz41aaLzfBVPaB2bwQ33VdKFfCPlGi { width:8.1875rem;height:3.5625rem;top:9rem;left:25.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6f3BfkhFEuUEBQbJ7AizST8CQwUK4l { width:11.1875rem;height:5.3125rem;top:8.0625rem;left:36.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrBiIUqmiyBEvJsDfBC5O30RSZpTQfQy { width:7.5rem;height:7.5rem;top:3rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apz8CvdUvC0TPJnRXN9UlaDLAyBXBcpl { width:6.4375rem;height:6.4375rem;top:3.25rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvvOeI36KTmLX9L7P8Jc2QuikbgshvB { width:4.8125rem;height:4.8125rem;top:3.6875rem;left:27.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqEHas9kWPXiE8U1mQ1pVkDHImh9oeWF { width:4.5rem;height:4.5rem;top:2.875rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf { display:block; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gr6vanoKsTNXwW9sSQ8VwOaCfCVtWcll { width:39.5625rem;height:5.25rem;top:3.0625rem;left:4.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHUeZZWh6cTHwOg4kTEeTR4IAyzS1cNq { width:34.375rem;height:3.5625rem;top:8.875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k63Spam4Avb6IDINrdMcs01erSn1drDF { width:19.5rem;height:19.1875rem;top:14.0625rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8gKdfic9fUtVBQvwTP3MSTx0WaQbKdQ { width:21.8125rem;height:3.75rem;top:35.125rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcz7lEm0w4TLwtDpHDHw6vOnbUTZg80R { display:block; }
 }@media only screen and (max-width: 763px) { #Q10KUV7JtTzeWmGONo2iHxc2lSRIw9Za { width:16.3125rem;height:1rem;top:39.5rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1G9SLkOgl9nlefPegqu2ASPgE9Be5MP { width:1rem;height:1rem;top:39.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ6sGdcDwOnUG1ukAL6d9uuPikf1K68a { width:1.3125rem;height:1.3125rem;top:14.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPxWE26qm0civIGTrGLCNAhkWe0J6AGL { width:1.3125rem;height:1.3125rem;top:16.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktiWCxSfCdNh8BozrJfUl1UtT06hTo90 { width:1.3125rem;height:1.3125rem;top:18.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6HzgJVN8FpgczRFIbW0ZyCgIeOv0y5a { width:1.3125rem;height:1.3125rem;top:20.125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtUPpz6zBtkvaOzWSR5RpBuencUwE01 { width:1.3125rem;height:1.3125rem;top:22rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJkRTtxaW5ri1vXhHIu68Z5UvBXNR5E { width:1.3125rem;height:1.3125rem;top:24rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqf9pJOwO6xfMIHb6zhHvaVRzHdbto3d { width:1.3125rem;height:1.3125rem;top:25.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Vy3tTzDN5BH5n0vcqaL3nuphOoBM4t { width:1.3125rem;height:1.3125rem;top:27.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlo4Z4b5zsoS4Vf5sLcgpx4ZGcLernV { width:1.3125rem;height:1.3125rem;top:29.6875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwnk1TtEV4CSxCfoIH40Sp90gKvTGNm { width:1.3125rem;height:1.3125rem;top:31.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl { display:block; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJ1mgPXkEGvpHs6L8URsqR7VhFgv9qhH { width:39.5625rem;height:2.625rem;top:35.1875rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgKiBFKrwzVEFv3UohI0Qz0VJlfISO2Z { width:19.5rem;height:;top:39.375rem;left:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vONHp0zlE9KIxboJ0XTEbvWywr7iNHVU { width:1.3125rem;height:1.3125rem;top:39.625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwlL5sh5iGinKzFy3STwJAOW1GNddTr { width:1.3125rem;height:1.3125rem;top:41.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0MqD6DCGg5roKHr8McxTVtinFkzanJ0 { width:1.3125rem;height:1.3125rem;top:43.5625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ9zdDKa4wgd8TnIkqlF8yW1QDETFP7c { width:1.3125rem;height:1.3125rem;top:45.4375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeI639cuGIHKA3SAeU5yaeQKxeqIhNVc { width:1.3125rem;height:1.3125rem;top:47.3125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6KLa71Q7XxRSc37MBahuBTl5HdZ7wB { width:1.3125rem;height:1.3125rem;top:49.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcqX0LUQ5u1Hm87GsgPrkg14bMkkl75S { width:1.3125rem;height:1.3125rem;top:51.25rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXl7fL24B8GfR5PtEP63alK6pbbxBJi { width:1.3125rem;height:1.3125rem;top:53.1875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpaTCQudFahoHqPTwFAyk2DVR54X78J2 { width:41.75rem;height:6.75rem;top:57.875rem;left:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI0PMbzhGfGrViWhIpAh6ZmIpNa5ASAa { width:13.0625rem;height:13.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZQZGkmDclX21gU8yE6FvZf0NIi31TK { width:13.0625rem;height:13.0625rem;top:4.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TEvIuAQ781ASP8MCnBsKi6Uez7zr5i { width:13.0625rem;height:13.0625rem;top:4.6875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrTzGve2JUmFzSVoHc5QP4tQRRvp589 { width:13.0625rem;height:13.0625rem;top:18.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6g8owgUmOH3NhgTrrTMTA8LsLIzfks4 { width:13.0625rem;height:13.0625rem;top:18.625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW8veMkX3tTk8lDornNd0px7LxSatD1l { width:13.0625rem;height:13.0625rem;top:18.625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTvvedUgZiIF3shFrJTkumlrdzPJ93l { width:13.0625rem;height:13.0625rem;top:4.6875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk { display:block; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lalrxCqalWCw1S1H9p5LU26GerQ7VBIf { width:39.5625rem;height:7.875rem;top:4.0625rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIchWHzGyATA8TDDovKlSUUwTMvJ4Sy { width:34.375rem;height:3.5625rem;top:12.875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPUxU2pU16ZBr2eg61qQtsTwnrg4wOmt { width:21.75rem;height:3.75rem;top:19rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOuETlCrNp0EmwDeWeBv45CUWS2MonQ { display:block; }
 }@media only screen and (max-width: 763px) { #JE5Kdiq8mPuNn6OmgqiLeGRwPk26mMX5 { width:16.3125rem;height:1rem;top:23.375rem;left:16.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgwbDDmIWfg2VPTgUKlKB72UzyKKs9dz { width:1rem;height:1rem;top:23.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN { display:block; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXksBr62kwMFAGb3lNghsu6RwTBfSulp { width:14.125rem;height:14.125rem;top:2.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKorNxdvfzACkQ6hg0Vka57Thncr1JeX { top:2.0625rem;left:29.1875rem;width:12.875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAfT9SUgeEbJ8wn9A8gS6Ws22CWNCIEP { width:13.5625rem;height:2.8125rem;top:4.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaTDrp5c9U7c4y3khhOL8TkSD4xStfc { display:block; }
 }@media only screen and (max-width: 763px) { #ET8Eqt5ORPRSaVXDnVOPJ80SGgAyVLxA { top:8.875rem;left:27.6875rem;width:18.3125rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10AaTeUD0JpPzO4JZkMq1eTF9gIxvZN { width:2rem;height:2rem;top:8.6875rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpD4OzKQROHipgab6N0MbUmxcMq5Hmel { width:13.5625rem;height:2.8125rem;top:13.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkOXJvUcTtppbW4pLQz6S86e9MpEnnbW { display:block; }
 }@media only screen and (max-width: 763px) { #MSSdE6ethmATMlbxZlPwISfaOaGNB5Jt { width:1.8125rem;height:1.8125rem;top:2.25rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:13.1953125rem;top:10.8603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:19.625rem;height:7.472625rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13Qo2Kl4CgaF2wTwJXh3e0UeKsR1eRu { width:20rem;height:3.75rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iexRT6BsLsC8tec8ODifr9ndC6yEIMbi { display:block; }
 }@media only screen and (max-width: 763px) { #luNtidyiaKCSRF4uLlN1tdhF8ZscJ6pN { width:16.3125rem;height:1.0556625rem;top:39.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1xnIfQbn7B6TreKShItCZGo6Pe4h4fa { display:flex;width:1rem;height:1rem;top:39.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VA4eOySdvVdrrF9RFDbRaNoOwbXI27zw { width:20rem;height:9.7994269340975rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXLg8QXB8enDtv7Vbc8CoM9dPCchWhQ { width:12.5625rem;height:3.0234375rem;top:42.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pt3nBTSuDV2v3RRhVgaiOKL0PvByqtsK { width:15rem;height:3.6875rem;top:42.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw { display:block; }#pGR2R8UbmJrtLiQFWIE8eMVeOSXGegVw > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KraHFaq9d5Fk9ig2cT9nZF1THJAEGd79 { width:8.1875rem;height:3.736325rem;top:7.3125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIHk0OmuXKGQFXeU3tZUiPzTxDDyPtS7 { width:7.375rem;height:3.736325rem;top:18.4375rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQoz41aaLzfBVPaB2bwQ33VdKFfCPlGi { width:8.1875rem;height:3.736325rem;top:29.6875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6f3BfkhFEuUEBQbJ7AizST8CQwUK4l { width:12.4375rem;height:5.60449375rem;top:41.5625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrBiIUqmiyBEvJsDfBC5O30RSZpTQfQy { display:flex;width:7.5rem;height:7.5rem;top:1.125rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #apz8CvdUvC0TPJnRXN9UlaDLAyBXBcpl { display:flex;width:6.4375rem;height:6.4375rem;top:12.625rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #WzvvOeI36KTmLX9L7P8Jc2QuikbgshvB { display:flex;width:4.8125rem;height:4.8125rem;top:24.4375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #aqEHas9kWPXiE8U1mQ1pVkDHImh9oeWF { display:flex;width:4.5rem;height:4.5rem;top:36.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf { display:block; }#Hmk2bof1vMJLH9FNxSiXcwTmvV3doWdf > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gr6vanoKsTNXwW9sSQ8VwOaCfCVtWcll { width:17.375rem;height:7.5rem;top:2rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHUeZZWh6cTHwOg4kTEeTR4IAyzS1cNq { width:17.8125rem;height:6.5rem;top:10.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k63Spam4Avb6IDINrdMcs01erSn1drDF { width:18.125rem;height:19.2480625rem;top:18.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8gKdfic9fUtVBQvwTP3MSTx0WaQbKdQ { width:20rem;height:3.75rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcz7lEm0w4TLwtDpHDHw6vOnbUTZg80R { display:block; }
 }@media only screen and (max-width: 763px) { #Q10KUV7JtTzeWmGONo2iHxc2lSRIw9Za { width:16.3125rem;height:1.0556625rem;top:43.375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1G9SLkOgl9nlefPegqu2ASPgE9Be5MP { display:flex;width:1rem;height:1rem;top:43.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #IQ6sGdcDwOnUG1ukAL6d9uuPikf1K68a { display:flex;width:1.3125rem;height:1.3125rem;top:18.4375rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #nPxWE26qm0civIGTrGLCNAhkWe0J6AGL { display:flex;width:1.3125rem;height:1.3125rem;top:20.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #ktiWCxSfCdNh8BozrJfUl1UtT06hTo90 { display:flex;width:1.3125rem;height:1.3125rem;top:22.3125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #f6HzgJVN8FpgczRFIbW0ZyCgIeOv0y5a { display:flex;width:1.3125rem;height:1.3125rem;top:24.25rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #irtUPpz6zBtkvaOzWSR5RpBuencUwE01 { display:flex;width:1.3125rem;height:1.3125rem;top:26.125rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #UwJkRTtxaW5ri1vXhHIu68Z5UvBXNR5E { display:flex;width:1.3125rem;height:1.3125rem;top:28.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Xqf9pJOwO6xfMIHb6zhHvaVRzHdbto3d { display:flex;width:1.3125rem;height:1.3125rem;top:30.0625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #c6Vy3tTzDN5BH5n0vcqaL3nuphOoBM4t { display:flex;width:1.3125rem;height:1.3125rem;top:32.0625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #XGlo4Z4b5zsoS4Vf5sLcgpx4ZGcLernV { display:flex;width:1.3125rem;height:1.3125rem;top:33.8125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #opwnk1TtEV4CSxCfoIH40Sp90gKvTGNm { display:flex;width:1.3125rem;height:1.3125rem;top:35.75rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl { display:block; }#TLfrmHxFscg37yTqUdv4QAg2s7qKrsSl > .row .container { width:20rem;height:139.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJ1mgPXkEGvpHs6L8URsqR7VhFgv9qhH { width:20rem;height:3.75rem;top:100.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgKiBFKrwzVEFv3UohI0Qz0VJlfISO2Z { width:15.1875rem;height:17.32325rem;top:106.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vONHp0zlE9KIxboJ0XTEbvWywr7iNHVU { display:flex;width:1.3125rem;height:1.3125rem;top:106.6875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #QtwlL5sh5iGinKzFy3STwJAOW1GNddTr { display:flex;width:1.3125rem;height:1.3125rem;top:108.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #I0MqD6DCGg5roKHr8McxTVtinFkzanJ0 { display:flex;width:1.3125rem;height:1.3125rem;top:110.5625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #oQ9zdDKa4wgd8TnIkqlF8yW1QDETFP7c { display:flex;width:1.3125rem;height:1.3125rem;top:112.4375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #JeI639cuGIHKA3SAeU5yaeQKxeqIhNVc { display:flex;width:1.3125rem;height:1.3125rem;top:114.375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #Mw6KLa71Q7XxRSc37MBahuBTl5HdZ7wB { display:flex;width:1.3125rem;height:1.3125rem;top:116.375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #BcqX0LUQ5u1Hm87GsgPrkg14bMkkl75S { display:flex;width:1.3125rem;height:1.3125rem;top:120.25rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #STXl7fL24B8GfR5PtEP63alK6pbbxBJi { display:flex;width:1.3125rem;height:1.3125rem;top:122.125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #JpaTCQudFahoHqPTwFAyk2DVR54X78J2 { width:20rem;height:11.25rem;top:126.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI0PMbzhGfGrViWhIpAh6ZmIpNa5ASAa { width:13.0625rem;height:13.0625rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZQZGkmDclX21gU8yE6FvZf0NIi31TK { width:13.0625rem;height:13.0625rem;top:15.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TEvIuAQ781ASP8MCnBsKi6Uez7zr5i { width:13.0625rem;height:13.0625rem;top:43.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrTzGve2JUmFzSVoHc5QP4tQRRvp589 { width:13.0625rem;height:13.0625rem;top:57.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6g8owgUmOH3NhgTrrTMTA8LsLIzfks4 { width:13.0625rem;height:13.0625rem;top:71.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW8veMkX3tTk8lDornNd0px7LxSatD1l { width:13.0625rem;height:13.0625rem;top:85.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTvvedUgZiIF3shFrJTkumlrdzPJ93l { width:13.0625rem;height:13.0625rem;top:29.1875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk { display:block; }#f9ZSJV2MN81S7pm0GT7xtPcDpXmblafk > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lalrxCqalWCw1S1H9p5LU26GerQ7VBIf { width:17.5625rem;height:9.375rem;top:3.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIchWHzGyATA8TDDovKlSUUwTMvJ4Sy { width:16.3125rem;height:6.5rem;top:13.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPUxU2pU16ZBr2eg61qQtsTwnrg4wOmt { width:20rem;height:3.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOuETlCrNp0EmwDeWeBv45CUWS2MonQ { display:block; }
 }@media only screen and (max-width: 763px) { #JE5Kdiq8mPuNn6OmgqiLeGRwPk26mMX5 { width:16.3125rem;height:1.0556625rem;top:26rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgwbDDmIWfg2VPTgUKlKB72UzyKKs9dz { display:flex;width:1rem;height:1rem;top:26.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN { display:block; }#DMxHwTWRtxGwvyXuxnP5wIoer6Vt4JTN > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXksBr62kwMFAGb3lNghsu6RwTBfSulp { width:14.125rem;height:14.125rem;top:0.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKorNxdvfzACkQ6hg0Vka57Thncr1JeX { width:11rem;height:1.92480625rem;top:13.6875rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAfT9SUgeEbJ8wn9A8gS6Ws22CWNCIEP { width:13.5625rem;height:2.8125rem;top:16.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaTDrp5c9U7c4y3khhOL8TkSD4xStfc { display:block; }
 }@media only screen and (max-width: 763px) { #ET8Eqt5ORPRSaVXDnVOPJ80SGgAyVLxA { width:15.5rem;height:6.6484375rem;top:21.4375rem;left:3.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k10AaTeUD0JpPzO4JZkMq1eTF9gIxvZN { display:flex;width:2rem;height:2rem;top:21.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ZpD4OzKQROHipgab6N0MbUmxcMq5Hmel { width:13.5625rem;height:2.8125rem;top:28.875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkOXJvUcTtppbW4pLQz6S86e9MpEnnbW { display:block; }
 }@media only screen and (max-width: 763px) { #MSSdE6ethmATMlbxZlPwISfaOaGNB5Jt { display:flex;width:1.8125rem;height:1.8125rem;top:13.75rem;left:3.5rem; }
 }