.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:249,218,243;--color-primary-1:236,145,218;--color-primary-2:223,71,194;--color-primary-3:144,28,122;--color-primary-4:45,14,39;--color-secondary-0:251,210,211;--color-secondary-1:244,119,124;--color-secondary-2:237,28,37;--color-secondary-3:206,28,67;--color-secondary-4:47,6,7;--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:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 { position:relative;display:none; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 { border-width: 0; border-radius: 0; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .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; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .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:85.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rz3we37ICnqXoV5OS6pta0luqXm71nDR { 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:29.6875rem;width:44.6875rem;top:40.051268577576rem;left:9.5589199066163rem;display:block; }
#LDLJRda9HMkTUxpHbsSRSJBEts2nTyXT { 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:21rem;width:31.5625rem;top:8.74755859375rem;left:7.5927734375rem;display:block; }
#ChBLkTOmI7hohgbFy63l4Qx4efJxyRPs { color:rgba(var(--color-tertiary-4),1);display:block;width:55.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.5615234375rem;left:3.5807285308838rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umyrb2PDeG8L8unZV9ROJ2DmDdVUGDl6 { 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:53.6875rem;width:35.75rem;top:85.249844551088rem;left:13.964029312134rem;display:block; }
#s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi { position:relative;display:none; }#s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi { border-width: 0; border-radius: 0; }#s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi > .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; }#s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rwvRDdqTOD4wyv1NsawzfW1TGqlIODD1 { 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:53.6875rem;width:35.75rem;top:85.249844551088rem;left:13.964029312134rem;display:none; }
#MT11lK6pnSGgcKXcPTSTTUopNbQDcoGP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:71.75rem;left:0rem;height:10.074875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uk8MhuWuJ781TAhA3ekTmBvJA39yEvRB { 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:13.875rem;width:21.4375rem;top:157.78125rem;left:1.46875rem;display:none; }
#N7w2kMoSWq0giv0qTbGtsZIcqZTpw5fp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:112.5625rem;left:3.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ipUJcidIl8h88doegwPR4ETabTc36c30 { 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:13.0625rem;width:21rem;top:117.375rem;left:2.75rem;display:none; }
#z0TF4Me1wcTVDxQOLeJm6ZqO7L3yIW5n { 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:13.9375rem;width:29.4375rem;top:157.78125rem;left:1.46875rem;display:none; }
#TM7f2qETxyJHJVZ6g3xTxSchycZk1L12 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:95.6875rem;left:14.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT { position:relative;display:none; }#cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT { border-width: 0; border-radius: 0; }#cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT > .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; }#cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yBvNIkakIHM2Zkg2KELDZJvTecZtPX31 { 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:13.875rem;width:6.5625rem;top:157.78125rem;left:1.46875rem;display:none; }
#hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG { position:relative;display:none; }#hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG { border-width: 0; border-radius: 0; }#hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG > .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; }#hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O4zRccX8LARQS8nTglP5ppWfmKbKNPuH { 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:29rem;width:25.875rem;display:none; }
#UJsb6svgQkF04AxukUvh4urMttdPcRxL { 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:25.75rem;width:50.375rem;display:none; }
#QQzKH5pt5tf7xPHhgKv72e9xP4CgWRg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c1E1qm2TT5NZmJAKDyaR08w62AfUB8GJ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rdfXOPWQLAX70QCB1EhgfwWppJsuyLpT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WqeJ0PgFc0mQy5RZ36NT7i73Z8e26Ihq { 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:15.3125rem;width:49.3125rem;display:none; }
#BCVsMVxJOnriNp9cCeKH67VS4R6FZqEg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WkumKB6cuVa6G2V18OzKai0iCWrn3xIX { 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:15.25rem;width:11.4375rem;display:none; }
#XJ1WQEH3OH2T2kNWsJrkeQw67DpUUZld { 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:6.125rem;width:40.125rem;display:none; }
#tWOOv7aV8h1eBcoSHNXnMExMI4dw6zJu { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rModD8upW7OV88oJ2X9KGrqsLUxiim4X { 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:11.125rem;width:50.125rem;display:none; }
#umPaLUEUuCNTzLRi4WcVuXvlFPGqucMb { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k681z6aCmvmLEEZ2EqeKggiztlDNM1vb { 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:12.6875rem;width:9.5625rem;display:none; }
#ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U { position:relative;display:none; }#ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U { border-width: 0; border-radius: 0; }#ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U > .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; }#ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QJxViWMPRvV9spscfQbyJlBeZ0F3C4MV { 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:101.1875rem;width:49rem;display:none; }
#SgeyhRGTLP8BATZneB9L5r4p4tP15FC8 { 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:114rem;width:44.5rem;display:none; }
#taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN { position:relative;display:none; }#taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN { border-width: 0; border-radius: 0; }#taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN > .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; }#taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MBwZMPTI5B6KCLtuuHuC339lrhbmaQt2 { 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:51.5625rem;width:49rem;display:none; }
#O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM { position:relative;display:none; }#O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM { border-width: 0; border-radius: 0; }#O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM > .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; }#O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM > .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:56.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#e8B0TNM2DeC6oUnb4PLZzbJ7kOiV88sy { 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:51.5625rem;width:25.75rem;display:none; }
#VpehrOykL3sBiTzUlM3taCt3MbfLXTQe { position:relative;display:none; }#VpehrOykL3sBiTzUlM3taCt3MbfLXTQe { border-width: 0; border-radius: 0; }#VpehrOykL3sBiTzUlM3taCt3MbfLXTQe > .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; }#VpehrOykL3sBiTzUlM3taCt3MbfLXTQe > .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:56.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FTMxHTv1NLDWI5cRqcMHMHW1Mszpg3cy { 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:51.5625rem;width:24.8125rem;display:none; }
#FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh { position:relative;display:none; }#FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh { border-width: 0; border-radius: 0; }#FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh > .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; }#FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aKqR5nnEBILeklFdUvAimCMqkLRXwJ90 { 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:23.4375rem;width:48.3125rem;display:none; }
#wDTiPhxb3btr84taKT8prWhJTZKI2d0C { 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:23.4375rem;width:12.4375rem;display:none; }
#rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a { position:relative;display:none; }#rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a { border-width: 0; border-radius: 0; }#rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a > .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; }#rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bd6Df1cfsKV24fnoVrfMA2f2WeG9WNyl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:104.875rem;width:54.6875rem;top:1.3125rem;left:3.5625rem;display:block; }
#ek1dvghQExf9605DRy03QE0Cq2Up6eab { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:98.0625rem;left:18.185546875rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8ObHHiRqJbh311Vxz9AHMP5nROwICaM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:38.375rem;top:90.5078125rem;left:13.3095703125rem;overflow:hidden;display:block; }
#EQDMqvu6WNH8nKBTas3Q93GHWDn56W8Z { position:absolute;display:block;z-index:15004;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:16.25rem;width:16.5rem;top:61.4892578125rem;left:24.248046875rem;overflow:hidden;display:block; }
#r0KUucvthtdngNq0oZ1SC6op9lmIE5ce { background-color:transparent;background-image: -webkit-linear-gradient(133deg, #47df71, #2dce70);background-image: -moz-linear-gradient(133deg, #47df71, #2dce70);background-image: -ms-linear-gradient(133deg, #47df71, #2dce70);background-image: -o-linear-gradient(133deg, #47df71, #2dce70);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47df71', endColorstr='#2dce70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47df71', endColorstr='#2dce70' );";background-image: linear-gradient(133deg, #47df71, #2dce70);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:3.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.4375rem;height:9.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:50.875rem;left:11.875rem;display:block; }
#R0wdpy2L9ck54s5V4gS2HRf657eJK07t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHuallUntx5XTS9aNT39OnF4k4tEL6DN { 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:11.125rem;width:15.75rem;display:none; }
#T3dErprdcTM1Qh7iBsbgqUdaCHwDyXtp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.621125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.6875rem;left:18.1865234375rem;height:7.231125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KBWLcEGyT49SAmspu0sT9D7PT24GEtBP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:4.375rem;height:2.27509375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TbV2p08Thqqcq3L0diRtlQZyzC0wWDDn { color:rgba(var(--color-tertiary-4),1);display:block;width:59.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:111.86766529083rem;left:0.18961524963379rem;height:16.5722625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E69yxGIdyhslDqCGyEC5URSIiZysiCNI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:98.0625rem;left:18.185546875rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OkUN3HDWT8S0xyCndTuhtgai77MlacSD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.859375rem;left:15.375rem;height:5.525175rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg { position:relative;display:none; }#PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg { border-width: 0; border-radius: 0; }#PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg > .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; }#PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DTq5rw0RXy1AZhU6inF6iTdIRHo7A3Gp { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZlS6riUFOJT64ZZedJ1ful7VM5ZthT0P { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oQTNPZRrI8cJNdoX9TL9nTyOTCSSfW7N { 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:20.75rem;width:49rem;display:none; }
#wS5sHxMiDHoLTOWl9mdD1Nnin0IUkCTl { 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:16.875rem;width:17.5rem;display:none; }
#LfqGqw6eSmoVaQzPglBuOVc4w5QHuHT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZNCy3UKLNcVJRcpATSKOOHfPoKDUALg3 { 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:16.875rem;width:17.5rem;display:none; }
#yOORxtn2mUazmn4SRcmAMKVvLy868tBF { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QmlD5k7fpqtmm1aLo3gXo3lnbXDfMv9n { color:rgba(var(--color-tertiary-4),1);display:block;width:55.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.68603515625rem;left:2.6863613128662rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R6PDu3ue9hdVJsq14nZZhNbNFwgmWwIT { 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:36.8125rem;width:18.4375rem;display:none; }
#MoM3aqpnnwkFAUHJXhcDSmICukkBc0pW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:111.86766529083rem;left:0.18961524963379rem;height:16.5722625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zATEAQf0LslgPul0W4Wrpf6MDSGxJ9Lg { color:rgba(var(--color-tertiary-4),1);display:block;width:59.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:111.86766529083rem;left:0.18961524963379rem;height:16.5722625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU { position:relative;display:none; }#T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU { border-width: 0; border-radius: 0; }#T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU > .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; }#T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hBTWp9KU1GwTUBEI4kCqanRQfhQWsFZD { 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:22.25rem;width:13.5rem;display:none; }
#r6z6KA41vXssCkK01g9v1SFqAACZqThA { 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:20.25rem;width:13.5rem;display:none; }
#gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I { position:relative;display:none; }#gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I { border-width: 0; border-radius: 0; }#gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I > .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; }#gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ck4wWrhZnXhonSEBhACS8uLkuNTv6z25 { 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:20.25rem;width:13.5rem;display:none; }
#UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg { position:relative;display:none; }#UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg { border-width: 0; border-radius: 0; }#UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg > .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; }#UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DAOQe6TgCJFtx34Rh9KmimVHEbUTXKNc { 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:20.25rem;width:13.5rem;display:none; }
#TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG { position:relative;display:none; }#TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG { border-width: 0; border-radius: 0; }#TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG > .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; }#TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MTONol69FTu75hBckTOKCk3LJPTGcpES { 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:22.25rem;width:14.8125rem;display:none; }
#bUo02xieaSJfzf3kKZK4eCs0dW26zXbF { position:relative;display:none; }#bUo02xieaSJfzf3kKZK4eCs0dW26zXbF { border-width: 0; border-radius: 0; }#bUo02xieaSJfzf3kKZK4eCs0dW26zXbF > .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; }#bUo02xieaSJfzf3kKZK4eCs0dW26zXbF > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OATsKmOVObzeIJAGqF8VzklhTNmxe8NJ { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:89.3056640625rem;left:0rem;height:15.112875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SBKQL6a2N2uKM6LHJ2BaZcML7Ou9RbJ4 { 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:4.375rem;width:22.6875rem;display:none; }
#XT6sivgQbSQLUTKMUczu5xppbLgZLSr2 { 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:11.0625rem;width:27.3125rem;top:157.78125rem;left:1.46875rem;display:none; }
#ae00FgOSD43usDMgTH3bma7TLLuIDXOO { 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:16.75rem;width:30.625rem;top:157.78125rem;left:1.46875rem;display:none; }
#XfmVehMwdO9y3l21STFnpTvQ16yAtQUw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:95.6875rem;left:14.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WturDFxqGyhNXk8ghGDQQGuT15ZDybCH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:112.5625rem;left:3.40625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ORquCxenq7KPCHQ14ZMmRF85JaXoubKM { 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:13.125rem;width:29rem;top:117.375rem;left:2.75rem;display:none; }
#TxPNywcU4xAT4WRDiAEIvlmXA1heeGTV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:95.6875rem;left:14.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SKNWsakdHMwX0DAiqASWbSID0g2yBnKo { position:relative;display:none; }#SKNWsakdHMwX0DAiqASWbSID0g2yBnKo { border-width: 0; border-radius: 0; }#SKNWsakdHMwX0DAiqASWbSID0g2yBnKo > .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; }#SKNWsakdHMwX0DAiqASWbSID0g2yBnKo > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l9QKTbXvdCAbJ2Bte9lzWNRPiOnqDl9X { 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:28.25rem;width:60rem;display:none; }
#uPNT6TGihckZcv64RI6nt1s6defImQ5G { 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:11.0625rem;width:5.6875rem;top:157.78125rem;left:1.46875rem;display:none; }
#fxVTIpH2hZ05cya8nfWWxrDwzOXUktcu { color:rgba(var(--color-tertiary-4),1);display:block;width:59.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:111.86766529083rem;left:0.18961524963379rem;height:16.5722625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CcpOaWI8i0PO8BzmQTyR0RkRHMiiTD5T { color:rgba(var(--color-tertiary-4),1);display:block;width:59.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:111.86766529083rem;left:0.18961524963379rem;height:16.5722625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sUCyKNyLwuFG0NUwBuFPcJrtu9RTnmg8 { 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:50.375rem;width:45.5rem;display:none; }
#rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 { position:relative;display:none; }#rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 { border-width: 0; border-radius: 0; }#rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 > .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; }#rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#w6TMzTpykUL1VIHFq2iKocUygt8QFXFy { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:104.875rem;width:54.6875rem;top:1.3125rem;left:3.5625rem;display:block; }
#Tx3SGRwul1XLRAlihKKOn4K5SzPckhdf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:98.0625rem;left:18.185546875rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhVdRMUFcXKcEkczaDBzlTNqJnyivZQ6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:38.375rem;top:90.5078125rem;left:13.3095703125rem;overflow:hidden;display:block; }
#kELSxP7K5Wm6Q2isNvRZfAM6h2e7U0TX { position:absolute;display:block;z-index:15004;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:16.25rem;width:16.5rem;top:61.4892578125rem;left:24.248046875rem;overflow:hidden;display:block; }
#Zw41o0tgit94eTRCcn7nI9p8mIDobonP { background-color:transparent;background-image: -webkit-linear-gradient(133deg, #47df71, #2dce70);background-image: -moz-linear-gradient(133deg, #47df71, #2dce70);background-image: -ms-linear-gradient(133deg, #47df71, #2dce70);background-image: -o-linear-gradient(133deg, #47df71, #2dce70);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47df71', endColorstr='#2dce70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47df71', endColorstr='#2dce70' );";background-image: linear-gradient(133deg, #47df71, #2dce70);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:3.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.4375rem;height:9.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:50.875rem;left:11.875rem;display:block; }
#UqT7zW1HM8Q7zAC9Urbr6diPQbX8MV3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMZZli1GdgqDTi9saaUcN0HSRmEWpi9o { 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:11.125rem;width:15.75rem;display:none; }
#t2LaP4Ra26aADqTeLWsmTzWgzSVimTII { color:rgba(var(--color-tertiary-4),1);display:block;width:28.621125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.6875rem;left:18.1865234375rem;height:7.231125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pIMxk8r2hDP7Pfi3lJTKgoIoBriBdyTI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:4.375rem;height:2.27509375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e1KL3dQ4rCQZqWI4pKyqlsbuEOAlbI7v { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.859375rem;left:15.375rem;height:5.525175rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#K5thzduhsvyarTHaLopop69eNRifBlDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:98.0625rem;left:18.185546875rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl { position:relative;display:block; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl { background-color: transparent; background-image: none; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .row .container > .video-iframe-container { display: none; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .row > .video-iframe-container { display: none; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .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); }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl { border-width: 0; border-radius: 0; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .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; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCXl98rirOJIUs7JT4rHvI9F3ZggMSqw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.84326171875rem;left:0rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .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; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-trigger.adaptive-delivery-prevent-bg, #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-trigger.lazyload, #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-trigger.lazyloading { background-image: none; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm { box-sizing:content-box;height:auto;width:55.4323125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:rgba(var(--color-primary-1),0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.9516596794131rem;left:1.0310878753662rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #TV91ctqwWfte3NvHpaowFCmxqNrSbfGy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Cixw0dThLao5JT5ikSrim3lumMuMJLqF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DnuifrHp3ee5UCCtKVeJvhRtHyinkTwB { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #CReTZ5yVU37bGoueT4iz8yCWT0JOc5nZ {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #I2aB0U9kGitl2AHA6Tf22cPPB5rlHMTP {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #frKRnUWyDlC90aa2v4d7LSSO7XgHxTnb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #omUlXspyTOZGf2tGo1nardZzKllN0d9A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DNPEJbJQnLMO3GJAeD794MBz1JHhw4NC { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #RDuRJLP8hC3gghpiqSpDiQZchdRLROGI {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #A7sHBbK1IIb2TKBivsV6KRuUKC1m1coO { display:none; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DwNGhfWc42dkVZxElDga1p2alD3CiVun { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #M7C7pekcJRbQyxlwO9TBfQwqhIoa06mE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #nUzmOhfpVOHUNXv5Ic5oMyODN28bvn6k { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #ZuTSlK5XB6BDw5uUqyp7RTKkKqSNSWkS {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #RtdnZQmDx0BkHhFoD0I7dl4TGMBV7Swr { display:none; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #HFuXTd8P8MH9v0vumq3gCLS1AvXZhfWv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #fFB63fmf0BMSZvnXSvS5qJVqQwZ2qixM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #vTzVthFQzEyxS6d0uFELwinOTNiHcZdA { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #y9qFQTELHSSWbMbTtzvmxmxiBlrELxBd {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #ed4iad1xEpIRDV12Ofdk3w5TJuvDl3l6 { display:none; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #VAA6iT5SD0pq4u3SpF4ocz4r9x08kwXG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #o9klofuR0li7SNfRea83wIgnbNLTbqVX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #T5QSeAlvzsQwFd33u4cSD3ZXDeXhWNIK { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #qlFxzWQzf8IJpJJang8PR6778bcviAHn {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #uRh6ECuuqgvNNW46UNuAmWRFgUOs6A8v { display:none; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #bnGbiJFdI5BsEcsmxhw5FoJFkUJebodo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #UpitbvVksRAtA5aN8BWdy8xUlZPoZFTm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #qh8lcNct4LAbOz797roprPnvsEWiMdhd { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #clAnrdr8TmDRnuuHTqWxJJZFr0k6bh3m {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #XqX0Z6ptGiWqkNMsh5LTdo5Nxd96doG5 { display:none; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #PeRCS1zgdZh8h4APFpfluOG2PLRWKoXs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #sBOX08oT6KbMwdVgv4OwaLeK4LCy0fSA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Z4hmTA5eRDBeSbKGLNvJPTHL7GGdkeES { display:block;position:relative; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Ag4CTrtv2wLTdZssLqAyE8lpzxMG8Nll {  }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #NReezMGLqA3q4bThTDSc2l4Gr6EB20mT { display:none; }
#zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS { position:relative;display:none; }#zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS { border-width: 0; border-radius: 0; }#zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS > .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; }#zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l527NUCJVQSveZ2m4E1PKyQSVZusZCEF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:104.875rem;width:54.6875rem;top:1.3125rem;left:3.5625rem;display:block; }
#VSkq82AGW2z1ny7kweI02yNco6zko7F9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:98.0625rem;left:18.185546875rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pbl5DqvI8GV5I0yPhalicC3n3nS6Ek0n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:38.375rem;top:90.5078125rem;left:13.3095703125rem;overflow:hidden;display:block; }
#W1ptBCtFEpQJbWRe2yZ4ThSQbXT6Hoe9 { position:absolute;display:block;z-index:15004;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:16.25rem;width:16.5rem;top:61.4892578125rem;left:24.248046875rem;overflow:hidden;display:block; }
#cyJIXOEemOSflVK7v8F84SF2Etyo6I7J { background-color:transparent;background-image: -webkit-linear-gradient(133deg, #47df71, #2dce70);background-image: -moz-linear-gradient(133deg, #47df71, #2dce70);background-image: -ms-linear-gradient(133deg, #47df71, #2dce70);background-image: -o-linear-gradient(133deg, #47df71, #2dce70);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47df71', endColorstr='#2dce70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47df71', endColorstr='#2dce70' );";background-image: linear-gradient(133deg, #47df71, #2dce70);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:3.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.4375rem;height:9.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:50.875rem;left:11.875rem;display:block; }
#Vl1lKvIKltIrbEDyaRTwDqPLH7F2Qs84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMe9628QZsVICH6Ku0uxTtCOcCCtXFsJ { 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:11.125rem;width:15.75rem;display:none; }
#lmbXBEPMlaDT6tSSZZpZoOnJpCPnNefD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.621125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.6875rem;left:18.1865234375rem;height:7.231125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#auTzCGEvrL2ER1zpgPAoI1pxnS6lZSuO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:4.375rem;height:2.27509375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wvaxGCAGZf8pIz4WogVWgf49CNFmvZPk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.9375rem;left:39.25rem;height:4.87413125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KbtxoKKghao9BQDDmUWHJ8neN0Az2KeJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:117.37466430664rem;left:23.277994155884rem;display:none; }
#Atf1p7t1PqLxwUZqutXtoncMUTWKOXew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJXhsZcllraOqxpSJ6ucIU01vATHVZWu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:109.76725006104rem;left:23.277994155884rem;display:none; }
#TgOfVKA3WalKukmxOQww4RDzT0OZDs1c { 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;display:block; }
 }@media only screen and (max-width: 763px) { #n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 { display:none; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rz3we37ICnqXoV5OS6pta0luqXm71nDR { width:44.6875rem;height:29.6875rem;top:40rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDLJRda9HMkTUxpHbsSRSJBEts2nTyXT { width:31.5625rem;height:21rem;top:8.6875rem;left:1.4677734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChBLkTOmI7hohgbFy63l4Qx4efJxyRPs { top:30.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #umyrb2PDeG8L8unZV9ROJ2DmDdVUGDl6 { width:35.75rem;height:53.6875rem;top:85.1875rem;left:7.8390293121337rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi { display:none; }#s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rwvRDdqTOD4wyv1NsawzfW1TGqlIODD1 { width:35.75rem;height:53.6875rem;top:85.1875rem;left:7.8390293121337rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT11lK6pnSGgcKXcPTSTTUopNbQDcoGP { top:13.6875rem;left:0rem;width:19.9375rem;height:7.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uk8MhuWuJ781TAhA3ekTmBvJA39yEvRB { width:21.4375rem;height:13.875rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7w2kMoSWq0giv0qTbGtsZIcqZTpw5fp { top:30rem;left:0rem;width:19.625rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipUJcidIl8h88doegwPR4ETabTc36c30 { width:21rem;height:13.0625rem;top:117.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0TF4Me1wcTVDxQOLeJm6ZqO7L3yIW5n { width:29.4375rem;height:13.9375rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TM7f2qETxyJHJVZ6g3xTxSchycZk1L12 { top:69.625rem;left:0rem;width:6.125rem;height:8.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT { display:none; }#cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yBvNIkakIHM2Zkg2KELDZJvTecZtPX31 { width:6.5625rem;height:13.875rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG { display:none; }#hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O4zRccX8LARQS8nTglP5ppWfmKbKNPuH { width:25.875rem;height:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJsb6svgQkF04AxukUvh4urMttdPcRxL { width:45.1875rem;height:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQzKH5pt5tf7xPHhgKv72e9xP4CgWRg9 { top:8.5rem;left:0rem;width:10.0625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1E1qm2TT5NZmJAKDyaR08w62AfUB8GJ { top:0.5rem;left:0rem;width:20rem;height:6.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdfXOPWQLAX70QCB1EhgfwWppJsuyLpT { top:0.6875rem;left:0rem;width:19.9375rem;height:6.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqeJ0PgFc0mQy5RZ36NT7i73Z8e26Ihq { width:44.4375rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCVsMVxJOnriNp9cCeKH67VS4R6FZqEg { top:15.4375rem;left:0rem;width:10.0625rem;height:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkumKB6cuVa6G2V18OzKai0iCWrn3xIX { width:10.25rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJ1WQEH3OH2T2kNWsJrkeQw67DpUUZld { width:40.125rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWOOv7aV8h1eBcoSHNXnMExMI4dw6zJu { top:28.75rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rModD8upW7OV88oJ2X9KGrqsLUxiim4X { width:45rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #umPaLUEUuCNTzLRi4WcVuXvlFPGqucMb { top:39.375rem;left:3.2263997793197rem;width:10.1875rem;height:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k681z6aCmvmLEEZ2EqeKggiztlDNM1vb { width:8.625rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U { display:none; }#ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QJxViWMPRvV9spscfQbyJlBeZ0F3C4MV { width:46.1875rem;height:95.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgeyhRGTLP8BATZneB9L5r4p4tP15FC8 { width:39.375rem;height:101rem;display:none; }
 }@media only screen and (max-width: 763px) { #taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN { display:none; }#taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBwZMPTI5B6KCLtuuHuC339lrhbmaQt2 { width:46.1875rem;height:48.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM { display:none; }#O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e8B0TNM2DeC6oUnb4PLZzbJ7kOiV88sy { width:24.3125rem;height:48.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpehrOykL3sBiTzUlM3taCt3MbfLXTQe { display:none; }#VpehrOykL3sBiTzUlM3taCt3MbfLXTQe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FTMxHTv1NLDWI5cRqcMHMHW1Mszpg3cy { width:23.4375rem;height:48.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh { display:none; }#FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aKqR5nnEBILeklFdUvAimCMqkLRXwJ90 { width:47.6875rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDTiPhxb3btr84taKT8prWhJTZKI2d0C { width:12.3125rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a { display:none; }#rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bd6Df1cfsKV24fnoVrfMA2f2WeG9WNyl { top:1.3125rem;left:0rem;width:47.5rem;height:104.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek1dvghQExf9605DRy03QE0Cq2Up6eab { top:31.5625rem;left:0rem;width:19.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8ObHHiRqJbh311Vxz9AHMP5nROwICaM { top:90.5rem;left:7.1845703125rem;width:38.375rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQDMqvu6WNH8nKBTas3Q93GHWDn56W8Z { width:16.5rem;height:16.25rem;top:61.4375rem;left:18.123046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0KUucvthtdngNq0oZ1SC6op9lmIE5ce { width:40.4375rem;height:9.3125rem;top:50.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0wdpy2L9ck54s5V4gS2HRf657eJK07t { display:block; }
 }@media only screen and (max-width: 763px) { #IHuallUntx5XTS9aNT39OnF4k4tEL6DN { width:15.75rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3dErprdcTM1Qh7iBsbgqUdaCHwDyXtp { top:8.1875rem;left:0rem;width:19.125rem;height:5.1875rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBWLcEGyT49SAmspu0sT9D7PT24GEtBP { top:13.9375rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbV2p08Thqqcq3L0diRtlQZyzC0wWDDn { top:7.1875rem;left:0rem;width:19.25rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E69yxGIdyhslDqCGyEC5URSIiZysiCNI { top:16.25rem;left:0rem;width:19.5rem;height:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkUN3HDWT8S0xyCndTuhtgai77MlacSD { top:10.875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg { display:none; }#PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTq5rw0RXy1AZhU6inF6iTdIRHo7A3Gp { top:0.6875rem;left:0rem;width:19.9375rem;height:6.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlS6riUFOJT64ZZedJ1ful7VM5ZthT0P { top:8.5625rem;left:0rem;width:8.75rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQTNPZRrI8cJNdoX9TL9nTyOTCSSfW7N { width:46.1875rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wS5sHxMiDHoLTOWl9mdD1Nnin0IUkCTl { width:17.5rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfqGqw6eSmoVaQzPglBuOVc4w5QHuHT4 { top:27.625rem;left:3.9375rem;width:9.9375rem;height:7.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNCy3UKLNcVJRcpATSKOOHfPoKDUALg3 { width:17.5rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOORxtn2mUazmn4SRcmAMKVvLy868tBF { top:33.875rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmlD5k7fpqtmm1aLo3gXo3lnbXDfMv9n { top:35.3125rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6PDu3ue9hdVJsq14nZZhNbNFwgmWwIT { width:18.4375rem;height:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoM3aqpnnwkFAUHJXhcDSmICukkBc0pW { top:227.375rem;left:3.8721071481705rem;width:9.0625rem;height:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zATEAQf0LslgPul0W4Wrpf6MDSGxJ9Lg { top:230.5rem;left:4.8754345178604rem;width:8.9375rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU { display:none; }#T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hBTWp9KU1GwTUBEI4kCqanRQfhQWsFZD { width:12.6875rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6z6KA41vXssCkK01g9v1SFqAACZqThA { width:12.625rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I { display:none; }#gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ck4wWrhZnXhonSEBhACS8uLkuNTv6z25 { width:12.625rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg { display:none; }#UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DAOQe6TgCJFtx34Rh9KmimVHEbUTXKNc { width:12.625rem;height:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG { display:none; }#TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTONol69FTu75hBckTOKCk3LJPTGcpES { width:14rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUo02xieaSJfzf3kKZK4eCs0dW26zXbF { display:none; }#bUo02xieaSJfzf3kKZK4eCs0dW26zXbF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OATsKmOVObzeIJAGqF8VzklhTNmxe8NJ { top:0.6875rem;left:0rem;width:19.9375rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBKQL6a2N2uKM6LHJ2BaZcML7Ou9RbJ4 { width:22.6875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT6sivgQbSQLUTKMUczu5xppbLgZLSr2 { width:27.3125rem;height:11.0625rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae00FgOSD43usDMgTH3bma7TLLuIDXOO { width:30.625rem;height:16.75rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfmVehMwdO9y3l21STFnpTvQ16yAtQUw { top:27.5625rem;left:0rem;width:5.625rem;height:5.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WturDFxqGyhNXk8ghGDQQGuT15ZDybCH { top:12.6875rem;left:0rem;width:19.625rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORquCxenq7KPCHQ14ZMmRF85JaXoubKM { width:29.0625rem;height:13.125rem;top:117.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxPNywcU4xAT4WRDiAEIvlmXA1heeGTV { top:18.0625rem;left:7.6691271066669rem;width:5.625rem;height:3.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKNWsakdHMwX0DAiqASWbSID0g2yBnKo { display:none; }#SKNWsakdHMwX0DAiqASWbSID0g2yBnKo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l9QKTbXvdCAbJ2Bte9lzWNRPiOnqDl9X { width:47.75rem;height:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPNT6TGihckZcv64RI6nt1s6defImQ5G { width:5.6875rem;height:11.0625rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxVTIpH2hZ05cya8nfWWxrDwzOXUktcu { top:38.9375rem;left:5.6246742010117rem;width:8.1875rem;height:5.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcpOaWI8i0PO8BzmQTyR0RkRHMiiTD5T { top:30.5rem;left:0rem;width:20rem;height:1.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUCyKNyLwuFG0NUwBuFPcJrtu9RTnmg8 { width:36.1875rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 { display:none; }#rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6TMzTpykUL1VIHFq2iKocUygt8QFXFy { top:1.3125rem;left:0rem;width:47.5rem;height:104.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tx3SGRwul1XLRAlihKKOn4K5SzPckhdf { top:27.1875rem;left:0rem;width:19.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhVdRMUFcXKcEkczaDBzlTNqJnyivZQ6 { top:90.5rem;left:7.1845703125rem;width:38.375rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kELSxP7K5Wm6Q2isNvRZfAM6h2e7U0TX { width:16.5rem;height:16.25rem;top:61.4375rem;left:18.123046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw41o0tgit94eTRCcn7nI9p8mIDobonP { width:40.4375rem;height:9.3125rem;top:50.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqT7zW1HM8Q7zAC9Urbr6diPQbX8MV3v { display:block; }
 }@media only screen and (max-width: 763px) { #HMZZli1GdgqDTi9saaUcN0HSRmEWpi9o { width:15.75rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2LaP4Ra26aADqTeLWsmTzWgzSVimTII { top:3.75rem;left:0rem;width:19.125rem;height:5.1875rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIMxk8r2hDP7Pfi3lJTKgoIoBriBdyTI { top:9.5rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1KL3dQ4rCQZqWI4pKyqlsbuEOAlbI7v { top:10.875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5thzduhsvyarTHaLopop69eNRifBlDJ { top:16.25rem;left:0rem;width:19.5rem;height:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl { display:block; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCXl98rirOJIUs7JT4rHvI9F3ZggMSqw { top:1.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm { display:flex;height:auto;width:45.25rem;top:8rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #TV91ctqwWfte3NvHpaowFCmxqNrSbfGy {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Cixw0dThLao5JT5ikSrim3lumMuMJLqF {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DnuifrHp3ee5UCCtKVeJvhRtHyinkTwB {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #CReTZ5yVU37bGoueT4iz8yCWT0JOc5nZ {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #I2aB0U9kGitl2AHA6Tf22cPPB5rlHMTP {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #frKRnUWyDlC90aa2v4d7LSSO7XgHxTnb {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #omUlXspyTOZGf2tGo1nardZzKllN0d9A {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DNPEJbJQnLMO3GJAeD794MBz1JHhw4NC {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #RDuRJLP8hC3gghpiqSpDiQZchdRLROGI {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #A7sHBbK1IIb2TKBivsV6KRuUKC1m1coO {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DwNGhfWc42dkVZxElDga1p2alD3CiVun {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #M7C7pekcJRbQyxlwO9TBfQwqhIoa06mE {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #nUzmOhfpVOHUNXv5Ic5oMyODN28bvn6k {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #ZuTSlK5XB6BDw5uUqyp7RTKkKqSNSWkS {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #RtdnZQmDx0BkHhFoD0I7dl4TGMBV7Swr {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #HFuXTd8P8MH9v0vumq3gCLS1AvXZhfWv {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #fFB63fmf0BMSZvnXSvS5qJVqQwZ2qixM {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #vTzVthFQzEyxS6d0uFELwinOTNiHcZdA {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #y9qFQTELHSSWbMbTtzvmxmxiBlrELxBd {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #ed4iad1xEpIRDV12Ofdk3w5TJuvDl3l6 {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #VAA6iT5SD0pq4u3SpF4ocz4r9x08kwXG {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #o9klofuR0li7SNfRea83wIgnbNLTbqVX {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #T5QSeAlvzsQwFd33u4cSD3ZXDeXhWNIK {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #qlFxzWQzf8IJpJJang8PR6778bcviAHn {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #uRh6ECuuqgvNNW46UNuAmWRFgUOs6A8v {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #bnGbiJFdI5BsEcsmxhw5FoJFkUJebodo {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #UpitbvVksRAtA5aN8BWdy8xUlZPoZFTm {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #qh8lcNct4LAbOz797roprPnvsEWiMdhd {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #clAnrdr8TmDRnuuHTqWxJJZFr0k6bh3m {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #XqX0Z6ptGiWqkNMsh5LTdo5Nxd96doG5 {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #PeRCS1zgdZh8h4APFpfluOG2PLRWKoXs {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #sBOX08oT6KbMwdVgv4OwaLeK4LCy0fSA {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Z4hmTA5eRDBeSbKGLNvJPTHL7GGdkeES {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Ag4CTrtv2wLTdZssLqAyE8lpzxMG8Nll {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #NReezMGLqA3q4bThTDSc2l4Gr6EB20mT {  }
 }@media only screen and (max-width: 763px) { #zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS { display:none; }#zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l527NUCJVQSveZ2m4E1PKyQSVZusZCEF { top:1.3125rem;left:0rem;width:47.5rem;height:104.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSkq82AGW2z1ny7kweI02yNco6zko7F9 { top:35.375rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pbl5DqvI8GV5I0yPhalicC3n3nS6Ek0n { top:90.5rem;left:7.1845703125rem;width:38.375rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1ptBCtFEpQJbWRe2yZ4ThSQbXT6Hoe9 { width:16.5rem;height:16.25rem;top:61.4375rem;left:18.123046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyJIXOEemOSflVK7v8F84SF2Etyo6I7J { width:40.4375rem;height:9.3125rem;top:50.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vl1lKvIKltIrbEDyaRTwDqPLH7F2Qs84 { display:block; }
 }@media only screen and (max-width: 763px) { #CMe9628QZsVICH6Ku0uxTtCOcCCtXFsJ { width:15.75rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmbXBEPMlaDT6tSSZZpZoOnJpCPnNefD { top:3.9375rem;left:0rem;width:19.125rem;height:5.1875rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #auTzCGEvrL2ER1zpgPAoI1pxnS6lZSuO { top:9.1875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvaxGCAGZf8pIz4WogVWgf49CNFmvZPk { top:6.375rem;left:0rem;width:19.3125rem;height:1.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbtxoKKghao9BQDDmUWHJ8neN0Az2KeJ { width:17.4375rem;height:3.375rem;top:117.3125rem;left:17.152994155884rem;display:none; }
 }@media only screen and (max-width: 763px) { #Atf1p7t1PqLxwUZqutXtoncMUTWKOXew { display:block; }
 }@media only screen and (max-width: 763px) { #CJXhsZcllraOqxpSJ6ucIU01vATHVZWu { width:17.4375rem;height:3.375rem;top:109.75rem;left:17.152994155884rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgOfVKA3WalKukmxOQww4RDzT0OZDs1c { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 { display:block; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 { background-color: transparent; background-image: none; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .row .container > .video-iframe-container { display: none; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .row > .video-iframe-container { display: none; }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .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); }#n0fpPXsXpl64cZzbpy9D2sLCTSOJDnC5 > .row .container { width:20rem;height:65rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz3we37ICnqXoV5OS6pta0luqXm71nDR { top:20.25rem;left:0rem;width:20rem;height:13.2486875rem;z-index:15080;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLJRda9HMkTUxpHbsSRSJBEts2nTyXT { top:0rem;left:0rem;width:20rem;height:13.2495rem;z-index:15081;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChBLkTOmI7hohgbFy63l4Qx4efJxyRPs { width:19.9365rem;height:6.33300625rem;top:12.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15082;font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #umyrb2PDeG8L8unZV9ROJ2DmDdVUGDl6 { top:34.147134304047rem;left:0rem;width:20rem;height:30rem;z-index:15004;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi { display:block; }#s3SWaFSmduXnNFHaZxxF15TV5ifzOzQi > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwvRDdqTOD4wyv1NsawzfW1TGqlIODD1 { top:0.77229309082031rem;left:0rem;width:20rem;height:30rem;z-index:15005;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MT11lK6pnSGgcKXcPTSTTUopNbQDcoGP { width:19.998375rem;height:2.923175rem;top:31.560871124267rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15007;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #uk8MhuWuJ781TAhA3ekTmBvJA39yEvRB { top:35.499673843384rem;left:0rem;width:17.3746875rem;height:11.1873125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N7w2kMoSWq0giv0qTbGtsZIcqZTpw5fp { width:19.68425rem;height:3.41145625rem;top:47.998851776123rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15012;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ipUJcidIl8h88doegwPR4ETabTc36c30 { top:52.437335968017rem;left:0rem;width:12.937rem;height:7.937rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z0TF4Me1wcTVDxQOLeJm6ZqO7L3yIW5n { top:60.372718811035rem;left:7.6245111227038rem;width:12.3746875rem;height:5.7495125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TM7f2qETxyJHJVZ6g3xTxSchycZk1L12 { width:7.5rem;height:3.41064375rem;top:62.311197280884rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15018;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT { display:block; }#cJTyTmPPN3VI4uv6bZZVsnr1lRDqCNhT > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBvNIkakIHM2Zkg2KELDZJvTecZtPX31 { top:6.1988830566406E-6rem;left:0rem;width:20rem;height:42.6871875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG { display:block; }#hqqFPlDtvpcAK3Thw7WokUMh1Nix5JQG > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4zRccX8LARQS8nTglP5ppWfmKbKNPuH { top:8.4781913757325rem;left:11.47054040432rem;width:7.5rem;height:8.3748125rem;z-index:15022;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsb6svgQkF04AxukUvh4urMttdPcRxL { top:18.8125rem;left:0rem;width:19.812rem;height:10.1245rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QQzKH5pt5tf7xPHhgKv72e9xP4CgWRg9 { width:10.122875rem;height:7.95816875rem;top:8.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15021;font-family:lora;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #c1E1qm2TT5NZmJAKDyaR08w62AfUB8GJ { width:20rem;height:7.067875rem;top:0.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15020;font-family:lora;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rdfXOPWQLAX70QCB1EhgfwWppJsuyLpT { width:19.9991875rem;height:6.337875rem;top:29.624020576477rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15021;font-family:lora;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WqeJ0PgFc0mQy5RZ36NT7i73Z8e26Ihq { top:36.5rem;left:0rem;width:20rem;height:6.124675rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BCVsMVxJOnriNp9cCeKH67VS4R6FZqEg { width:10.122875rem;height:11.3688125rem;top:43.9375rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15024;font-family:lora;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WkumKB6cuVa6G2V18OzKai0iCWrn3xIX { top:43.9375rem;left:12.25rem;width:7.312rem;height:9.812rem;z-index:15002;overflow:hidden;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1WQEH3OH2T2kNWsJrkeQw67DpUUZld { top:54.6875rem;left:0.5rem;width:18.9998125rem;height:2.87435rem;z-index:15001;overflow:hidden;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWOOv7aV8h1eBcoSHNXnMExMI4dw6zJu { width:19.9991875rem;height:4.2252625rem;top:58.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15022;font-family:lora;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rModD8upW7OV88oJ2X9KGrqsLUxiim4X { top:63.1875rem;left:0rem;width:20rem;height:4.43685rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #umPaLUEUuCNTzLRi4WcVuXvlFPGqucMb { width:10.249rem;height:9.09505rem;top:69.375rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15026;font-family:lora;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #k681z6aCmvmLEEZ2EqeKggiztlDNM1vb { top:68.9375rem;left:1rem;width:7.5rem;height:10rem;z-index:15003;overflow:hidden;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U { display:block; }#ARJgEtX6mhtQEgPhNC3rZkqRlZ6fRc1U > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJxViWMPRvV9spscfQbyJlBeZ0F3C4MV { top:0.71207618713381rem;left:0.12532556056976rem;width:19.873875rem;height:41.2475625rem;z-index:15107;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SgeyhRGTLP8BATZneB9L5r4p4tP15FC8 { top:42.685546875rem;left:0.18880212306976rem;width:19.812rem;height:51.4998125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN { display:block; }#taPC3Bvzb99gckIw6yfBiKy7v9WNvNWN > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBwZMPTI5B6KCLtuuHuC339lrhbmaQt2 { top:0.68684768676756rem;left:0.24983727931976rem;width:19.749375rem;height:20.7495rem;z-index:15108;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM { display:block; }#O6a9uNlzTPh2TzuTdQs6w2NWw2tPUNwM > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8B0TNM2DeC6oUnb4PLZzbJ7kOiV88sy { top:0.46875rem;left:0rem;width:20rem;height:40.3125rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VpehrOykL3sBiTzUlM3taCt3MbfLXTQe { display:block; }#VpehrOykL3sBiTzUlM3taCt3MbfLXTQe > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTMxHTv1NLDWI5cRqcMHMHW1Mszpg3cy { top:0.46875rem;left:0rem;width:19.4375rem;height:40.3125rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh { display:block; }#FnhOzb2b2V7GIrHTZlHiDJmkX9b7r3wh > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKqR5nnEBILeklFdUvAimCMqkLRXwJ90 { top:0rem;left:0rem;width:19.875rem;height:9.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wDTiPhxb3btr84taKT8prWhJTZKI2d0C { top:10.3720703125rem;left:0rem;width:20rem;height:37.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a { display:block; }#rDt3w1tpIqmHxPkHHsxodyJUNWzsWN7a > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd6Df1cfsKV24fnoVrfMA2f2WeG9WNyl { width:19.6875rem;height:44.75rem;top:0.9375rem;left:0.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ek1dvghQExf9605DRy03QE0Cq2Up6eab { width:19.875rem;height:;top:31.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #f8ObHHiRqJbh311Vxz9AHMP5nROwICaM { width:18.75rem;height:2.9375rem;top:34.8125rem;left:0.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #EQDMqvu6WNH8nKBTas3Q93GHWDn56W8Z { width:6.875rem;height:6.75rem;top:37.75rem;left:11.25rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r0KUucvthtdngNq0oZ1SC6op9lmIE5ce { width:19.2496875rem;height:6.624375rem;top:23.623859405517rem;left:0.37434899806976rem;font-size:1.6875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #R0wdpy2L9ck54s5V4gS2HRf657eJK07t { display:block; }
 }@media only screen and (max-width: 763px) { #IHuallUntx5XTS9aNT39OnF4k4tEL6DN { top:37.75rem;left:1.375rem;width:9.12325rem;height:6.436625rem;z-index:15088;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T3dErprdcTM1Qh7iBsbgqUdaCHwDyXtp { width:19.186625rem;height:5.19938125rem;top:8.25rem;left:0.375rem;font-size:4rem;z-index:15062;color:#19be30;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #KBWLcEGyT49SAmspu0sT9D7PT24GEtBP { width:20rem;height:1.62435rem;top:14rem;left:0rem;font-size:1.25rem;z-index:15062;color:rgba(var(--color-secondary-2),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #TbV2p08Thqqcq3L0diRtlQZyzC0wWDDn { width:19.311625rem;height:3.6547875rem;top:1.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15072;color:rgba(var(--color-tertiary-4),1);font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #E69yxGIdyhslDqCGyEC5URSIiZysiCNI { width:19.5625rem;height:6.333rem;top:16.25rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15023;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #OkUN3HDWT8S0xyCndTuhtgai77MlacSD { width:20rem;height:2.274575rem;top:5.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15072;color:rgba(var(--color-tertiary-4),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg { display:block; }#PdHKsozh3Z0rKHFDfo2PNP8wf01wGRAg > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTq5rw0RXy1AZhU6inF6iTdIRHo7A3Gp { width:19.999125rem;height:6.582rem;top:0.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15023;font-family:lora;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZlS6riUFOJT64ZZedJ1ful7VM5ZthT0P { width:8.811625rem;height:7.95816875rem;top:8.5625rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15027;font-family:lora;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #oQTNPZRrI8cJNdoX9TL9nTyOTCSSfW7N { top:17.5rem;left:0rem;width:19.8125rem;height:8.375rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wS5sHxMiDHoLTOWl9mdD1Nnin0IUkCTl { top:8.4375rem;left:10.1875rem;width:8.5625rem;height:8.25rem;z-index:15110;overflow:hidden;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqGqw6eSmoVaQzPglBuOVc4w5QHuHT4 { width:9.9375rem;height:7.38850625rem;top:27.6484375rem;left:10.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15028;font-family:lora;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZNCy3UKLNcVJRcpATSKOOHfPoKDUALg3 { top:27.25rem;left:0.875rem;width:8.5rem;height:8.1875rem;z-index:15111;overflow:hidden;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOORxtn2mUazmn4SRcmAMKVvLy868tBF { width:19.999125rem;height:1.70605625rem;top:36.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15024;font-family:lora;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #QmlD5k7fpqtmm1aLo3gXo3lnbXDfMv9n { width:20rem;height:2.436525rem;top:38.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15029;font-family:lora;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #R6PDu3ue9hdVJsq14nZZhNbNFwgmWwIT { top:41.375rem;left:0.5625rem;width:6.75rem;height:13.5625rem;z-index:15106;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MoM3aqpnnwkFAUHJXhcDSmICukkBc0pW { width:9.5615rem;height:4.62890625rem;top:41.374350547791rem;left:8.2480474710463rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15069;color:rgba(var(--color-secondary-2),1);font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #zATEAQf0LslgPul0W4Wrpf6MDSGxJ9Lg { width:9.624rem;height:7.309575rem;top:47.124990463257rem;left:8.9492193460463rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15068;color:rgba(var(--color-tertiary-4),1);font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU { display:block; }#T2ugXUSlU1NmRi38UJ0Rk4Am0b3huOUU > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBTWp9KU1GwTUBEI4kCqanRQfhQWsFZD { top:0.62255835533142rem;left:0rem;width:19.625rem;height:32.625rem;z-index:15110;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6z6KA41vXssCkK01g9v1SFqAACZqThA { top:33.245402097702rem;left:0rem;width:19.812rem;height:29.8746875rem;z-index:15111;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I { display:block; }#gIZ9kLlvJ8h8beP46HxCePJHwnvk6n2I > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck4wWrhZnXhonSEBhACS8uLkuNTv6z25 { top:0.68684899806975rem;left:0.24983727931976rem;width:19.749375rem;height:29.6248125rem;z-index:15112;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg { display:block; }#UgvPluxuZmbbuP1X6LQwhs7RFwPuvJRg > .row .container { width:20rem;height:30.12615234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAOQe6TgCJFtx34Rh9KmimVHEbUTXKNc { top:0.56396484375rem;left:0.24983727931976rem;width:19.6875rem;height:29.5625rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG { display:block; }#TRi2oZd4vB7LTXozyD0fUA2LauH7VWFG > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTONol69FTu75hBckTOKCk3LJPTGcpES { top:0.62418556213379rem;left:0.062662780284881rem;width:19.9373125rem;height:30rem;z-index:15110;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bUo02xieaSJfzf3kKZK4eCs0dW26zXbF { display:block; }#bUo02xieaSJfzf3kKZK4eCs0dW26zXbF > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATsKmOVObzeIJAGqF8VzklhTNmxe8NJ { width:19.99675rem;height:5.36376875rem;top:0.75030517578125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15011;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #SBKQL6a2N2uKM6LHJ2BaZcML7Ou9RbJ4 { top:7rem;left:0rem;width:20rem;height:3.5rem;z-index:15083;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XT6sivgQbSQLUTKMUczu5xppbLgZLSr2 { top:11.3125rem;left:0rem;width:17.3125rem;height:6.9375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ae00FgOSD43usDMgTH3bma7TLLuIDXOO { top:19.113768577576rem;left:6.6886390447619rem;width:13.3105625rem;height:7.24775rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XfmVehMwdO9y3l21STFnpTvQ16yAtQUw { width:6.186525rem;height:4.14306875rem;top:20.665690422058rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WturDFxqGyhNXk8ghGDQQGuT15ZDybCH { width:19.68425rem;height:3.41145625rem;top:27.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15013;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ORquCxenq7KPCHQ14ZMmRF85JaXoubKM { top:30.6875rem;left:0rem;width:13.6856875rem;height:6.186525rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TxPNywcU4xAT4WRDiAEIvlmXA1heeGTV { width:5.68440625rem;height:4.14306875rem;top:32.6875rem;left:14.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15017;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SKNWsakdHMwX0DAiqASWbSID0g2yBnKo { display:block; }#SKNWsakdHMwX0DAiqASWbSID0g2yBnKo > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9QKTbXvdCAbJ2Bte9lzWNRPiOnqDl9X { top:0.56233787536621rem;left:0rem;width:20rem;height:9.375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uPNT6TGihckZcv64RI6nt1s6defImQ5G { top:33.625rem;left:0rem;width:10.625rem;height:21.1875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fxVTIpH2hZ05cya8nfWWxrDwzOXUktcu { width:8.2495rem;height:9.0975rem;top:38.34228515625rem;left:11.239420294762rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15069;color:rgba(var(--color-tertiary-4),1);font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #CcpOaWI8i0PO8BzmQTyR0RkRHMiiTD5T { width:20rem;height:1.787925rem;top:31.124349594116rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15070;color:rgba(var(--color-tertiary-4),1);font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #sUCyKNyLwuFG0NUwBuFPcJrtu9RTnmg8 { top:9.6660153865813rem;left:0rem;width:19.4375rem;height:21.5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 { display:block; }#rQgmbvgXCUztDBKgKLbNfWoQzHS2D2Z1 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6TMzTpykUL1VIHFq2iKocUygt8QFXFy { width:19.875rem;height:40.1875rem;top:0.93750381469725rem;left:0.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3SGRwul1XLRAlihKKOn4K5SzPckhdf { width:19.875rem;height:;top:27.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BhVdRMUFcXKcEkczaDBzlTNqJnyivZQ6 { width:18.75rem;height:2.9375rem;top:30.375rem;left:0.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kELSxP7K5Wm6Q2isNvRZfAM6h2e7U0TX { width:6.875rem;height:6.75rem;top:33.3125rem;left:11.25rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zw41o0tgit94eTRCcn7nI9p8mIDobonP { width:19.25rem;height:6.625rem;top:19.6875rem;left:0.5rem;font-size:1.6875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #UqT7zW1HM8Q7zAC9Urbr6diPQbX8MV3v { display:block; }
 }@media only screen and (max-width: 763px) { #HMZZli1GdgqDTi9saaUcN0HSRmEWpi9o { top:33.3125rem;left:1.375rem;width:9.12325rem;height:6.436625rem;z-index:15088;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2LaP4Ra26aADqTeLWsmTzWgzSVimTII { width:19.1861875rem;height:5.2807625rem;top:4.4148769378662rem;left:0.40608727931976rem;font-size:4.0625rem;z-index:15062;color:#19be30;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #pIMxk8r2hDP7Pfi3lJTKgoIoBriBdyTI { width:20rem;height:1.62435rem;top:9.5625rem;left:0rem;font-size:1.25rem;z-index:15062;color:rgba(var(--color-secondary-2),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #e1KL3dQ4rCQZqWI4pKyqlsbuEOAlbI7v { width:20rem;height:2.274575rem;top:2.1915378570557rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15072;color:rgba(var(--color-tertiary-4),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #K5thzduhsvyarTHaLopop69eNRifBlDJ { width:19.5621875rem;height:6.333rem;top:12.584636688233rem;left:0.21809899806976rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15024;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl { display:block; }#DDaXcPFmuWTFlkDTZXHc4mf5wHfN7oPl > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCXl98rirOJIUs7JT4rHvI9F3ZggMSqw { width:20rem;height:5.0374375rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm .accordion-heading-text { font-family:lato; }
#Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm { display:flex;height:auto;width:17.4980625rem;top:7.4798774719237rem;left:0rem;background-color:rgba(var(--color-primary-1),0.48);background-image:none; }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #TV91ctqwWfte3NvHpaowFCmxqNrSbfGy {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Cixw0dThLao5JT5ikSrim3lumMuMJLqF {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DnuifrHp3ee5UCCtKVeJvhRtHyinkTwB {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #CReTZ5yVU37bGoueT4iz8yCWT0JOc5nZ {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #I2aB0U9kGitl2AHA6Tf22cPPB5rlHMTP {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #frKRnUWyDlC90aa2v4d7LSSO7XgHxTnb {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #omUlXspyTOZGf2tGo1nardZzKllN0d9A {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DNPEJbJQnLMO3GJAeD794MBz1JHhw4NC {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #RDuRJLP8hC3gghpiqSpDiQZchdRLROGI {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #A7sHBbK1IIb2TKBivsV6KRuUKC1m1coO {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #DwNGhfWc42dkVZxElDga1p2alD3CiVun {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #M7C7pekcJRbQyxlwO9TBfQwqhIoa06mE {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #nUzmOhfpVOHUNXv5Ic5oMyODN28bvn6k {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #ZuTSlK5XB6BDw5uUqyp7RTKkKqSNSWkS {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #RtdnZQmDx0BkHhFoD0I7dl4TGMBV7Swr {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #HFuXTd8P8MH9v0vumq3gCLS1AvXZhfWv {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #fFB63fmf0BMSZvnXSvS5qJVqQwZ2qixM {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #vTzVthFQzEyxS6d0uFELwinOTNiHcZdA {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #y9qFQTELHSSWbMbTtzvmxmxiBlrELxBd {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #ed4iad1xEpIRDV12Ofdk3w5TJuvDl3l6 {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #VAA6iT5SD0pq4u3SpF4ocz4r9x08kwXG {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #o9klofuR0li7SNfRea83wIgnbNLTbqVX {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #T5QSeAlvzsQwFd33u4cSD3ZXDeXhWNIK {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #qlFxzWQzf8IJpJJang8PR6778bcviAHn {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #uRh6ECuuqgvNNW46UNuAmWRFgUOs6A8v {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #bnGbiJFdI5BsEcsmxhw5FoJFkUJebodo {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #UpitbvVksRAtA5aN8BWdy8xUlZPoZFTm {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #qh8lcNct4LAbOz797roprPnvsEWiMdhd {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #clAnrdr8TmDRnuuHTqWxJJZFr0k6bh3m {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #XqX0Z6ptGiWqkNMsh5LTdo5Nxd96doG5 {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #PeRCS1zgdZh8h4APFpfluOG2PLRWKoXs {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #sBOX08oT6KbMwdVgv4OwaLeK4LCy0fSA {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Z4hmTA5eRDBeSbKGLNvJPTHL7GGdkeES {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #Ag4CTrtv2wLTdZssLqAyE8lpzxMG8Nll {  }
 }@media only screen and (max-width: 763px) { #Tp3Uthid0J0AymLvvLVCQkKSLyCUWNwm #NReezMGLqA3q4bThTDSc2l4Gr6EB20mT {  }
 }@media only screen and (max-width: 763px) { #zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS { display:block; }#zhaoiVg23AZ75NaLHqmPtzK6L08ibwFS > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l527NUCJVQSveZ2m4E1PKyQSVZusZCEF { width:19.9375rem;height:31.9375rem;top:0.9375rem;left:0.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VSkq82AGW2z1ny7kweI02yNco6zko7F9 { width:19.9985625rem;height:1.0559875rem;top:30.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Pbl5DqvI8GV5I0yPhalicC3n3nS6Ek0n { width:18.1235625rem;height:2.935475rem;top:27.6875rem;left:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #W1ptBCtFEpQJbWRe2yZ4ThSQbXT6Hoe9 { width:8.18425rem;height:7.99675rem;top:19.731771469116rem;left:10.917317986488rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cyJIXOEemOSflVK7v8F84SF2Etyo6I7J { width:18.625rem;height:6.25rem;top:12.437438964844rem;left:0.8125rem;font-size:1.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #Vl1lKvIKltIrbEDyaRTwDqPLH7F2Qs84 { display:block; }
 }@media only screen and (max-width: 763px) { #CMe9628QZsVICH6Ku0uxTtCOcCCtXFsJ { top:20.511068344116rem;left:0.9375rem;width:9.1230625rem;height:6.436875rem;z-index:15088;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lmbXBEPMlaDT6tSSZZpZoOnJpCPnNefD { width:19.1868125rem;height:5.19938125rem;top:4rem;left:0.375rem;font-size:4rem;z-index:15062;color:#19be30;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #auTzCGEvrL2ER1zpgPAoI1pxnS6lZSuO { width:20rem;height:1.62435rem;top:9.19921875rem;left:0rem;font-size:1.25rem;z-index:15062;color:rgba(var(--color-secondary-2),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #wvaxGCAGZf8pIz4WogVWgf49CNFmvZPk { width:19.3730625rem;height:2.11263125rem;top:2.125rem;left:0.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15022;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #KbtxoKKghao9BQDDmUWHJ8neN0Az2KeJ { top:35.1875rem;left:3.5rem;width:13.0625rem;height:2.5625rem;z-index:15021;font-family:"open sans";font-size:1.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#036fef;display:block; }
 }@media only screen and (max-width: 763px) { #Atf1p7t1PqLxwUZqutXtoncMUTWKOXew { display:block; }
 }@media only screen and (max-width: 763px) { #CJXhsZcllraOqxpSJ6ucIU01vATHVZWu { top:39.0625rem;left:3.5rem;width:13.0625rem;height:2.375rem;z-index:15022;font-family:"open sans";background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#036fef;display:block; }
 }@media only screen and (max-width: 763px) { #TgOfVKA3WalKukmxOQww4RDzT0OZDs1c { display:block; }
 }