.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { 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:4.3125rem;width:11.125rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/o2TRWThve_I/unsplash/kelly-sikkema-o2TRWThve_I-photo-1498075702571-ecb018f3752d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { box-sizing:content-box;height:27.3125rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2rem;left:49rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid rgba(233,79,55,0.7);border-left:0.125rem solid rgba(233,79,55,0.7);border-right:0.125rem solid rgba(233,79,55,0.7);border-bottom:0.125rem solid rgba(233,79,55,0.7);display:block; }
#aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { position:absolute;display:block;z-index:15001;height:21.125rem;width:23.5rem;top:4.6875rem;left:49.75rem;display:block; }
#CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:49.562501907349rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.0625rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O5Cx8kBJLWSDOsrpx8UHL6JVSGBoJAuF { color:#e94f37;display:block;width:44.375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15.1875rem;left:2.0625rem;height:4.311525rem;display:block; }
#g0A087CMAdoB1JGxeMD7bDgeWTLPsoex { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6328125rem;left:2.0625rem;height:1.867675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GLcmuZy6RLw812wPWLPahaR22gmmszzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { background-color: transparent; background-image: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container > .video-iframe-container { display: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container { display: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .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); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { border-width: 0; border-radius: 0; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.046875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI.adaptive-delivery-prevent-bg, #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI.lazyload, #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI.lazyloading { background-image: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { background-color: transparent; background-image: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container > .video-iframe-container { display: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row > .video-iframe-container { display: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .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); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { border-width: 0; border-radius: 0; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#lgEMGRU5g6BB0OKtqh7PT0wIJxCO0w7Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.3125rem;width:20.625rem;top:1.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 { color:#000000;display:block;width:21.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:13.4375rem;left:1.625rem;height:33.4130625rem;overflow:hidden;display:block; }#L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#kyDiTnix0oC6dsp2ioyJxmePty522vTR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.1875rem;width:20.375rem;top:1.625rem;left:27.0625rem;overflow:hidden;display:block; }
#OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:13.25rem;left:26.59375rem;height:46.2508125rem;overflow:hidden;display:block; }#OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#fCJB3Esqvz7UXAOQCEN2STi4AkA8Q6bV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.25rem;width:20.5rem;top:1.5625rem;left:52.0625rem;overflow:hidden;display:block; }
#xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:13.1875rem;left:51.625rem;height:33.4130625rem;overflow:hidden;display:block; }#xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { position:relative;display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { background-color: transparent; background-image: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container > .video-iframe-container { display: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row > .video-iframe-container { display: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { border-width: 0; border-radius: 0; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.140625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { position:relative;display:block; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { background-color: transparent; background-image: none; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container > .video-iframe-container { display: none; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row > .video-iframe-container { display: none; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .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); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { border-width: 0; border-radius: 0; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .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; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;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; }#iCcvpB9oxgv7lXEhUiPsLwrmVJfZtGSd { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.5234375rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#s0NspcOyXPDVGipgZpeDeztiX1U5CSSt { box-sizing:content-box;height:15.5rem;width:24.375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:12.5625rem;left:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:13.125rem;left:1rem;height:14.2448rem;display:block; }
#ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:14.25rem;top:0.6484375rem;left:5.375rem;overflow:hidden;display:block; }
#wB5VdPsVCHxM3uDBhJDM6dWfXhBvHqRQ { box-sizing:content-box;height:15.5rem;width:24.375rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:12.5625rem;left:25.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:13.125rem;left:25.75rem;height:12.4642rem;display:block; }
#CAww8t8JzqqV9TF23Kq2u3MRorp3mrSg { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#b65RweZ6FeSbcXHxV8yz1r6ne52ecZOR { box-sizing:content-box;height:15.5rem;width:24.375rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;top:12.5625rem;left:50.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#x4n1OdwIbzpIbCrBsaJQZeTch305xu1K { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:13.125rem;left:51rem;height:12.4642rem;display:block; }
#TGHKBKIgIExi8koKTPIwcO0tCxW8KHUc { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:0.5rem;left:50.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yAgg3U1wJN09mBmt6loizyO1mfqTElWS { position:absolute;display:block;z-index:15035;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:12rem;width:12.375rem;top:0.5546875rem;left:31.3125rem;overflow:hidden;display:block; }
#TUAE9wfgKyCxz0oBnanCkucEJmIyHzvb { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:0.6171875rem;left:56.5625rem;overflow:hidden;display:block; }
#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { position:relative;display:block; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { background-color: transparent; background-image: none; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container > .video-iframe-container { display: none; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row > .video-iframe-container { display: none; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .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); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { border-width: 0; border-radius: 0; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .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; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.3125rem;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; }#iOf3wkruP0kaHph75TgPeG8I6RpzXJEQ { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0rem;left:12.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#I7kCd6OWZVUKxcX6tFclbwqh1ctq07hU { box-sizing:content-box;height:10.6875rem;width:24.375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:12.0625rem;left:12.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#BJpW23I8GbE19DCEUJLfw2kBQi7sDmkM { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:12.625rem;left:13.5rem;height:8.903rem;display:block; }
#xrRIPVB67cqNQdTOMwGMIfsh6cf0Pa6z { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:13rem;top:0.1875rem;left:18.5rem;overflow:hidden;display:block; }
#qWHRzl92JJggTN0DE0yKhtqzvmNyFaTp { box-sizing:content-box;height:10.6875rem;width:24.375rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;top:12.0625rem;left:37.875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:12.625rem;left:38.5rem;height:7.1224rem;display:block; }
#MVbrRILVyKZHi8EzB44vkkMzPVfSzB47 { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:0rem;left:37.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.8125rem;top:0.25rem;left:42.0625rem;overflow:hidden;display:block; }
#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { position:relative;display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { background-color: transparent; background-image: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container > .video-iframe-container { display: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row > .video-iframe-container { display: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { border-width: 0; border-radius: 0; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;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; }#JgAZEbxmbG1i6dGPc57yF2vV9AHFbvlm { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.068359375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm { position:relative;display:block; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm { background-color: transparent; background-image: none; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row .container > .video-iframe-container { display: none; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row > .video-iframe-container { display: none; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .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); }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm { border-width: 0; border-radius: 0; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .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; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oidgVZC2oEoqm6b54lLJu8G6MR26PBAU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:14.6875rem;top:0.70625019073488rem;left:20.78125rem;overflow:hidden;display:block; }
#celmpr8o6LspKmOuRloTV0SGbt02NIcu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:18.25rem;top:0rem;left:37.656251907349rem;overflow:hidden;display:block; }
#PTwGODMsmia865myPl3g9ZegQriH440x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:18.25rem;top:0rem;left:56.406248092651rem;overflow:hidden;display:block; }
#HAueUQS6MTJB0y2mpQt9aZkdgU9DhbBT { box-sizing:content-box;height:17rem;width:18.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:18.950000762939rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#u8b3v9t9HqL9vVRryGanKGKqHQUHCvTo { box-sizing:content-box;height:17rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:37.699998855591rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#JtqnRkxbfiDbbGHnh3JrlT61c6PTekkb { box-sizing:content-box;height:17rem;width:18.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0rem;left:56.450002670288rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#MFZHGhwCbNqA2G6fOUH5NTWRPEDnpQeT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.893751144409rem;left:19.28125rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B078mucfd7ohxD1zMl8mNVTdkp4LaCzt { color:#000000;display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.893751144409rem;left:38.750001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6KPJCwc6UMsTvhREqFJ7MIX2QQkPaI3 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.893751144409rem;left:56.843748092651rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#we9XbTZh7iP00iwC4SmyaymizXzMlZhG { box-sizing:content-box;height:17rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0rem;left:0.1875rem;border-top:0.0625rem solid #c8ccf7;border-left:0.0625rem solid #c8ccf7;border-right:0.0625rem solid #c8ccf7;border-bottom:0.0625rem solid #c8ccf7;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QfXcQuMaPq7CWqoBFBTLO3UFwFtLml7e { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.893751144409rem;left:0.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nkc9GiR501oGVM8T7EEoLvrh3o9CvWeZ { 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:13.6875rem;width:18.25rem;top:0rem;left:0.15625rem;overflow:hidden;display:block; }
#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { background-color: transparent; background-image: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .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); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { border-width: 0; border-radius: 0; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#19e94f37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#19e94f37' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-size:contain !important;vertical-align:top; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#000000;font-family:arial; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#000000;line-height:1.9;overflow:hidden;height:auto;font-family:arial; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.adaptive-delivery-prevent-bg, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyload, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyloading { background-image: none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 { display:none; }
#vwFDF2fM53hD9F3zZURkfNrLFZELp66D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { background-color: transparent; background-image: none; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container > .video-iframe-container { display: none; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row > .video-iframe-container { display: none; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .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); }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { border-width: 0; border-radius: 0; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#Rf772GzkEiK1nStgHMnygMl6XIHdxmAs { background-color:#e94f37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:29.343751907349rem;display:block; }
#cBGWc70NhRQkvSbgpMvggh7KuPytccyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { top:0.75rem;left:0rem;width:11.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { top:2rem;left:22.625rem;width:24.875rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { top:4.6875rem;left:24.25rem;width:23.5rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { top:2.5625rem;left:24rem;width:23.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { top:5.4375rem;left:0rem;width:45.9375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Cx8kBJLWSDOsrpx8UHL6JVSGBoJAuF { top:15.1875rem;left:0rem;width:44.375rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0A087CMAdoB1JGxeMD7bDgeWTLPsoex { top:3.625rem;left:0rem;width:45.9375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcmuZy6RLw812wPWLPahaR22gmmszzN { display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI { display:block; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgEMGRU5g6BB0OKtqh7PT0wIJxCO0w7Q { top:1.5625rem;left:0rem;width:20.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 { top:13.4375rem;left:0rem;width:21.75rem;height:33.375rem;font-size:1rem;display:block; }#L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #kyDiTnix0oC6dsp2ioyJxmePty522vTR { top:1.625rem;left:10.875rem;width:20.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll { top:13.25rem;left:9.9375rem;width:21.8125rem;height:46.1875rem;font-size:1rem;display:block; }#OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #fCJB3Esqvz7UXAOQCEN2STi4AkA8Q6bV { top:1.5625rem;left:26.75rem;width:20.5rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD { top:13.1875rem;left:25.8125rem;width:21.8125rem;height:;font-size:1rem;display:block; }#xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { display:block; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCcvpB9oxgv7lXEhUiPsLwrmVJfZtGSd { top:0.5rem;left:0rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0NspcOyXPDVGipgZpeDeztiX1U5CSSt { top:12.5625rem;left:0rem;width:24.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { top:13.125rem;left:0rem;width:23.5rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { top:0.625rem;left:0.8125rem;width:14.25rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5VdPsVCHxM3uDBhJDM6dWfXhBvHqRQ { top:12.5625rem;left:7.375rem;width:24.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { top:13.125rem;left:8.25rem;width:23.5rem;height:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAww8t8JzqqV9TF23Kq2u3MRorp3mrSg { top:0.5rem;left:7.375rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65RweZ6FeSbcXHxV8yz1r6ne52ecZOR { top:12.5625rem;left:23.25rem;width:24.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4n1OdwIbzpIbCrBsaJQZeTch305xu1K { top:13.125rem;left:24.125rem;width:23.5rem;height:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHKBKIgIExi8koKTPIwcO0tCxW8KHUc { top:0.5rem;left:23.25rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgg3U1wJN09mBmt6loizyO1mfqTElWS { top:0.5rem;left:17.625rem;width:12.375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAE9wfgKyCxz0oBnanCkucEJmIyHzvb { top:0.5625rem;left:33.75rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { display:block; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOf3wkruP0kaHph75TgPeG8I6RpzXJEQ { top:0rem;left:0rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kCd6OWZVUKxcX6tFclbwqh1ctq07hU { top:12.0625rem;left:0rem;width:24.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpW23I8GbE19DCEUJLfw2kBQi7sDmkM { top:12.625rem;left:0rem;width:23.5rem;height:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRIPVB67cqNQdTOMwGMIfsh6cf0Pa6z { top:0.1875rem;left:2.875rem;width:13rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWHRzl92JJggTN0DE0yKhtqzvmNyFaTp { top:12.0625rem;left:7.375rem;width:24.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { top:12.5625rem;left:8.25rem;width:23.4375rem;height:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVbrRILVyKZHi8EzB44vkkMzPVfSzB47 { top:0rem;left:7.375rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { top:0.25rem;left:14.9375rem;width:16.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDrUNXCPflcg5siJtNgs96vaki9oRsi { display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAZEbxmbG1i6dGPc57yF2vV9AHFbvlm { top:1.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm { display:block; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oidgVZC2oEoqm6b54lLJu8G6MR26PBAU { top:0.6875rem;left:9.1875rem;width:14.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #celmpr8o6LspKmOuRloTV0SGbt02NIcu { top:0rem;left:17.375rem;width:18.25rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwGODMsmia865myPl3g9ZegQriH440x { top:0rem;left:29.3125rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAueUQS6MTJB0y2mpQt9aZkdgU9DhbBT { top:0rem;left:5.5rem;width:18.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8b3v9t9HqL9vVRryGanKGKqHQUHCvTo { top:0rem;left:17.4375rem;width:18.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtqnRkxbfiDbbGHnh3JrlT61c6PTekkb { top:0rem;left:29.25rem;width:18.375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZHGhwCbNqA2G6fOUH5NTWRPEDnpQeT { top:12.875rem;left:6.1875rem;width:17.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B078mucfd7ohxD1zMl8mNVTdkp4LaCzt { top:12.875rem;left:19.5625rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6KPJCwc6UMsTvhREqFJ7MIX2QQkPaI3 { top:12.875rem;left:30.1875rem;width:17.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #we9XbTZh7iP00iwC4SmyaymizXzMlZhG { top:0rem;left:0rem;width:18.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfXcQuMaPq7CWqoBFBTLO3UFwFtLml7e { top:12.875rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkc9GiR501oGVM8T7EEoLvrh3o9CvWeZ { top:0rem;left:0rem;width:18.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { top:2.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 {  }
 }@media only screen and (max-width: 763px) { #vwFDF2fM53hD9F3zZURkfNrLFZELp66D { display:block; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf772GzkEiK1nStgHMnygMl6XIHdxmAs { width:18.9375rem;height:3.625rem;top:0.875rem;left:15.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGWc70NhRQkvSbgpMvggh7KuPytccyN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { 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;position:relative;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { width:13.875rem;height:4.4375rem;top:0.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/o2TRWThve_I/unsplash/kelly-sikkema-o2TRWThve_I-photo-1498075702571-ecb018f3752d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { width:19.8125rem;height:28.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { width:20rem;height:24.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { width:18.75rem;height:1.7871125rem;top:12.4375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { width:20rem;height:1.4624rem;top:2.76171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e94f37;display:block; }
 }@media only screen and (max-width: 763px) { #O5Cx8kBJLWSDOsrpx8UHL6JVSGBoJAuF { width:20rem;height:3.9375rem;top:5.607421875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0A087CMAdoB1JGxeMD7bDgeWTLPsoex { width:20rem;height:1.29980625rem;top:1.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLcmuZy6RLw812wPWLPahaR22gmmszzN { display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { width:20rem;height:2.11230625rem;top:1.130859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI { display:block; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { width:20rem;height:169rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgEMGRU5g6BB0OKtqh7PT0wIJxCO0w7Q { width:19.875rem;height:9.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 { width:20rem;height:38.496125rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }#L4JApSp9dObx4ypqbbz8ZMP0qr4mwgF7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #kyDiTnix0oC6dsp2ioyJxmePty522vTR { width:19.875rem;height:9.9375rem;top:50.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll { width:20rem;height:51.328125rem;top:62.68359375rem;left:0rem;font-size:1rem;z-index:15000;display:block; }#OvwMkXHMKJ3kClzDAVtoWAJZinXXGkll li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #fCJB3Esqvz7UXAOQCEN2STi4AkA8Q6bV { width:20rem;height:9.875rem;top:116.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD { width:20rem;height:38.496125rem;top:127.76171875rem;left:0rem;font-size:1rem;z-index:15000;display:block; }#xO0Gn1JukGX13K5PwAtK39IlRGJBIaMD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { width:20rem;height:2.11263125rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { display:block; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCcvpB9oxgv7lXEhUiPsLwrmVJfZtGSd { width:20rem;height:12.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0NspcOyXPDVGipgZpeDeztiX1U5CSSt { width:20rem;height:20.8125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { width:19.625rem;height:14.39844375rem;top:15.0625rem;left:0.1875rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { width:14.4375rem;height:11.875rem;top:2.53125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5VdPsVCHxM3uDBhJDM6dWfXhBvHqRQ { width:20rem;height:13.75rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { width:19.625rem;height:12.5986375rem;top:51rem;left:0.1875rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAww8t8JzqqV9TF23Kq2u3MRorp3mrSg { width:20rem;height:12.0625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65RweZ6FeSbcXHxV8yz1r6ne52ecZOR { width:20rem;height:17.25rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4n1OdwIbzpIbCrBsaJQZeTch305xu1K { width:19.625rem;height:12.5986375rem;top:79.67578125rem;left:0.1875rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGHKBKIgIExi8koKTPIwcO0tCxW8KHUc { width:20rem;height:12.0625rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgg3U1wJN09mBmt6loizyO1mfqTElWS { width:12.1875rem;height:11.8125rem;top:38.6875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAE9wfgKyCxz0oBnanCkucEJmIyHzvb { width:11.9375rem;height:11.9375rem;top:67.25rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { display:block; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOf3wkruP0kaHph75TgPeG8I6RpzXJEQ { width:20rem;height:12.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kCd6OWZVUKxcX6tFclbwqh1ctq07hU { width:20rem;height:13.75rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpW23I8GbE19DCEUJLfw2kBQi7sDmkM { width:19.625rem;height:8.99903125rem;top:14.3125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #xrRIPVB67cqNQdTOMwGMIfsh6cf0Pa6z { width:13rem;height:11.9375rem;top:1.8125rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWHRzl92JJggTN0DE0yKhtqzvmNyFaTp { width:20rem;height:9.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { width:19.625rem;height:7.199225rem;top:43.1875rem;left:0.1875rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVbrRILVyKZHi8EzB44vkkMzPVfSzB47 { width:20rem;height:12.0625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { width:16.9375rem;height:11.9375rem;top:30.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDrUNXCPflcg5siJtNgs96vaki9oRsi { display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAZEbxmbG1i6dGPc57yF2vV9AHFbvlm { width:20rem;height:6.09375rem;top:0.748291015625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm { display:block; }#hBQRWC4EfNkQ5pLp7TN2112MphTi7MSm > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oidgVZC2oEoqm6b54lLJu8G6MR26PBAU { width:18.25rem;height:15.1875rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #celmpr8o6LspKmOuRloTV0SGbt02NIcu { width:18.25rem;height:12.125rem;top:24.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwGODMsmia865myPl3g9ZegQriH440x { width:18.25rem;height:12.8125rem;top:44.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAueUQS6MTJB0y2mpQt9aZkdgU9DhbBT { width:18.25rem;height:19.25rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8b3v9t9HqL9vVRryGanKGKqHQUHCvTo { width:18.25rem;height:19.25rem;top:22.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtqnRkxbfiDbbGHnh3JrlT61c6PTekkb { width:18.25rem;height:19.25rem;top:43.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZHGhwCbNqA2G6fOUH5NTWRPEDnpQeT { width:18.25rem;height:3.25rem;top:16.5rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B078mucfd7ohxD1zMl8mNVTdkp4LaCzt { width:18.25rem;height:1.625rem;top:37.875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6KPJCwc6UMsTvhREqFJ7MIX2QQkPaI3 { width:18.25rem;height:3.25rem;top:57.6875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #we9XbTZh7iP00iwC4SmyaymizXzMlZhG { width:18.25rem;height:17rem;top:65rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfXcQuMaPq7CWqoBFBTLO3UFwFtLml7e { width:18.25rem;height:1.625rem;top:79rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkc9GiR501oGVM8T7EEoLvrh3o9CvWeZ { width:18.25rem;height:13.6875rem;top:65.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { 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; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { width:20rem;height:2.5996125rem;top:0.57421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { color:#000000;text-align:left;text-align-last:left;font-size:1.125rem;height:auto; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-desc-text { font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:20rem;top:0rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 {  }
 }@media only screen and (max-width: 763px) { #vwFDF2fM53hD9F3zZURkfNrLFZELp66D { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vwFDF2fM53hD9F3zZURkfNrLFZELp66D > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf772GzkEiK1nStgHMnygMl6XIHdxmAs { width:12.6875rem;height:2.375rem;top:0.96875rem;left:3.6562498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGWc70NhRQkvSbgpMvggh7KuPytccyN { display:block; }
 }