.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container { background-color: transparent; background-image: none; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container > .video-iframe-container { display: none; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row > .video-iframe-container { display: none; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .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); }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container { border-width: 0; border-radius: 0; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#JGAASiTriAtUmCt4Oh03VB18S21Uqln5 { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.498046875rem;left:4.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xaETDnx29o3mIfM9ZRHSGK4uOOFQy40C { color:#000000;display:block;width:67.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:22.5rem;left:3.53125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#suT7VnBvKulUJIngGWwPQTeEBC40HNL9 { background-color:#f20089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.125rem;left:27.15625rem;display:block; }
#LLMTynpcQLyZW2HCtA6fBo9mU1PaL2yo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzkQeIccZS4GxI5XuryIrBs639HtvtEo { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:14.0625rem;top:24.6875rem;left:50.5rem;overflow:hidden;display:block; }
#OZBSmtRKdAxbDDl4lHG1Bb2QCImpS4Pg { position:absolute;display:block;z-index:15041;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:18.6875rem;width:14rem;top:26.5rem;left:10rem;overflow:hidden;display:block; }
#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container { background-color: transparent; background-image: none; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container > .video-iframe-container { display: none; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row > .video-iframe-container { display: none; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .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); }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container { border-width: 0; border-radius: 0; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container { font-size:0.875rem;font-family:arial;height:91rem;width:75rem;position:relative;display:block; }#iDImE3WgSrgCZfgG09uevzg7h2GVd8Hc { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:13.9375rem;top:44.1875rem;left:52.1875rem;overflow:hidden;display:block; }
#nTT8Ep9fmuhOPXn6ClNpSv1kGIK45LET { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:68rem;left:4.75rem;height:20rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#obzkApeDb4Rd4HviodrxTmSMZLqHxrbz { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:38.3125rem;left:4.75rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BTs6gWktBz90mTK5sebSzxZEbfmUuq6Q { color:#000000;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:68.625rem;left:46.375rem;height:20rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rDyKpNPZ5Mx4KRh2ZD4gWSEgf4GnfkEt { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:14.125rem;top:44.1875rem;left:10.375rem;overflow:hidden;display:block; }
#aLvN580yClMdDA0zGpFfDXexn3pVyx5k { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.6875rem;left:4.15625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h4EOABA2flfe54eSNoBuT0R6TGahok0T { color:#000000;display:block;width:67.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:14.0625rem;left:3.53125rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container { background-color: transparent; background-image: none; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container > .video-iframe-container { display: none; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row > .video-iframe-container { display: none; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .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); }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container { border-width: 0; border-radius: 0; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container { font-size:0.875rem;font-family:arial;height:148.6875rem;width:75rem;position:relative;display:block; }#IuMOR7miMtpwTEWDZmOdFvQH5CATp3cI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:41.833984375rem;left:2.4375rem;height:27.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQ3aWkQ2KCAA94fe22tXGyN2Bt3UWlnA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.4375rem;left:38.5625rem; }
#JM7PxtV7wvJsJqllZewJsoqRUZFmgdC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9619140625rem;left:4.75rem;height:11.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r2t8TLFHimTsssl61slhoN2BO8a87JPw { color:#238639;display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:14.935546875rem;left:3.125rem;height:9.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RivQGf1FOuQZswN65JEfoMxheovXyU3R { background-color:#f20089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:142.3125rem;left:27.75rem;display:block; }
#tM2CvmzmWPk9MSHMyUSFoBEywOqff0T8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTz9c2GI6TyFf3QDXRLJtEozOBQR3Jai { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:41.833984375rem;left:41.9375rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdTd47363aUgtIRQ2TTWlLTfFDDiQsLI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:82.6875rem;left:3.125rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCBb3bq0akMJr7SfEteH7ORwyFnF9ZDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:82.6875rem;left:40.8125rem;height:20rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMgAhiU0lTggWyBJ4osFH7H8D8eDlT8w { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:24.1875rem;top:28.25rem;left:5.125rem;overflow:hidden;display:block; }
#LaT2EObHPi6AiK9vqcbbZIDeQMr5TZST { position:absolute;display:block;z-index:15041;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:13rem;width:18.125rem;top:28.28125rem;left:47.65625rem;overflow:hidden;display:block; }
#TQ3SH5cW5fCiKpurbOTVsCM9VgwPKLJk { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:24.1875rem;top:69.1875rem;left:5.125rem;overflow:hidden;display:block; }
#TyXUUyKZWp4reX7PTU9SsbQrK3VuQITp { position:absolute;display:block;z-index:15042;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:11.0625rem;width:24.1875rem;top:69.333984375rem;left:43.5625rem;overflow:hidden;display:block; }
#wTFWEmUwOiRNBNNPNPcZTXxADEAcvFSU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:107.3125rem;left:8.53125rem;height:32.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container { background-color: transparent; background-image: none; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container > .video-iframe-container { display: none; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row > .video-iframe-container { display: none; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .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); }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container { border-width: 0; border-radius: 0; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#zm5CXb47sMiT0S0IQhFNTSI3ktCAFBwo { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1367158889771rem;left:4.6875rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w10Jxuw6ccbIwsOlXFDTKMfOHfQRarwm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.6875rem;width:8.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.4375rem;left:16.875rem; }
#mqTGKva4lgftCl4xJGHzvQnADgRy8W01 { color:#010304;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:20.9375rem;left:10.9375rem;height:9.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kakgO3ZImVyXh5VEMoRsTRkqSNTf4UBg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.125rem;left:52.125rem; }
#QLLl5qnzPwaMBKGcyFtT4NpaLslWra1T { color:#010304;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:21rem;left:44.5625rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel { position:relative;display:block; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel { background-color: transparent; background-image: none; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .row .container > .video-iframe-container { display: none; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .row > .video-iframe-container { display: none; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .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); }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel { border-width: 0; border-radius: 0; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .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; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .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:90.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V5puiFUc425ClaNUbqGpGMCno2twLx7B { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.296875rem;left:4.9375rem;height:12rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RusEECQMxTH30OvAqkeMa8NVu0BsAA9a { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:15.5rem;left:4rem;display:block; }
#rtiWXJm40PxIeW5NJ3746ngsofQdCMvh { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:15.5rem;left:39.9375rem;display:block; }
#oCwTwhaLCHQX5vFiCnZUaRs71Ft5l9Lw { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:34.375rem;left:4rem;display:block; }
#zu6voWQKcKT4A8VDwtU4h8rxWZgkVEnZ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:34.375rem;left:39.9375rem;display:block; }
#NrFaMNRVevhKAZup30hF4UxKFmcWxJ0e { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:53.1875rem;left:4rem;display:block; }
#fGrJkNLZ0XbtkT0yiLDZgUJy3VTWvpMn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:53.1875rem;left:39.9375rem;display:block; }
#efh4LqEnTu3aC0Nr6Pau4xx4NLra3um8 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:71.6875rem;left:4rem;display:block; }
#lALhPNwRy9tkfeidqxr01Zhdb56uJupc { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.4375rem;width:31.0625rem;top:71.6875rem;left:39.9375rem;display:block; }
#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container { background-color: transparent; background-image: none; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container > .video-iframe-container { display: none; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row > .video-iframe-container { display: none; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .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); }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container { border-width: 0; border-radius: 0; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#uoLWV9HWr6MTJhZfDuzTuk1RlhycBFmb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#zJVBSI0pnHDRTGcdWXX1ebWPtUe08nNc { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.8115234375rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCshKC9GvxCzHcsbRztetP0rLIPX967A { position:relative;display:block; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A { background-color: transparent; background-image: none; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .row .container > .video-iframe-container { display: none; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .row > .video-iframe-container { display: none; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .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); }#VCshKC9GvxCzHcsbRztetP0rLIPX967A { border-width: 0; border-radius: 0; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .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; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .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:69.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GFq1XUONhrdUDbER5xEsgbrRfxE35M1R { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.625rem;width:34.875rem;top:10rem;left:1.0625rem;overflow:hidden;display:block; }
#fM2UDkEy5xpB7QsxkCHwpWO4mUdRSO34 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:34.875rem;top:53.5625rem;left:38.1875rem;overflow:hidden;display:block; }
#I2Au3dTgf6HZFoCROC0HvzMOT8dpU4PB { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:19.5rem;top:33.8125rem;left:54.5rem;overflow:hidden;display:block; }
#wOBR9m7sT5Rs2Cag1XeIgMryFnAVenwH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:33.25rem;top:14.125rem;left:35.9375rem;overflow:hidden;display:block; }
#GJoUkWoSBw2VJ0qybpBtcefc63DDOCrk { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:28.125rem;top:51.75rem;left:4.4375rem;overflow:hidden;display:block; }
#WRqcDOCnVT9ScG6DCORm6l9sCwK9lh8h { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:34.875rem;top:44.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#EnTXTTb8xMaeTydH8n4O0afblROt4vfT { 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:15.0625rem;width:22.6875rem;top:26.9375rem;left:30.75rem;overflow:hidden;display:block; }
#uPGMCLkWgtdoEWCs9CFVK3aTf9wBvw9Z { 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:9.6875rem;width:55.1875rem;top:1.6875rem;left:1.75rem;overflow:hidden;display:block; }
#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container { background-color: transparent; background-image: none; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container > .video-iframe-container { display: none; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row > .video-iframe-container { display: none; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .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); }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container { border-width: 0; border-radius: 0; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#ipiL871HQmaGn2psGspmCqCJC7yeHESW { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:7.9375rem;left:12.625rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwpAhqXcSXHW935aGPS3NHDwd74VFRhI { background-color:#f20089;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.75rem;left:29.625rem;display:block; }
#TZEOO69SsmHOWsdIEMh0rtIhcmI4TqT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEmnGSMi8DeLNakTsGFCzyuBcgsAVxB1 { box-sizing:content-box;height:8.3125rem;width:59.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:13.1875rem;left:8.375rem;border-top:0;border-left:0.0625rem solid #ea7078;border-right:0.0625rem solid #ea7078;border-bottom:0.0625rem solid #ea7078;box-shadow: none;display:block; }
#MIGOP9BIuu1gnXGQOiE4pF4WRAaIvO7C { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ff88c0;background-image:none;top:12.875rem;left:67.812500953675rem;display:block; }
#UOBgE7xgeSwTvO2TeC9WX980SRRp7nHP { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ff88c0;background-image:none;top:12.3125rem;left:7.75rem;display:block; }
#DM9BP5FOw6UgsTV49bVaqh6p6yqSQlTT { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1.1875rem;left:1.40625rem;height:5.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container { background-color: transparent; background-image: none; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container > .video-iframe-container { display: none; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row > .video-iframe-container { display: none; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .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); }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container { border-width: 0; border-radius: 0; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#Ty5ZuMf7vTDwzUJuQ0kvrE0MiZbJdBmI { box-sizing:content-box;height:38.625rem;width:72.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid #f20089;border-left:0.3125rem solid #f20089;border-right:0.3125rem solid #f20089;border-bottom:0.3125rem solid #f20089;top:1.1875rem;left:2.0625rem;display:block; }
#MctGeaVbW0zwcIJpGnt85Gzk9la4sgHn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.1875rem;left:51.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fNChSVgk1KOWo1xR7CELZ6HGJGNMp5hs { color:#120f10;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.8125rem;left:16.875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHkkTDthfnnpMJG9adPHTVCUeTwIbTwT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.6875rem;left:28.125rem;display:block; }
#DRaNVLyVyNu1zITI4l2TGpdeqW093MdV { color:#f13d0c;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:16.625rem;left:16.875rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1D0VSuvpeklN0P3w9PS81mwsibScobQ { color:#fdf1f7;display:block;width:21.9375rem;position:absolute;font-family:"russo one";font-size:3.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.78125rem;left:27.5625rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3SCXibCAeSGZokeDT9HkHB7v1ETZooi { box-sizing:content-box;height:5.3125rem;width:15.75rem;position:absolute;display:block;z-index:15012;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.984375rem;left:30.65625rem;display:block; }
#IZG73vBlXXfQTEnHb6n0R3R7X7GywPOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.1875rem;left:19.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#zXxM1ox9pkTVgFeeD1xAWTdFmasqCi3n { background-color:#f20089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.21875rem;left:27.25rem;display:block; }
#SLEW44AqblJZbBtfM7378QmMoTJLlpul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhPTbtHzMW6wVuBmANQTMT8lF1T163VT { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.6875rem;left:16.875rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfT5mrdTOu741wDC95FQCtT72uynffdh { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:36.625rem;left:5.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container { background-color: transparent; background-image: none; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container > .video-iframe-container { display: none; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row > .video-iframe-container { display: none; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .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); }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container { border-width: 0; border-radius: 0; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb .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; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:lato;color:#ff88c0;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_bc617517cdb9c02ab0babb51fc806cec396d054d.svg");background-size:contain !important; }#KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-trigger.adaptive-delivery-prevent-bg, #KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-trigger.lazyload, #KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-trigger.lazyloading { background-image: none; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.486328125rem;left:3.6875rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #LuLJtbivQioM6vihHbmdLRTtHnKDpchv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #IP05v27kSP2bbQc6ImzqM3NixSX3yfW3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #Iv69BpZgdk9bDrsXw81oRydvqPPT3TpX { display:block;position:relative; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #DFeSTgTP37CSOTfUd9aKSLVUScdbTByR {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #Z1Mp6io052ZuUTQfO9bieWwheUTSS6t8 {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #E1xALHzN0hMDXZTzNKtIL0y9ylS7lEHX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #OTIdpe5bELhDSKRVvVcCKM7fVnNZTv9o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #R1Cb9aIRM6Kvmx5rDJsJObTytRlvsfes { display:block;position:relative; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #IV4JTsGtWD5ySqRBhXss9b3AEIqh0AXm {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #L1bokDEcBrcEdDKo9qSMTHkUEAoU1b9z { display:none; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #zvgxBR2eWQhrXxQzQu0NGrlttX5GOL8b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #RE8AV6nHcORQ7hRWXDsslJsDALNpNkgm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #CabpBnwD2GG2PLtZUfoFVkaHWeKx9Ipu { display:block;position:relative; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #ZN7v5zGLN7B58UMyLtKe4Rp4TtQ3WVPQ {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #l5IXTwMAtKrixb8zgPZ5b775cI4Ie7gX { display:none; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #ReRp9vo5I0QTh9xfL2TLyhxxTPiBT5Ke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #bouFre12OGu7fkN1iTiKwkyaGdDJvHrL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #HsWE3OQyABWXDKHBJKWxK2MmVtCTcsVe { display:block;position:relative; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #wDiA1alEzCVT3LV8tBSnWz1T9LikJpiz {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #TS0tgO5dObypR7OAnJuTCs1ueJywT9ph { display:none; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #H4uco5Dy0B83aUDo2HTWst0oUOcAfp72 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #XXabDtBN7LQ0QdxMyLakuDEvOPdoZbEG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #GpJDs8JVAhFxww9TfJDgTmecczMQk9tM { display:block;position:relative; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #RA7T4BqupEsFSLAAlXW2UikdfHSpDLt8 {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #Mbie5lZMzts8WHvJFepiTlDNrTZz6HmF { display:none; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #clfu7STTthccdT8qAbKrDZ1Qdzku9yfQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #KqxJOaBefUgmUIzCTTnSCHHTZwPVXdOt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #AyuoI51FTG2Nx4d5RT0VHgm0SragbNKz { display:block;position:relative; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #FWOdFBHVIZQd8itUAga5lgi5m6DHpZ14 {  }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb #uoR0rAloACfblsUu21CZouEttq45p0KI { display:none; }
#Wv5yg7bSllh7tFlFz70P0vZ6nUxoVloI { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:0rem;height:11.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH { position:relative;display:block; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH { background-color: transparent; background-image: none; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row .container > .video-iframe-container { display: none; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row > .video-iframe-container { display: none; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .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); }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH { border-width: 0; border-radius: 0; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .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; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eKF5rQVTW67M2M76Pgt5a42U4fagyAz9 { color:#ff88c0;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OVqizic3qFD8ztEKf0USbXAFGpzml4U5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#r5ESSvcwlemkwCFSdXZN3JmQgWWN6oCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5SBwVsb57Z8slfGQsUySF9ZTKSBybvn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#MqssKwnKXzZC8JH8bTAsCNBy7GZZMM0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaAF6sZlyflxXTGxJzvfzCrbT9k7qcIv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#Nv2liIAiZJy3yNy3eDLDvy9RhvPUesiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Im7ldhiWz9kgTQ2Kgaz3zu8417MdiGv7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#Im7ldhiWz9kgTQ2Kgaz3zu8417MdiGv7 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#LChd8Bqw9mv7FmVsSmLTObxhW948IHDO { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#063949;background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#Ptusq5cxmcy3RyzTyad7hS2PrHw30F3X { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:#063949;background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#S1d1yI9h5SzS3pXO0pN3eF3zEU9sLWvI { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#naaUwghKUPS23KbiedhOTAnENk4Hlynr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#naaUwghKUPS23KbiedhOTAnENk4Hlynr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#HMPz0QiTmGQ4XDMtB2HfAB0nT2438otZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#HMPz0QiTmGQ4XDMtB2HfAB0nT2438otZ > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#cviN7IQSw8zTHTAsbqXTHpa8Mkuswmr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#cviN7IQSw8zTHTAsbqXTHpa8Mkuswmr1 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#ZTBAbO3uGD5d7etWznMVm59ILhsovIid { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#dgEmo4TKbiLs2m0KwVATlxPREWd2IAfc { 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) { #ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 { display:block; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGAASiTriAtUmCt4Oh03VB18S21Uqln5 { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaETDnx29o3mIfM9ZRHSGK4uOOFQy40C { top:22.5rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suT7VnBvKulUJIngGWwPQTeEBC40HNL9 { width:20.6875rem;height:4.8125rem;top:42.125rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLMTynpcQLyZW2HCtA6fBo9mU1PaL2yo { display:block; }
 }@media only screen and (max-width: 763px) { #fzkQeIccZS4GxI5XuryIrBs639HtvtEo { top:24.6875rem;left:33.6875rem;width:14.0625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZBSmtRKdAxbDDl4lHG1Bb2QCImpS4Pg { top:26.5rem;left:0rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 { display:block; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDImE3WgSrgCZfgG09uevzg7h2GVd8Hc { top:44.1875rem;left:33.8125rem;width:13.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT8Ep9fmuhOPXn6ClNpSv1kGIK45LET { top:68rem;left:0rem;width:25.375rem;height:20rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzkApeDb4Rd4HviodrxTmSMZLqHxrbz { top:38.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs6gWktBz90mTK5sebSzxZEbfmUuq6Q { top:68.625rem;left:22.125rem;width:25.625rem;height:20rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDyKpNPZ5Mx4KRh2ZD4gWSEgf4GnfkEt { top:44.1875rem;left:0rem;width:14.125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLvN580yClMdDA0zGpFfDXexn3pVyx5k { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4EOABA2flfe54eSNoBuT0R6TGahok0T { top:14.0625rem;left:0rem;width:47.75rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU24SPUrBo9dILKhpCdXghHfXDMKHCd { display:block; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuMOR7miMtpwTEWDZmOdFvQH5CATp3cI { top:41.8125rem;left:0rem;width:29.5625rem;height:27.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3aWkQ2KCAA94fe22tXGyN2Bt3UWlnA { top:36.4375rem;left:24.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM7PxtV7wvJsJqllZewJsoqRUZFmgdC5 { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2t8TLFHimTsssl61slhoN2BO8a87JPw { top:14.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RivQGf1FOuQZswN65JEfoMxheovXyU3R { width:20.6875rem;height:4.8125rem;top:142.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM2CvmzmWPk9MSHMyUSFoBEywOqff0T8 { display:block; }
 }@media only screen and (max-width: 763px) { #WTz9c2GI6TyFf3QDXRLJtEozOBQR3Jai { top:41.8125rem;left:18.1875rem;width:29.5625rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdTd47363aUgtIRQ2TTWlLTfFDDiQsLI { top:82.6875rem;left:0rem;width:29.5625rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCBb3bq0akMJr7SfEteH7ORwyFnF9ZDJ { top:82.6875rem;left:18.1875rem;width:29.5625rem;height:20rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgAhiU0lTggWyBJ4osFH7H8D8eDlT8w { top:28.25rem;left:0rem;width:24.1875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaT2EObHPi6AiK9vqcbbZIDeQMr5TZST { top:28.25rem;left:29.625rem;width:18.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3SH5cW5fCiKpurbOTVsCM9VgwPKLJk { top:69.1875rem;left:0rem;width:24.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXUUyKZWp4reX7PTU9SsbQrK3VuQITp { top:69.3125rem;left:23.5625rem;width:24.1875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFWEmUwOiRNBNNPNPcZTXxADEAcvFSU { top:107.3125rem;left:0rem;width:47.75rem;height:32.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nusTsBHCEia4scCHl69TtJH2a0bDa1Ad { display:block; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm5CXb47sMiT0S0IQhFNTSI3ktCAFBwo { top:1.125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10Jxuw6ccbIwsOlXFDTKMfOHfQRarwm { top:11.4375rem;left:3.25rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqTGKva4lgftCl4xJGHzvQnADgRy8W01 { top:20.9375rem;left:0rem;width:20.5rem;height:9.375rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kakgO3ZImVyXh5VEMoRsTRkqSNTf4UBg { top:11.125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLLl5qnzPwaMBKGcyFtT4NpaLslWra1T { top:21rem;left:21.875rem;width:25.875rem;height:7rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel { display:block; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5puiFUc425ClaNUbqGpGMCno2twLx7B { top:1.25rem;left:0rem;width:47.75rem;height:12rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusEECQMxTH30OvAqkeMa8NVu0BsAA9a { top:15.5rem;left:0rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtiWXJm40PxIeW5NJ3746ngsofQdCMvh { top:15.5rem;left:16.6875rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCwTwhaLCHQX5vFiCnZUaRs71Ft5l9Lw { top:34.375rem;left:0rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu6voWQKcKT4A8VDwtU4h8rxWZgkVEnZ { top:34.375rem;left:16.6875rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrFaMNRVevhKAZup30hF4UxKFmcWxJ0e { top:53.1875rem;left:0rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrJkNLZ0XbtkT0yiLDZgUJy3VTWvpMn { top:53.1875rem;left:16.6875rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efh4LqEnTu3aC0Nr6Pau4xx4NLra3um8 { top:71.6875rem;left:0rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALhPNwRy9tkfeidqxr01Zhdb56uJupc { top:71.6875rem;left:16.6875rem;width:31.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE { display:block; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoLWV9HWr6MTJhZfDuzTuk1RlhycBFmb { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJVBSI0pnHDRTGcdWXX1ebWPtUe08nNc { top:1.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCshKC9GvxCzHcsbRztetP0rLIPX967A { display:block; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFq1XUONhrdUDbER5xEsgbrRfxE35M1R { top:10rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM2UDkEy5xpB7QsxkCHwpWO4mUdRSO34 { top:53.5625rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Au3dTgf6HZFoCROC0HvzMOT8dpU4PB { top:33.8125rem;left:28.25rem;width:19.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBR9m7sT5Rs2Cag1XeIgMryFnAVenwH { top:14.125rem;left:14.5rem;width:33.25rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJoUkWoSBw2VJ0qybpBtcefc63DDOCrk { top:51.75rem;left:0rem;width:28.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRqcDOCnVT9ScG6DCORm6l9sCwK9lh8h { top:44.4375rem;left:12.875rem;width:34.875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnTXTTb8xMaeTydH8n4O0afblROt4vfT { top:26.9375rem;left:17.125rem;width:22.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGMCLkWgtdoEWCs9CFVK3aTf9wBvw9Z { top:1.6875rem;left:0rem;width:47.75rem;height:8.3819365798414rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF { display:block; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipiL871HQmaGn2psGspmCqCJC7yeHESW { top:7.9375rem;left:0rem;width:47.75rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwpAhqXcSXHW935aGPS3NHDwd74VFRhI { width:15.8125rem;height:3.4375rem;top:19.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZEOO69SsmHOWsdIEMh0rtIhcmI4TqT3 { display:block; }
 }@media only screen and (max-width: 763px) { #zEmnGSMi8DeLNakTsGFCzyuBcgsAVxB1 { top:13.1875rem;left:0rem;width:47.625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIGOP9BIuu1gnXGQOiE4pF4WRAaIvO7C { top:12.875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOBgE7xgeSwTvO2TeC9WX980SRRp7nHP { top:12.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9BP5FOw6UgsTV49bVaqh6p6yqSQlTT { top:1.1875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy { display:block; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty5ZuMf7vTDwzUJuQ0kvrE0MiZbJdBmI { top:1.1875rem;left:0rem;width:47.125rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MctGeaVbW0zwcIJpGnt85Gzk9la4sgHn { top:30.1875rem;left:37.4375rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNChSVgk1KOWo1xR7CELZ6HGJGNMp5hs { top:10.8125rem;left:3.25rem;width:43.3125rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkkTDthfnnpMJG9adPHTVCUeTwIbTwT { top:8.6875rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRaNVLyVyNu1zITI4l2TGpdeqW093MdV { top:16.625rem;left:3.25rem;width:43.3125rem;height:5.6875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1D0VSuvpeklN0P3w9PS81mwsibScobQ { top:23.75rem;left:13.9375rem;width:21.9375rem;height:5.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3SCXibCAeSGZokeDT9HkHB7v1ETZooi { top:23.9375rem;left:17.03125rem;width:15.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZG73vBlXXfQTEnHb6n0R3R7X7GywPOT { top:30.1875rem;left:6.1875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXxM1ox9pkTVgFeeD1xAWTdFmasqCi3n { width:22.5625rem;height:3.375rem;top:31.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLEW44AqblJZbBtfM7378QmMoTJLlpul { display:block; }
 }@media only screen and (max-width: 763px) { #nhPTbtHzMW6wVuBmANQTMT8lF1T163VT { top:3.6875rem;left:3.25rem;width:43.3125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfT5mrdTOu741wDC95FQCtT72uynffdh { top:36.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy { display:block; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #LuLJtbivQioM6vihHbmdLRTtHnKDpchv {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #IP05v27kSP2bbQc6ImzqM3NixSX3yfW3 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #Iv69BpZgdk9bDrsXw81oRydvqPPT3TpX {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #DFeSTgTP37CSOTfUd9aKSLVUScdbTByR {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #Z1Mp6io052ZuUTQfO9bieWwheUTSS6t8 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #E1xALHzN0hMDXZTzNKtIL0y9ylS7lEHX {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #OTIdpe5bELhDSKRVvVcCKM7fVnNZTv9o {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #R1Cb9aIRM6Kvmx5rDJsJObTytRlvsfes {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #IV4JTsGtWD5ySqRBhXss9b3AEIqh0AXm {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #L1bokDEcBrcEdDKo9qSMTHkUEAoU1b9z {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #zvgxBR2eWQhrXxQzQu0NGrlttX5GOL8b {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #RE8AV6nHcORQ7hRWXDsslJsDALNpNkgm {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #CabpBnwD2GG2PLtZUfoFVkaHWeKx9Ipu {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #ZN7v5zGLN7B58UMyLtKe4Rp4TtQ3WVPQ {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #l5IXTwMAtKrixb8zgPZ5b775cI4Ie7gX {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #ReRp9vo5I0QTh9xfL2TLyhxxTPiBT5Ke {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #bouFre12OGu7fkN1iTiKwkyaGdDJvHrL {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #HsWE3OQyABWXDKHBJKWxK2MmVtCTcsVe {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #wDiA1alEzCVT3LV8tBSnWz1T9LikJpiz {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #TS0tgO5dObypR7OAnJuTCs1ueJywT9ph {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #H4uco5Dy0B83aUDo2HTWst0oUOcAfp72 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #XXabDtBN7LQ0QdxMyLakuDEvOPdoZbEG {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #GpJDs8JVAhFxww9TfJDgTmecczMQk9tM {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #RA7T4BqupEsFSLAAlXW2UikdfHSpDLt8 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #Mbie5lZMzts8WHvJFepiTlDNrTZz6HmF {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #clfu7STTthccdT8qAbKrDZ1Qdzku9yfQ {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #KqxJOaBefUgmUIzCTTnSCHHTZwPVXdOt {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #AyuoI51FTG2Nx4d5RT0VHgm0SragbNKz {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #FWOdFBHVIZQd8itUAga5lgi5m6DHpZ14 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #uoR0rAloACfblsUu21CZouEttq45p0KI {  }
 }@media only screen and (max-width: 763px) { #Wv5yg7bSllh7tFlFz70P0vZ6nUxoVloI { top:1.6875rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH { display:block; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKF5rQVTW67M2M76Pgt5a42U4fagyAz9 { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVqizic3qFD8ztEKf0USbXAFGpzml4U5 { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ESSvcwlemkwCFSdXZN3JmQgWWN6oCu { display:block; }
 }@media only screen and (max-width: 763px) { #G5SBwVsb57Z8slfGQsUySF9ZTKSBybvn { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqssKwnKXzZC8JH8bTAsCNBy7GZZMM0w { display:block; }
 }@media only screen and (max-width: 763px) { #yaAF6sZlyflxXTGxJzvfzCrbT9k7qcIv { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2liIAiZJy3yNy3eDLDvy9RhvPUesiF { display:block; }
 }@media only screen and (max-width: 763px) { #Im7ldhiWz9kgTQ2Kgaz3zu8417MdiGv7 { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#Im7ldhiWz9kgTQ2Kgaz3zu8417MdiGv7 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #LChd8Bqw9mv7FmVsSmLTObxhW948IHDO { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptusq5cxmcy3RyzTyad7hS2PrHw30F3X { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1d1yI9h5SzS3pXO0pN3eF3zEU9sLWvI { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naaUwghKUPS23KbiedhOTAnENk4Hlynr { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#naaUwghKUPS23KbiedhOTAnENk4Hlynr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #HMPz0QiTmGQ4XDMtB2HfAB0nT2438otZ { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#HMPz0QiTmGQ4XDMtB2HfAB0nT2438otZ > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #cviN7IQSw8zTHTAsbqXTHpa8Mkuswmr1 { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#cviN7IQSw8zTHTAsbqXTHpa8Mkuswmr1 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #ZTBAbO3uGD5d7etWznMVm59ILhsovIid { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEmo4TKbiLs2m0KwVATlxPREWd2IAfc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 { display:block; }#ciQMoJMB877bl88b3LwgdJTvaytJ0yo8 > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGAASiTriAtUmCt4Oh03VB18S21Uqln5 { width:17.5rem;height:19.2rem;top:1.7093750238419rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaETDnx29o3mIfM9ZRHSGK4uOOFQy40C { width:17.3125rem;height:15rem;top:41.458593845368rem;left:1.3437500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suT7VnBvKulUJIngGWwPQTeEBC40HNL9 { width:19rem;height:4.8125rem;top:79.833595275881rem;left:0.49921876192093rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #LLMTynpcQLyZW2HCtA6fBo9mU1PaL2yo { display:block; }
 }@media only screen and (max-width: 763px) { #fzkQeIccZS4GxI5XuryIrBs639HtvtEo { width:14.0625rem;height:22.3125rem;top:56.458594322204rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZBSmtRKdAxbDDl4lHG1Bb2QCImpS4Pg { width:14rem;height:18.6875rem;top:21.958594322204rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 { display:block; }#Gb1w5pGGBJs1UUbndDcu3PI1OOBPrrU2 > .row .container { width:20rem;height:193.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDImE3WgSrgCZfgG09uevzg7h2GVd8Hc { width:14.875rem;height:24.5625rem;top:141.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT8Ep9fmuhOPXn6ClNpSv1kGIK45LET { width:17.75rem;height:30rem;top:111.25rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzkApeDb4Rd4HviodrxTmSMZLqHxrbz { width:20rem;height:4.8rem;top:82.833595275881rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs6gWktBz90mTK5sebSzxZEbfmUuq6Q { width:17.25rem;height:27.5rem;top:164.9375rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDyKpNPZ5Mx4KRh2ZD4gWSEgf4GnfkEt { width:14.125rem;height:22.9375rem;top:88.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLvN580yClMdDA0zGpFfDXexn3pVyx5k { width:16.625rem;height:9.6rem;top:1.0679683685302rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4EOABA2flfe54eSNoBuT0R6TGahok0T { width:16.625rem;height:67.5rem;top:13.956251144409rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU24SPUrBo9dILKhpCdXghHfXDMKHCd { display:block; }#wcU24SPUrBo9dILKhpCdXghHfXDMKHCd > .row .container { width:20rem;height:238.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuMOR7miMtpwTEWDZmOdFvQH5CATp3cI { width:17.375rem;height:30rem;top:41.848437309265rem;left:1.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3aWkQ2KCAA94fe22tXGyN2Bt3UWlnA { display:flex;width:2.25rem;height:2.25rem;top:80.625rem;left:-2.25rem; }
 }@media only screen and (max-width: 763px) { #JM7PxtV7wvJsJqllZewJsoqRUZFmgdC5 { width:18.625rem;height:7.2rem;top:1.25rem;left:0.68671876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2t8TLFHimTsssl61slhoN2BO8a87JPw { width:17.8125rem;height:20rem;top:9.5810546875rem;left:1.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RivQGf1FOuQZswN65JEfoMxheovXyU3R { width:19rem;height:4.8125rem;top:231.93749809265rem;left:0.49921876192093rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #tM2CvmzmWPk9MSHMyUSFoBEywOqff0T8 { display:block; }
 }@media only screen and (max-width: 763px) { #WTz9c2GI6TyFf3QDXRLJtEozOBQR3Jai { width:16.8125rem;height:24rem;top:84.924222946169rem;left:1.5937500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdTd47363aUgtIRQ2TTWlLTfFDDiQsLI { width:17.8125rem;height:24rem;top:119.61719322204rem;left:1.0929687619209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCBb3bq0akMJr7SfEteH7ORwyFnF9ZDJ { width:18.375rem;height:22rem;top:153.61718559265rem;left:0.81171876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgAhiU0lTggWyBJ4osFH7H8D8eDlT8w { width:18.5rem;height:9.9375rem;top:31rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaT2EObHPi6AiK9vqcbbZIDeQMr5TZST { width:18.125rem;height:13rem;top:70.924219608306rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3SH5cW5fCiKpurbOTVsCM9VgwPKLJk { width:17.5625rem;height:8.9375rem;top:110.17422389984rem;left:1.2179687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXUUyKZWp4reX7PTU9SsbQrK3VuQITp { width:18.5625rem;height:8.4375rem;top:144.21953582764rem;left:0.71796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFWEmUwOiRNBNNPNPcZTXxADEAcvFSU { width:18.125rem;height:54rem;top:176.92968463898rem;left:0.93671876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nusTsBHCEia4scCHl69TtJH2a0bDa1Ad { display:block; }#nusTsBHCEia4scCHl69TtJH2a0bDa1Ad > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm5CXb47sMiT0S0IQhFNTSI3ktCAFBwo { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w10Jxuw6ccbIwsOlXFDTKMfOHfQRarwm { display:flex;width:8.6875rem;height:8.6875rem;top:9.8125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #mqTGKva4lgftCl4xJGHzvQnADgRy8W01 { width:18.3125rem;height:7.5rem;top:20.437500953674rem;left:0.84296876192094rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kakgO3ZImVyXh5VEMoRsTRkqSNTf4UBg { display:flex;width:9.375rem;height:9.375rem;top:29.6875rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #QLLl5qnzPwaMBKGcyFtT4NpaLslWra1T { width:20rem;height:5.625rem;top:39.5625rem;left:0rem;font-size:1.25rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel { display:block; }#qvTOGfBLO97y8RP6i8WdSPF2C9cUXiel > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5puiFUc425ClaNUbqGpGMCno2twLx7B { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusEECQMxTH30OvAqkeMa8NVu0BsAA9a { height:11.227364185111rem;width:20rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtiWXJm40PxIeW5NJ3746ngsofQdCMvh { height:11.227364185111rem;width:20rem;top:23.9765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCwTwhaLCHQX5vFiCnZUaRs71Ft5l9Lw { height:11.227364185111rem;width:20rem;top:36.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu6voWQKcKT4A8VDwtU4h8rxWZgkVEnZ { height:11.227364185111rem;width:20rem;top:48.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrFaMNRVevhKAZup30hF4UxKFmcWxJ0e { height:11.227364185111rem;width:20rem;top:61.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrJkNLZ0XbtkT0yiLDZgUJy3VTWvpMn { height:11.227364185111rem;width:20rem;top:73.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efh4LqEnTu3aC0Nr6Pau4xx4NLra3um8 { height:11.227364185111rem;width:20rem;top:86.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALhPNwRy9tkfeidqxr01Zhdb56uJupc { height:11.227364185111rem;width:20rem;top:98.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE { display:block; }#Gu468wFpTzO7emO3oP6fxxVZ7eZ0INQE > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoLWV9HWr6MTJhZfDuzTuk1RlhycBFmb { width:1.1875rem;height:2.3125rem;top:3.0625rem;left:17.968749582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJVBSI0pnHDRTGcdWXX1ebWPtUe08nNc { width:19.3125rem;height:4.875rem;top:0.5625rem;left:0.34296876192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VCshKC9GvxCzHcsbRztetP0rLIPX967A { display:block; }#VCshKC9GvxCzHcsbRztetP0rLIPX967A > .row .container { width:20rem;height:89rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFq1XUONhrdUDbER5xEsgbrRfxE35M1R { width:20rem;height:25.017921146953rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM2UDkEy5xpB7QsxkCHwpWO4mUdRSO34 { width:20rem;height:8.1003584229391rem;top:24.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Au3dTgf6HZFoCROC0HvzMOT8dpU4PB { width:20rem;height:8.4962406015038rem;top:33.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBR9m7sT5Rs2Cag1XeIgMryFnAVenwH { width:20rem;height:7.0676691729323rem;top:42.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJoUkWoSBw2VJ0qybpBtcefc63DDOCrk { width:20rem;height:11.414141414141rem;top:51.242970277369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRqcDOCnVT9ScG6DCORm6l9sCwK9lh8h { width:20rem;height:4.6953405017921rem;top:63.907035827638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnTXTTb8xMaeTydH8n4O0afblROt4vfT { width:20rem;height:13.278236914601rem;top:74.61230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGMCLkWgtdoEWCs9CFVK3aTf9wBvw9Z { width:20rem;height:3.5107587768969rem;top:69.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF { display:block; }#Nq5h4TuJWFBvyFTFQ3UbCzA3qXXVuBvF > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipiL871HQmaGn2psGspmCqCJC7yeHESW { width:16.5625rem;height:20rem;top:5.8367202281952rem;left:1.7187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwpAhqXcSXHW935aGPS3NHDwd74VFRhI { width:13.8125rem;height:3.4375rem;top:28.500000953674rem;left:3.0937500596046rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #TZEOO69SsmHOWsdIEMh0rtIhcmI4TqT3 { display:block; }
 }@media only screen and (max-width: 763px) { #zEmnGSMi8DeLNakTsGFCzyuBcgsAVxB1 { width:18.1875rem;height:5.8125rem;top:24.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIGOP9BIuu1gnXGQOiE4pF4WRAaIvO7C { width:1rem;height:1rem;top:23.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOBgE7xgeSwTvO2TeC9WX980SRRp7nHP { width:1.25rem;height:1.25rem;top:23.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9BP5FOw6UgsTV49bVaqh6p6yqSQlTT { width:20rem;height:2.4rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy { display:block; }#mH9yGVAVdoD4RnqM7sSbqZwchF7tKumy > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty5ZuMf7vTDwzUJuQ0kvrE0MiZbJdBmI { width:19.5rem;height:28.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MctGeaVbW0zwcIJpGnt85Gzk9la4sgHn { display:flex;width:1.9375rem;height:1.9375rem;top:11.031250238419rem;left:17.486718714238rem; }
 }@media only screen and (max-width: 763px) { #fNChSVgk1KOWo1xR7CELZ6HGJGNMp5hs { width:20rem;height:3rem;top:6.8125002384187rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkkTDthfnnpMJG9adPHTVCUeTwIbTwT { width:18.75rem;height:0.3125rem;top:5.3124990463257rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRaNVLyVyNu1zITI4l2TGpdeqW093MdV { width:20rem;height:3rem;top:10.500000238419rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1D0VSuvpeklN0P3w9PS81mwsibScobQ { width:14.375rem;height:5.25rem;top:14.750000238419rem;left:3.1617186665535rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3SCXibCAeSGZokeDT9HkHB7v1ETZooi { width:15.75rem;height:5.3125rem;top:14.718750238419rem;left:2.4742186665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZG73vBlXXfQTEnHb6n0R3R7X7GywPOT { display:flex;width:2.0625rem;height:2.0625rem;top:10.968750238419rem;left:1.2375000119209rem; }
 }@media only screen and (max-width: 763px) { #zXxM1ox9pkTVgFeeD1xAWTdFmasqCi3n { width:16.375rem;height:3.375rem;top:21.625000238419rem;left:1.8125000596046rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SLEW44AqblJZbBtfM7378QmMoTJLlpul { display:block; }
 }@media only screen and (max-width: 763px) { #nhPTbtHzMW6wVuBmANQTMT8lF1T163VT { width:20rem;height:2.15625rem;top:2.4374828338623rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfT5mrdTOu741wDC95FQCtT72uynffdh { width:20rem;height:2.6rem;top:26.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy { display:block; }#cwCAR5n2PTJngdDn5iox6OVhIWBVSyvy > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KEdTJODqnfFwgV128bpU9gIwneux13Pb { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #LuLJtbivQioM6vihHbmdLRTtHnKDpchv {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #IP05v27kSP2bbQc6ImzqM3NixSX3yfW3 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #Iv69BpZgdk9bDrsXw81oRydvqPPT3TpX {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #DFeSTgTP37CSOTfUd9aKSLVUScdbTByR {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #Z1Mp6io052ZuUTQfO9bieWwheUTSS6t8 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #E1xALHzN0hMDXZTzNKtIL0y9ylS7lEHX {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #OTIdpe5bELhDSKRVvVcCKM7fVnNZTv9o {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #R1Cb9aIRM6Kvmx5rDJsJObTytRlvsfes {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #IV4JTsGtWD5ySqRBhXss9b3AEIqh0AXm {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #L1bokDEcBrcEdDKo9qSMTHkUEAoU1b9z {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #zvgxBR2eWQhrXxQzQu0NGrlttX5GOL8b {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #RE8AV6nHcORQ7hRWXDsslJsDALNpNkgm {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #CabpBnwD2GG2PLtZUfoFVkaHWeKx9Ipu {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #ZN7v5zGLN7B58UMyLtKe4Rp4TtQ3WVPQ {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #l5IXTwMAtKrixb8zgPZ5b775cI4Ie7gX {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #ReRp9vo5I0QTh9xfL2TLyhxxTPiBT5Ke {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #bouFre12OGu7fkN1iTiKwkyaGdDJvHrL {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #HsWE3OQyABWXDKHBJKWxK2MmVtCTcsVe {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #wDiA1alEzCVT3LV8tBSnWz1T9LikJpiz {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #TS0tgO5dObypR7OAnJuTCs1ueJywT9ph {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #H4uco5Dy0B83aUDo2HTWst0oUOcAfp72 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #XXabDtBN7LQ0QdxMyLakuDEvOPdoZbEG {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #GpJDs8JVAhFxww9TfJDgTmecczMQk9tM {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #RA7T4BqupEsFSLAAlXW2UikdfHSpDLt8 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #Mbie5lZMzts8WHvJFepiTlDNrTZz6HmF {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #clfu7STTthccdT8qAbKrDZ1Qdzku9yfQ {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #KqxJOaBefUgmUIzCTTnSCHHTZwPVXdOt {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #AyuoI51FTG2Nx4d5RT0VHgm0SragbNKz {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #FWOdFBHVIZQd8itUAga5lgi5m6DHpZ14 {  }
 }@media only screen and (max-width: 763px) { #KEdTJODqnfFwgV128bpU9gIwneux13Pb #uoR0rAloACfblsUu21CZouEttq45p0KI {  }
 }@media only screen and (max-width: 763px) { #Wv5yg7bSllh7tFlFz70P0vZ6nUxoVloI { width:20rem;height:4.8rem;top:1.369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH { display:block; }#hkiPGVdEsT4in8qgCqAs3ttMnexuTvoH > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKF5rQVTW67M2M76Pgt5a42U4fagyAz9 { width:18.875rem;height:3rem;top:0.9375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVqizic3qFD8ztEKf0USbXAFGpzml4U5 { width:5.25rem;height:2.1875rem;top:4.75rem;left:11.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r5ESSvcwlemkwCFSdXZN3JmQgWWN6oCu { display:block; }
 }@media only screen and (max-width: 763px) { #G5SBwVsb57Z8slfGQsUySF9ZTKSBybvn { width:6rem;height:2.1875rem;top:6.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqssKwnKXzZC8JH8bTAsCNBy7GZZMM0w { display:block; }
 }@media only screen and (max-width: 763px) { #yaAF6sZlyflxXTGxJzvfzCrbT9k7qcIv { width:6.1875rem;height:2.1875rem;top:6.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2liIAiZJy3yNy3eDLDvy9RhvPUesiF { display:block; }
 }@media only screen and (max-width: 763px) { #Im7ldhiWz9kgTQ2Kgaz3zu8417MdiGv7 { display:flex;width:2.8125rem;height:2.8125rem;top:16.21875rem;left:2.1875rem; }
#Im7ldhiWz9kgTQ2Kgaz3zu8417MdiGv7 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #LChd8Bqw9mv7FmVsSmLTObxhW948IHDO { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptusq5cxmcy3RyzTyad7hS2PrHw30F3X { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1d1yI9h5SzS3pXO0pN3eF3zEU9sLWvI { width:18.875rem;height:2rem;top:12.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naaUwghKUPS23KbiedhOTAnENk4Hlynr { display:flex;width:3.3125rem;height:3.3125rem;top:15.96875rem;left:6.1875rem; }
#naaUwghKUPS23KbiedhOTAnENk4Hlynr > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #HMPz0QiTmGQ4XDMtB2HfAB0nT2438otZ { display:flex;width:2.6875rem;height:2.6875rem;top:16.40625rem;left:10.5625rem; }
#HMPz0QiTmGQ4XDMtB2HfAB0nT2438otZ > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #cviN7IQSw8zTHTAsbqXTHpa8Mkuswmr1 { display:flex;width:3.25rem;height:3.25rem;top:16.21875rem;left:13.9375rem; }
#cviN7IQSw8zTHTAsbqXTHpa8Mkuswmr1 > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #ZTBAbO3uGD5d7etWznMVm59ILhsovIid { width:10.125rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEmo4TKbiLs2m0KwVATlxPREWd2IAfc { display:block; }
 }