.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:222,244,255;--color-primary-1:139,225,239;--color-primary-2:61,205,229;--color-primary-3:12,192,223;--color-primary-4:0,96,175;--color-secondary-0:239,223,238;--color-secondary-1:201,147,199;--color-secondary-2:146,39,143;--color-secondary-3:73,20,72;--color-secondary-4:22,6,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"verdana";--paragraphs-font-family:"verdana"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container { background-color: transparent; background-image: none; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container > .video-iframe-container { display: none; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row > .video-iframe-container { display: none; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .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); }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container { border-width: 0; border-radius: 0; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#OPGJbAk51wmNhLDi6SK78DIKomAweddS { position:absolute;display:block;z-index:15001;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:3.5625rem;width:9rem;top:1.09375rem;left:1.287841796875rem;overflow:hidden;display:block; }
#MMn0cHThTPaEU6STI0ZT1JnTI7nvR2yF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:22.375rem;display:block; }
#iKLHvbiGJTHcQB7oIv6ctz3J81qJwFca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJGxORw2f5Tfc0cdtnbzeZZzaJIAE3BB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:34.125rem;display:block; }
#Hyyxp1p79wf4T75nFRXu1OcEKJ5Ls5gz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyryRTLWBXRIgcgJ3N4dsJ61kttAkKhl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:45.875rem;display:block; }
#OPVXZSmWgUtU8L4JEV2FUKBq8aZmhevz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR { position:relative;display:none; }#Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR { border-width: 0; border-radius: 0; }#Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR > .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; }#Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lZpCAPoMuqsR0DN50Bhpc51oo5XTZ0D6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:34.125rem;display:none; }
#eTVs2yMvw3xmecZslfuk2nU03vzkWPHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmHKH8DHmM7z7SdLVzma3VWEkDvPHeVI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:22.375rem;display:none; }
#Z2RTU7U8n2wIKwMU3vDaEhELxDpaazzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o78rgBTAUBV97l2MRPeZv07nPrb7hpdZ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:45.875rem;display:none; }
#DtbgleWslzvJkMFxsoO9EO4NO4uEwKBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7e143d9-ba90-47e3-996d-95f4d8e14e38/FunFestBanner2024v2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA.adaptive-delivery-prevent-bg, #nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA.lazyload, #nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA.lazyloading { background-image: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { background-color: transparent; background-image: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,243,250,0.72); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container > .video-iframe-container { display: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,243,250,0.72); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row > .video-iframe-container { display: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .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); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { border-width: 0; border-radius: 0; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#TibJWhF0ZkLOTBAaSAiLRc1U4eTCS6m1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:35.8125rem;top:3.25rem;left:12.09375rem;overflow:hidden;display:block; }
#h1PPT33O9Sb399PDSOFMzOx1fT09VNQl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:16.875rem;top:16.875rem;left:21.5625rem;overflow:hidden;display:block; }
#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { background-color: transparent; background-image: none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container > .video-iframe-container { display: none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row > .video-iframe-container { display: none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .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); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { border-width: 0; border-radius: 0; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#o0CNgyXcONhn8kVv7h4JUkXrAFpMiBFp { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.587890625rem;left:1.25rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azlxOWQKHsvkvUSuA4pEgJxBXicugixo { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.587890625rem;left:1.25rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container { background-color: transparent; background-image: none; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container > .video-iframe-container { display: none; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row > .video-iframe-container { display: none; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .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); }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container { border-width: 0; border-radius: 0; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#m6F73OauAMvPnFN6AUQAdVdRM6PMH4uu { color:rgba(var(--color-tertiary-4),1);display:block;width:51.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7802734375rem;left:4.342041015625rem;height:14.617925rem;display:block; }
#SXITa6fsHdcHppNK4C9JeGeREgTnqOth { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.18725625rem;top:17.757568359375rem;left:0.625rem;overflow:hidden;display:block; }
#otCiZFm3timaL1NEqRuJJzOfALuyTV0w { position:absolute;display:block;z-index:15002;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.5rem;width:3.6875rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#Ryn0UKMWZuZyuQVaD0F0p4THWvD9vhpm { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:20rem;width:60rem;top:2.093505859375rem;left:0rem;display:block; }
#WcOVcZqTNadJTOd6medcHHvfIhpNzfKO { position:absolute;display:block;z-index:15003;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.5rem;width:3.6875rem;top:2.09375rem;left:56.3125rem;overflow:hidden;display:block; }
#LkscmkFaM0cWIDEIicU83FalTGRola3w { position:absolute;display:block;z-index:15002;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:3.125rem;width:3.125rem;top:18.382568359375rem;left:55.653076171875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TJvBZAI8SuN0zpgqoEIFx970ZrN81KGH { color:rgba(var(--color-primary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.5625rem;height:2.4375rem;font-style:normal;display:block; }
#xyswtcDA1MqN0y5cTFSvkBTApLqoJThu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.75rem;left:2.5625rem;height:3.59863125rem;display:block; }
#m7JnHQvcmmPNsWp0leTfG5JCH3nkHSk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.5625rem;height:1.4624rem;font-style:normal;display:block; }
#kskTdc7pNIB5EJmFATGsi8GDh5BExGRE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.5625rem;height:1.4624rem;font-style:normal;display:block; }
#kGzRBbrwE6OxIm7Co5uUmFK4bOoif21W { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:6rem;top:0.625rem;left:22.5625rem;overflow:hidden;display:block; }
#W4hl5XBxtLXiF6t6UcDTllelvyqhgFFn { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(0,174,239,0.62);border-left:0.5rem dashed rgba(0,174,239,0.62);border-right:0.5rem dashed rgba(0,174,239,0.62);border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:103rem;width:59rem;top:0rem;left:0rem;display:block; }
#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs { position:relative;display:block; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs { background-color: transparent; background-image: none; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row .container > .video-iframe-container { display: none; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row > .video-iframe-container { display: none; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .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); }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs { border-width: 0; border-radius: 0; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .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; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w2doZFJ10pFggey0CqrgCdGIKA14Qcx4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:26rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#p7tCkakum7Q6DcosK83nAOlLpENMGQDD { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.306640625rem;left:6.65625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkiUG2gzp1usAxSv34LfAglUtopFwTVA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:1.6875rem;left:31.875rem;overflow:hidden;display:block; }
#pVfBfUtaekv7qWlueSUevKapiSZOSqNs { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.369140625rem;left:36.65625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTSHFLTlNUtq9tRUqcUNyaGrlwfIizm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.431640625rem;left:3.4375rem;height:4.385375rem;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; }
#rzvkLUM50sCoqG1i19p4bS2pZFKAebZu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.431640625rem;left:33.4375rem;height:5.84716875rem;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; }
#qb7l3pwXP7TaoGd7tWGZvcEbBo1Ne4dz { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.125rem;width:26.25rem;top:18rem;left:1.875rem;display:block; }
#GwND7z12WfpHTSSEyLVqx4KCBIwL3xa7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.125rem;width:26.25rem;top:18rem;left:31.875rem;display:block; }
#lua18PTNdpqlqWkv7ZvsJ9V22K8N7AaX { position:absolute;display:block;z-index:15004;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.5rem;width:3.6875rem;top:17.95556640625rem;left:24.3125rem;overflow:hidden;display:block; }
#ttq66gCeN33NT3btyAmfp3mEsonLHJL0 { position:absolute;display:block;z-index:15005;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.5rem;width:3.6875rem;top:18rem;left:54.375rem;overflow:hidden;display:block; }
#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T { position:relative;display:block; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T { background-color: transparent; background-image: none; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row .container > .video-iframe-container { display: none; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row > .video-iframe-container { display: none; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .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); }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T { border-width: 0; border-radius: 0; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .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; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tx1ts0FqmcHyNcmtb37XkeVPFqwnyhLm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:1.5625rem;left:31.875rem;overflow:hidden;display:block; }
#pLbo2zANld4MDL95wfiTcbKIHmyKMyNQ { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.150390625rem;left:36.09375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASLdfkUue9OdXT9kVbUdpOAeBWKtTWBD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:1.5625rem;left:1.875rem;overflow:hidden;display:block; }
#WMyV1uKITmZoxrIEZwp7gA2V2yU8HCZT { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.150390625rem;left:6.65625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9iic4Tyf0hm7POQy84WmmgtoZ5t20WJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.4375rem;height:4.385375rem;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; }
#kHoCVndX4COKT3gvrhUx4KWkTQReQEay { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:26.25rem;top:17.6875rem;left:1.875rem;display:block; }
#ceBBIb5rUhcLdnqFJR3dvQEgNcQvgxxe { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:26.25rem;top:17.6875rem;left:31.875rem;display:block; }
#yPZzoZPgPunfGlKFZRiBMGMzqhm9sd2U { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.25rem;left:33.4375rem;height:5.84716875rem;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; }
#fEsPeo32gVHROkQEDx7TmDFyxpV7agSZ { position:absolute;display:block;z-index:15006;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.5rem;width:3.6875rem;top:17.6875rem;left:24.4375rem;overflow:hidden;display:block; }
#SkPm6GL6aT9MJ2mt8Lt8qTfPWdt86QcJ { position:absolute;display:block;z-index:15007;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.5rem;width:3.6875rem;top:17.6875rem;left:54.4375rem;overflow:hidden;display:block; }
#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn { position:relative;display:block; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn { background-color: transparent; background-image: none; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .row .container > .video-iframe-container { display: none; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .row > .video-iframe-container { display: none; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .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); }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn { border-width: 0; border-radius: 0; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .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; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .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:30.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ShGzTMlT5rXcKDUI9r6NlzKqF7bVLNbs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:1.3125rem;left:1.875rem;overflow:hidden;display:block; }
#DlSTGkAtF6VlQIqLXnnAZmxZZySDR9Hp { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.875rem;left:6.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdZQT80mIzNpUDG69VH3i6DxIL2r4keB { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:26.25rem;top:17.1875rem;left:1.875rem;display:block; }
#mqFFTB1DmDXTa0RgPEFXZnT2HTOZnNif { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:18.73095703125rem;left:3.4375rem;height:5.0610375rem;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; }
#UqdCTLl7vAOwkCkXy3ObsdEwgOHT38s3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:1.3125rem;left:31.875rem;overflow:hidden;display:block; }
#NwXusfK3uuGPAMWSQmoaDkontmGpWSkF { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:36.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqTOheFML9NKPrKZo5DTo9AuWtTseHMR { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:26.25rem;top:17.1875rem;left:31.875rem;display:block; }
#WUJPcaeGwWzQofUbnJ5Qr3FveZVM320W { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.73095703125rem;left:33.4375rem;height:6.7480625rem;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; }
#U56aht3vGTx7VvDkdH92RpkWgSd27TWm { position:absolute;display:block;z-index:15007;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.5rem;width:3.6875rem;top:17.1875rem;left:24.4375rem;overflow:hidden;display:block; }
#dADmytG0M0eHS6iUoWZO10Dix3B1iE38 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.6875rem;top:17.1875rem;left:54.4375rem;overflow:hidden;display:block; }
#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284a8a1-1875-430c-8c27-1e0715948c69/MakersMarketBanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3.adaptive-delivery-prevent-bg, #XwnecwLOIiXdTzTLHT6czlodTqIMMyA3.lazyload, #XwnecwLOIiXdTzTLHT6czlodTqIMMyA3.lazyloading { background-image: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container { background-color: transparent; background-image: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.72); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container > .video-iframe-container { display: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.72); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row > .video-iframe-container { display: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .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); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container { border-width: 0; border-radius: 0; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo { position:relative;display:block; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo { background-color: transparent; background-image: none; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .row .container > .video-iframe-container { display: none; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .row > .video-iframe-container { display: none; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .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); }#nmusApap0OlnlrXedWVlnXMpASlaiyIo { border-width: 0; border-radius: 0; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .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; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .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:39.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R2zfeAQhi7PH7MhdU84QziAcLimfvEK7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:11.187133789062rem;left:2.9998779296875rem;height:21.59175625rem;display:block; }
#sulppgE3UDi2GARvHw4XqhP8QvPksH5w { color:rgba(var(--color-primary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.548828125rem;left:3rem;height:2.43713125rem;font-style:normal;display:block; }
#iqbz7JOKfJUkDepdri69oBiaKuZTNOhz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5361328125rem;left:3rem;height:1.46179375rem;font-style:normal;display:block; }
#wyq5EsqSeMTu3SNMklefZn5uqJ5ptB56 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.8486328125rem;left:3rem;height:1.4624rem;font-style:normal;display:block; }
#o9y6wo9pkVO8cCf2IsJHSGTSCq8W5CST { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31213125rem;width:4.31213125rem;top:3.548583984375rem;left:21.350708007812rem;overflow:hidden;display:block; }
#ex9FIfaAAAdvoMJHl3uhUdQ5AJ8uuHVu { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(0,174,239,0.62);border-left:0.5rem dashed rgba(0,174,239,0.62);border-right:0.5rem dashed rgba(0,174,239,0.62);border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.5rem;width:59rem;top:2.04833984375rem;left:0rem;display:block; }
#bnKaTC8rTE8xk8Ua7EDgUdiLcp8iHvfT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:8.8482666015625rem;left:30.686645507812rem;overflow:hidden;display:block; }
#yG8JlQNfkgvSnIFeIJ07gHMATx8uIJIa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:23.290405273438rem;left:30.686645507812rem;overflow:hidden;display:none; }
#o7pGfGpBQC4NlV3uoaOnZwB0eouEZPZO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.125rem;width:26.25rem;top:23.290405273438rem;left:30.686645507812rem;overflow:hidden;display:block; }
#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container { background-color: transparent; background-image: none; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container > .video-iframe-container { display: none; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row > .video-iframe-container { display: none; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .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); }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container { border-width: 0; border-radius: 0; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#MJbC6bC8NNsHq2eUNfQd2PleH9PS8Lvd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2rem;left:18.90625rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlTQVUVsq4o60ypqc2CtteytvKOT0u0l { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.8125rem;left:4.03125rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#FNJgsTBTRIKsM12yGuTqr1GQ90hwllzh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.25rem;left:21.25rem;display:block; }
#B4Z5x6whGxSduEduTDrrd2UotXopK2t5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o { position:relative;display:block; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o { background-color: transparent; background-image: none; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .row .container > .video-iframe-container { display: none; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .row > .video-iframe-container { display: none; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .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); }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o { border-width: 0; border-radius: 0; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .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; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .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:22.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gp62tkRxiC9uEOFuHZNcVTA86t9WJqtn { color:rgba(var(--color-primary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lL1QHXs27T3B9ubhgVuICZTwkDmX6RlC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.375rem;top:1.71875rem;left:14rem;overflow:hidden;display:block; }
#gubfVOO8loOgLFOF96reBirZtXTczB7h { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.0625rem;top:1.9375rem;left:42.6875rem;overflow:hidden;display:block; }
#XZSD67vGbiIWn7VBvFepTvmIrqAK7Mda { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.25rem;width:35.0625rem;top:7.625rem;left:12rem;display:block; }
#PzK84LQ5KuxKKWeKWRATabnMT4JEGvWO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:22.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5TKySdvDoC0r1vGZTVW2qlREW6mcR9t { position:absolute;display:block;z-index:15008;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:5.6875rem;width:32.4375rem;top:12.5625rem;left:13.78125rem;overflow:hidden;display:block; }
#Dzfar11TZWsggQJ50U1fKA1WRznC0tef { position:relative;display:none; }#Dzfar11TZWsggQJ50U1fKA1WRznC0tef { border-width: 0; border-radius: 0; }#Dzfar11TZWsggQJ50U1fKA1WRznC0tef > .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; }#Dzfar11TZWsggQJ50U1fKA1WRznC0tef > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ViVSQBEza7MWp7vhhmOLGsaA2CJpuV36 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:3.375rem;left:17.1875rem;display:block; }
#uZ34hBExuCCKovlr8ld2753u9RT9OAM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22.0625rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEhJrccabtvDc7TToLdzNR1X4x4SKwrR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3745rem;width:17.1875rem;top:7.8125rem;left:21.375rem;overflow:hidden;display:block; }
#fm0smG9D5wGxbzFOf8hgMCDsKbVcqL1P { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:16.375rem;left:17.5625rem;display:block; }
#NcThT4BrkLfzBixioEBTHkh6XVFMHtAb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.1875rem;left:22.3125rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lm648ih22v46vyAO0yJXJMVK5DiC47WI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18713125rem;width:17.1875rem;top:21.5rem;left:21.75rem;overflow:hidden;display:block; }
#y9fi5B92WGVZtm346SpiEmLKwkKUzsoT { position:relative;display:none; }#y9fi5B92WGVZtm346SpiEmLKwkKUzsoT { border-width: 0; border-radius: 0; }#y9fi5B92WGVZtm346SpiEmLKwkKUzsoT > .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; }#y9fi5B92WGVZtm346SpiEmLKwkKUzsoT > .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:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#riewWDIy2Hr0aJkBaprr0Q5GslxkToyN { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:1.4375rem;left:2.1875rem;display:block; }
#z3g2aMzA71C0x1dZRLqGZIBXqGINAWxM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.25rem;left:7rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0vpKECq95VzTq52kOUouB1a3WuO6vG4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24926875rem;width:14.74975rem;top:6.375rem;left:7.625rem;overflow:hidden;display:block; }
#xB3e8yT4sC7T4gzEdXPdFtwnZDF5utUk { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:1.25rem;left:32.6875rem;display:block; }
#zH59CNDmfCK2yXW9HeMQwITMaqT8Q7UX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.0625rem;left:37.375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w5d8JnKMiwIqM3mhfG5Sv9QonyoX1QCk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.93725rem;width:8.62425rem;top:5.75rem;left:41.125rem;overflow:hidden;display:block; }
#tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS { position:relative;display:none; }#tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS { border-width: 0; border-radius: 0; }#tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS > .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; }#tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS > .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:13.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oDJiT9S7nVnDkQ5FQ0q5QbRfbaGSpHAQ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:0.9375rem;left:2.6875rem;display:block; }
#CahM44SHsSaJE7XPtK6WzDFAAf1k6Wup { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iu7mHeWAEz839SRT3kMuT4BUaT7AZE09 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:14.74975rem;top:5.8125rem;left:8rem;overflow:hidden;display:block; }
#ZO6saml0QyAQnivTSGFhM3StkPeCdNUy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.124rem;width:7.124rem;top:5.341796875rem;left:41.436767578125rem;overflow:hidden;display:block; }
#U7FxgE5CxHPLigN2AVv4Gt6O86bMhDRQ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:1.0625rem;left:32.1875rem;display:block; }
#i8HEMZk9kqPvfb9TfibRfqq551CGV1FO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.875rem;left:37rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M { position:relative;display:none; }#ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M { border-width: 0; border-radius: 0; }#ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M > .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; }#ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O3xX22q0OeXywVOevQsxElNTZcoFmHHr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.5rem solid rgba(var(--color-primary-0),1);border-left:0.5rem solid rgba(var(--color-primary-0),1);border-right:0.5rem solid rgba(var(--color-primary-0),1);border-bottom:0.5rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:24.6875rem;top:1.25rem;left:17.6875rem;display:block; }
#pX9gW5eD3WIfVJlXV8sos2RsP6SvXoRv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3C71e8ihDNVAVSIvTsb1mucCUDIT69i { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.74975rem;top:6.125rem;left:23rem;overflow:hidden;display:block; }
#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83ac4b80-93e2-4110-a728-66b14de763b0/PhoenixvilleYFront.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p.adaptive-delivery-prevent-bg, #amsCflPcMotQPXmrH3J3xS2XpGcbBT3p.lazyload, #amsCflPcMotQPXmrH3J3xS2XpGcbBT3p.lazyloading { background-image: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container { background-color: transparent; background-image: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.83); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container > .video-iframe-container { display: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.83); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row > .video-iframe-container { display: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .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); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container { border-width: 0; border-radius: 0; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#EStmTHntNZf67BdOzc1RNM7Fw7sFC3hr { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:20.9375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3ggqr9fHDv1qGRm3PQD4O1iZIZ2kCON { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.875rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#u6tRBxdgPftVukzOOyUa9h96TSTe22T3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.875rem;left:23.8125rem;display:block; }
#Mn0DWcZL8mEK0B2NkTuyQblCWI3UpWpB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container { background-color: transparent; background-image: none; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container > .video-iframe-container { display: none; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row > .video-iframe-container { display: none; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .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); }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container { border-width: 0; border-radius: 0; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#CLG7aMl6O7qeB7ep1NrA7ZZ5FOfOeUKk { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.900146484375rem;left:0rem;height:11.6949375rem;display:block; }
#rZX3awJULhZgHOFK280rFTxe5FXVhMz2 { position:absolute;display:block;z-index:15001;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:5rem;width:13.125rem;top:4.89990234375rem;left:44.749755859375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S { display:block; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPGJbAk51wmNhLDi6SK78DIKomAweddS { top:1.0625rem;left:0rem;width:9rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMn0cHThTPaEU6STI0ZT1JnTI7nvR2yF { width:10.5rem;height:2.5625rem;top:1.625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLHvbiGJTHcQB7oIv6ctz3J81qJwFca { display:block; }
 }@media only screen and (max-width: 763px) { #pJGxORw2f5Tfc0cdtnbzeZZzaJIAE3BB { width:10.5rem;height:2.5625rem;top:1.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyyxp1p79wf4T75nFRXu1OcEKJ5Ls5gz { display:block; }
 }@media only screen and (max-width: 763px) { #eyryRTLWBXRIgcgJ3N4dsJ61kttAkKhl { width:10.5rem;height:2.5625rem;top:1.625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVXZSmWgUtU8L4JEV2FUKBq8aZmhevz { display:block; }
 }@media only screen and (max-width: 763px) { #Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR { display:none; }#Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZpCAPoMuqsR0DN50Bhpc51oo5XTZ0D6 { width:10.5rem;height:2.5625rem;top:1.625rem;left:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTVs2yMvw3xmecZslfuk2nU03vzkWPHB { display:block; }
 }@media only screen and (max-width: 763px) { #HmHKH8DHmM7z7SdLVzma3VWEkDvPHeVI { width:10.5rem;height:2.5625rem;top:1.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2RTU7U8n2wIKwMU3vDaEhELxDpaazzd { display:block; }
 }@media only screen and (max-width: 763px) { #o78rgBTAUBV97l2MRPeZv07nPrb7hpdZ { width:10.5rem;height:2.5625rem;top:1.625rem;left:37.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtbgleWslzvJkMFxsoO9EO4NO4uEwKBa { display:block; }
 }@media only screen and (max-width: 763px) { #nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA { display:block; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TibJWhF0ZkLOTBAaSAiLRc1U4eTCS6m1 { top:3.25rem;left:5.96875rem;width:35.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PPT33O9Sb399PDSOFMzOx1fT09VNQl { top:16.875rem;left:15.4375rem;width:16.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA { display:none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0CNgyXcONhn8kVv7h4JUkXrAFpMiBFp { top:1.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #azlxOWQKHsvkvUSuA4pEgJxBXicugixo { top:0.6875rem;left:0rem;width:17.375rem;height:3.75rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK { display:block; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6F73OauAMvPnFN6AUQAdVdRM6PMH4uu { top:4.75rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXITa6fsHdcHppNK4C9JeGeREgTnqOth { top:17.75rem;left:0rem;width:3.125rem;height:4.2895437102053rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCiZFm3timaL1NEqRuJJzOfALuyTV0w { top:2.0625rem;left:0rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryn0UKMWZuZyuQVaD0F0p4THWvD9vhpm { top:2.0625rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcOVcZqTNadJTOd6medcHHvfIhpNzfKO { top:2.0625rem;left:44.0625rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkscmkFaM0cWIDEIicU83FalTGRola3w { top:18.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJvBZAI8SuN0zpgqoEIFx970ZrN81KGH { top:1.375rem;left:0rem;width:16.6875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyswtcDA1MqN0y5cTFSvkBTApLqoJThu { top:8.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7JnHQvcmmPNsWp0leTfG5JCH3nkHSk3 { top:4.4375rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskTdc7pNIB5EJmFATGsi8GDh5BExGRE { top:6.75rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGzRBbrwE6OxIm7Co5uUmFK4bOoif21W { top:0.625rem;left:16.4375rem;width:6rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4hl5XBxtLXiF6t6UcDTllelvyqhgFFn { top:0rem;left:0rem;width:46.75rem;height:103rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs { display:block; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2doZFJ10pFggey0CqrgCdGIKA14Qcx4 { top:1.75rem;left:0rem;width:26rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tCkakum7Q6DcosK83nAOlLpENMGQDD { top:15.25rem;left:3.5927734375rem;width:16.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkiUG2gzp1usAxSv34LfAglUtopFwTVA { top:1.6875rem;left:21.5rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVfBfUtaekv7qWlueSUevKapiSZOSqNs { top:15.3125rem;left:27.46875rem;width:16.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTSHFLTlNUtq9tRUqcUNyaGrlwfIizm5 { top:19.375rem;left:0.375rem;width:23.125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvkLUM50sCoqG1i19p4bS2pZFKAebZu { top:19.375rem;left:24.25rem;width:23.125rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7l3pwXP7TaoGd7tWGZvcEbBo1Ne4dz { top:18rem;left:0rem;width:26.25rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwND7z12WfpHTSSEyLVqx4KCBIwL3xa7 { top:18rem;left:21.5rem;width:26.25rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lua18PTNdpqlqWkv7ZvsJ9V22K8N7AaX { top:17.9375rem;left:20.1875rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttq66gCeN33NT3btyAmfp3mEsonLHJL0 { top:18rem;left:44.0625rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T { display:block; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1ts0FqmcHyNcmtb37XkeVPFqwnyhLm { top:1.5625rem;left:21.5rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbo2zANld4MDL95wfiTcbKIHmyKMyNQ { top:15.125rem;left:26.90625rem;width:17.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASLdfkUue9OdXT9kVbUdpOAeBWKtTWBD { top:1.5625rem;left:0rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMyV1uKITmZoxrIEZwp7gA2V2yU8HCZT { top:15.125rem;left:3.59375rem;width:16.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9iic4Tyf0hm7POQy84WmmgtoZ5t20WJ { top:19.1875rem;left:0.375rem;width:23.125rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHoCVndX4COKT3gvrhUx4KWkTQReQEay { top:17.6875rem;left:0rem;width:26.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceBBIb5rUhcLdnqFJR3dvQEgNcQvgxxe { top:17.6875rem;left:21.5rem;width:26.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPZzoZPgPunfGlKFZRiBMGMzqhm9sd2U { top:19.1875rem;left:24.25rem;width:23.125rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEsPeo32gVHROkQEDx7TmDFyxpV7agSZ { top:17.6875rem;left:20.1875rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkPm6GL6aT9MJ2mt8Lt8qTfPWdt86QcJ { top:17.6875rem;left:44.0625rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn { display:block; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShGzTMlT5rXcKDUI9r6NlzKqF7bVLNbs { top:1.3125rem;left:0rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSTGkAtF6VlQIqLXnnAZmxZZySDR9Hp { top:14.875rem;left:3.625rem;width:16.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdZQT80mIzNpUDG69VH3i6DxIL2r4keB { top:17.1875rem;left:0rem;width:26.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFFTB1DmDXTa0RgPEFXZnT2HTOZnNif { top:18.6875rem;left:0.375rem;width:23.125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqdCTLl7vAOwkCkXy3ObsdEwgOHT38s3 { top:1.3125rem;left:21.5rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwXusfK3uuGPAMWSQmoaDkontmGpWSkF { top:14.875rem;left:27.5rem;width:16.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTOheFML9NKPrKZo5DTo9AuWtTseHMR { top:17.1875rem;left:21.5rem;width:26.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJPcaeGwWzQofUbnJ5Qr3FveZVM320W { top:18.6875rem;left:24.25rem;width:23.125rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56aht3vGTx7VvDkdH92RpkWgSd27TWm { top:17.1875rem;left:20.1875rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADmytG0M0eHS6iUoWZO10Dix3B1iE38 { top:17.1875rem;left:44.0625rem;width:3.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 { display:block; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmusApap0OlnlrXedWVlnXMpASlaiyIo { display:block; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2zfeAQhi7PH7MhdU84QziAcLimfvEK7 { top:11.125rem;left:0rem;width:25.6875rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sulppgE3UDi2GARvHw4XqhP8QvPksH5w { top:3.5rem;left:0rem;width:25.3125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqbz7JOKfJUkDepdri69oBiaKuZTNOhz { top:6.5rem;left:0rem;width:22.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyq5EsqSeMTu3SNMklefZn5uqJ5ptB56 { top:8.8125rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9y6wo9pkVO8cCf2IsJHSGTSCq8W5CST { top:3.5rem;left:15.225708007812rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex9FIfaAAAdvoMJHl3uhUdQ5AJ8uuHVu { top:2rem;left:0rem;width:46.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnKaTC8rTE8xk8Ua7EDgUdiLcp8iHvfT { top:8.8125rem;left:21.5rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8JlQNfkgvSnIFeIJ07gHMATx8uIJIa { top:23.25rem;left:21.5rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7pGfGpBQC4NlV3uoaOnZwB0eouEZPZO { top:23.25rem;left:21.5rem;width:26.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf { display:block; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJbC6bC8NNsHq2eUNfQd2PleH9PS8Lvd { top:1.9375rem;left:12.78125rem;width:22.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlTQVUVsq4o60ypqc2CtteytvKOT0u0l { top:4.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNJgsTBTRIKsM12yGuTqr1GQ90hwllzh { width:17.5rem;height:3.4375rem;top:7.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Z5x6whGxSduEduTDrrd2UotXopK2t5 { display:block; }
 }@media only screen and (max-width: 763px) { #NvA10AbvekfU5Bp26TLrDmbLcMOELN1o { display:block; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp62tkRxiC9uEOFuHZNcVTA86t9WJqtn { top:2.75rem;left:11.1875rem;width:25.375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1QHXs27T3B9ubhgVuICZTwkDmX6RlC { top:1.6875rem;left:7.875rem;width:3.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gubfVOO8loOgLFOF96reBirZtXTczB7h { top:1.9375rem;left:36.5625rem;width:3.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZSD67vGbiIWn7VBvFepTvmIrqAK7Mda { top:7.625rem;left:5.875rem;width:35.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzK84LQ5KuxKKWeKWRATabnMT4JEGvWO { top:8.375rem;left:15.9375rem;width:15.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5TKySdvDoC0r1vGZTVW2qlREW6mcR9t { top:12.5625rem;left:7.65625rem;width:32.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzfar11TZWsggQJ50U1fKA1WRznC0tef { display:block; }#Dzfar11TZWsggQJ50U1fKA1WRznC0tef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViVSQBEza7MWp7vhhmOLGsaA2CJpuV36 { top:3.375rem;left:11.0625rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ34hBExuCCKovlr8ld2753u9RT9OAM4 { top:4.1875rem;left:15.9375rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEhJrccabtvDc7TToLdzNR1X4x4SKwrR { top:7.8125rem;left:15.25rem;width:17.1875rem;height:6.3745rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm0smG9D5wGxbzFOf8hgMCDsKbVcqL1P { top:16.375rem;left:11.4375rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcThT4BrkLfzBixioEBTHkh6XVFMHtAb { top:17.1875rem;left:16.1875rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm648ih22v46vyAO0yJXJMVK5DiC47WI { top:21.5rem;left:15.625rem;width:17.1875rem;height:6.18713125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9fi5B92WGVZtm346SpiEmLKwkKUzsoT { display:block; }#y9fi5B92WGVZtm346SpiEmLKwkKUzsoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riewWDIy2Hr0aJkBaprr0Q5GslxkToyN { top:1.4375rem;left:0rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3g2aMzA71C0x1dZRLqGZIBXqGINAWxM { top:2.25rem;left:3.9375rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vpKECq95VzTq52kOUouB1a3WuO6vG4 { top:6.375rem;left:4.5625rem;width:14.6875rem;height:4.2313350914846rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB3e8yT4sC7T4gzEdXPdFtwnZDF5utUk { top:1.25rem;left:22.0625rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH59CNDmfCK2yXW9HeMQwITMaqT8Q7UX { top:2.0625rem;left:28.1875rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5d8JnKMiwIqM3mhfG5Sv9QonyoX1QCk { top:5.75rem;left:31.9375rem;width:8.5625rem;height:6.8875789923763rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS { display:block; }#tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDJiT9S7nVnDkQ5FQ0q5QbRfbaGSpHAQ { top:0.9375rem;left:0rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CahM44SHsSaJE7XPtK6WzDFAAf1k6Wup { top:1.75rem;left:4.3125rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7mHeWAEz839SRT3kMuT4BUaT7AZE09 { top:5.8125rem;left:4.9375rem;width:14.6875rem;height:6.160415324836rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO6saml0QyAQnivTSGFhM3StkPeCdNUy { top:5.3125rem;left:32.249267578125rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FxgE5CxHPLigN2AVv4Gt6O86bMhDRQ { top:1.0625rem;left:22.0625rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8HEMZk9kqPvfb9TfibRfqq551CGV1FO { top:1.875rem;left:27.8125rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M { display:block; }#ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3xX22q0OeXywVOevQsxElNTZcoFmHHr { top:1.25rem;left:11.5625rem;width:24.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9gW5eD3WIfVJlXV8sos2RsP6SvXoRv { top:2.0625rem;left:16.25rem;width:15.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3C71e8ihDNVAVSIvTsb1mucCUDIT69i { top:6.125rem;left:16.875rem;width:14.6875rem;height:4.356535703995rem;display:block; }
 }@media only screen and (max-width: 763px) { #amsCflPcMotQPXmrH3J3xS2XpGcbBT3p { display:block; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EStmTHntNZf67BdOzc1RNM7Fw7sFC3hr { top:3.625rem;left:14.8125rem;width:18.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ggqr9fHDv1qGRm3PQD4O1iZIZ2kCON { top:7.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6tRBxdgPftVukzOOyUa9h96TSTe22T3 { width:12.375rem;height:2.5625rem;top:11.875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0DWcZL8mEK0B2NkTuyQblCWI3UpWpB { display:block; }
 }@media only screen and (max-width: 763px) { #WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 { display:block; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLG7aMl6O7qeB7ep1NrA7ZZ5FOfOeUKk { top:4.875rem;left:0rem;width:31.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZX3awJULhZgHOFK280rFTxe5FXVhMz2 { top:4.875rem;left:34.625rem;width:13.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S { display:block; }#BWEBq4FPhhmtCuMvaBnk7NN0REUWkM5S > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPGJbAk51wmNhLDi6SK78DIKomAweddS { width:6.4375rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMn0cHThTPaEU6STI0ZT1JnTI7nvR2yF { width:6.25rem;height:2rem;top:5.1875rem;left:6.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKLHvbiGJTHcQB7oIv6ctz3J81qJwFca { display:block; }
 }@media only screen and (max-width: 763px) { #pJGxORw2f5Tfc0cdtnbzeZZzaJIAE3BB { width:6.25rem;height:2rem;top:5.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hyyxp1p79wf4T75nFRXu1OcEKJ5Ls5gz { display:block; }
 }@media only screen and (max-width: 763px) { #eyryRTLWBXRIgcgJ3N4dsJ61kttAkKhl { width:6.25rem;height:2rem;top:5.1875rem;left:13.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPVXZSmWgUtU8L4JEV2FUKBq8aZmhevz { display:block; }
 }@media only screen and (max-width: 763px) { #Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR { display:block; }#Ro5KrrPhTU6lrAzVe363PZPpseOGNDFR > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZpCAPoMuqsR0DN50Bhpc51oo5XTZ0D6 { width:6.62475rem;height:1.9995125rem;top:1.1871337890625rem;left:6.6864013671875rem;font-size:0.625rem;z-index:15006;background-color:#92278f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eTVs2yMvw3xmecZslfuk2nU03vzkWPHB { display:block; }
 }@media only screen and (max-width: 763px) { #HmHKH8DHmM7z7SdLVzma3VWEkDvPHeVI { width:6.25rem;height:2rem;top:1.1875rem;left:0rem;font-size:0.625rem;z-index:15005;background-color:#92278f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RTU7U8n2wIKwMU3vDaEhELxDpaazzd { display:block; }
 }@media only screen and (max-width: 763px) { #o78rgBTAUBV97l2MRPeZv07nPrb7hpdZ { width:6.25rem;height:2rem;top:1.1875rem;left:13.75rem;font-size:0.625rem;z-index:15006;background-color:#92278f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DtbgleWslzvJkMFxsoO9EO4NO4uEwKBa { display:block; }
 }@media only screen and (max-width: 763px) { #nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73b50df1-f9f2-4f0a-bdfe-a0cf0212216e/FunFestMobileBanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA.adaptive-delivery-prevent-bg, #nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA.lazyload, #nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA.lazyloading { background-image: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { background-color: transparent; background-image: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,243,250,0.72); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container > .video-iframe-container { display: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(203,243,250,0.72); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row > .video-iframe-container { display: none; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .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); }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { border-width: 0; border-radius: 0; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA1ZEaE7Q3bm9TTupZ0RuUaq3T8ZubmA > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TibJWhF0ZkLOTBAaSAiLRc1U4eTCS6m1 { width:19.8125rem;height:7.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PPT33O9Sb399PDSOFMzOx1fT09VNQl { width:16.875rem;height:6.625rem;top:11.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA { background-color:#0089d0;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;display:block; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { background-color: transparent; background-image: none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container > .video-iframe-container { display: none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row > .video-iframe-container { display: none; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .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); }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { border-width: 0; border-radius: 0; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCCydsNGVtChb2rVHT7rSgDdwP2VIPoA > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0CNgyXcONhn8kVv7h4JUkXrAFpMiBFp { width:20rem;height:0;top:1.1875rem;left:0rem;font-size:0.9375rem;z-index:15002;line-height:2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #azlxOWQKHsvkvUSuA4pEgJxBXicugixo { width:17.4375rem;height:3.75rem;top:0.71875rem;left:1.28125rem;font-size:0.9375rem;z-index:15003;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK { display:block; }#MsrLpCpQPbRRaOmzhxIMHafUTuuCbDNK > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6F73OauAMvPnFN6AUQAdVdRM6PMH4uu { width:15.75rem;height:28.587625rem;top:2.1884765625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXITa6fsHdcHppNK4C9JeGeREgTnqOth { width:1.25rem;height:1.625rem;top:22.24560546875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #otCiZFm3timaL1NEqRuJJzOfALuyTV0w { width:1.9375rem;height:1.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryn0UKMWZuZyuQVaD0F0p4THWvD9vhpm { width:20rem;height:31.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcOVcZqTNadJTOd6medcHHvfIhpNzfKO { width:1.9375rem;height:1.3125rem;top:1.21875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkscmkFaM0cWIDEIicU83FalTGRola3w { width:3.1875rem;height:3.1875rem;top:31.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJvBZAI8SuN0zpgqoEIFx970ZrN81KGH { width:16.6875rem;height:1.950075rem;top:1.3125rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyswtcDA1MqN0y5cTFSvkBTApLqoJThu { width:18.125rem;height:11.193875rem;top:12.17333984375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7JnHQvcmmPNsWp0leTfG5JCH3nkHSk3 { width:13.75rem;height:1.13769375rem;top:8.125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kskTdc7pNIB5EJmFATGsi8GDh5BExGRE { width:13.75rem;height:1.13769375rem;top:9.9375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGzRBbrwE6OxIm7Co5uUmFK4bOoif21W { width:3.5rem;height:4.5625rem;top:3rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4hl5XBxtLXiF6t6UcDTllelvyqhgFFn { width:19.375rem;height:2.25rem;top:0.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(0,174,239,0.62);border-left:0.375rem solid rgba(0,174,239,0.62);border-right:0.375rem solid rgba(0,174,239,0.62);border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs { display:block; }#xxGE8IL9yVTdZGQdkdnbIEpoaOUdktMs > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2doZFJ10pFggey0CqrgCdGIKA14Qcx4 { width:18rem;height:9rem;top:1.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tCkakum7Q6DcosK83nAOlLpENMGQDD { width:16.6875rem;height:1.625rem;top:10.57421875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkiUG2gzp1usAxSv34LfAglUtopFwTVA { width:18.125rem;height:9.0625rem;top:19.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVfBfUtaekv7qWlueSUevKapiSZOSqNs { width:16.6875rem;height:1.62475625rem;top:29.3125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTSHFLTlNUtq9tRUqcUNyaGrlwfIizm5 { width:16.875rem;height:3.4130875rem;top:13.74267578125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvkLUM50sCoqG1i19p4bS2pZFKAebZu { width:16.875rem;height:5.688475rem;top:32.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7l3pwXP7TaoGd7tWGZvcEbBo1Ne4dz { width:18.125rem;height:5.8125rem;top:12.767333984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwND7z12WfpHTSSEyLVqx4KCBIwL3xa7 { width:18.125rem;height:7.875rem;top:31.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lua18PTNdpqlqWkv7ZvsJ9V22K8N7AaX { width:1.9375rem;height:1.3125rem;top:31.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttq66gCeN33NT3btyAmfp3mEsonLHJL0 { width:1.9375rem;height:1.3125rem;top:12.80517578125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T { display:block; }#sQ3aIx3e9JCs05e0dq9odJRn6HHvMf4T > .row .container { width:20rem;height:41.898193359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1ts0FqmcHyNcmtb37XkeVPFqwnyhLm { width:18.125rem;height:9.0625rem;top:22.32421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbo2zANld4MDL95wfiTcbKIHmyKMyNQ { width:16.6875rem;height:1.625rem;top:31.94921875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASLdfkUue9OdXT9kVbUdpOAeBWKtTWBD { width:18.125rem;height:9.0625rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMyV1uKITmZoxrIEZwp7gA2V2yU8HCZT { width:16.6875rem;height:1.625rem;top:11.0625rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9iic4Tyf0hm7POQy84WmmgtoZ5t20WJ { width:16.875rem;height:4.55078125rem;top:14.38671875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHoCVndX4COKT3gvrhUx4KWkTQReQEay { width:18.125rem;height:7.6875rem;top:13.26171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceBBIb5rUhcLdnqFJR3dvQEgNcQvgxxe { width:18.125rem;height:7.8125rem;top:34.085693359375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPZzoZPgPunfGlKFZRiBMGMzqhm9sd2U { width:16.875rem;height:5.688475rem;top:35.11767578125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEsPeo32gVHROkQEDx7TmDFyxpV7agSZ { width:1.9375rem;height:1.3125rem;top:13.32421875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkPm6GL6aT9MJ2mt8Lt8qTfPWdt86QcJ { width:1.9375rem;height:1.3125rem;top:34.0859375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn { display:block; }#QV2fxwR1hJQiQR5OlVT2Z38KmuRHWoVn > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShGzTMlT5rXcKDUI9r6NlzKqF7bVLNbs { width:18.125rem;height:9.0625rem;top:1.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSTGkAtF6VlQIqLXnnAZmxZZySDR9Hp { width:16.6875rem;height:1.62475625rem;top:10.5625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdZQT80mIzNpUDG69VH3i6DxIL2r4keB { width:18.125rem;height:7.4375rem;top:12.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFFTB1DmDXTa0RgPEFXZnT2HTOZnNif { width:16.875rem;height:5.2514625rem;top:13.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqdCTLl7vAOwkCkXy3ObsdEwgOHT38s3 { width:18.125rem;height:9.0625rem;top:21.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwXusfK3uuGPAMWSQmoaDkontmGpWSkF { width:16.6875rem;height:1.62475625rem;top:30.5625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTOheFML9NKPrKZo5DTo9AuWtTseHMR { width:18.125rem;height:8.375rem;top:32.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJPcaeGwWzQofUbnJ5Qr3FveZVM320W { width:16.875rem;height:6.5643125rem;top:33.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56aht3vGTx7VvDkdH92RpkWgSd27TWm { width:1.9375rem;height:1.3125rem;top:12.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADmytG0M0eHS6iUoWZO10Dix3B1iE38 { width:1.9375rem;height:1.3125rem;top:32.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284a8a1-1875-430c-8c27-1e0715948c69/MakersMarketBanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3.adaptive-delivery-prevent-bg, #XwnecwLOIiXdTzTLHT6czlodTqIMMyA3.lazyload, #XwnecwLOIiXdTzTLHT6czlodTqIMMyA3.lazyloading { background-image: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container { background-color: transparent; background-image: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,192,223,0.81); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container > .video-iframe-container { display: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,192,223,0.81); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row > .video-iframe-container { display: none; }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .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); }#XwnecwLOIiXdTzTLHT6czlodTqIMMyA3 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmusApap0OlnlrXedWVlnXMpASlaiyIo { display:block; }#nmusApap0OlnlrXedWVlnXMpASlaiyIo > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2zfeAQhi7PH7MhdU84QziAcLimfvEK7 { width:18.125rem;height:27.18505625rem;top:13.29833984375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sulppgE3UDi2GARvHw4XqhP8QvPksH5w { width:20rem;height:1.950075rem;top:1.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqbz7JOKfJUkDepdri69oBiaKuZTNOhz { width:18.125rem;height:1.13769375rem;top:9.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyq5EsqSeMTu3SNMklefZn5uqJ5ptB56 { width:18.125rem;height:1.13769375rem;top:11.0625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9y6wo9pkVO8cCf2IsJHSGTSCq8W5CST { width:3.4375rem;height:3.4375rem;top:4.29833984375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex9FIfaAAAdvoMJHl3uhUdQ5AJ8uuHVu { width:19.25rem;height:37.5rem;top:2rem;left:0rem;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(0,174,239,0.62);border-left:0.375rem solid rgba(0,174,239,0.62);border-right:0.375rem solid rgba(0,174,239,0.62);border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #bnKaTC8rTE8xk8Ua7EDgUdiLcp8iHvfT { width:18.125rem;height:9.0625rem;top:41.686401367188rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8JlQNfkgvSnIFeIJ07gHMATx8uIJIa { width:20rem;height:10rem;top:41.37451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7pGfGpBQC4NlV3uoaOnZwB0eouEZPZO { width:20rem;height:10rem;top:23.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf { display:block; }#dRBCunX9t7QiJTvyhuV0gxrybwXSAqIf > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJbC6bC8NNsHq2eUNfQd2PleH9PS8Lvd { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlTQVUVsq4o60ypqc2CtteytvKOT0u0l { width:18.125rem;height:2.2753875rem;top:3.8623046875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNJgsTBTRIKsM12yGuTqr1GQ90hwllzh { width:13.75rem;height:2.625rem;top:7.38623046875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Z5x6whGxSduEduTDrrd2UotXopK2t5 { display:block; }
 }@media only screen and (max-width: 763px) { #NvA10AbvekfU5Bp26TLrDmbLcMOELN1o { display:block; }#NvA10AbvekfU5Bp26TLrDmbLcMOELN1o > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp62tkRxiC9uEOFuHZNcVTA86t9WJqtn { width:20rem;height:1.950075rem;top:1.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lL1QHXs27T3B9ubhgVuICZTwkDmX6RlC { width:3.5rem;height:4.625rem;top:3.38671875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gubfVOO8loOgLFOF96reBirZtXTczB7h { width:2rem;height:2.625rem;top:3.76171875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZSD67vGbiIWn7VBvFepTvmIrqAK7Mda { width:16.875rem;height:2.25rem;top:5.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzK84LQ5KuxKKWeKWRATabnMT4JEGvWO { width:15.9375rem;height:1.4624rem;top:6.25rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5TKySdvDoC0r1vGZTVW2qlREW6mcR9t { width:17.4375rem;height:3rem;top:10.32421875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzfar11TZWsggQJ50U1fKA1WRznC0tef { display:none; }#Dzfar11TZWsggQJ50U1fKA1WRznC0tef > .row .container { width:20rem;height:33rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ViVSQBEza7MWp7vhhmOLGsaA2CJpuV36 { width:14.375rem;height:1.75rem;top:15.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ34hBExuCCKovlr8ld2753u9RT9OAM4 { width:13.875rem;height:1.13769375rem;top:16.5625rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEhJrccabtvDc7TToLdzNR1X4x4SKwrR { width:11.25rem;height:4.0625rem;top:19.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm0smG9D5wGxbzFOf8hgMCDsKbVcqL1P { width:14.375rem;height:1.75rem;top:25.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcThT4BrkLfzBixioEBTHkh6XVFMHtAb { width:13.0625rem;height:1.13769375rem;top:26.3125rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lm648ih22v46vyAO0yJXJMVK5DiC47WI { width:10.1875rem;height:3.625rem;top:29.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9fi5B92WGVZtm346SpiEmLKwkKUzsoT { display:none; }#y9fi5B92WGVZtm346SpiEmLKwkKUzsoT > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #riewWDIy2Hr0aJkBaprr0Q5GslxkToyN { width:14.375rem;height:1.749875rem;top:0.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3g2aMzA71C0x1dZRLqGZIBXqGINAWxM { width:13.75rem;height:1.13769375rem;top:1.5625rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0vpKECq95VzTq52kOUouB1a3WuO6vG4 { width:11.62475rem;height:3.18725625rem;top:4.6246337890625rem;left:4.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB3e8yT4sC7T4gzEdXPdFtwnZDF5utUk { width:14.375rem;height:1.749875rem;top:9.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH59CNDmfCK2yXW9HeMQwITMaqT8Q7UX { width:11.749875rem;height:1.13769375rem;top:10rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5d8JnKMiwIqM3mhfG5Sv9QonyoX1QCk { width:5.1245125rem;height:4.0625rem;top:13.060302734375rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS { display:none; }#tVNDB1F2ukwT04IXcAl3SkZMGdu4TfJS > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oDJiT9S7nVnDkQ5FQ0q5QbRfbaGSpHAQ { width:14.375rem;height:1.749875rem;top:1.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CahM44SHsSaJE7XPtK6WzDFAAf1k6Wup { width:11.062rem;height:1.13769375rem;top:1.8125rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu7mHeWAEz839SRT3kMuT4BUaT7AZE09 { width:8.4375rem;height:3.49975625rem;top:4.686279296875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO6saml0QyAQnivTSGFhM3StkPeCdNUy { width:4.43725625rem;height:4.43725625rem;top:13.060302734375rem;left:7.7813720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FxgE5CxHPLigN2AVv4Gt6O86bMhDRQ { width:14.375rem;height:1.749875rem;top:9.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8HEMZk9kqPvfb9TfibRfqq551CGV1FO { width:13.75rem;height:1.13769375rem;top:10.375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M { display:none; }#ag0AObP0AOwHRrm73vWSV0lnJkhGZn1M > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O3xX22q0OeXywVOevQsxElNTZcoFmHHr { width:14.375rem;height:1.75rem;top:0.96240234375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9gW5eD3WIfVJlXV8sos2RsP6SvXoRv { width:11rem;height:1.13769375rem;top:1.68701171875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3C71e8ihDNVAVSIvTsb1mucCUDIT69i { width:8.6875rem;height:2.4375rem;top:4.875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amsCflPcMotQPXmrH3J3xS2XpGcbBT3p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83ac4b80-93e2-4110-a728-66b14de763b0/PhoenixvilleYFront.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p.adaptive-delivery-prevent-bg, #amsCflPcMotQPXmrH3J3xS2XpGcbBT3p.lazyload, #amsCflPcMotQPXmrH3J3xS2XpGcbBT3p.lazyloading { background-image: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container { background-color: transparent; background-image: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container > .video-iframe-container { display: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row > .video-iframe-container { display: none; }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .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); }#amsCflPcMotQPXmrH3J3xS2XpGcbBT3p > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EStmTHntNZf67BdOzc1RNM7Fw7sFC3hr { width:18.125rem;height:1.625rem;top:1.3125rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3ggqr9fHDv1qGRm3PQD4O1iZIZ2kCON { width:20rem;height:4.55078125rem;top:3.76171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6tRBxdgPftVukzOOyUa9h96TSTe22T3 { width:11.3125rem;height:2.25rem;top:9.44775390625rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0DWcZL8mEK0B2NkTuyQblCWI3UpWpB { display:block; }
 }@media only screen and (max-width: 763px) { #WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 { display:block; }#WqwvCwJCvdAPvNsTh3MVgNxOvPaJzrV9 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLG7aMl6O7qeB7ep1NrA7ZZ5FOfOeUKk { width:20rem;height:11.6949375rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZX3awJULhZgHOFK280rFTxe5FXVhMz2 { width:9.874rem;height:3.6870125rem;top:2.5rem;left:5.0625rem;display:block; }
 }