.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:246,220,246;--color-primary-1:227,151,227;--color-primary-2:209,82,208;--color-primary-3:153,65,130;--color-primary-4:42,16,42;--color-secondary-0:253,252,249;--color-secondary-1:249,245,235;--color-secondary-2:242,235,215;--color-secondary-3:121,118,108;--color-secondary-4:36,35,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Noto Sans";--paragraphs-font-family:"Noto Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 { position:relative;display:block; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 { background-color: transparent; background-image: none; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row .container > .video-iframe-container { display: none; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row > .video-iframe-container { display: none; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .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); }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 { border-width: 0; border-radius: 0; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .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; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k3r3ek4WLuhrO9Bdb43tAHEKMltxBKPa { color:rgba(var(--color-primary-3),1);display:block;width:25.5625rem;position:absolute;font-family:larken;font-size:4.0625rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:13rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.4375rem;left:0rem;height:;font-style:normal;display:block; }#LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC li:before{  }
#UxtiVth6Lw2o5WQEs7FFG0wwQyxUG7yX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:34.875rem;top:5rem;left:40.125rem;overflow:hidden;display:block; }
#JTBS0guG9wqqVHRD8wCZuiK8Eihf1iPb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.25rem;top:28.5rem;left:33.59375rem;overflow:hidden;display:none; }
#P1wf67xqTKfcJZsK9KDCEhmOMxTxDVO2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.3125rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#IU5dOaEml47Rk6zXayVgZyQeODTHGGcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:9.9375rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#J5UXqey3zSSkz1NqTi7T2uT191Vs6kiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:30.375rem;left:3.3125rem;height:1.9121125rem;font-style:normal;display:block; }
#ExyOV45VMS1Ctw93vs9kpiHOuhlA6nTW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.0185546875rem;left:0rem; }
#D5ODLGJv3LBCh13KzucV9wWmadtDJF8T { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.84375rem;left:0rem;display:block; }
#MyeC0XaOcmgsqth9rWbv9W8aVZbc28ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO { position:relative;display:block; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO { background-color: transparent; background-image: none; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .row .container > .video-iframe-container { display: none; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .row > .video-iframe-container { display: none; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .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); }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO { border-width: 0; border-radius: 0; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .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; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .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:17.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q3ungVK4DMIWgWZPWqSyJtu7Ru5plQ4P { color:rgba(var(--color-primary-3),1);display:block;width:41.8125rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6875rem;left:16.59375rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaTqO17EX9AOxEVD6zTOka95lLwKXaJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:8.8125rem;left:13.75rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt { position:relative;display:block; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt { background-color: transparent; background-image: none; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .row .container > .video-iframe-container { display: none; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .row > .video-iframe-container { display: none; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .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); }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt { border-width: 0; border-radius: 0; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .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; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .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:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wPfMbpuTpFMTpqSUitMyhIBQtJ86xgs6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:7.26123046875rem;left:1.4375rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ha9suxq32KZM64b6atgrxBnbUvC8QPsG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:7.2607421875rem;left:25.1875rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xERCduQnqPSS4OZsgGzEcSsRXR6PrWTW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:7.26220703125rem;left:51.59375rem;height:8.4985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fU4ZSJSaTsUZNtEZGgnaXDZ0PvEx3tM8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:2.125rem;left:10rem;display:block; }
#fxvfTTTSCFKRGpmq6LU0DzophZ1ZTEiX { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:2.125rem;left:35rem;display:block; }
#kTF0TAf6OlmVSXbwHzPBmX8SdDqBi8Kh { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:5rem;top:2.125rem;left:60rem;display:block; }
#BNmeE66BV78flXctVQCRS6MgTAL2Fl61 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.12548828125rem;left:5.90625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhod7vTOPcE5TetgrWcQea1mxQIq1nkH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.12548828125rem;left:29.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXDECro6a11Rrt5iHe7z2F99L9eOraLO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.12548828125rem;left:54.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi { position:relative;display:block; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi { background-color: transparent; background-image: none; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .row .container > .video-iframe-container { display: none; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .row > .video-iframe-container { display: none; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .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); }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi { border-width: 0; border-radius: 0; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .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; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .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:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KRGATM3imQH1eQ918u3XH35rtO8Zctft { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:30.71875rem;display:block; }
#nXtkWWQBgAVsohVSk6pxb4HywK4efcfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9fd7c11-4833-4f94-afe2-e65bd829f4aa/ChakraChallenge13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.adaptive-delivery-prevent-bg, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyload, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyloading { background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { background-color: transparent; background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .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.8); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .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); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { border-width: 0; border-radius: 0; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::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; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn { color:rgba(var(--color-tertiary-0),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.625rem;left:8.1875rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn li:before{  }
#P6gbJpbakAySrLXXat5PLEuml44sDbfw { background-color:rgba(var(--color-primary-2),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.0625rem;left:30.71875rem;display:block; }
#EBmogvgVpu7SkBOIEi4cq2CedSQHRXTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T15JG1xlydsw7Uy3sKC1l2UrTDsOsEgK { color:#e4c6de;display:block;width:29.5rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.19);top:6.96875rem;left:22.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 { position:relative;display:block; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 { background-color: transparent; background-image: none; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .row .container > .video-iframe-container { display: none; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .row > .video-iframe-container { display: none; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .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); }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 { border-width: 0; border-radius: 0; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .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; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .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:46.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F4hMHfwlsK8smSI4Aus42u3b04z7ZxQP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:31.375rem;top:7.75rem;left:3.0625rem;overflow:hidden;display:block; }
#H4zFzbJ1d2MiVNu9fWpGUg7KGAKTHvmi { color:rgba(var(--color-primary-3),1);display:block;width:27.6875rem;position:absolute;font-family:larken;font-size:2.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.40625rem;left:39.375rem;height:7.1494375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#siCkixowIuBQv2z1NBcbr9JBSASi0lTN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:15.900390625rem;left:39.375rem;height:23.79590625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp { 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; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container { background-color: transparent; background-image: none; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container > .video-iframe-container { display: none; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row > .video-iframe-container { display: none; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .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); }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container { border-width: 0; border-radius: 0; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container { font-size:0.875rem;font-family:arial;height:108.125rem;width:75rem;position:relative;display:block; }#R0y8JLDZaTDLX3WTWe54QZaaCAD699ml { color:rgba(var(--color-primary-3),1);display:block;width:43.8125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:15.59375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8XUtr6JbnlOPkzx9eZQ1kVsc4QdyQuN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.875rem;left:10rem;overflow:hidden;display:block; }
#dLFa0K7OnGcnUhfsqrhcHB9CImbOvGmZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:29.3125rem;left:52.5rem;overflow:hidden;display:block; }
#FnxVlEfA64oEPVtncvqPBLX9ser1SwSC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:46.75rem;left:10rem;overflow:hidden;display:block; }
#a1v7NaL0efr5f8IGlOizmL6ehwnUkJb3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:63.59375rem;left:52.5rem;overflow:hidden;display:block; }
#ZKJphJGQzMM2UtALd5N59bU7tv9HVDpQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:82.40625rem;left:10rem;overflow:hidden;display:block; }
#F33CXAtVqJE7XXo9PaXsSNIuqwTX4TAf { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:12.875rem;left:25rem;height:10.19826875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RXO6HJ4w99lNz4XtTOK7NL6B5yAaDApl { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:29.3125rem;left:10.0625rem;height:10.19826875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gWKKXDDKNeHx93zl0z1clqTTbI4RKJmu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:46.75rem;left:25rem;height:11.89795625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sE4dKNpIRnnSk4FSarQrhFtVVIycGeyO { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:82.40625rem;left:25rem;height:13.59764375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JmffEik1TRTJhgmfO3Kv9dI0oWnIr0sQ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:63.59375rem;left:10.125rem;height:10.19826875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TfRzcdPLTR5RTfrdI0QU3oDxEuOc20Xl { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:99.4375rem;left:30.71875rem;display:block; }
#JTLH38wM2TuyQnHNmB6WbD4zvS3X240Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fodbpcUhUi3hkAU4F4isD8nHP2ZJrrvr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.8125rem;width:58.25rem;top:23.4375rem;left:16.75rem;overflow:hidden;display:none; }
#F8oafHQSTKq5xPf40AN88MfITMuxP2SN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/29288921-b384-45a9-9cbf-8b6e79a999a3/Jacobbanner2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN.adaptive-delivery-prevent-bg, #F8oafHQSTKq5xPf40AN88MfITMuxP2SN.lazyload, #F8oafHQSTKq5xPf40AN88MfITMuxP2SN.lazyloading { background-image: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { background-color: transparent; background-image: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container > .video-iframe-container { display: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row > .video-iframe-container { display: none; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .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); }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { border-width: 0; border-radius: 0; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#aQkz6MZPSnDGtmSNmuPe3B7MSFxnho8G { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:36.875rem;top:6rem;left:0rem;display:block; }
#UWkPRvSPHLNn5r6RSkC0UNZpsllWphMD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:19.4375rem;left:2.4375rem;height:25.495625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pUfp57AwOoX8oXtfWHXGPzDgih9svtK7 { color:rgba(var(--color-primary-3),1);display:block;width:28.8125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:11.30078125rem;left:2.4375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aIJpo65UV0cZUFXP4gNwMcFW79gf1TTM { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:7.1875rem;top:9.40625rem;left:2.4375rem;display:block; }
#xP6aTszDzJEWnNqnkEd1ATPZ2EtverTa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:42.375rem;display:none; }
#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc313f;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; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container { background-color: transparent; background-image: none; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container > .video-iframe-container { display: none; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row > .video-iframe-container { display: none; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .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); }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container { border-width: 0; border-radius: 0; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#LTFmvtQptR8MIhFAsXdGyNlHWync2OVG { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.61328125rem;left:25rem;height:3.00598125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phlQn6tE7U004uKnEPG8GT4hXCqkHQxK { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.16552734375rem;left:25rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PMmg3T9ifX6zWRNiBbLBMvGNcCTJqsmn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:21.5rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE { 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; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { background-color: transparent; background-image: none; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container > .video-iframe-container { display: none; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row > .video-iframe-container { display: none; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .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); }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { border-width: 0; border-radius: 0; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#TSLINC7551p9JQcyfDoAg1gFXdlR3BFR { color:rgba(var(--color-primary-3),1);display:block;width:30.4375rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:22.28125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:24rem;top:12.875rem;left:25.25rem;display:block; }
#fOVGPMi0tfWNJnV3MyaswiSdTw7Vvs5q { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.14) ;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:larken;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:38.5625rem;left:30.71875rem;display:block; }
#NfQTNaAfxXU0x1G7C36Iwp9mUI1e4H1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:2;letter-spacing:0;top:25.125rem;left:27.875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3c2f0b83-f11c-4031-8bd3-44a11cc9c21e/check_brown.png); }
#T8oBw91Emnc39Sp1W0igKtciX6C56ivn { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:24rem;top:22.1875rem;left:25.5rem;display:block; }
#WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { color:rgba(var(--color-primary-3),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:19.125rem;left:32.90625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:14.4375rem;left:29.1875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkyJMT8RD79oz75yJLShXdgnQ3w5gsKB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.125rem;left:34.9375rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltGaawHDvkocSnIQCTHXx3tiKrErhxS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:9.068359375rem;left:15.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDp4Z4Ilxofc5FI11M7Al6DWsyaPokVB { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.9375rem;left:37.46875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { background-color: transparent; background-image: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { display: none; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .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); }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { border-width: 0; border-radius: 0; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#bbabTAMlepiTP4348d7dyzTvIK9VUIyF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.4375rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 { display:block; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3r3ek4WLuhrO9Bdb43tAHEKMltxBKPa { top:13rem;left:0rem;width:25.5625rem;height:8.125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC { top:22.4375rem;left:0rem;width:34.1875rem;height:;font-size:1.125rem;display:block; }#LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC li:before{  }
 }@media only screen and (max-width: 763px) { #UxtiVth6Lw2o5WQEs7FFG0wwQyxUG7yX { top:5rem;left:12.875rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBS0guG9wqqVHRD8wCZuiK8Eihf1iPb { top:28.5rem;left:8.625rem;width:15.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1wf67xqTKfcJZsK9KDCEhmOMxTxDVO2 { top:3rem;left:0rem;width:14.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU5dOaEml47Rk6zXayVgZyQeODTHGGcJ { top:9.9375rem;left:0rem;width:30.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5UXqey3zSSkz1NqTi7T2uT191Vs6kiQ { top:30.375rem;left:0rem;width:26.375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExyOV45VMS1Ctw93vs9kpiHOuhlA6nTW { top:30rem;left:0rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ODLGJv3LBCh13KzucV9wWmadtDJF8T { width:13.5625rem;height:3.5rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyeC0XaOcmgsqth9rWbv9W8aVZbc28ba { display:block; }
 }@media only screen and (max-width: 763px) { #vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO { display:block; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3ungVK4DMIWgWZPWqSyJtu7Ru5plQ4P { top:4.6875rem;left:2.96875rem;width:41.8125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTqO17EX9AOxEVD6zTOka95lLwKXaJQ { top:8.8125rem;left:0.125rem;width:47.5rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt { display:block; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPfMbpuTpFMTpqSUitMyhIBQtJ86xgs6 { top:7.25rem;left:0rem;width:22.125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9suxq32KZM64b6atgrxBnbUvC8QPsG { top:7.25rem;left:7.125rem;width:24.625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERCduQnqPSS4OZsgGzEcSsRXR6PrWTW { top:7.25rem;left:25.8125rem;width:21.8125rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU4ZSJSaTsUZNtEZGgnaXDZ0PvEx3tM8 { top:2.125rem;left:5.4375rem;width:5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvfTTTSCFKRGpmq6LU0DzophZ1ZTEiX { top:2.125rem;left:21.3125rem;width:5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTF0TAf6OlmVSXbwHzPBmX8SdDqBi8Kh { top:2.125rem;left:37.1875rem;width:5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNmeE66BV78flXctVQCRS6MgTAL2Fl61 { top:4.125rem;left:1.34375rem;width:13.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhod7vTOPcE5TetgrWcQea1mxQIq1nkH { top:4.125rem;left:15.125rem;width:16.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDECro6a11Rrt5iHe7z2F99L9eOraLO { top:4.125rem;left:31rem;width:16.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi { display:block; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRGATM3imQH1eQ918u3XH35rtO8Zctft { width:13.5625rem;height:3.5rem;top:1.5rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtkWWQBgAVsohVSk6pxb4HywK4efcfn { display:block; }
 }@media only screen and (max-width: 763px) { #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 { display:block; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn { top:16.625rem;left:0rem;width:47.75rem;height:27rem;font-size:1.125rem;display:block; }#SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn li:before{  }
 }@media only screen and (max-width: 763px) { #P6gbJpbakAySrLXXat5PLEuml44sDbfw { width:13.5625rem;height:3.5rem;top:49.0625rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBmogvgVpu7SkBOIEi4cq2CedSQHRXTb { display:block; }
 }@media only screen and (max-width: 763px) { #T15JG1xlydsw7Uy3sKC1l2UrTDsOsEgK { top:6.9375rem;left:9.125rem;width:29.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVD4l7IX70yzqVJGRabtgizWdknvnPz4 { display:block; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4hMHfwlsK8smSI4Aus42u3b04z7ZxQP { top:7.75rem;left:0rem;width:31.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zFzbJ1d2MiVNu9fWpGUg7KGAKTHvmi { top:7.375rem;left:20.0625rem;width:27.6875rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siCkixowIuBQv2z1NBcbr9JBSASi0lTN { top:15.875rem;left:12.125rem;width:34.9375rem;height:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp { display:block; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0y8JLDZaTDLX3WTWe54QZaaCAD699ml { top:5rem;left:0rem;width:43.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XUtr6JbnlOPkzx9eZQ1kVsc4QdyQuN { top:12.875rem;left:3.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFa0K7OnGcnUhfsqrhcHB9CImbOvGmZ { top:29.3125rem;left:31.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnxVlEfA64oEPVtncvqPBLX9ser1SwSC { top:46.75rem;left:3.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1v7NaL0efr5f8IGlOizmL6ehwnUkJb3 { top:63.5625rem;left:31.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKJphJGQzMM2UtALd5N59bU7tv9HVDpQ { top:82.375rem;left:3.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F33CXAtVqJE7XXo9PaXsSNIuqwTX4TAf { top:12.875rem;left:0rem;width:40.125rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXO6HJ4w99lNz4XtTOK7NL6B5yAaDApl { top:29.3125rem;left:0rem;width:39.9375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWKKXDDKNeHx93zl0z1clqTTbI4RKJmu { top:46.75rem;left:0rem;width:40.125rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4dKNpIRnnSk4FSarQrhFtVVIycGeyO { top:82.375rem;left:0rem;width:40.125rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmffEik1TRTJhgmfO3Kv9dI0oWnIr0sQ { top:63.5625rem;left:0rem;width:39.9375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRzcdPLTR5RTfrdI0QU3oDxEuOc20Xl { width:13.5625rem;height:3.4375rem;top:99.4375rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLH38wM2TuyQnHNmB6WbD4zvS3X240Z { display:block; }
 }@media only screen and (max-width: 763px) { #fodbpcUhUi3hkAU4F4isD8nHP2ZJrrvr { top:23.4375rem;left:0rem;width:47.75rem;height:56.408530042919rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8oafHQSTKq5xPf40AN88MfITMuxP2SN { display:block; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQkz6MZPSnDGtmSNmuPe3B7MSFxnho8G { top:6rem;left:0rem;width:36.875rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWkPRvSPHLNn5r6RSkC0UNZpsllWphMD { top:19.4375rem;left:0rem;width:32.625rem;height:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUfp57AwOoX8oXtfWHXGPzDgih9svtK7 { top:11.25rem;left:0rem;width:28.8125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJpo65UV0cZUFXP4gNwMcFW79gf1TTM { top:9.375rem;left:0rem;width:7.1875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP6aTszDzJEWnNqnkEd1ATPZ2EtverTa { width:26.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf { display:block; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTFmvtQptR8MIhFAsXdGyNlHWync2OVG { top:5.5625rem;left:2.1875rem;width:29.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phlQn6tE7U004uKnEPG8GT4hXCqkHQxK { top:10.125rem;left:0rem;width:45.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmg3T9ifX6zWRNiBbLBMvGNcCTJqsmn { top:0rem;left:0rem;width:21.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE { display:block; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSLINC7551p9JQcyfDoAg1gFXdlR3BFR { top:5.25rem;left:0rem;width:30.4375rem;height:3.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { top:12.875rem;left:7.25rem;width:24rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOVGPMi0tfWNJnV3MyaswiSdTw7Vvs5q { width:13.5625rem;height:3.4375rem;top:38.5625rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfQTNaAfxXU0x1G7C36Iwp9mUI1e4H1k { display:block; }
 }@media only screen and (max-width: 763px) { #e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { top:25.125rem;left:12.5rem;width:19.25rem;height:;font-size:0.9375rem;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3c2f0b83-f11c-4031-8bd3-44a11cc9c21e/check_brown.png); }
 }@media only screen and (max-width: 763px) { #T8oBw91Emnc39Sp1W0igKtciX6C56ivn { top:22.1875rem;left:7.75rem;width:24rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { top:19.125rem;left:19.21875rem;width:4.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { top:14.4375rem;left:15.875rem;width:5.8125rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyJMT8RD79oz75yJLShXdgnQ3w5gsKB { top:16.125rem;left:21.25rem;width:9.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGaawHDvkocSnIQCTHXx3tiKrErhxS7 { top:9.0625rem;left:0rem;width:43.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDp4Z4Ilxofc5FI11M7Al6DWsyaPokVB { top:18.9375rem;left:23.78125rem;width:3.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { top:1.1875rem;left:0rem;width:11.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 { display:block; }#DRZ2eAvoqxaPUtTEtbMze0nXxWbsC1R3 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3r3ek4WLuhrO9Bdb43tAHEKMltxBKPa { width:20rem;height:6.4609375rem;top:11rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC { width:20rem;height:10.75rem;top:40.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LDIHaLhiRkkx5XyZsPbedzOiVJsf3nQC li:before{  }
 }@media only screen and (max-width: 763px) { #UxtiVth6Lw2o5WQEs7FFG0wwQyxUG7yX { width:20rem;height:20rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBS0guG9wqqVHRD8wCZuiK8Eihf1iPb { width:7.4375rem;height:8.5625rem;top:50.7958984375rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #P1wf67xqTKfcJZsK9KDCEhmOMxTxDVO2 { width:9.875rem;height:2.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU5dOaEml47Rk6zXayVgZyQeODTHGGcJ { width:19.375rem;height:3.19921875rem;top:6.1708984375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #J5UXqey3zSSkz1NqTi7T2uT191Vs6kiQ { width:20rem;height:1.9121125rem;top:55.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExyOV45VMS1Ctw93vs9kpiHOuhlA6nTW { display:flex;width:2.6875rem;height:2.625rem;top:53.125rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #D5ODLGJv3LBCh13KzucV9wWmadtDJF8T { width:13.5625rem;height:3.4375rem;top:60.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyeC0XaOcmgsqth9rWbv9W8aVZbc28ba { display:block; }
 }@media only screen and (max-width: 763px) { #vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO { display:block; }#vKw9KiLHMuT4NXHEN1X2DOiwfOdGvNBO > .row .container { width:20rem;height:22.19921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3ungVK4DMIWgWZPWqSyJtu7Ru5plQ4P { width:20rem;height:5.19921875rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaTqO17EX9AOxEVD6zTOka95lLwKXaJQ { width:20rem;height:11.8945rem;top:10.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt { display:block; }#KPxgF7p781DBpWzWXn9O9IT1zVDCKmOt > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPfMbpuTpFMTpqSUitMyhIBQtJ86xgs6 { width:17.6875rem;height:8.496125rem;top:8.5625rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9suxq32KZM64b6atgrxBnbUvC8QPsG { width:17.125rem;height:10.1953125rem;top:25.5rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xERCduQnqPSS4OZsgGzEcSsRXR6PrWTW { width:17.5rem;height:10.1953125rem;top:43.375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fU4ZSJSaTsUZNtEZGgnaXDZ0PvEx3tM8 { width:5rem;height:0.3125rem;top:3.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvfTTTSCFKRGpmq6LU0DzophZ1ZTEiX { width:5rem;height:0.3125rem;top:20.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTF0TAf6OlmVSXbwHzPBmX8SdDqBi8Kh { width:5rem;height:0.3125rem;top:38.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNmeE66BV78flXctVQCRS6MgTAL2Fl61 { width:13.1875rem;height:1.94970625rem;top:5.1875rem;left:3.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhod7vTOPcE5TetgrWcQea1mxQIq1nkH { width:16.625rem;height:1.94970625rem;top:21.9375rem;left:1.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXDECro6a11Rrt5iHe7z2F99L9eOraLO { width:16.625rem;height:1.94970625rem;top:39.8125rem;left:1.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi { display:block; }#wvdF3saRxrkq37lVmHA4SUaFqXfxmTIi > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRGATM3imQH1eQ918u3XH35rtO8Zctft { width:13.5625rem;height:3.5rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtkWWQBgAVsohVSk6pxb4HywK4efcfn { display:block; }
 }@media only screen and (max-width: 763px) { #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d8d3b7c-fc58-471b-969f-ad9cd5f7551d/55.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.adaptive-delivery-prevent-bg, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyload, #Srw6SghDp1WdX91TUNq4D4hZpLWZVll9.lazyloading { background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { background-color: transparent; background-image: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row > .video-iframe-container { display: none; }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .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); }#Srw6SghDp1WdX91TUNq4D4hZpLWZVll9 > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn { width:20rem;height:51.878875rem;top:11.6484375rem;left:0rem;font-size:1rem;z-index:15005;text-align:left;text-align-last:left;display:block; }#SwalHsE3IIoaAw6ZOTgfkOkbdZP2ZAdn li:before{  }
 }@media only screen and (max-width: 763px) { #P6gbJpbakAySrLXXat5PLEuml44sDbfw { width:13.5625rem;height:3.4375rem;top:66.4833984375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBmogvgVpu7SkBOIEi4cq2CedSQHRXTb { display:block; }
 }@media only screen and (max-width: 763px) { #T15JG1xlydsw7Uy3sKC1l2UrTDsOsEgK { width:20rem;height:5.19921875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVD4l7IX70yzqVJGRabtgizWdknvnPz4 { display:block; }#hVD4l7IX70yzqVJGRabtgizWdknvnPz4 > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4hMHfwlsK8smSI4Aus42u3b04z7ZxQP { width:19.375rem;height:19.25rem;top:51.2333984375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zFzbJ1d2MiVNu9fWpGUg7KGAKTHvmi { width:20rem;height:5.19921875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #siCkixowIuBQv2z1NBcbr9JBSASi0lTN { width:20rem;height:37.3828125rem;top:11.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp { display:block; }#pVd91pLr4vaWO2T21lmSm8Le1BxHVyzp > .row .container { width:20rem;height:223.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0y8JLDZaTDLX3WTWe54QZaaCAD699ml { width:18rem;height:4.2246125rem;top:3.89013671875rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XUtr6JbnlOPkzx9eZQ1kVsc4QdyQuN { width:12.5rem;height:12.5rem;top:11.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFa0K7OnGcnUhfsqrhcHB9CImbOvGmZ { width:12.5rem;height:12.5rem;top:49.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnxVlEfA64oEPVtncvqPBLX9ser1SwSC { width:12.5rem;height:12.5rem;top:90.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1v7NaL0efr5f8IGlOizmL6ehwnUkJb3 { width:12.5rem;height:12.5rem;top:131rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKJphJGQzMM2UtALd5N59bU7tv9HVDpQ { width:12.5rem;height:12.5rem;top:171.5625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F33CXAtVqJE7XXo9PaXsSNIuqwTX4TAf { width:20rem;height:20.390625rem;top:26.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RXO6HJ4w99lNz4XtTOK7NL6B5yAaDApl { width:20rem;height:22.0898125rem;top:65.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gWKKXDDKNeHx93zl0z1clqTTbI4RKJmu { width:20rem;height:22.0898125rem;top:106.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sE4dKNpIRnnSk4FSarQrhFtVVIycGeyO { width:20rem;height:25.4883125rem;top:187.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JmffEik1TRTJhgmfO3Kv9dI0oWnIr0sQ { width:20rem;height:20.39059375rem;top:147.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfRzcdPLTR5RTfrdI0QU3oDxEuOc20Xl { width:13.5625rem;height:3.4375rem;top:216.6806640625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLH38wM2TuyQnHNmB6WbD4zvS3X240Z { display:block; }
 }@media only screen and (max-width: 763px) { #fodbpcUhUi3hkAU4F4isD8nHP2ZJrrvr { width:19.9375rem;height:23.5625rem;top:0.8125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #F8oafHQSTKq5xPf40AN88MfITMuxP2SN { display:block; }#F8oafHQSTKq5xPf40AN88MfITMuxP2SN > .row .container { width:20rem;height:92.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQkz6MZPSnDGtmSNmuPe3B7MSFxnho8G { width:19.5rem;height:84.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWkPRvSPHLNn5r6RSkC0UNZpsllWphMD { width:16.625rem;height:52.67575rem;top:33.0478515625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUfp57AwOoX8oXtfWHXGPzDgih9svtK7 { width:15.6875rem;height:5.19921875rem;top:8.0625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJpo65UV0cZUFXP4gNwMcFW79gf1TTM { width:7.1875rem;height:0.5rem;top:6.11376953125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP6aTszDzJEWnNqnkEd1ATPZ2EtverTa { top:14.5rem;left:1.6875rem;width:16.375rem;height:16.3125rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf { display:block; }#o6sq6vupPI3pAN1GTk3I5mNJzQgU3hWf > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTFmvtQptR8MIhFAsXdGyNlHWync2OVG { width:20rem;height:5.19921875rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #phlQn6tE7U004uKnEPG8GT4hXCqkHQxK { width:20rem;height:16.9921875rem;top:9.51953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmg3T9ifX6zWRNiBbLBMvGNcCTJqsmn { width:20rem;height:18.953488372093rem;top:26.51611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE { display:block; }#tlIrxFtVABUpiiqgzqXrFJ3mhehtTDPE > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSLINC7551p9JQcyfDoAg1gFXdlR3BFR { width:20rem;height:6.173825rem;top:3.55078125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDw7ez0ZFgqBUq8PL72yKx6QK5s67hs6 { width:19.5rem;height:29.375rem;top:16.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fOVGPMi0tfWNJnV3MyaswiSdTw7Vvs5q { width:13.5625rem;height:3.4375rem;top:40.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfQTNaAfxXU0x1G7C36Iwp9mUI1e4H1k { display:block; }
 }@media only screen and (max-width: 763px) { #e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa { width:18.1875rem;height:10.625rem;top:28.4375rem;left:1.8125rem;font-size:0.9375rem;display:block; }#e2HxXlQwCK6U5V8C2m9Ma3u86y35rrZa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3c2f0b83-f11c-4031-8bd3-44a11cc9c21e/check_brown.png); }
 }@media only screen and (max-width: 763px) { #T8oBw91Emnc39Sp1W0igKtciX6C56ivn { width:20rem;height:0.25rem;top:26rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #WihqJdWAKn1NIRtQb7J0LNhgUraf7yaX { width:4.625rem;height:1.40625rem;top:22.9375rem;left:5.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lX0wo6J6IOKWaDDH22NzFwidiZ9JFzfI { width:8rem;height:4.6875rem;top:18.25rem;left:2.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyJMT8RD79oz75yJLShXdgnQ3w5gsKB { width:9.1875rem;height:1.875rem;top:20.25rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGaawHDvkocSnIQCTHXx3tiKrErhxS7 { width:20rem;height:3.375rem;top:11.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDp4Z4Ilxofc5FI11M7Al6DWsyaPokVB { width:3.9375rem;height:1.875rem;top:22.640625rem;left:10.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gSZhwNneFZ646Oemgbi6czcMCzgJPUAF { display:block; }#gSZhwNneFZ646Oemgbi6czcMCzgJPUAF > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbabTAMlepiTP4348d7dyzTvIK9VUIyF { width:11.4375rem;height:2.75rem;top:1.25rem;left:4.25rem;display:block; }
 }