.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:224,226,230;--color-primary-1:151,158,172;--color-primary-2:46,60,89;--color-primary-3:23,30,45;--color-primary-4:7,9,13;--color-secondary-0:250,249,241;--color-secondary-1:239,235,210;--color-secondary-2:222,214,164;--color-secondary-3:111,107,82;--color-secondary-4:33,32,25;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Kulim Park"; }@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); }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs { position:relative;display:block; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs { background-color: transparent; background-image: none; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .row .container > .video-iframe-container { display: none; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .row > .video-iframe-container { display: none; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .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); }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs { border-width: 0; border-radius: 0; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .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; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .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:9.5625rem;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; }#VK28LSlH3N3PuDW9n6urg58dCd9opk86 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:7.125rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#yM6iLI1eskM7fAZfGmA882CbannCH0Vu { color:rgba(var(--color-primary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.96875rem;left:39.3125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bb92f17-91bf-451d-81a6-de000f645a49/162684620_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM.adaptive-delivery-prevent-bg, #Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM.lazyload, #Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM.lazyloading { background-image: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container { background-color: transparent; background-image: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.44); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container > .video-iframe-container { display: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.44); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row > .video-iframe-container { display: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .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); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container { border-width: 0; border-radius: 0; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM::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; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:block; }#IJqMQ9B12L9lxImdpyimTJpkLHNMha3v { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:24.875rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#PpSBXoJxSFt9SIbkxiqqtF4594Fm38ea { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:34.125rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#hTzgDkHuVWkHTtX02TuGqac8LmdL64io { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:38.625rem;left:0rem;height:7.6875rem;font-style:normal;display:block; }#hTzgDkHuVWkHTtX02TuGqac8LmdL64io li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTzgDkHuVWkHTtX02TuGqac8LmdL64io li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9a3b8ce4042f2fccc9a8ecc062dc08acc1d620d.svg); }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-form-header {  }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-primary-2),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1.2;font-weight:400;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-text {padding-top: 0; padding-bottom: 0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;line-height:1.2;font-weight:400;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-select {padding-top: 0; padding-bottom: 0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-container:first-of-type{padding-top:0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-container:last-of-type{padding-bottom:0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.8125rem;left:38.90625rem; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf {display:block;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.8125rem;left:38.90625rem; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #KcecBkuyVsc6l7irkcgraCbQ9Li3gro3 { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #roMqxn77oRXwV7beoBZ50QJpsMOTTdzH { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #uIUwVCLRifRRDZP8RBEOKfrq5J03kURo { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #tTweJtHvTnwIPGSp5JWXxc1uiBOvfnD2 { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #IT52JXcRlRD6kA0U9TamgbHc6Zo213tH { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #TcTvuVhudAPlgGG5IXRXCA99WaMGD6uA { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #H2quPQMX3xvzq55ZruKD1Nc2HU9xI4rA { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #SfRFBHVT05XcKLhELJ59kAV4ocHdvHv8 { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #CcqCNRWov2fwVFz2kfhKHom4LMSN8964 { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #qrDlo2TbpdT95IHJkyZpSVnGpTqKVxHt { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #QBZ9qqwshvFcL7ZGyvNFSqD4aaJ3Xfkx { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #WEeapTft7M6CuLmpTK4oQ2ixhCTuzilR { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #hUabseXedFrpahh4SxCFaeZqFi1WcmPE { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #gAk1aS1gWaw5ura0wCmk1LS8op7USOvV { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #LBUZx9m02bu1BaKBwawekfXPpCv5VGvT { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #GuWLi4Qau4vtrXpWQXg22XnHaoqh9ZWI { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #MRqzTNrEezqV9PGiJWvzTzabX3L485Tc { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #Jx947InJiRAE8tAAFgEVkRLOSDTfPFae { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #m4w93vA8U2t3KNuPg79sQeyqPtGzJMph { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #S9Tso6WxM0kw4UPCQNih2R1i18B7b5e6 { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #roDHnPRv9esnZm9l9Gy8UVzRDLABt83A { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #k0zZOLOQVOSSsxiLb5Ch5xiu9VSUaIWd { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #AGS5GvqKi9Fzz8HyLzb5aCaKx9klNrWJ { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #PkkXBiT5E5enbsRRgZC2T6qDKdJooTTa { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #ITLEmWaoBhtvmsvMbCREcLH7reqH0l3Z { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #osn7zLpi2zoiIAyaNcdPW3993CVCMgV2 { position:relative;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #oPioVcx7HON3UbAgG6yXyAxmIbrLe2TN { position:relative; }
#uCHn5FPSo49xGLR8I3sbfCrpcXTaynOF { position:relative;display:block;z-index:100000;display:block; }
#OXo2fAHmeUp6q6qEn7xVtWxx13op1FD4 { position:relative;display:block;z-index:100000;display:block; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #fqFfUZplxJ1d4Aa6JGdI8CW5Szo40uHu { position:relative; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #Zl06v5l8smJZXGTicmuphP2tbPTzSOTf { position:relative; }
#HzctZENxHd1T0p7owNvwl2RC2Hh1Qa0F { box-sizing:content-box;height:61.375rem;width:22.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:37.8125rem;display:block; }
#TBS88HUKi95FJTcn5xmQItkCTw7RMOB5 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.48828125rem;left:40rem;height:;font-style:normal;display:block; }
#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa { position:relative;display:block; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa { background-color: transparent; background-image: none; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .row .container > .video-iframe-container { display: none; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .row > .video-iframe-container { display: none; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .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); }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa { border-width: 0; border-radius: 0; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .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; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .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:27.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; }#sxJVl9slZ4qXB5N2Wk7CCzkDyszSMOu4 { color:rgba(var(--color-primary-2),1);display:block;width:46.125rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:6.9375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3MKpgl1PxzagoQKE3pveEZeHp8tnt2Q { color:rgba(var(--color-primary-2),1);display:block;width:46.25rem;position:absolute;font-family:"kulim park";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.75rem;left:6.875rem;height:9.09863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container { background-color: transparent; background-image: none; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container > .video-iframe-container { display: none; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row > .video-iframe-container { display: none; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .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); }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container { border-width: 0; border-radius: 0; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#WeckaCXd98zuXZG2SwShBF0WnKu4cBoN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:19.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container { background-color: transparent; background-image: none; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container > .video-iframe-container { display: none; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row > .video-iframe-container { display: none; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .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); }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container { border-width: 0; border-radius: 0; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container { font-size:0.875rem;font-family:arial;height:73.3125rem;width:60rem;position:relative;display:block; }#PzmR3zZ56GRR2dU9CrzKApyHF6mfAEsz { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a862ac8d-6141-4ee8-85d3-b27b6961580e/191098641_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:1.03125rem;display:block; }#PzmR3zZ56GRR2dU9CrzKApyHF6mfAEsz.adaptive-delivery-prevent-bg, #PzmR3zZ56GRR2dU9CrzKApyHF6mfAEsz.lazyload, #PzmR3zZ56GRR2dU9CrzKApyHF6mfAEsz.lazyloading { background-image: none; }
#UZuwHwbX0pvxtaCXflWGroDs3AhhGlC6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2288F1TT9vl7cUr8bBPdT01iiNMTv6v { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.6875rem;left:20rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdtZeG1EmMoHTApwfIvtwrI07s3lcgus { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6bbf9660-997e-4131-b449-4c9f4400d84a/185526235_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:21.0625rem;display:block; }#vdtZeG1EmMoHTApwfIvtwrI07s3lcgus.adaptive-delivery-prevent-bg, #vdtZeG1EmMoHTApwfIvtwrI07s3lcgus.lazyload, #vdtZeG1EmMoHTApwfIvtwrI07s3lcgus.lazyloading { background-image: none; }
#xKy4fENWnKymOdnDtI9hZuN2r6NaOr12 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:40rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCa14ditSWilIiLweVSrxKgG4znHQyRm { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9914291f-1a8d-4b1a-9e00-0b7d69d560aa/122181413_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:41.0625rem;display:block; }#eCa14ditSWilIiLweVSrxKgG4znHQyRm.adaptive-delivery-prevent-bg, #eCa14ditSWilIiLweVSrxKgG4znHQyRm.lazyload, #eCa14ditSWilIiLweVSrxKgG4znHQyRm.lazyloading { background-image: none; }
#fIuFwQfOnKhyx6RBEsCHtn15SrCsyu3p { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:43.25rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfbI3VAEAaPl2kaDWtmBu9Uvw9XdLRCa { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.25rem;left:20rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuiLmCJD8uRXQ2LPaGJTFGNB88q6dAoT { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/161d965e-3b2d-4332-9e73-e8673e114c2b/65406466_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:1.0625rem;display:block; }#OuiLmCJD8uRXQ2LPaGJTFGNB88q6dAoT.adaptive-delivery-prevent-bg, #OuiLmCJD8uRXQ2LPaGJTFGNB88q6dAoT.lazyload, #OuiLmCJD8uRXQ2LPaGJTFGNB88q6dAoT.lazyloading { background-image: none; }
#mFaeaLlT21hNp4U4AdZzq3R2aB8Ii2qs { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0b8f863d-63f2-4951-8d80-288b40b78cec/5842150_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:21.0625rem;display:block; }#mFaeaLlT21hNp4U4AdZzq3R2aB8Ii2qs.adaptive-delivery-prevent-bg, #mFaeaLlT21hNp4U4AdZzq3R2aB8Ii2qs.lazyload, #mFaeaLlT21hNp4U4AdZzq3R2aB8Ii2qs.lazyloading { background-image: none; }
#uQTLprqOXBTthNOOsL3xtI5GNf0pq65d { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:43.25rem;left:40rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9bRL2mJ5V6lNtV589GxR9VV7CBbazUs { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2beefc8c-9324-4e23-9f6a-740e9c1cf707/172846988_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:41.0625rem;display:block; }#L9bRL2mJ5V6lNtV589GxR9VV7CBbazUs.adaptive-delivery-prevent-bg, #L9bRL2mJ5V6lNtV589GxR9VV7CBbazUs.lazyload, #L9bRL2mJ5V6lNtV589GxR9VV7CBbazUs.lazyloading { background-image: none; }
#mtPrab4XWSyHi4qzzSNMhS8eCdSAC9MX { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:66.75rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVTiZBV9vM0RRF5u0icPMJqKCAo2uvvh { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d0ffe3d2-bfe7-441b-9f3e-0103d44cbf55/96915963_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.0625rem;left:1.0625rem;display:block; }#ZVTiZBV9vM0RRF5u0icPMJqKCAo2uvvh.adaptive-delivery-prevent-bg, #ZVTiZBV9vM0RRF5u0icPMJqKCAo2uvvh.lazyload, #ZVTiZBV9vM0RRF5u0icPMJqKCAo2uvvh.lazyloading { background-image: none; }
#vUCqCIZulW56q1S0tfxyTFSgJ3bcWfmf { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:66.75rem;left:20rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sDJCWc7kZzQ400O2E0d574qdiVtcTrPh { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d33c14e0-f820-4e37-bae9-253780555855/116060269_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.0625rem;left:21.0625rem;display:block; }#sDJCWc7kZzQ400O2E0d574qdiVtcTrPh.adaptive-delivery-prevent-bg, #sDJCWc7kZzQ400O2E0d574qdiVtcTrPh.lazyload, #sDJCWc7kZzQ400O2E0d574qdiVtcTrPh.lazyloading { background-image: none; }
#SSmX9rpii0AdMlIqHu5Mm5xZT5dGXW8v { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:66.75rem;left:40rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvrUPWHdXRy3avmi8c31MX4HGq5wt3lc { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8ddb5b20-2e89-43e3-a90a-7ce22b7d85d6/63495141_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.0625rem;left:41.0625rem;display:block; }#vvrUPWHdXRy3avmi8c31MX4HGq5wt3lc.adaptive-delivery-prevent-bg, #vvrUPWHdXRy3avmi8c31MX4HGq5wt3lc.lazyload, #vvrUPWHdXRy3avmi8c31MX4HGq5wt3lc.lazyloading { background-image: none; }
#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container { background-color: transparent; background-image: none; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container > .video-iframe-container { display: none; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row > .video-iframe-container { display: none; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .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); }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container { border-width: 0; border-radius: 0; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#BLop41smQTVPLPoqbJLW0BT8zc08fWiD { color:rgba(var(--color-primary-2),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9812507629394rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XI8uPpAwNmhcr6b1SZTHATkMAi8i3iEu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.5rem;left:44.8125rem;display:block; }
#v7Xw1MbrPbg4k1hFNkam7ruIH3itSaD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { background-color: transparent; background-image: none; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container > .video-iframe-container { display: none; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row > .video-iframe-container { display: none; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .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); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { border-width: 0; border-radius: 0; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#r4QKTbmFE3ih2fZdT8ktmEFGyxVhyJ5m { color:rgba(var(--color-primary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-0),1);top:6.6875rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#sz6r72iUQIcWsTpE5luA9FLSiBH2BdZ0 { color:rgba(var(--color-primary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-0),1);top:22.75rem;left:0rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#abHuO8sx0dC8lNH9xFfRe87KVrtshaEv { color:rgba(var(--color-primary-2),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-0),1);top:14.375rem;left:0rem;height:6.9375rem;font-style:normal;display:block; }#abHuO8sx0dC8lNH9xFfRe87KVrtshaEv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#abHuO8sx0dC8lNH9xFfRe87KVrtshaEv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_988b6d2481673c93d2a8c947eaceaab80d5c6399.svg); }
#kKnZcToCAXcyIm0KAqMgMwmB0LytmQtU { box-sizing:content-box;height:27.125rem;width:27.125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15008;background-color:#2e3c59;background-image:url("https://images.assets-landingi.com/uc/e9fb1873-8dcc-44ef-a9d2-def85495b57a/PhoenixKidzRockJammingPrestigeMusicAcademy1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.4375rem;left:32rem;box-shadow: 0.25rem 0.375rem 0rem rgba(var(--color-secondary-2),1) ;display:block; }#kKnZcToCAXcyIm0KAqMgMwmB0LytmQtU.adaptive-delivery-prevent-bg, #kKnZcToCAXcyIm0KAqMgMwmB0LytmQtU.lazyload, #kKnZcToCAXcyIm0KAqMgMwmB0LytmQtU.lazyloading { background-image: none; }
#xunQZBCbDT1zFgvUPHuNbqHmccdPbeki { color:rgba(var(--color-primary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.1875rem;left:38.5rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PLeltHTqUeWnFPTPDGGfLzJoXkwUe719 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.53125rem;left:44rem;display:block; }
#dlX5PRKC43xUZ750SQuioVeLm2QcUR3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf9f2;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; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container { background-color: transparent; background-image: none; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container > .video-iframe-container { display: none; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row > .video-iframe-container { display: none; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .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); }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container { border-width: 0; border-radius: 0; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:60rem;position:relative;display:block; }#amMrnl9RUD2U7gcKBno1PBEp5VWd359m { color:rgba(var(--color-primary-2),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.63671875rem;left:9.84375rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V3dIzbznnt3lg3gzragmRh1oIQykKuca { color:#000a1c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:15.5625rem;left:0.5rem;height:24rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iLc8iE70sgneCTR8eQvospFz6GOJQInA { color:#000a1c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:15.5625rem;left:40.5rem;height:10.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aXz2TWphGdAFP7H4mO17qO40U0x9gnoM { color:#000a1c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:15.5625rem;left:20.5rem;height:13.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K63HRBuAPKWG2UcNp6LyX53WCxasH7Vk { color:#ffb92c;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.75rem;left:4.75rem;height:3.25rem;display:block; }
#ITeMuiodBw5H2ye0lDk0GVFoTWzfqUZs { color:#ffb92c;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.75rem;left:44.75rem;height:3.25rem;display:block; }
#AXQa42l6gi0Wp8qarLuGtpr7qIwHOzyO { color:#ffb92c;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.75rem;left:24.75rem;height:3.25rem;display:block; }
#TrPyTH7BhhaCce4Uy5STx8fWu2VkrMlT { color:#000a1c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:46.5rem;left:0.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DVCoFHz27M95tnvCmUeZmTtTFMlOtBOT { color:#000a1c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:41rem;left:20.5rem;height:9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nk7ZqoAysWbKmQuIhOXlOXhyC4kB4NsH { color:#000a1c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:34.375rem;left:40.5rem;height:9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WOJVze0LfiNzznWO8mprrUsiI4NKDqPn { color:#ffb92c;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.6875rem;left:4.75rem;height:3.25rem;display:block; }
#pzA4hGZ0g6b8cg44WHxaFRaTMRBeMifI { color:#ffb92c;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.1875rem;left:24.75rem;height:3.25rem;display:block; }
#XDyRmJc4KtWXKBTgG2yn0HouUXrR0FJI { color:#ffb92c;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.5625rem;left:44.75rem;height:3.25rem;display:block; }
#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe14eac2-22a4-4103-b6ca-0006e05a36d5/39965442_m1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt.adaptive-delivery-prevent-bg, #rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt.lazyload, #rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt.lazyloading { background-image: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container { background-color: transparent; background-image: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container > .video-iframe-container { display: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row > .video-iframe-container { display: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .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); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container { border-width: 0; border-radius: 0; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt::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; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#UTPBULGcD5MHs7cQpXuquSE65XAe41RT { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:18.146484375rem;left:6.78125rem;height:4.14355625rem;font-style:normal;display:block; }
#h6LHSgZAQruuw8rXgfFRlXLMqK7nriSU { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:23.375rem;left:6.875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#ugdcmooxqgFLnm30DhZZH1mHaRRZCJFu { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.6875rem;left:22.40625rem;display:block; }
#SC3VNoi2ffI3FzJGh4XD5goWU9UlKNMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container { background-color: transparent; background-image: none; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container > .video-iframe-container { display: none; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row > .video-iframe-container { display: none; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .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); }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container { border-width: 0; border-radius: 0; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#T2Oyu1lGQTL5Em5JgJC9LidnvnSTgW15 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:4.75rem;left:45.3125rem;height:7.34766875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nZlhWXzr1yUqEL7toKfzPaAwi68BZ3gx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:4.125rem;left:0rem;height:8.572275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xg945w9DIl7ETOx1Dp67mWzg5yCJHxMx { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:8.6875rem;top:3rem;left:25.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PNBzdl4UJXhGLaivyXgExuqSzANrBJZs { display:block; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK28LSlH3N3PuDW9n6urg58dCd9opk86 { top:0.5rem;left:0rem;width:7.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6iLI1eskM7fAZfGmA882CbannCH0Vu { top:3.9375rem;left:27.0625rem;width:20.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM { display:block; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJqMQ9B12L9lxImdpyimTJpkLHNMha3v { top:24.875rem;left:0rem;width:33.9375rem;height:8.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSBXoJxSFt9SIbkxiqqtF4594Fm38ea { top:34.125rem;left:0rem;width:32.6875rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzgDkHuVWkHTtX02TuGqac8LmdL64io { top:38.625rem;left:0rem;width:33.75rem;height:7.6875rem;font-size:1.125rem;display:block; }#hTzgDkHuVWkHTtX02TuGqac8LmdL64io li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9a3b8ce4042f2fccc9a8ecc062dc08acc1d620d.svg); }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-text {padding-top: 0; padding-bottom: 0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-select {padding-top: 0; padding-bottom: 0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf  { width:17.5rem;height:auto;top:8.8125rem;left:27.75rem; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf {display:block;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf { width:17.5rem;height:auto;top:8.8125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #KcecBkuyVsc6l7irkcgraCbQ9Li3gro3 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #roMqxn77oRXwV7beoBZ50QJpsMOTTdzH {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #uIUwVCLRifRRDZP8RBEOKfrq5J03kURo {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #tTweJtHvTnwIPGSp5JWXxc1uiBOvfnD2 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #IT52JXcRlRD6kA0U9TamgbHc6Zo213tH {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #TcTvuVhudAPlgGG5IXRXCA99WaMGD6uA {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #H2quPQMX3xvzq55ZruKD1Nc2HU9xI4rA {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #SfRFBHVT05XcKLhELJ59kAV4ocHdvHv8 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #CcqCNRWov2fwVFz2kfhKHom4LMSN8964 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #qrDlo2TbpdT95IHJkyZpSVnGpTqKVxHt {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #QBZ9qqwshvFcL7ZGyvNFSqD4aaJ3Xfkx {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #WEeapTft7M6CuLmpTK4oQ2ixhCTuzilR {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #hUabseXedFrpahh4SxCFaeZqFi1WcmPE {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #gAk1aS1gWaw5ura0wCmk1LS8op7USOvV {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #LBUZx9m02bu1BaKBwawekfXPpCv5VGvT {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #GuWLi4Qau4vtrXpWQXg22XnHaoqh9ZWI {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #MRqzTNrEezqV9PGiJWvzTzabX3L485Tc {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #Jx947InJiRAE8tAAFgEVkRLOSDTfPFae {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #m4w93vA8U2t3KNuPg79sQeyqPtGzJMph {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #S9Tso6WxM0kw4UPCQNih2R1i18B7b5e6 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #roDHnPRv9esnZm9l9Gy8UVzRDLABt83A {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #k0zZOLOQVOSSsxiLb5Ch5xiu9VSUaIWd {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #AGS5GvqKi9Fzz8HyLzb5aCaKx9klNrWJ {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #PkkXBiT5E5enbsRRgZC2T6qDKdJooTTa {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #ITLEmWaoBhtvmsvMbCREcLH7reqH0l3Z {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #osn7zLpi2zoiIAyaNcdPW3993CVCMgV2 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #oPioVcx7HON3UbAgG6yXyAxmIbrLe2TN {  }
 }@media only screen and (max-width: 763px) { #uCHn5FPSo49xGLR8I3sbfCrpcXTaynOF { display:block; }
 }@media only screen and (max-width: 763px) { #OXo2fAHmeUp6q6qEn7xVtWxx13op1FD4 { display:block; }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #fqFfUZplxJ1d4Aa6JGdI8CW5Szo40uHu {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #Zl06v5l8smJZXGTicmuphP2tbPTzSOTf {  }
 }@media only screen and (max-width: 763px) { #HzctZENxHd1T0p7owNvwl2RC2Hh1Qa0F { top:2.75rem;left:25.5625rem;width:22.1875rem;height:61.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBS88HUKi95FJTcn5xmQItkCTw7RMOB5 { top:4.4375rem;left:27.75rem;width:20rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa { display:block; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxJVl9slZ4qXB5N2Wk7CCzkDyszSMOu4 { top:4.4375rem;left:0.8125rem;width:46.125rem;height:8.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3MKpgl1PxzagoQKE3pveEZeHp8tnt2Q { top:13.75rem;left:0.75rem;width:46.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPcvwia7rny53HHfgEh4KTLnKM7HTRmR { display:block; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeckaCXd98zuXZG2SwShBF0WnKu4cBoN { top:1.3125rem;left:13.65625rem;width:20.4375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKZaEGD99MGwym8vk2LGWx0qmowU8LC { display:block; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzmR3zZ56GRR2dU9CrzKApyHF6mfAEsz { top:0rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZuwHwbX0pvxtaCXflWGroDs3AhhGlC6 { top:19.6875rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2288F1TT9vl7cUr8bBPdT01iiNMTv6v { top:19.6875rem;left:11.75rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtZeG1EmMoHTApwfIvtwrI07s3lcgus { top:0rem;left:13.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKy4fENWnKymOdnDtI9hZuN2r6NaOr12 { top:19.6875rem;left:27.625rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCa14ditSWilIiLweVSrxKgG4znHQyRm { top:0rem;left:29.6875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIuFwQfOnKhyx6RBEsCHtn15SrCsyu3p { top:43.25rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfbI3VAEAaPl2kaDWtmBu9Uvw9XdLRCa { top:43.25rem;left:11.75rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiLmCJD8uRXQ2LPaGJTFGNB88q6dAoT { top:23.5625rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFaeaLlT21hNp4U4AdZzq3R2aB8Ii2qs { top:23.5625rem;left:13.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTLprqOXBTthNOOsL3xtI5GNf0pq65d { top:43.25rem;left:27.625rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9bRL2mJ5V6lNtV589GxR9VV7CBbazUs { top:23.5625rem;left:29.6875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPrab4XWSyHi4qzzSNMhS8eCdSAC9MX { top:66.75rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTiZBV9vM0RRF5u0icPMJqKCAo2uvvh { top:47.0625rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUCqCIZulW56q1S0tfxyTFSgJ3bcWfmf { top:66.75rem;left:11.75rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDJCWc7kZzQ400O2E0d574qdiVtcTrPh { top:47.0625rem;left:13.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSmX9rpii0AdMlIqHu5Mm5xZT5dGXW8v { top:66.75rem;left:27.625rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrUPWHdXRy3avmi8c31MX4HGq5wt3lc { top:47.0625rem;left:29.6875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo { display:block; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLop41smQTVPLPoqbJLW0BT8zc08fWiD { top:2.9375rem;left:0rem;width:47.4375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI8uPpAwNmhcr6b1SZTHATkMAi8i3iEu { width:15.1875rem;height:3.4375rem;top:2.5rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Xw1MbrPbg4k1hFNkam7ruIH3itSaD9 { display:block; }
 }@media only screen and (max-width: 763px) { #JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv { display:block; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4QKTbmFE3ih2fZdT8ktmEFGyxVhyJ5m { top:6.6875rem;left:0rem;width:29.5rem;height:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz6r72iUQIcWsTpE5luA9FLSiBH2BdZ0 { top:22.75rem;left:0rem;width:29rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abHuO8sx0dC8lNH9xFfRe87KVrtshaEv { top:14.375rem;left:0rem;width:28.9375rem;height:6.9375rem;font-size:1rem;display:block; }#abHuO8sx0dC8lNH9xFfRe87KVrtshaEv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_988b6d2481673c93d2a8c947eaceaab80d5c6399.svg); }
 }@media only screen and (max-width: 763px) { #kKnZcToCAXcyIm0KAqMgMwmB0LytmQtU { top:4.4375rem;left:20.625rem;width:27.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunQZBCbDT1zFgvUPHuNbqHmccdPbeki { top:38.1875rem;left:27.0625rem;width:20.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLeltHTqUeWnFPTPDGGfLzJoXkwUe719 { width:15.1875rem;height:3.4375rem;top:33.5rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlX5PRKC43xUZ750SQuioVeLm2QcUR3T { display:block; }
 }@media only screen and (max-width: 763px) { #tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp { display:block; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amMrnl9RUD2U7gcKBno1PBEp5VWd359m { width:40.3125rem;height:7.3125rem;top:2.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3dIzbznnt3lg3gzragmRh1oIQykKuca { width:19.0625rem;height:25.5rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLc8iE70sgneCTR8eQvospFz6GOJQInA { width:19.0625rem;height:10.5rem;top:15.5625rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXz2TWphGdAFP7H4mO17qO40U0x9gnoM { width:19.0625rem;height:15rem;top:15.5625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63HRBuAPKWG2UcNp6LyX53WCxasH7Vk { top:11.75rem;left:2.6875rem;width:10.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITeMuiodBw5H2ye0lDk0GVFoTWzfqUZs { top:11.75rem;left:34.4375rem;width:10.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXQa42l6gi0Wp8qarLuGtpr7qIwHOzyO { top:11.75rem;left:18.5625rem;width:10.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPyTH7BhhaCce4Uy5STx8fWu2VkrMlT { width:19.0625rem;height:;top:46.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVCoFHz27M95tnvCmUeZmTtTFMlOtBOT { width:19.0625rem;height:10.5rem;top:41rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk7ZqoAysWbKmQuIhOXlOXhyC4kB4NsH { width:19.0625rem;height:9rem;top:34.375rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJVze0LfiNzznWO8mprrUsiI4NKDqPn { top:42.6875rem;left:2.6875rem;width:10.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzA4hGZ0g6b8cg44WHxaFRaTMRBeMifI { top:37.1875rem;left:18.5625rem;width:10.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDyRmJc4KtWXKBTgG2yn0HouUXrR0FJI { top:30.5625rem;left:34.4375rem;width:10.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt { display:block; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTPBULGcD5MHs7cQpXuquSE65XAe41RT { top:18.125rem;left:0.65625rem;width:46.4375rem;height:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6LHSgZAQruuw8rXgfFRlXLMqK7nriSU { top:23.375rem;left:0.75rem;width:46.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugdcmooxqgFLnm30DhZZH1mHaRRZCJFu { width:15.1875rem;height:3.4375rem;top:27.6875rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3VNoi2ffI3FzJGh4XD5goWU9UlKNMW { display:block; }
 }@media only screen and (max-width: 763px) { #mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q { display:block; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Oyu1lGQTL5Em5JgJC9LidnvnSTgW15 { width:14.6875rem;height:7.3125rem;top:4.75rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZlhWXzr1yUqEL7toKfzPaAwi68BZ3gx { width:18.6875rem;height:8.5625rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg945w9DIl7ETOx1Dp67mWzg5yCJHxMx { top:3rem;left:19.5625rem;width:8.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PNBzdl4UJXhGLaivyXgExuqSzANrBJZs { display:block; }#PNBzdl4UJXhGLaivyXgExuqSzANrBJZs > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK28LSlH3N3PuDW9n6urg58dCd9opk86 { width:7.125rem;height:8.5625rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6iLI1eskM7fAZfGmA882CbannCH0Vu { width:20rem;height:1.4619125rem;top:11.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bb92f17-91bf-451d-81a6-de000f645a49/162684620_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM.adaptive-delivery-prevent-bg, #Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM.lazyload, #Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM.lazyloading { background-image: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container { background-color: transparent; background-image: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container > .video-iframe-container { display: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row > .video-iframe-container { display: none; }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .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); }#Q8fC9lnEAbhnHrJHNmU3mfT2om4ohpTM > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJqMQ9B12L9lxImdpyimTJpkLHNMha3v { width:20rem;height:4.7109375rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSBXoJxSFt9SIbkxiqqtF4594Fm38ea { width:20rem;height:2.11230625rem;top:7.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzgDkHuVWkHTtX02TuGqac8LmdL64io { width:20rem;height:7.5rem;top:11.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#hTzgDkHuVWkHTtX02TuGqac8LmdL64io li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9a3b8ce4042f2fccc9a8ecc062dc08acc1d620d.svg); }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-text {padding-top: 0; padding-bottom: 0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-select {padding-top: 0; padding-bottom: 0;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf  { width:17.5rem;height:auto;top:26.8125rem;left:0rem; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf {display:block;}#GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf { width:17.5rem;height:auto;top:26.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #KcecBkuyVsc6l7irkcgraCbQ9Li3gro3 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #roMqxn77oRXwV7beoBZ50QJpsMOTTdzH {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #uIUwVCLRifRRDZP8RBEOKfrq5J03kURo {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #tTweJtHvTnwIPGSp5JWXxc1uiBOvfnD2 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #IT52JXcRlRD6kA0U9TamgbHc6Zo213tH {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #TcTvuVhudAPlgGG5IXRXCA99WaMGD6uA {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #H2quPQMX3xvzq55ZruKD1Nc2HU9xI4rA {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #SfRFBHVT05XcKLhELJ59kAV4ocHdvHv8 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #CcqCNRWov2fwVFz2kfhKHom4LMSN8964 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #qrDlo2TbpdT95IHJkyZpSVnGpTqKVxHt {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #QBZ9qqwshvFcL7ZGyvNFSqD4aaJ3Xfkx {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #WEeapTft7M6CuLmpTK4oQ2ixhCTuzilR {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #hUabseXedFrpahh4SxCFaeZqFi1WcmPE {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #gAk1aS1gWaw5ura0wCmk1LS8op7USOvV {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #LBUZx9m02bu1BaKBwawekfXPpCv5VGvT {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #GuWLi4Qau4vtrXpWQXg22XnHaoqh9ZWI {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #MRqzTNrEezqV9PGiJWvzTzabX3L485Tc {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #Jx947InJiRAE8tAAFgEVkRLOSDTfPFae {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #m4w93vA8U2t3KNuPg79sQeyqPtGzJMph {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #S9Tso6WxM0kw4UPCQNih2R1i18B7b5e6 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #roDHnPRv9esnZm9l9Gy8UVzRDLABt83A {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #k0zZOLOQVOSSsxiLb5Ch5xiu9VSUaIWd {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #AGS5GvqKi9Fzz8HyLzb5aCaKx9klNrWJ {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #PkkXBiT5E5enbsRRgZC2T6qDKdJooTTa {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #ITLEmWaoBhtvmsvMbCREcLH7reqH0l3Z {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #osn7zLpi2zoiIAyaNcdPW3993CVCMgV2 {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #oPioVcx7HON3UbAgG6yXyAxmIbrLe2TN {  }
 }@media only screen and (max-width: 763px) { #uCHn5FPSo49xGLR8I3sbfCrpcXTaynOF { display:block; }
 }@media only screen and (max-width: 763px) { #OXo2fAHmeUp6q6qEn7xVtWxx13op1FD4 { display:block; }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #fqFfUZplxJ1d4Aa6JGdI8CW5Szo40uHu {  }
 }@media only screen and (max-width: 763px) { #GN0KD88CG38fbpgW4CGWWk0W0Zs3EwUf #Zl06v5l8smJZXGTicmuphP2tbPTzSOTf {  }
 }@media only screen and (max-width: 763px) { #HzctZENxHd1T0p7owNvwl2RC2Hh1Qa0F { width:20rem;height:60.8125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBS88HUKi95FJTcn5xmQItkCTw7RMOB5 { width:16.875rem;height:4.38671875rem;top:22.5rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa { display:block; }#wDbzn5AXIUQ9SHRdEW0uTlJ4oOgrJzVa > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxJVl9slZ4qXB5N2Wk7CCzkDyszSMOu4 { width:20rem;height:4.548825rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3MKpgl1PxzagoQKE3pveEZeHp8tnt2Q { width:20rem;height:18.19724375rem;top:8.4228515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPcvwia7rny53HHfgEh4KTLnKM7HTRmR { display:block; }#wPcvwia7rny53HHfgEh4KTLnKM7HTRmR > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeckaCXd98zuXZG2SwShBF0WnKu4cBoN { width:20rem;height:2.5996125rem;top:1.07421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKZaEGD99MGwym8vk2LGWx0qmowU8LC { display:block; }#fFKZaEGD99MGwym8vk2LGWx0qmowU8LC > .row .container { width:20rem;height:204rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzmR3zZ56GRR2dU9CrzKApyHF6mfAEsz { width:17.9375rem;height:17.9375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZuwHwbX0pvxtaCXflWGroDs3AhhGlC6 { width:20rem;height:1.7871125rem;top:20.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2288F1TT9vl7cUr8bBPdT01iiNMTv6v { width:20rem;height:1.7871125rem;top:87.1113375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtZeG1EmMoHTApwfIvtwrI07s3lcgus { width:17.9375rem;height:17.9375rem;top:67.9238375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKy4fENWnKymOdnDtI9hZuN2r6NaOr12 { width:20rem;height:1.7871125rem;top:155.57228125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCa14ditSWilIiLweVSrxKgG4znHQyRm { width:17.9375rem;height:17.9375rem;top:136.38478125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIuFwQfOnKhyx6RBEsCHtn15SrCsyu3p { width:20rem;height:1.7871125rem;top:42.6621125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfbI3VAEAaPl2kaDWtmBu9Uvw9XdLRCa { width:20rem;height:1.7871125rem;top:109.33595rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiLmCJD8uRXQ2LPaGJTFGNB88q6dAoT { width:17.9375rem;height:17.9375rem;top:23.4746125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFaeaLlT21hNp4U4AdZzq3R2aB8Ii2qs { width:17.9375rem;height:17.9375rem;top:90.14845rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTLprqOXBTthNOOsL3xtI5GNf0pq65d { width:20rem;height:1.7871125rem;top:177.79689375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9bRL2mJ5V6lNtV589GxR9VV7CBbazUs { width:17.9375rem;height:17.9375rem;top:158.60939375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPrab4XWSyHi4qzzSNMhS8eCdSAC9MX { width:20rem;height:1.7871125rem;top:64.886725rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTiZBV9vM0RRF5u0icPMJqKCAo2uvvh { width:17.9375rem;height:17.9375rem;top:45.699225rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUCqCIZulW56q1S0tfxyTFSgJ3bcWfmf { width:20rem;height:3.57421875rem;top:131.5605625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDJCWc7kZzQ400O2E0d574qdiVtcTrPh { width:17.9375rem;height:17.9375rem;top:112.3730625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSmX9rpii0AdMlIqHu5Mm5xZT5dGXW8v { width:20rem;height:1.7871125rem;top:200.02150625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrUPWHdXRy3avmi8c31MX4HGq5wt3lc { width:17.9375rem;height:17.9375rem;top:180.83400625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo { display:block; }#gHIpNwN1rEHZgIMJ6cOaLqxmaGOsRrUo > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLop41smQTVPLPoqbJLW0BT8zc08fWiD { width:20rem;height:3.4375rem;top:2.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XI8uPpAwNmhcr6b1SZTHATkMAi8i3iEu { width:15.1875rem;height:3.4375rem;top:7.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Xw1MbrPbg4k1hFNkam7ruIH3itSaD9 { display:block; }
 }@media only screen and (max-width: 763px) { #JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv { background-color:#ffffff;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; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { background-color: transparent; background-image: none; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container > .video-iframe-container { display: none; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row > .video-iframe-container { display: none; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .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); }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { border-width: 0; border-radius: 0; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JqDTrx0k1aHdJpOu7eLHzgWLygXtxNbv > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4QKTbmFE3ih2fZdT8ktmEFGyxVhyJ5m { width:18.9375rem;height:4.875rem;top:2rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sz6r72iUQIcWsTpE5luA9FLSiBH2BdZ0 { width:20rem;height:15.75rem;top:16.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #abHuO8sx0dC8lNH9xFfRe87KVrtshaEv { width:20rem;height:6.9375rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }#abHuO8sx0dC8lNH9xFfRe87KVrtshaEv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_988b6d2481673c93d2a8c947eaceaab80d5c6399.svg); }
 }@media only screen and (max-width: 763px) { #kKnZcToCAXcyIm0KAqMgMwmB0LytmQtU { width:20rem;height:20rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunQZBCbDT1zFgvUPHuNbqHmccdPbeki { width:20rem;height:1.4619125rem;top:56.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLeltHTqUeWnFPTPDGGfLzJoXkwUe719 { width:15.1875rem;height:3.4375rem;top:58.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlX5PRKC43xUZ750SQuioVeLm2QcUR3T { display:block; }
 }@media only screen and (max-width: 763px) { #tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp { display:block; }#tmbKI6bPsi6SsZzJpxQoK5RhBQGTiGRp > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amMrnl9RUD2U7gcKBno1PBEp5VWd359m { width:20rem;height:3.736325rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3dIzbznnt3lg3gzragmRh1oIQykKuca { width:19.0625rem;height:25.5rem;top:9.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLc8iE70sgneCTR8eQvospFz6GOJQInA { width:19.0625rem;height:10.5rem;top:39.5rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXz2TWphGdAFP7H4mO17qO40U0x9gnoM { width:19.0625rem;height:15rem;top:54rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63HRBuAPKWG2UcNp6LyX53WCxasH7Vk { width:8.5rem;height:2.5996125rem;top:6.6494140625rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITeMuiodBw5H2ye0lDk0GVFoTWzfqUZs { width:8.4375rem;height:2.5996125rem;top:36.3125rem;left:5.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXQa42l6gi0Wp8qarLuGtpr7qIwHOzyO { width:8.625rem;height:2.5996125rem;top:50.8125rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPyTH7BhhaCce4Uy5STx8fWu2VkrMlT { width:19.0625rem;height:9rem;top:73.849609375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVCoFHz27M95tnvCmUeZmTtTFMlOtBOT { width:19.0625rem;height:10.5rem;top:87.875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk7ZqoAysWbKmQuIhOXlOXhyC4kB4NsH { width:19.0625rem;height:9rem;top:103.5625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJVze0LfiNzznWO8mprrUsiI4NKDqPn { width:8.25rem;height:2.5996125rem;top:70.625rem;left:5.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzA4hGZ0g6b8cg44WHxaFRaTMRBeMifI { width:8.1875rem;height:2.5996125rem;top:84.75rem;left:5.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDyRmJc4KtWXKBTgG2yn0HouUXrR0FJI { width:8.5rem;height:2.5996125rem;top:100.125rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe14eac2-22a4-4103-b6ca-0006e05a36d5/39965442_m1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt.adaptive-delivery-prevent-bg, #rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt.lazyload, #rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt.lazyloading { background-image: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container { background-color: transparent; background-image: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container > .video-iframe-container { display: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row > .video-iframe-container { display: none; }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .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); }#rVUCvan7rlsltwT7wcFRNiqK5TUsa9Lt > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTPBULGcD5MHs7cQpXuquSE65XAe41RT { width:20rem;height:5.19921875rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6LHSgZAQruuw8rXgfFRlXLMqK7nriSU { width:20rem;height:5.19921875rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugdcmooxqgFLnm30DhZZH1mHaRRZCJFu { width:15.1875rem;height:3.4375rem;top:15.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3VNoi2ffI3FzJGh4XD5goWU9UlKNMW { display:block; }
 }@media only screen and (max-width: 763px) { #mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q { display:block; }#mqmL4w4hhTXwNUCsvaclSQ155qDKVx8Q > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Oyu1lGQTL5Em5JgJC9LidnvnSTgW15 { width:20rem;height:7.34766875rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZlhWXzr1yUqEL7toKfzPaAwi68BZ3gx { width:18.6875rem;height:8.572275rem;top:19.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg945w9DIl7ETOx1Dp67mWzg5yCJHxMx { width:7.25rem;height:8.75rem;top:1.4189453125rem;left:6.375rem;display:block; }
 }