.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:255,237,246;--color-primary-1:255,196,224;--color-primary-2:255,136,192;--color-primary-3:128,68,96;--color-primary-4:38,20,29;--color-secondary-0:218,225,228;--color-secondary-1:131,156,164;--color-secondary-2:6,57,73;--color-secondary-3:3,29,37;--color-secondary-4:1,9,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Russo One";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG { 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; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container { background-color: transparent; background-image: none; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container > .video-iframe-container { display: none; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row > .video-iframe-container { display: none; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .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); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container { border-width: 0; border-radius: 0; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container { font-size:0.875rem;font-family:arial;height:77.375rem;width:75rem;position:relative;display:block; }#Uyuh1fOxhlVc1TTbw9SdnATRQvCSr1zk { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:4.05078125rem;left:15.268750190735rem;height:11.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HG7nSlhkOmQOoNT27bSDPPOfFtFWWbsJ { background-color:#f20089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.3875rem;height:5.7625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:64.375001430512rem;left:19.456250190735rem;display:block; }
#mQGnQtyoyzG14vFTOsu6t7Q2eFOsU2lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4BLElffvpeBGN4VbbeaCgoZDNgZf8e9 { position:absolute;display:block;z-index:15036;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.1875rem;width:10.375rem;top:1.40625rem;left:1.3125rem;overflow:hidden;display:block; }
#kcPHbXBzHG32NUBsfmhNrM7SFvnEkK8s { position:absolute;display:block;z-index:15037;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:28.0625rem;width:50.1875rem;top:34.53125rem;left:13.581250190735rem;overflow:hidden;display:block; }
#HoGvq7eztihFkXTCAtiqr2Fv7J5SoqGI { color:#f20089;display:block;width:63.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.96875rem;left:6.862500190735rem;height:16.25rem;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;text-align:center;text-align-last:center;display:block; }
#gXbspXruZbaa1oTiGMJTLXL73bAqwxha { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:71.3125rem;left:20.217968940735rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container { background-color: transparent; background-image: none; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container > .video-iframe-container { display: none; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row > .video-iframe-container { display: none; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .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); }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container { border-width: 0; border-radius: 0; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#a2suRRzlXo0u1z8qv0OhAFuWMtislhiu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#w3IUTRWfdyOEIFVaIdW1l0G0v7EPtp8r { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.85546875rem;left:4.6875rem;height:13.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu { position:relative;display:block; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu { background-color: transparent; background-image: none; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row .container > .video-iframe-container { display: none; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row > .video-iframe-container { display: none; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .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); }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu { border-width: 0; border-radius: 0; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .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; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A3k4pEcGDDV6Ha3XocdCOkcpur0w4h3J { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.4671874046326rem;left:6.842968940735rem;height:25.3125rem;text-align:center;text-align-last:center;display:block; }
#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container { background-color: transparent; background-image: none; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container > .video-iframe-container { display: none; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row > .video-iframe-container { display: none; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .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); }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container { border-width: 0; border-radius: 0; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#c0XZa4IDBWWdbOQNkNup1xAF0Qesbnta { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#CC4vIs4b03G064eSgm8gBt2CXRsGrXwV { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.0429720878601rem;left:4.6875rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ { position:relative;display:block; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ { background-color: transparent; background-image: none; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row .container > .video-iframe-container { display: none; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row > .video-iframe-container { display: none; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .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); }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ { border-width: 0; border-radius: 0; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .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; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bNVqIdTKKrNNKAJJGK3wune4Dhgdv9xw { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.4671874046326rem;left:6.842968940735rem;height:16.875rem;text-align:center;text-align-last:center;display:block; }
#X99vNZrkWL0E0lGLeITRvuVy3MAqeOzi { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:40rem;top:18.341406583786rem;left:2.0992183685302rem;overflow:hidden;display:block; }
#nn4OxL2Wlr87uD2D5Xlu9wDCuJXSTm3Q { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:33.5625rem;top:22.741406440735rem;left:40.699219703674rem;overflow:hidden;display:block; }
#S8VhABJ6H1tVhyxnXyV2TPXTdphG0riJ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:21.8125rem;top:39.528906345368rem;left:2.09765625rem;overflow:hidden;display:block; }
#t4WxvNTQvrAqRh1wSK7QcRopT40is8To { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:36.9375rem;top:40.778905391693rem;left:25.958592414856rem;overflow:hidden;display:block; }
#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container { background-color: transparent; background-image: none; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container > .video-iframe-container { display: none; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row > .video-iframe-container { display: none; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .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); }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container { border-width: 0; border-radius: 0; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#zPgluOeSn31cvaXdiuPhkN3mhVkTNHw3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#iAfmaeWAWeuLfMnp10gF8co1EXPJGy3p { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.63125038146975rem;left:6.9999990463256rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 { position:relative;display:block; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 { background-color: transparent; background-image: none; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row .container > .video-iframe-container { display: none; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row > .video-iframe-container { display: none; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .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); }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 { border-width: 0; border-radius: 0; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .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; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QCOBE90CLKAToNzrfWLxc5EuunOvdGTA { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.4656257629394rem;left:2.46875rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#UtUSDdKlFCm3kWG92Dii34cT5AF6L8xL { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.8125rem;width:53.125rem;top:12.125rem;left:12.186718940735rem;display:block; }
#A5gBborATrT97lXTbfhoICFVtoiDzX8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { background-color: transparent; background-image: none; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container > .video-iframe-container { display: none; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row > .video-iframe-container { display: none; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .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); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { border-width: 0; border-radius: 0; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#DCi6VtLeF5M0Zq45ZQ6qqTda9I9cin87 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#g8AuXPbEPio0tOVDHnGG3auAe9lIMVhv { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:7.7476568222044rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { position:relative;display:block; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { background-color: transparent; background-image: none; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container > .video-iframe-container { display: none; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row > .video-iframe-container { display: none; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .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); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { border-width: 0; border-radius: 0; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .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; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BN2aAVnA46obOPbp1De63rm1SJO6TnEE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.625rem;width:34.875rem;top:4.0625rem;left:2.03125rem;overflow:hidden;display:block; }
#P9xLW1lwcK1123QA4Aauwn46aecngFGI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:34.875rem;top:2.0625rem;left:38.9375rem;overflow:hidden;display:block; }
#XBiI1rtk2v6pAAEaIESKn2tG36SIskTf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:33.25rem;top:46.625rem;left:3.7062492370606rem;overflow:hidden;display:block; }
#dgT8X04kUX62FyfDuLCI1sXW9eck5Ry0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:38.625rem;top:18.28125rem;left:35.25rem;overflow:hidden;display:block; }
#knmmWamzrb1RTUT9FTMWmhq6LctldkOW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:34.625rem;top:33.112500190735rem;left:36.906250953674rem;overflow:hidden;display:block; }
#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { position:relative;display:block; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { background-color: transparent; background-image: none; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container > .video-iframe-container { display: none; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row > .video-iframe-container { display: none; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .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); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { border-width: 0; border-radius: 0; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .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; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:101.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BFrghTHNRoaTZrddQJL7NbzbLn0z5Ps7 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.7978515625rem;left:5.5625rem;height:;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;font-style:normal;display:block; }
#kqyRzRXQJ6KRi0i6rHmr0TVdl3oWaBTF { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:65rem;left:6.25rem;display:block; }
#pQHepB01MpXElTCEdDZuZOxnFXgFUmy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDUeZ1ikx0G0HGn7VFDoFTttJbGPCrbf { position:absolute;display:block;z-index:15048;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:15.875rem;width:18.4375rem;top:41rem;left:4.9375rem;overflow:hidden;display:block; }
#gtsLxsm9uCQ3KVryV3ZXCWE8aNyBzr1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:57.25rem;left:1.6875rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#kerrfLdbtRIsDAcLabmGwg6ulJ0LnPGc { position:absolute;display:block;z-index:15051;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:15.875rem;width:15.875rem;top:41rem;left:31rem;overflow:hidden;display:block; }
#Jy5bp4qQK8FmnyE0t0cw8vyW7gQZmLbT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:57.3125rem;left:26.4375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#lxcrUlNQTliKd6hAtc5N9hUeWvIL3kfk { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:65.0625rem;left:31rem;display:block; }
#swahpU4TeT1MxC91NUX8RTgCkDaFD4v7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJrs37lwhDPMaIDT8eVbmFNyoqU5ruXf { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:65.0625rem;left:53.1875rem;display:block; }
#fQ4Nux10RTnCuPUFqfKQEIknOifvnVai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImpWnSOybsqdbAlV8rBTPX03etuVVqEv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:57.5625rem;left:49.5rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#I6tNmv1h6iELwQd99NSkdrzQg9NhaKfQ { position:absolute;display:block;z-index:15051;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:15.875rem;width:15.875rem;top:40.75rem;left:52.75rem;overflow:hidden;display:block; }
#q4ZkamuO3DXOOGfcreS8nNCVTrpmbTgl { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:95rem;left:6.3125rem;display:block; }
#MfWmK6XL4GbyivozCA8ZfoIU0yyRgzKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9VLROODNWhZdXzLtrEKhFG5WJuJLEPe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:87.4375rem;left:5.5625rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#w1TwS1BibRrNCeFnA58QZwSDtb5b89Ug { position:absolute;display:block;z-index:15054;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:15.875rem;width:15.875rem;top:71.625rem;left:6.4375rem;overflow:hidden;display:block; }
#QfaH2QWx4r5M1xTe0CumEDIzHXofAHZt { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.140612602234rem;left:2.9562492370606rem;height:25.3125rem;text-align:left;text-align-last:left;display:block; }
#smJmgLhgyXC6upuFQt9xuw2K4wxi7tdk { position:absolute;display:block;z-index:15057;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:15.875rem;width:15.875rem;top:71.612512111662rem;left:30.968750953674rem;overflow:hidden;display:block; }
#IKFkwyTxlS4AtqJroA8ohqUbUlLHk0w3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:87.5rem;left:29.1875rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#bG6csWsHg6KDxzB4DhhcGaBLWthpPavW { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:95.0625rem;left:29.9375rem;display:block; }
#wT01aHwt23uIBIzNkwchE1MXMRF8kR2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JW2a99m5nyWfg3o9ZxEpkJ0N44KcNSiH { position:absolute;display:block;z-index:15060;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:15.875rem;width:15.875rem;top:71.6875rem;left:53.75rem;overflow:hidden;display:block; }
#nM00bVqAws4P49t1oM1kDQsBgpQEXsUr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:87.437505722044rem;left:51.375000953674rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#eeerGeqTqTJtx3DTT8n3SaG5co3TAcbI { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:95.0625rem;left:53.625rem;display:block; }
#kIu4agV8gZuXdSC8eqCLGWRGBsOE8lNm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { background-color: transparent; background-image: none; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container > .video-iframe-container { display: none; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row > .video-iframe-container { display: none; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .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); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { border-width: 0; border-radius: 0; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#z9DILKJQyzPEoidiK7E8L7iFtCKfoR90 { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:9.255859375rem;left:14rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMpNepB5BNg2idNhT95EHE3bUss06lLI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.8857421875rem;left:9.6865234375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#XP0DrH0x11AbyL4RdulVwtR0JRT3Reqw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.8857421875rem;left:56.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#F0xbPDPsDE7F5Dq8gSmgQFCp6b3Bz4Vz { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.642578125rem;left:2.3125rem;height:;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;font-style:normal;display:block; }
#Z3V7uD6USlCleJAJ7KT34TFfA9dIA8ml { color:#fdf1f7;display:block;width:21.9375rem;position:absolute;font-family:"russo one";font-size:3.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24.583984375rem;left:25.8115234375rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVsn4lH8BvArdwnO10ruB3pAQdOdaAEP { color:#120f10;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.287109375rem;left:15.1240234375rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCasubiFCCATpyAMit02C5TJBRqv6JpS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.037109375rem;left:26.28125rem;display:block; }
#vKoes3P0WVNzrSr9NOu3kSVGqrKiueOB { color:#f13d0c;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:17.974609375rem;left:15.1240234375rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnzGPSLm3efBDqasu1Ixg0JHlF2AM2dl { box-sizing:content-box;height:29.875rem;width:72.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid #f20089;border-left:0.3125rem solid #f20089;border-right:0.3125rem solid #f20089;border-bottom:0.3125rem solid #f20089;top:1.3125rem;left:0.53125rem;display:block; }
#JmeuDrMK5QMK3VMLlWuFxqnyZNskC6U8 { box-sizing:content-box;height:5.3125rem;width:15.75rem;position:absolute;display:block;z-index:15012;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.787109375rem;left:28.9052734375rem;display:block; }
#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container { background-color: transparent; background-image: none; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container > .video-iframe-container { display: none; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row > .video-iframe-container { display: none; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .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); }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container { border-width: 0; border-radius: 0; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#WRGRDb0Cfol2KOHk5lJep2LfgZgBownN { color:#090507;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1039075851441rem;left:9.499218940735rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .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; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.97rem;padding-right:0.866875rem;padding-bottom:0.97rem;padding-left:0.866875rem;display:block;align-items:center;width:5.2025rem;min-width:5.2025rem;height:5.213125rem;position:relative;font-family:"open sans";font-size:3.88rem;font-weight:700;line-height:83.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.60625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.9375rem;height:2.06rem;position:relative;font-family:"open sans";font-size:1.455625rem;font-weight:400;line-height:32.96px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:31.75rem;height:9.819375rem;padding-top:1.2125rem;padding-right:1.239375rem;padding-bottom:1.2125rem;padding-left:1.239375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.2835941314697rem;left:22.133595466614rem;z-index:15007; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #fuKA8brEKPdBV6rKPWIVD82MoydM3BSh { display:flex;position:relative;top:0rem;left:0rem; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #tZgHOVrs2buRrKSBFra3yMTcW0x5HxGV { width:auto; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #b51fGf7eeFqG1RXvaHbfq93DiW9rXTXJ {  }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #kFhtyv6SbbKG9epQAaUl3xvk9pPkEpO8 { display:flex;position:relative;top:0rem;left:0rem; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #O0ZSwGbKTNiBHedd4cDO4T65MFHRmT21 {  }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #ed8kMdshZI2ZkitpJNFFO8kNf4RLZlT1 {  }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #vXDAMkyHTomQQEMbT7GvJUZdFuaCldPM { display:flex;position:relative;top:0rem;left:0rem; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #pvNPTcTNaLnOi9SZsUUdxtZicWldxOaQ {  }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #tQ14nkcBqVSgdMU9AOJBFbMcTmnQ1pHE {  }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #HcHRVx3bUWcEkPPC2TbqIMz4GQ7Mh13a { display:flex;position:relative;top:0rem;left:0rem; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #GTsKXTOiLl7Oh3x8WEICVggGPAzMF0b9 {  }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #xDzpBDLpbXvgR4HzVDOBhcSmJBtgzX6a {  }
#Qsw8xW0ZShFrSIT6DTmJLZZBJxcnMBa2 { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.339844942093rem;left:17.780468940735rem;display:block; }
#R1xGGKv0ePQGW0dl7MA2qFiX9Cxpt0rp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 { position:relative;display:block; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 { background-color: transparent; background-image: none; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row .container > .video-iframe-container { display: none; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row > .video-iframe-container { display: none; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .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); }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 { border-width: 0; border-radius: 0; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .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; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nBvSZxqbhQpckMAooApVwKBEcdIzXTrU { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:18.1875rem;left:3.25rem;height:24.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wLqFZWxIwFKQlcIliJT1DVTl1ofZAMHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.5624971389771rem;left:5.5625rem;height:;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;font-style:normal;display:block; }
#cU0MGJlnvUdyX3QetnhEdxrWCGTpE3Ce { position:absolute;display:block;z-index:15049;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:30.0625rem;width:30.1875rem;top:15.306250095367rem;left:41.112500190735rem;overflow:hidden;display:block; }
#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 { 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; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container { background-color: transparent; background-image: none; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container > .video-iframe-container { display: none; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row > .video-iframe-container { display: none; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .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); }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container { border-width: 0; border-radius: 0; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;position:relative;display:block; }#u8KlTE7c281AM2M1ctJWOz8b3tnbC2P1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.181251525879rem;left:2.72265625rem;height:29.7rem;font-style:normal;display:block; }
#eZiFolKfR9MK9Txo5Gaei5KkZAuIcRb3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.4375rem;left:38.5625rem; }
#irseUab07GQTbFzqiva7gT3nvSvDUcOT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.8992187976837rem;left:4.3734369277954rem;height:5.925rem;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;font-style:normal;display:block; }
#p1gUCAyg9BRBJJEiW3BQLMVvFSXZcUBh { color:#238639;display:block;width:67.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:9.0601565837863rem;left:2.7234373092651rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A9MiD2NSuPrJikB1KFekRDANJMlOkW4I { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:54.125rem;left:12.625rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxJ5ROunfDNEoNR767edoXXZyKEuh90m { box-sizing:content-box;height:12.5rem;width:58.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:52.875rem;left:8.4375rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);display:block; }
#kbPo8OU26vsQB9zR4mw71wd3FOi4fkfs { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.1875rem;height:4.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:67.82421875rem;left:10.905468940735rem;display:block; }
#a4bmntPfpe3znpc0u6BfVdQ4WGUSSwHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG { 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; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container { background-color: transparent; background-image: none; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container > .video-iframe-container { display: none; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row > .video-iframe-container { display: none; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .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); }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container { border-width: 0; border-radius: 0; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#kNJVF2btpf7zCSwD6mKsV9KT2K1MM0ke { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.75rem;left:1.875rem;height:23.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBdaG2KkaxhKuhI2DyMTkZ39vDX2mVXe { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:24rem;top:9.375rem;left:45.5rem;overflow:hidden;display:block; }
#FbEpbcyhs2lykDvRi92a89GQbDHeTQCI { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:37.75rem;left:1.875rem;height:18.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AX0nPXz2KHghEVnza105zoOTdDFEgxyF { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.6875rem;left:2.8125rem;height:5.925rem;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;font-style:normal;display:block; }
#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl { position:relative;display:block; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl { background-color: transparent; background-image: none; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row .container > .video-iframe-container { display: none; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row > .video-iframe-container { display: none; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .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); }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl { border-width: 0; border-radius: 0; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .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; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:107.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EnyK5zKEekUMWKUAvMquMXdi1mPBf0vP { position:absolute;display:block;z-index:15023;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:27.0625rem;width:21.625rem;top:12rem;left:28.1875rem;overflow:hidden;display:block; }
#PCw9F8gmPzTRzm71eJJ4QdVDzcJqm9Et { position:absolute;display:block;z-index:15024;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:13.3125rem;width:21.625rem;top:40.875rem;left:3rem;overflow:hidden;display:block; }
#s9nVxx0TGdABCcRl7450JnzyTxM9pVih { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:21.625rem;top:40.875rem;left:24.5625rem;overflow:hidden;display:block; }
#EOZm9tLs5rCKwJpvbrdihLZ3PZVEIfe6 { position:absolute;display:block;z-index:15024;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.75rem;width:13.9375rem;top:14.0625rem;left:53.8125rem;overflow:hidden;display:block; }
#eRAoPpw82T9S8ph7lkXzgDw9bRBOqfBt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:20.75rem;top:21.9375rem;left:53.1875rem;overflow:hidden;display:block; }
#bgOBNv3NiQfzJ8DaKLHGIUsXPutRDat6 { position:absolute;display:block;z-index:15026;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:22.4375rem;width:25.25rem;top:33.5rem;left:49.75rem;overflow:hidden;display:block; }
#qVtqNGg5PDBmwpTQcl2K5E1nwKq8WMzp { position:absolute;display:block;z-index:15027;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:17.6875rem;width:27.1875rem;top:66.875rem;left:11.21875rem;overflow:hidden;display:block; }
#Mimy91D2Zg5FUav7XW2nQui3P3NymUft { position:absolute;display:block;z-index:15027;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.9375rem;width:34.4375rem;top:57.21875rem;left:7.59375rem;overflow:hidden;display:block; }
#Na64OSbNKgRAT1GHlz7DD2Xl7hpsP7iK { position:absolute;display:block;z-index:15028;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:16.5rem;width:29.5rem;top:87.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#Bt1IseDTsFWMykFXMfU87JxfctRdZFZa { position:absolute;display:block;z-index:15028;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.9375rem;width:26.5rem;top:67.9375rem;left:44.0625rem;overflow:hidden;display:block; }
#gTvRXAgdK8SbI9yWoIl3SOnkQsAC9m16 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:14.375rem;top:58.9375rem;left:53.59375rem;overflow:hidden;display:block; }
#d47kg7fn13f2WcGicErVE5Oxg8BUrDLN { position:absolute;display:block;z-index:15030;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.75rem;width:25.5rem;top:95.8125rem;left:37.375rem;overflow:hidden;display:block; }
#Z27WX5EgEJt0xGapdoSF644XOeQ3yuPG { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.4375rem;left:5.4375rem;height:5.925rem;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;font-style:normal;display:block; }
#zaPTOKUxHCJXDWrtsx3yxlgCxwCPSzPP { position:absolute;display:block;z-index:15024;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:27.0625rem;width:21.625rem;top:11.1875rem;left:3rem;overflow:hidden;display:block; }
#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd770;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; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container { background-color: transparent; background-image: none; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container > .video-iframe-container { display: none; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row > .video-iframe-container { display: none; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .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); }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container { border-width: 0; border-radius: 0; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#SXTbTVQPdETkSP59gLge7Ink8Tg1MG7B { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:21.6875rem;left:12.624218940735rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKIZyHFnliqWTxuLpJLEDEK6AL1hiOXN { background-color:#f20089;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.437500953674rem;left:20.530468940735rem;display:block; }
#sUsppnCIJaXzOz0hOWimiCtW9W705omx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyl5Xm8cHyw62zrg2bV4xNTDa6zeXZTU { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1.4375004768372rem;left:1.40625rem;height:17.775rem;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;font-style:normal;display:block; }
#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { background-color: transparent; background-image: none; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container > .video-iframe-container { display: none; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row > .video-iframe-container { display: none; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .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); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { border-width: 0; border-radius: 0; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:lato;color:#ff88c0;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_bc617517cdb9c02ab0babb51fc806cec396d054d.svg");background-size:contain !important; }#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger.adaptive-delivery-prevent-bg, #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger.lazyload, #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger.lazyloading { background-image: none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.486328125rem;left:3.6875rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ahbkvvArdbLCIw4kHIruEehtyouDVXvy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc { display:none; }
#b53BfyC0DBTJcPprMd2QkiJaCmHIb7BC { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:0rem;height:11.85rem;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;font-style:normal;display:block; }
#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { position:relative;display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { background-color: transparent; background-image: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container > .video-iframe-container { display: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row > .video-iframe-container { display: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .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); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { border-width: 0; border-radius: 0; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .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; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { background-color:transparent;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;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { background-color:transparent;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { background-color:transparent;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#zQbJuefCEeILKStl2aHDxC8reJetLJ9z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { background-color:transparent;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG { display:block; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uyuh1fOxhlVc1TTbw9SdnATRQvCSr1zk { top:4rem;left:0.9375rem;width:46.8125rem;height:11.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG7nSlhkOmQOoNT27bSDPPOfFtFWWbsJ { width:38.375rem;height:5.75rem;top:64.375rem;left:5.8312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQGnQtyoyzG14vFTOsu6t7Q2eFOsU2lg { display:block; }
 }@media only screen and (max-width: 763px) { #t4BLElffvpeBGN4VbbeaCgoZDNgZf8e9 { top:1.375rem;left:0rem;width:10.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPHbXBzHG32NUBsfmhNrM7SFvnEkK8s { top:34.5rem;left:0rem;width:47.75rem;height:26.699564134496rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGvq7eztihFkXTCAtiqr2Fv7J5SoqGI { top:16.9375rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXbspXruZbaa1oTiGMJTLXL73bAqwxha { top:71.3125rem;left:6.592968940735rem;width:34.5625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o { display:block; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2suRRzlXo0u1z8qv0OhAFuWMtislhiu { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3IUTRWfdyOEIFVaIdW1l0G0v7EPtp8r { top:1.8125rem;left:0rem;width:47.75rem;height:13.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu { display:block; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3k4pEcGDDV6Ha3XocdCOkcpur0w4h3J { top:1.4375rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd { display:block; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0XZa4IDBWWdbOQNkNup1xAF0Qesbnta { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC4vIs4b03G064eSgm8gBt2CXRsGrXwV { top:1rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ { display:block; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNVqIdTKKrNNKAJJGK3wune4Dhgdv9xw { top:1.4375rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99vNZrkWL0E0lGLeITRvuVy3MAqeOzi { top:18.3125rem;left:0rem;width:40rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn4OxL2Wlr87uD2D5Xlu9wDCuJXSTm3Q { top:22.6875rem;left:14.1875rem;width:33.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8VhABJ6H1tVhyxnXyV2TPXTdphG0riJ { top:39.5rem;left:0rem;width:21.8125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4WxvNTQvrAqRh1wSK7QcRopT40is8To { top:40.75rem;left:10.8125rem;width:36.9375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn { display:block; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPgluOeSn31cvaXdiuPhkN3mhVkTNHw3 { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfmaeWAWeuLfMnp10gF8co1EXPJGy3p { top:0.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 { display:block; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCOBE90CLKAToNzrfWLxc5EuunOvdGTA { top:2.4375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUSDdKlFCm3kWG92Dii34cT5AF6L8xL { top:12.125rem;left:0rem;width:47.75rem;height:26.796176470588rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gBborATrT97lXTbfhoICFVtoiDzX8i { display:block; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCi6VtLeF5M0Zq45ZQ6qqTda9I9cin87 { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8AuXPbEPio0tOVDHnGG3auAe9lIMVhv { top:1.25rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { display:block; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN2aAVnA46obOPbp1De63rm1SJO6TnEE { top:4.0625rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9xLW1lwcK1123QA4Aauwn46aecngFGI { top:2.0625rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBiI1rtk2v6pAAEaIESKn2tG36SIskTf { top:46.625rem;left:0rem;width:33.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgT8X04kUX62FyfDuLCI1sXW9eck5Ry0 { top:18.25rem;left:9.125rem;width:38.625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmmWamzrb1RTUT9FTMWmhq6LctldkOW { top:33.0625rem;left:13.125rem;width:34.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { display:block; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFrghTHNRoaTZrddQJL7NbzbLn0z5Ps7 { top:0.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqyRzRXQJ6KRi0i6rHmr0TVdl3oWaBTF { width:17.5rem;height:3.4375rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHepB01MpXElTCEdDZuZOxnFXgFUmy2 { display:block; }
 }@media only screen and (max-width: 763px) { #uDUeZ1ikx0G0HGn7VFDoFTttJbGPCrbf { top:41rem;left:0rem;width:18.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsLxsm9uCQ3KVryV3ZXCWE8aNyBzr1Q { top:57.25rem;left:0rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kerrfLdbtRIsDAcLabmGwg6ulJ0LnPGc { top:41rem;left:17.375rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy5bp4qQK8FmnyE0t0cw8vyW7gQZmLbT { top:57.3125rem;left:12.8125rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxcrUlNQTliKd6hAtc5N9hUeWvIL3kfk { width:17.5rem;height:3.4375rem;top:65.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swahpU4TeT1MxC91NUX8RTgCkDaFD4v7 { display:block; }
 }@media only screen and (max-width: 763px) { #WJrs37lwhDPMaIDT8eVbmFNyoqU5ruXf { width:17.5rem;height:3.4375rem;top:65.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ4Nux10RTnCuPUFqfKQEIknOifvnVai { display:block; }
 }@media only screen and (max-width: 763px) { #ImpWnSOybsqdbAlV8rBTPX03etuVVqEv { top:57.5625rem;left:22.8125rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tNmv1h6iELwQd99NSkdrzQg9NhaKfQ { top:40.75rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZkamuO3DXOOGfcreS8nNCVTrpmbTgl { width:17.5rem;height:3.4375rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfWmK6XL4GbyivozCA8ZfoIU0yyRgzKv { display:block; }
 }@media only screen and (max-width: 763px) { #C9VLROODNWhZdXzLtrEKhFG5WJuJLEPe { top:87.4375rem;left:0rem;width:19.4375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1TwS1BibRrNCeFnA58QZwSDtb5b89Ug { top:71.625rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfaH2QWx4r5M1xTe0CumEDIzHXofAHZt { top:14.125rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smJmgLhgyXC6upuFQt9xuw2K4wxi7tdk { top:71.5625rem;left:17.343750953674rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKFkwyTxlS4AtqJroA8ohqUbUlLHk0w3 { top:87.5rem;left:15.562500953674rem;width:19.4375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG6csWsHg6KDxzB4DhhcGaBLWthpPavW { width:17.5rem;height:3.4375rem;top:95.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT01aHwt23uIBIzNkwchE1MXMRF8kR2H { display:block; }
 }@media only screen and (max-width: 763px) { #JW2a99m5nyWfg3o9ZxEpkJ0N44KcNSiH { top:71.6875rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM00bVqAws4P49t1oM1kDQsBgpQEXsUr { top:87.4375rem;left:25.1875rem;width:22.5625rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeerGeqTqTJtx3DTT8n3SaG5co3TAcbI { width:17.5rem;height:3.4375rem;top:95.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIu4agV8gZuXdSC8eqCLGWRGBsOE8lNm { display:block; }
 }@media only screen and (max-width: 763px) { #uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo { display:block; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9DILKJQyzPEoidiK7E8L7iFtCKfoR90 { top:9.25rem;left:0.37499904632568rem;width:43.3125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMpNepB5BNg2idNhT95EHE3bUss06lLI { top:2.875rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0DrH0x11AbyL4RdulVwtR0JRT3Reqw { top:2.875rem;left:42.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0xbPDPsDE7F5Dq8gSmgQFCp6b3Bz4Vz { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3V7uD6USlCleJAJ7KT34TFfA9dIA8ml { top:24.5625rem;left:12.185936927796rem;width:21.9375rem;height:5.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVsn4lH8BvArdwnO10ruB3pAQdOdaAEP { top:13.25rem;left:1.4984369277954rem;width:43.3125rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCasubiFCCATpyAMit02C5TJBRqv6JpS { top:13rem;left:12.65625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoes3P0WVNzrSr9NOu3kSVGqrKiueOB { top:17.9375rem;left:1.4990234375rem;width:43.3125rem;height:5.6875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnzGPSLm3efBDqasu1Ixg0JHlF2AM2dl { top:1.3125rem;left:0rem;width:47.125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmeuDrMK5QMK3VMLlWuFxqnyZNskC6U8 { top:24.75rem;left:15.2802734375rem;width:15.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVpeHGyJq969UrrN8KVha41ZQD6cnaG { display:block; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRGRDb0Cfol2KOHk5lJep2LfgZgBownN { width:47.75rem;height:2.6875rem;top:1.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .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; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .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; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG { display:flex;width:18rem;height:5.0625rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #fuKA8brEKPdBV6rKPWIVD82MoydM3BSh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #tZgHOVrs2buRrKSBFra3yMTcW0x5HxGV {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #b51fGf7eeFqG1RXvaHbfq93DiW9rXTXJ {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #kFhtyv6SbbKG9epQAaUl3xvk9pPkEpO8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #O0ZSwGbKTNiBHedd4cDO4T65MFHRmT21 {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #ed8kMdshZI2ZkitpJNFFO8kNf4RLZlT1 {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #vXDAMkyHTomQQEMbT7GvJUZdFuaCldPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #pvNPTcTNaLnOi9SZsUUdxtZicWldxOaQ {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #tQ14nkcBqVSgdMU9AOJBFbMcTmnQ1pHE {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #HcHRVx3bUWcEkPPC2TbqIMz4GQ7Mh13a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #GTsKXTOiLl7Oh3x8WEICVggGPAzMF0b9 {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #xDzpBDLpbXvgR4HzVDOBhcSmJBtgzX6a {  }
 }@media only screen and (max-width: 763px) { #Qsw8xW0ZShFrSIT6DTmJLZZBJxcnMBa2 { width:41.5625rem;height:6.6875rem;top:17.3125rem;left:4.1554689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xGGKv0ePQGW0dl7MA2qFiX9Cxpt0rp { display:block; }
 }@media only screen and (max-width: 763px) { #q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 { display:block; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBvSZxqbhQpckMAooApVwKBEcdIzXTrU { top:18.1875rem;left:0rem;width:42.6875rem;height:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLqFZWxIwFKQlcIliJT1DVTl1ofZAMHZ { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU0MGJlnvUdyX3QetnhEdxrWCGTpE3Ce { top:15.25rem;left:17.5625rem;width:30.1875rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 { display:block; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8KlTE7c281AM2M1ctJWOz8b3tnbC2P1 { top:24.125rem;left:0rem;width:47.75rem;height:29.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZiFolKfR9MK9Txo5Gaei5KkZAuIcRb3 { top:36.4375rem;left:24.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irseUab07GQTbFzqiva7gT3nvSvDUcOT { top:1.875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gUCAyg9BRBJJEiW3BQLMVvFSXZcUBh { top:9rem;left:0rem;width:47.75rem;height:16.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MiD2NSuPrJikB1KFekRDANJMlOkW4I { top:54.125rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxJ5ROunfDNEoNR767edoXXZyKEuh90m { top:52.875rem;left:0rem;width:47rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPo8OU26vsQB9zR4mw71wd3FOi4fkfs { width:46.75rem;height:4.8125rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4bmntPfpe3znpc0u6BfVdQ4WGUSSwHH { display:block; }
 }@media only screen and (max-width: 763px) { #KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG { display:block; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNJVF2btpf7zCSwD6mKsV9KT2K1MM0ke { top:12.75rem;left:0rem;width:39rem;height:23.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBdaG2KkaxhKuhI2DyMTkZ39vDX2mVXe { top:9.375rem;left:23.75rem;width:24rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbEpbcyhs2lykDvRi92a89GQbDHeTQCI { top:37.75rem;left:0rem;width:47.75rem;height:16.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX0nPXz2KHghEVnza105zoOTdDFEgxyF { top:2.6875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl { display:block; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnyK5zKEekUMWKUAvMquMXdi1mPBf0vP { top:12rem;left:14.5625rem;width:21.625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCw9F8gmPzTRzm71eJJ4QdVDzcJqm9Et { top:40.875rem;left:0rem;width:21.625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9nVxx0TGdABCcRl7450JnzyTxM9pVih { top:40.875rem;left:10.9375rem;width:21.625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZm9tLs5rCKwJpvbrdihLZ3PZVEIfe6 { top:14.0625rem;left:33.8125rem;width:13.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRAoPpw82T9S8ph7lkXzgDw9bRBOqfBt { top:21.9375rem;left:27rem;width:20.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOBNv3NiQfzJ8DaKLHGIUsXPutRDat6 { top:33.5rem;left:22.5rem;width:25.25rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVtqNGg5PDBmwpTQcl2K5E1nwKq8WMzp { top:66.875rem;left:0rem;width:27.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mimy91D2Zg5FUav7XW2nQui3P3NymUft { top:57.1875rem;left:0rem;width:34.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na64OSbNKgRAT1GHlz7DD2Xl7hpsP7iK { top:87.0625rem;left:0rem;width:29.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1IseDTsFWMykFXMfU87JxfctRdZFZa { top:67.9375rem;left:21.25rem;width:26.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvRXAgdK8SbI9yWoIl3SOnkQsAC9m16 { top:58.9375rem;left:33.375rem;width:14.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47kg7fn13f2WcGicErVE5Oxg8BUrDLN { top:95.8125rem;left:22.25rem;width:25.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z27WX5EgEJt0xGapdoSF644XOeQ3yuPG { top:2.4375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPTOKUxHCJXDWrtsx3yxlgCxwCPSzPP { top:11.1875rem;left:0rem;width:21.625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 { display:block; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXTbTVQPdETkSP59gLge7Ink8Tg1MG7B { top:21.6875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKIZyHFnliqWTxuLpJLEDEK6AL1hiOXN { width:32.625rem;height:3.4375rem;top:28.4375rem;left:6.905468940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsppnCIJaXzOz0hOWimiCtW9W705omx { display:block; }
 }@media only screen and (max-width: 763px) { #kyl5Xm8cHyw62zrg2bV4xNTDa6zeXZTU { top:1.4375rem;left:0rem;width:47.75rem;height:17.75rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVGzOb91GROtoo6szeU2BnvbSNWAzKzm { display:block; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #b53BfyC0DBTJcPprMd2QkiJaCmHIb7BC { top:1.6875rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block; }
 }@media only screen and (max-width: 763px) { #QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block; }
 }@media only screen and (max-width: 763px) { #pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block; }
 }@media only screen and (max-width: 763px) { #GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbJuefCEeILKStl2aHDxC8reJetLJ9z { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG { background-color:#ffffff;background-image:none;display:block; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container { background-color: transparent; background-image: none; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container > .video-iframe-container { display: none; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row > .video-iframe-container { display: none; }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .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); }#dZHiw9S2t33lTn8hOuRQGalJgaiBJSmG > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uyuh1fOxhlVc1TTbw9SdnATRQvCSr1zk { width:19.1875rem;height:16.65rem;top:5.75rem;left:0.40546876192093rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HG7nSlhkOmQOoNT27bSDPPOfFtFWWbsJ { width:18.2625rem;height:5.2625rem;top:64.94921875rem;left:0.84296876192094rem;font-size:1.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #mQGnQtyoyzG14vFTOsu6t7Q2eFOsU2lg { display:block; }
 }@media only screen and (max-width: 763px) { #t4BLElffvpeBGN4VbbeaCgoZDNgZf8e9 { width:10.375rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPHbXBzHG32NUBsfmhNrM7SFvnEkK8s { width:19.0625rem;height:10.6875rem;top:52.875rem;left:0.46796876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGvq7eztihFkXTCAtiqr2Fv7J5SoqGI { width:17.0625rem;height:28.4375rem;top:22.94921875rem;left:1.4687500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXbspXruZbaa1oTiGMJTLXL73bAqwxha { width:16.8125rem;height:4.21875rem;top:71.224219322206rem;left:1.5937500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o { display:block; }#QLrq1Hwh8zkTR7FQ0BPET4TgDh0ywH4o > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2suRRzlXo0u1z8qv0OhAFuWMtislhiu { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3IUTRWfdyOEIFVaIdW1l0G0v7EPtp8r { width:19.3125rem;height:9.75rem;top:1.125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu { display:block; }#frnsI7yVohMTD8gRJLTvMsZrnRTl0Kyu > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3k4pEcGDDV6Ha3XocdCOkcpur0w4h3J { width:20rem;height:33.75rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd { display:block; }#ckn7tvFU8ECSOIraVvgk3RVCb89HCNQd > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0XZa4IDBWWdbOQNkNup1xAF0Qesbnta { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC4vIs4b03G064eSgm8gBt2CXRsGrXwV { width:19.3125rem;height:7.3125rem;top:0.56249332427979rem;left:0.34296876192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ { display:block; }#oa10z8AMcxyxvHntJBLLI3GRskH8yTOZ > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNVqIdTKKrNNKAJJGK3wune4Dhgdv9xw { width:20rem;height:22.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #X99vNZrkWL0E0lGLeITRvuVy3MAqeOzi { width:20rem;height:11.21875rem;top:46.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn4OxL2Wlr87uD2D5Xlu9wDCuJXSTm3Q { width:20rem;height:11.172625rem;top:24.401563644409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8VhABJ6H1tVhyxnXyV2TPXTdphG0riJ { width:12.875rem;height:13.1875rem;top:69.811719894406rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4WxvNTQvrAqRh1wSK7QcRopT40is8To { width:20rem;height:11.167512690355rem;top:59.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn { display:block; }#RQritfxvBLX5e6sZM1iZ7m6EO0K0HgBn > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPgluOeSn31cvaXdiuPhkN3mhVkTNHw3 { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfmaeWAWeuLfMnp10gF8co1EXPJGy3p { width:19.3125rem;height:3.46875rem;top:1.5781269073486rem;left:0.34296876192093rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 { display:block; }#oiuvVgdyT8c5ad0UGTkh88GTQnNrRVT5 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCOBE90CLKAToNzrfWLxc5EuunOvdGTA { width:20rem;height:9.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #UtUSDdKlFCm3kWG92Dii34cT5AF6L8xL { height:11.223529411765rem;width:20rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gBborATrT97lXTbfhoICFVtoiDzX8i { display:block; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCi6VtLeF5M0Zq45ZQ6qqTda9I9cin87 { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8AuXPbEPio0tOVDHnGG3auAe9lIMVhv { width:19.3125rem;height:7.3125rem;top:1.125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { display:block; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN2aAVnA46obOPbp1De63rm1SJO6TnEE { width:20rem;height:25.017921146953rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9xLW1lwcK1123QA4Aauwn46aecngFGI { width:20rem;height:8.1003584229391rem;top:24.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBiI1rtk2v6pAAEaIESKn2tG36SIskTf { width:20rem;height:8.4962406015038rem;top:33.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgT8X04kUX62FyfDuLCI1sXW9eck5Ry0 { width:20rem;height:7.0226537216828rem;top:43.6133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmmWamzrb1RTUT9FTMWmhq6LctldkOW { width:20rem;height:11.371841155235rem;top:51.88515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { display:block; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container { width:20rem;height:206.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFrghTHNRoaTZrddQJL7NbzbLn0z5Ps7 { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqyRzRXQJ6KRi0i6rHmr0TVdl3oWaBTF { width:17.5rem;height:3.4375rem;top:72.9375rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #pQHepB01MpXElTCEdDZuZOxnFXgFUmy2 { display:block; }
 }@media only screen and (max-width: 763px) { #uDUeZ1ikx0G0HGn7VFDoFTttJbGPCrbf { width:18.4375rem;height:15.875rem;top:49.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsLxsm9uCQ3KVryV3ZXCWE8aNyBzr1Q { width:20rem;height:5.625rem;top:66.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kerrfLdbtRIsDAcLabmGwg6ulJ0LnPGc { width:15.875rem;height:15.875rem;top:77.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy5bp4qQK8FmnyE0t0cw8vyW7gQZmLbT { width:20rem;height:5.625rem;top:93.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxcrUlNQTliKd6hAtc5N9hUeWvIL3kfk { width:17.5rem;height:3.4375rem;top:100.4375rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #swahpU4TeT1MxC91NUX8RTgCkDaFD4v7 { display:block; }
 }@media only screen and (max-width: 763px) { #WJrs37lwhDPMaIDT8eVbmFNyoqU5ruXf { width:17.5rem;height:3.4375rem;top:127.375rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #fQ4Nux10RTnCuPUFqfKQEIknOifvnVai { display:block; }
 }@media only screen and (max-width: 763px) { #ImpWnSOybsqdbAlV8rBTPX03etuVVqEv { width:20rem;height:5.625rem;top:121rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6tNmv1h6iELwQd99NSkdrzQg9NhaKfQ { width:15.875rem;height:15.875rem;top:105.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZkamuO3DXOOGfcreS8nNCVTrpmbTgl { width:17.5rem;height:3.4375rem;top:153.875rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #MfWmK6XL4GbyivozCA8ZfoIU0yyRgzKv { display:block; }
 }@media only screen and (max-width: 763px) { #C9VLROODNWhZdXzLtrEKhFG5WJuJLEPe { width:16.4375rem;height:5.625rem;top:147.1875rem;left:1.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1TwS1BibRrNCeFnA58QZwSDtb5b89Ug { width:15.875rem;height:15.875rem;top:131.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfaH2QWx4r5M1xTe0CumEDIzHXofAHZt { width:18.3125rem;height:35.625rem;top:13.25rem;left:0.84296876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #smJmgLhgyXC6upuFQt9xuw2K4wxi7tdk { width:15.875rem;height:15.875rem;top:159.43749713898rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKFkwyTxlS4AtqJroA8ohqUbUlLHk0w3 { width:19.4375rem;height:2.8125rem;top:175.31249809265rem;left:0.28046876192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bG6csWsHg6KDxzB4DhhcGaBLWthpPavW { width:17.5rem;height:3.4375rem;top:178.74999713898rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #wT01aHwt23uIBIzNkwchE1MXMRF8kR2H { display:block; }
 }@media only screen and (max-width: 763px) { #JW2a99m5nyWfg3o9ZxEpkJ0N44KcNSiH { width:15.875rem;height:15.875rem;top:182.18749713898rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM00bVqAws4P49t1oM1kDQsBgpQEXsUr { width:19.4375rem;height:5.625rem;top:198.06249701977rem;left:0.56171876192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeerGeqTqTJtx3DTT8n3SaG5co3TAcbI { width:17.5rem;height:3.4375rem;top:201.37499713898rem;left:1.2500000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #kIu4agV8gZuXdSC8eqCLGWRGBsOE8lNm { display:block; }
 }@media only screen and (max-width: 763px) { #uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo { display:block; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9DILKJQyzPEoidiK7E8L7iFtCKfoR90 { width:18.1875rem;height:2.53125rem;top:8.0244140625rem;left:0.90625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMpNepB5BNg2idNhT95EHE3bUss06lLI { display:flex;width:2.0625rem;height:2.0625rem;top:2.662109375rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #XP0DrH0x11AbyL4RdulVwtR0JRT3Reqw { display:flex;width:1.9375rem;height:1.9375rem;top:2.724609375rem;left:17.21875rem; }
 }@media only screen and (max-width: 763px) { #F0xbPDPsDE7F5Dq8gSmgQFCp6b3Bz4Vz { width:13.5625rem;height:4.8rem;top:2.724609375rem;left:3.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3V7uD6USlCleJAJ7KT34TFfA9dIA8ml { width:20rem;height:5.25rem;top:20.4677734375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVsn4lH8BvArdwnO10ruB3pAQdOdaAEP { width:20rem;height:3rem;top:11.0244140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCasubiFCCATpyAMit02C5TJBRqv6JpS { width:18.75rem;height:0.3125rem;top:14.9365234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoes3P0WVNzrSr9NOu3kSVGqrKiueOB { width:20rem;height:3rem;top:16.3740234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnzGPSLm3efBDqasu1Ixg0JHlF2AM2dl { width:19.375rem;height:26.0625rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmeuDrMK5QMK3VMLlWuFxqnyZNskC6U8 { width:15.75rem;height:5.3125rem;top:20.4365234375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVpeHGyJq969UrrN8KVha41ZQD6cnaG { display:block; }#HQVpeHGyJq969UrrN8KVha41ZQD6cnaG > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRGRDb0Cfol2KOHk5lJep2LfgZgBownN { width:20rem;height:4.8rem;top:1.5601558685302rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .widget-text.counter-number { padding-top:0.491875rem;padding-right:0.429375rem;padding-bottom:0.491875rem;padding-left:0.429375rem;width:2.576875rem;min-width:2.576875rem;height:2.64375rem;font-size:1.9675rem;line-height:42.3px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3075rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.435625rem;height:1.045rem;font-size:0.738125rem;line-height:16.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG { display:flex;width:17.75rem;height:4.98rem;top:7.72265625rem;left:0rem;padding-top:1.193125rem;padding-right:1.216875rem;padding-bottom:1.193125rem;padding-left:1.216875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #fuKA8brEKPdBV6rKPWIVD82MoydM3BSh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #tZgHOVrs2buRrKSBFra3yMTcW0x5HxGV {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #b51fGf7eeFqG1RXvaHbfq93DiW9rXTXJ {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #kFhtyv6SbbKG9epQAaUl3xvk9pPkEpO8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #O0ZSwGbKTNiBHedd4cDO4T65MFHRmT21 {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #ed8kMdshZI2ZkitpJNFFO8kNf4RLZlT1 {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #vXDAMkyHTomQQEMbT7GvJUZdFuaCldPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #pvNPTcTNaLnOi9SZsUUdxtZicWldxOaQ {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #tQ14nkcBqVSgdMU9AOJBFbMcTmnQ1pHE {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #HcHRVx3bUWcEkPPC2TbqIMz4GQ7Mh13a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #GTsKXTOiLl7Oh3x8WEICVggGPAzMF0b9 {  }
 }@media only screen and (max-width: 763px) { #eoyoMpEwvh6FCpbNLbFlKEV7ttCnuhIG #xDzpBDLpbXvgR4HzVDOBhcSmJBtgzX6a {  }
 }@media only screen and (max-width: 763px) { #Qsw8xW0ZShFrSIT6DTmJLZZBJxcnMBa2 { width:19rem;height:7rem;top:15.087890625rem;left:0.5rem;z-index:15012;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xGGKv0ePQGW0dl7MA2qFiX9Cxpt0rp { display:block; }
 }@media only screen and (max-width: 763px) { #q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 { display:block; }#q5X88T9bvoqOZqu72XPq2ITyaOO9RP50 > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBvSZxqbhQpckMAooApVwKBEcdIzXTrU { width:18.5rem;height:30rem;top:13.871876478195rem;left:0.74921876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLqFZWxIwFKQlcIliJT1DVTl1ofZAMHZ { width:20rem;height:12rem;top:0.91093826293944rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU0MGJlnvUdyX3QetnhEdxrWCGTpE3Ce { width:20rem;height:19.9164375rem;top:44.558594703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 { display:block; }#wf2PG87TTXaNhvlm0GXlxLkyuPtxgD19 > .row .container { width:20rem;height:124.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8KlTE7c281AM2M1ctJWOz8b3tnbC2P1 { width:17.6875rem;height:56rem;top:32.09921836853rem;left:1.4375000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZiFolKfR9MK9Txo5Gaei5KkZAuIcRb3 { display:flex;width:2.25rem;height:2.25rem;top:80.625rem;left:-2.25rem; }
 }@media only screen and (max-width: 763px) { #irseUab07GQTbFzqiva7gT3nvSvDUcOT { width:20rem;height:4.8rem;top:1.2500190734863rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gUCAyg9BRBJJEiW3BQLMVvFSXZcUBh { width:20rem;height:25rem;top:8.76953125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9MiD2NSuPrJikB1KFekRDANJMlOkW4I { width:17.1875rem;height:27rem;top:87.875rem;left:1.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxJ5ROunfDNEoNR767edoXXZyKEuh90m { width:17.8125rem;height:28.625rem;top:86.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPo8OU26vsQB9zR4mw71wd3FOi4fkfs { width:19rem;height:4.8125rem;top:117.87500190735rem;left:0.49921876192093rem;z-index:15073;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4bmntPfpe3znpc0u6BfVdQ4WGUSSwHH { display:block; }
 }@media only screen and (max-width: 763px) { #KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG { display:block; }#KC2yfuZVFStILyiQRvPEH5vpZ74LfRfG > .row .container { width:20rem;height:126.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNJVF2btpf7zCSwD6mKsV9KT2K1MM0ke { width:17.25rem;height:46rem;top:8.4990234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBdaG2KkaxhKuhI2DyMTkZ39vDX2mVXe { width:20rem;height:22.5515625rem;top:54.498437404632rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbEpbcyhs2lykDvRi92a89GQbDHeTQCI { width:19.0625rem;height:48rem;top:77.050001144406rem;left:0.46796876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX0nPXz2KHghEVnza105zoOTdDFEgxyF { width:18.3125rem;height:4.8rem;top:1.0888671875rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl { display:block; }#lFSNFyS2Xc2eFdWrQAIz5TKeZVmgn7kl > .row .container { width:20rem;height:180.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnyK5zKEekUMWKUAvMquMXdi1mPBf0vP { width:20rem;height:25.0283125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCw9F8gmPzTRzm71eJJ4QdVDzcJqm9Et { width:20rem;height:12.3115rem;top:50.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9nVxx0TGdABCcRl7450JnzyTxM9pVih { width:20rem;height:11.849710982659rem;top:38.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZm9tLs5rCKwJpvbrdihLZ3PZVEIfe6 { width:20rem;height:6.8779375rem;top:34.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRAoPpw82T9S8ph7lkXzgDw9bRBOqfBt { width:20rem;height:9.735375rem;top:63.06640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOBNv3NiQfzJ8DaKLHGIUsXPutRDat6 { width:20rem;height:17.7841875rem;top:104.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVtqNGg5PDBmwpTQcl2K5E1nwKq8WMzp { width:20rem;height:13.01075rem;top:79.0380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mimy91D2Zg5FUav7XW2nQui3P3NymUft { width:20rem;height:4.673825rem;top:73.7392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na64OSbNKgRAT1GHlz7DD2Xl7hpsP7iK { width:20rem;height:11.1855625rem;top:93.298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1IseDTsFWMykFXMfU87JxfctRdZFZa { width:18.0625rem;height:17.6875rem;top:135.7685546875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvRXAgdK8SbI9yWoIl3SOnkQsAC9m16 { width:14.375rem;height:4.5rem;top:123.3310546875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47kg7fn13f2WcGicErVE5Oxg8BUrDLN { width:15.4375rem;height:5.375rem;top:129.3310546875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z27WX5EgEJt0xGapdoSF644XOeQ3yuPG { width:20rem;height:4.8rem;top:1.5185546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPTOKUxHCJXDWrtsx3yxlgCxwCPSzPP { width:20rem;height:25.028901734104rem;top:154.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 { display:block; }#NiFXyuTkwdfRDGIf00A7lGd1uUJoS3k2 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXTbTVQPdETkSP59gLge7Ink8Tg1MG7B { width:16.5625rem;height:12rem;top:13.774212837219rem;left:1.7187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKIZyHFnliqWTxuLpJLEDEK6AL1hiOXN { width:20rem;height:3.4375rem;top:26.625000357628rem;left:0rem;z-index:15063;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsppnCIJaXzOz0hOWimiCtW9W705omx { display:block; }
 }@media only screen and (max-width: 763px) { #kyl5Xm8cHyw62zrg2bV4xNTDa6zeXZTU { width:20rem;height:12rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVGzOb91GROtoo6szeU2BnvbSNWAzKzm { display:block; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #b53BfyC0DBTJcPprMd2QkiJaCmHIb7BC { width:20rem;height:4.8rem;top:1.369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { width:18.875rem;height:3rem;top:0.9375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { width:5.25rem;height:2.1875rem;top:4.75rem;left:11.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block; }
 }@media only screen and (max-width: 763px) { #QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { width:6rem;height:2.1875rem;top:6.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block; }
 }@media only screen and (max-width: 763px) { #pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { width:6.1875rem;height:2.1875rem;top:6.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block; }
 }@media only screen and (max-width: 763px) { #GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { display:flex;width:2.8125rem;height:2.8125rem;top:16.21875rem;left:2.1875rem; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQbJuefCEeILKStl2aHDxC8reJetLJ9z { width:18.875rem;height:2rem;top:12.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { display:flex;width:3.3125rem;height:3.3125rem;top:15.96875rem;left:6.1875rem; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { display:flex;width:2.6875rem;height:2.6875rem;top:16.40625rem;left:10.5625rem; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { display:flex;width:3.25rem;height:3.25rem;top:16.21875rem;left:13.9375rem; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { width:10.125rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block; }
 }