.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a7c8e;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; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container { background-color: transparent; background-image: none; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container > .video-iframe-container { display: none; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row > .video-iframe-container { display: none; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .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); }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container { border-width: 0; border-radius: 0; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#xDBE8X3LMUTNK243dyGTBl9JSo3WUhsE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.724609375rem;left:0rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7850b15d-7c96-4b74-8136-e0316e7671f4/5485.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP.adaptive-delivery-prevent-bg, #k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP.lazyload, #k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP.lazyloading { background-image: none; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container { background-color: transparent; background-image: none; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container > .video-iframe-container { display: none; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row > .video-iframe-container { display: none; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .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); }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container { border-width: 0; border-radius: 0; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#x4rgxIEfUcP04eWQtOwHkqtpyHVulad5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIPOFSp9Rf4etqW8X82euRNP5oNTI1RF { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:36.875rem;left:7.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXDXBsh0wR1dxLSkmaixefSEru4wh9bL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:33.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytTTSH526Jc8w6GKSRAiVSy6tZ7iTSIO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.25rem;left:34rem; }
#mmD1g1uwVJ9lgBdhrEEqc2T3gkVSr9Wr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.25rem;left:35.375rem; }
#ZQg3rO1FNC6G1XFmI3bqyGrMszMJyVLa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:31.25rem;left:36.75rem; }
#Wblt7XT8foqQDVO7c06Sms8VaeSuu3aH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:38.125rem; }
#WLUlSvaOsEHZHGeAi49agFKPdgbxit7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.25rem;left:39.5rem; }
#g2aCHGwlDFUAn2t0grrRgT2WoUQXs1T8 { color:rgba(255,255,255,0.7);display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:27.125rem;left:4.4375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVZgWXPxuTqmCLitgNVKl7fC97izMdUs { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:24.1875rem;left:23.8125rem;display:block; }
#fLz4GK5PbTrH7lSpbHMcBmvUDd5q51Pk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krJUXvq4tlrNypIVi1uP2S7TvfG0VVJC { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15010;background-color:#3e5664;background-image:none;top:24.25rem;left:27.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kSgHk1QgcB8Hqgtk89kO1uAuGBytQgZW { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25rem;left:7.75rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7850b15d-7c96-4b74-8136-e0316e7671f4/5485.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk.adaptive-delivery-prevent-bg, #sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk.lazyload, #sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk.lazyloading { background-image: none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container { border-width: 0; border-radius: 0; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:none; }#sR748uiKiWmG5xs2vddeqGZLN5rKwTn8 { color:rgba(var(--color-tertiary-0),1);display:block;width:72.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5625rem;left:1.375rem;height:16.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AsBWUedsTMdOaczeWu5k9mxsDTmvQ8TB { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:7.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JC4NqMuqlqvvs7CmKZ2BokpuAXXTmCb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:41.625rem;left:7.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zJ5igFTxcTbNPFMSASw2DB7DC13F3hTJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.625rem;left:34.0625rem; }
#pApoz9lm9JomB9M2G7CXHfSiDu8m1bkA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.625rem;left:35.4375rem; }
#Iy4STz5mMCn3UxgBERD4dKAdW3lzTut6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.625rem;left:36.8125rem; }
#iN13n5gNPxTMFbACmDERGnsgcrihpgUC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.625rem;left:38.1875rem; }
#cKlCqwSwEV6lrFz9o1KyOIWmZVJ2CJh4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:39.625rem;left:39.5625rem; }
#MKqTOSpl73tiuQgp1d5Dy2rpOudBJ8Tk { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:35.875rem;left:4.5rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdkVkC3HgmietOnW4sgKyxRnHe4ZiLOL { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:32.9375rem;left:23.875rem;display:block; }
#iZGSBGZTgzGb0qCzcwClqBNUPv58q7zP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcB3G5JLZ48Fq2auvfTRaG1DORkTqOif { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.75rem;left:7.8125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOShtkpyFaKtNpOqDA4NfANeBnO64prN { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15014;background-color:#3e5664;background-image:none;top:33rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container { background-color: transparent; background-image: none; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container > .video-iframe-container { display: none; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row > .video-iframe-container { display: none; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .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); }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container { border-width: 0; border-radius: 0; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#qXrtxOQ4WEqwcJNfu5fhrvE6BgTfaOTt { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5625rem;left:13.6875rem;height:4.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRHIJJWlOwpBVn65k3HTV7U5XpWuWwSv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.3125rem;left:17.6875rem;height:20.7129125rem;text-align:center;text-align-last:center;display:block; }
#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container { background-color: transparent; background-image: none; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container > .video-iframe-container { display: none; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row > .video-iframe-container { display: none; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .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); }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container { border-width: 0; border-radius: 0; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#PDXzLJawLdNO2eVhN3VHThf1DuT2TGu3 { position:absolute;display:block;z-index:15002;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:32.5625rem;top:2.9375rem;left:2.28125rem;overflow:hidden;display:block; }
#CTO2Gn2vtD7Ett9kHJP8XSVsBp2inWQb { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:32.5625rem;top:20.375rem;left:2.28125rem;overflow:hidden;display:block; }
#iGcFVA4tZzTOzrBwoerFsguXcSNDrVpS { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:32.375rem;top:50.0625rem;left:2.375rem;overflow:hidden;display:block; }
#d9TT03dR2AA7cJvOX8KUouWTsHeXGMA0 { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;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.5625rem;width:34.125rem;top:2.9375rem;left:39rem;overflow:hidden;display:block; }
#yNGFOeLfzRLKOobx1hwiBNv6GBdkT8Ic { position:absolute;display:block;z-index:15005;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:33.875rem;top:18.125rem;left:39.125rem;overflow:hidden;display:block; }
#uPaGIdWr9OgnmeHsrtVOPsEIP0Bq9QHc { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:33.9375rem;top:42.125rem;left:39.09375rem;overflow:hidden;display:block; }
#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ec;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:none; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container { border-width: 0; border-radius: 0; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:none; }#AmHPvZ60ExpFZDMWMaUlxDIor9ezHoPW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.375rem;height:19.49709375rem;text-align:left;text-align-last:left;display:block; }
#Ii2ts99N0uARoowogZCbuGlcihwIPzUR { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:4rem;left:38.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAZsZCurJTxo8GXJSWxglI3sy9TKKz0H { position:absolute;display:block;z-index:15002;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:29.375rem;top:5.1875rem;left:3.875rem;overflow:hidden;display:block; }
#GHKILRcOV1N5fKo8INM9G1mkdKCGsuA9 { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:28.375rem;top:21.125rem;left:4.1875rem;overflow:hidden;display:block; }
#oWHWo04szvNqedSLfKecIhbBXC1S89P6 { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:28.375rem;top:47.25rem;left:4.1875rem;overflow:hidden;display:block; }
#cvsaLFEwx1aRsDmIzJ4nonK3K1TydVnF { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;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.3125rem;width:28.375rem;top:33rem;left:41.875rem;overflow:hidden;display:block; }
#XvxMxEqiAcHlmGPWyxt8l15y9bN8hMwp { position:absolute;display:block;z-index:15005;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:28.4375rem;top:45.9375rem;left:41.875rem;overflow:hidden;display:block; }
#Vo1KH1uXTyOL2Qr83PdaKrC7QRkeyxRD { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:12.1875rem;top:47.25rem;left:4.1875rem;overflow:hidden;display:none; }
#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1c7b6;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; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container { background-color: transparent; background-image: none; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container > .video-iframe-container { display: none; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row > .video-iframe-container { display: none; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .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); }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container { border-width: 0; border-radius: 0; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container { font-size:0.875rem;font-family:arial;height:101.8125rem;width:75rem;position:relative;display:block; }#ZOdV38keclGxECPTEGbniGBoBD0BVTZV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJHZkAdbK5BSX5XkLVO2JzoKrBpIgVRT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:12.53125rem;left:1.15625rem;display:block; }
#lmF1nB1VQZZK1DTeFDwdyNqhJXBBxB6s { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:12.53125rem;left:38.65625rem;display:block; }
#xysCovtCH2GOaCfPIweTiORuEB1Tggky { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:35.46875rem;left:1.15625rem;display:block; }
#iJNf3JJuK3Xz8IkRNbqLDAmNKfv5QpKg { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:35.46875rem;left:38.65625rem;display:block; }
#vSMCXDUrZSzF8D1eiI5uoTJ8Ps2a8MN6 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:57.53125rem;left:1.15625rem;display:block; }
#OwAw7m1RCAG4Mzw0VeVQ6b2ntLix6Z6V { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:57.53125rem;left:38.65625rem;display:block; }
#E7LJcBsvxkhnasefdXwIfek2cy4of5EV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:79.84375rem;left:19.90625rem;display:block; }
#up55DwDelu5v1KloFuGSfvb1fhr5hgoE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container { background-color: transparent; background-image: none; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container > .video-iframe-container { display: none; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row > .video-iframe-container { display: none; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .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); }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container { border-width: 0; border-radius: 0; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#UCBcTRFSSyZMFfXN6lirWz6PQwcrixvb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:2.3;letter-spacing:0;top:9.625rem;left:3.5rem;height:11.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#SZxOMQPxPJvm668hQSkbK1DuiEPy303B { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:2.3;letter-spacing:0;top:9.625rem;left:41rem;height:11.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SZxOMQPxPJvm668hQSkbK1DuiEPy303B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SZxOMQPxPJvm668hQSkbK1DuiEPy303B li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c957b226-1154-40e0-bf83-968fe443e126/31762.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC.adaptive-delivery-prevent-bg, #DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC.lazyload, #DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC.lazyloading { background-image: none; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container { background-color: transparent; background-image: none; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container > .video-iframe-container { display: none; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row > .video-iframe-container { display: none; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .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); }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container { border-width: 0; border-radius: 0; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC::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; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#b5E0IqFxxqNBlfRPhJIXJWZyi9RLbJMB { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:8.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LH7wKII8sxTT2yeiFU9pOdZlAnFGBdJ4 { color:#ffffff;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.3125rem;left:16rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#LdCT2N4f1HrWEIMrkWBO1uRl8xkmLHk3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:42.125rem;left:7.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSXhIEzfKHEWrdTt3Q3GvSQFqNXceywO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:38.4375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZ18fDrW7AU9ucyopDNxxwINTn7XtB0p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:36.5rem;left:33.9375rem; }
#PcnTZakb4tbLorEqUImLSaSmRPP15ltr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.5rem;left:35.3125rem; }
#qTd6QtxTR4lMp1fWpOXcgimVQpyzT04q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:36.5rem;left:36.6875rem; }
#DEFpeTU9iTK8NVA2ZnJAnoaRSS8I7XlH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.5rem;left:38.0625rem; }
#tebXAJ3C8Uim1Z3BrERWVrueXktv6VyL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:36.5rem;left:39.4375rem; }
#VwU319uMm0vmH2Fempm6N12DKLCrTl2N { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:29.3125rem;left:23.875rem;display:block; }
#SNGmIG7nTMruszbaBgSl8XZdbALFQB5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBU9hkkyo6M2ksPBXWbw66HJPULRpPub { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:30.125rem;left:7.8125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CHCQS542vK3pb7qGM7kN6plaQTfRUG5l { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15014;background-color:#3e5664;background-image:none;top:29.375rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hWTTWIZHuTahLieCWq03CVNlkoHQaEre { color:rgba(255,255,255,0.7);display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:32.125rem;left:4.46875rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c957b226-1154-40e0-bf83-968fe443e126/31762.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh.adaptive-delivery-prevent-bg, #AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh.lazyload, #AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh.lazyloading { background-image: none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container { border-width: 0; border-radius: 0; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh::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; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#oImDDTuevCm7vEiG8HtpFpdQNITUsi83 { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:8.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PApi6brGoUo5JzieVPhdTla0voF3QZ0F { color:#ffffff;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.3125rem;left:16rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#VAtk98N70dQH95LrsnOTKWUJc3CnCvAg { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:7.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#V4pvwL7lSqcTF6URSbT7ue8vg8k5E0Oc { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:41.625rem;left:7.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ak4esTSzsMSaIUzfN5aAT4Rpy40Avegr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.625rem;left:34.0625rem;display:none; }
#oPDPxKFMGiefskqzH3I79iWDQva9rPCA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.625rem;left:35.4375rem;display:none; }
#fLCXpub6D58CRgCdd9sKEqVL8Qr3gJs6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.625rem;left:36.8125rem;display:none; }
#hPGrlMmIikpCLpCbrZE0VM6X4sEDfpqJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.625rem;left:38.1875rem;display:none; }
#foQofgL2n9zm40hOHsn7D5bNJ1hiJEO1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:39.625rem;left:39.5625rem;display:none; }
#uzlQNxdhb06SVQvbJCWBkXUUr8XBIaQI { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:33rem;left:25.25rem;display:none; }
#NcVDJlcIUoTDFCWJNLMWX3S7QIxLPcNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQWxOTmTUAdGi9IZfzZ7XHymlobrtk5r { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15014;background-color:#3e5664;background-image:none;top:33.0625rem;left:28.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#qpgvSZupwoXMKxbT55M8lnprxEHSE7VS { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.8125rem;left:9.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CZlohyQ1UyavZ673tB0ARl34gfgWPvyr { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:35.875rem;left:4.5rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cSCKHnasyDCGFKppHy802bxfLgROsTbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container { background-color: transparent; background-image: none; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container > .video-iframe-container { display: none; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row > .video-iframe-container { display: none; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .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); }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container { border-width: 0; border-radius: 0; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:75rem;position:relative;display:block; }#XggeR24TSXF1lEfZpMHhRNsuSwt8QyRS { color:#0e1b2c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OK3b8EmOaRhWlt4NDnFCxzMac1UqSZZd { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15016;background-color:#d1c7b6;background-image:none;top:29.1875rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#G1sThZw7QD5gRO8I8pfVQaJa6pWbUuZy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.875rem;left:13.4375rem; }
#FTJH83o9DKVkNt9FpmK3ScZEB8JnT4Ho { color:#0e1b2c;display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.06884765625rem;left:16.375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aV6SCpZUvOrURE8Qdde4w6hybHTMiUZ1 { color:#0e1b2c;display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:33.5rem;left:13.4375rem;height:4.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tox4vqLD6aoNHrvP6pH0Z7XT69AH5BCs { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15020;background-color:#d1c7b6;background-image:none;top:39.5625rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#m6fAQG2oTP3TqJ4Nw9MBgFHZuE3mzkka { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:40.25rem;left:13.4375rem; }
#DCcQrpvuOwKqf9ENLutB7V29P69rS9Si { color:#0e1b2c;display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.4375rem;left:16.375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#x2gZMwJaAOn9BKQ9vTPRBWeZaFcSGbiO { color:#0e1b2c;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:43.875rem;left:13.625rem;height:14.3965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FRqtqwUtUdx5y01wTrnqQ0t27GtBvwZ5 { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:#d1c7b6;background-image:none;top:59.5rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ogztpqssHq5xDsOJr4nV6wv0Wrueabvd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:60.1875rem;left:13.4375rem; }
#AWLe9aM4U05BJChErUTRTzunR2glVySy { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:60.375rem;left:16.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V23gBTUB9iTtkTJudLufZtA5BBcy3IOp { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:63.8125rem;left:13.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jk7ZKwrtE2gxwWvPPkIphko9C5OC6AdN { color:#0e1b2c;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:16.75rem;left:13.625rem;height:11.19725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#soSwNQkX123C7OyT86J8KTks7LW6fuQS { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15036;background-color:#d1c7b6;background-image:none;top:12.4375rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Mmw2SePg7e1iodsvWg0JMh5T6fOZQusc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13.125rem;left:13.4375rem; }
#rSZmWCtohH1nP5xxPJufD82tvbdMo7t3 { color:#0e1b2c;display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.3125rem;left:16.375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t696rNtXaVmfBR3Xvh00iQbUG1Vexihb { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:74.6875rem;left:13.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BvfFLD95I41TbcZDUyGylQrTgASn0vGf { box-sizing:content-box;height:4.5rem;width:50rem;position:absolute;display:block;z-index:15028;background-color:#d1c7b6;background-image:none;top:68.9375rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ySr4FWFlW47rK0ZiahB9aWXLbs1PlDIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:70.34375rem;left:13.4375rem; }
#gCmny3KF71bC7Tf1K3c8W6ipv40uzZKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:69.8876953125rem;left:16.375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 { display:block; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDBE8X3LMUTNK243dyGTBl9JSo3WUhsE { top:0.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP { display:block; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4rgxIEfUcP04eWQtOwHkqtpyHVulad5 { top:7.75rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIPOFSp9Rf4etqW8X82euRNP5oNTI1RF { top:36.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXDXBsh0wR1dxLSkmaixefSEru4wh9bL { top:33.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTTSH526Jc8w6GKSRAiVSy6tZ7iTSIO { top:31.25rem;left:20.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmD1g1uwVJ9lgBdhrEEqc2T3gkVSr9Wr { top:31.25rem;left:21.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQg3rO1FNC6G1XFmI3bqyGrMszMJyVLa { top:31.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wblt7XT8foqQDVO7c06Sms8VaeSuu3aH { top:31.25rem;left:24.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLUlSvaOsEHZHGeAi49agFKPdgbxit7U { top:31.25rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2aCHGwlDFUAn2t0grrRgT2WoUQXs1T8 { top:27.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVZgWXPxuTqmCLitgNVKl7fC97izMdUs { width:27.25rem;height:5.125rem;top:24.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLz4GK5PbTrH7lSpbHMcBmvUDd5q51Pk { display:block; }
 }@media only screen and (max-width: 763px) { #krJUXvq4tlrNypIVi1uP2S7TvfG0VVJC { top:24.25rem;left:13.5625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSgHk1QgcB8Hqgtk89kO1uAuGBytQgZW { top:25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk { display:none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sR748uiKiWmG5xs2vddeqGZLN5rKwTn8 { top:12.5625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBWUedsTMdOaczeWu5k9mxsDTmvQ8TB { top:45.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4NqMuqlqvvs7CmKZ2BokpuAXXTmCb1 { top:27.4375rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ5igFTxcTbNPFMSASw2DB7DC13F3hTJ { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pApoz9lm9JomB9M2G7CXHfSiDu8m1bkA { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4STz5mMCn3UxgBERD4dKAdW3lzTut6 { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN13n5gNPxTMFbACmDERGnsgcrihpgUC { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlCqwSwEV6lrFz9o1KyOIWmZVJ2CJh4 { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKqTOSpl73tiuQgp1d5Dy2rpOudBJ8Tk { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdkVkC3HgmietOnW4sgKyxRnHe4ZiLOL { width:27.25rem;height:5.125rem;top:32.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZGSBGZTgzGb0qCzcwClqBNUPv58q7zP { display:block; }
 }@media only screen and (max-width: 763px) { #RcB3G5JLZ48Fq2auvfTRaG1DORkTqOif { top:33.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOShtkpyFaKtNpOqDA4NfANeBnO64prN { top:33rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB { display:block; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXrtxOQ4WEqwcJNfu5fhrvE6BgTfaOTt { top:3.5625rem;left:0.0625rem;width:47.625rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHIJJWlOwpBVn65k3HTV7U5XpWuWwSv { top:9.3125rem;left:4.0625rem;width:39.625rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG { display:block; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDXzLJawLdNO2eVhN3VHThf1DuT2TGu3 { top:2.9375rem;left:0rem;width:32.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTO2Gn2vtD7Ett9kHJP8XSVsBp2inWQb { top:20.375rem;left:0rem;width:32.5625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGcFVA4tZzTOzrBwoerFsguXcSNDrVpS { top:50.0625rem;left:0rem;width:32.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TT03dR2AA7cJvOX8KUouWTsHeXGMA0 { top:2.9375rem;left:13.25rem;width:34.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNGFOeLfzRLKOobx1hwiBNv6GBdkT8Ic { top:18.125rem;left:13.5rem;width:33.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPaGIdWr9OgnmeHsrtVOPsEIP0Bq9QHc { top:42.125rem;left:13.4375rem;width:33.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErKGQiqqIDKAW7iE10ANLunbRrGPRElv { display:block; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmHPvZ60ExpFZDMWMaUlxDIor9ezHoPW { top:11.9375rem;left:13.9375rem;width:33.8125rem;height:19.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2ts99N0uARoowogZCbuGlcihwIPzUR { top:4rem;left:11.4375rem;width:36.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZsZCurJTxo8GXJSWxglI3sy9TKKz0H { top:5.1875rem;left:0rem;width:29.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHKILRcOV1N5fKo8INM9G1mkdKCGsuA9 { top:21.125rem;left:0rem;width:28.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWHWo04szvNqedSLfKecIhbBXC1S89P6 { top:47.25rem;left:0rem;width:28.375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvsaLFEwx1aRsDmIzJ4nonK3K1TydVnF { top:33rem;left:19rem;width:28.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvxMxEqiAcHlmGPWyxt8l15y9bN8hMwp { top:45.9375rem;left:18.9375rem;width:28.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo1KH1uXTyOL2Qr83PdaKrC7QRkeyxRD { top:47.25rem;left:0rem;width:12.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT { display:block; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOdV38keclGxECPTEGbniGBoBD0BVTZV { top:3.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJHZkAdbK5BSX5XkLVO2JzoKrBpIgVRT { top:12.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmF1nB1VQZZK1DTeFDwdyNqhJXBBxB6s { top:12.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xysCovtCH2GOaCfPIweTiORuEB1Tggky { top:35.4375rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJNf3JJuK3Xz8IkRNbqLDAmNKfv5QpKg { top:35.4375rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMCXDUrZSzF8D1eiI5uoTJ8Ps2a8MN6 { top:57.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwAw7m1RCAG4Mzw0VeVQ6b2ntLix6Z6V { top:57.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7LJcBsvxkhnasefdXwIfek2cy4of5EV { top:79.8125rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #up55DwDelu5v1KloFuGSfvb1fhr5hgoE { display:block; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCBcTRFSSyZMFfXN6lirWz6PQwcrixvb { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 { top:9.625rem;left:0rem;width:32.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #SZxOMQPxPJvm668hQSkbK1DuiEPy303B { top:9.625rem;left:17.1875rem;width:30.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#SZxOMQPxPJvm668hQSkbK1DuiEPy303B li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC { display:block; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5E0IqFxxqNBlfRPhJIXJWZyi9RLbJMB { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH7wKII8sxTT2yeiFU9pOdZlAnFGBdJ4 { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdCT2N4f1HrWEIMrkWBO1uRl8xkmLHk3 { top:42.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSXhIEzfKHEWrdTt3Q3GvSQFqNXceywO { top:38.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ18fDrW7AU9ucyopDNxxwINTn7XtB0p { top:36.5rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcnTZakb4tbLorEqUImLSaSmRPP15ltr { top:36.5rem;left:21.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTd6QtxTR4lMp1fWpOXcgimVQpyzT04q { top:36.5rem;left:23.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFpeTU9iTK8NVA2ZnJAnoaRSS8I7XlH { top:36.5rem;left:24.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tebXAJ3C8Uim1Z3BrERWVrueXktv6VyL { top:36.5rem;left:25.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwU319uMm0vmH2Fempm6N12DKLCrTl2N { width:27.25rem;height:5.125rem;top:29.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNGmIG7nTMruszbaBgSl8XZdbALFQB5o { display:block; }
 }@media only screen and (max-width: 763px) { #HBU9hkkyo6M2ksPBXWbw66HJPULRpPub { top:30.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHCQS542vK3pb7qGM7kN6plaQTfRUG5l { top:29.375rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTTWIZHuTahLieCWq03CVNlkoHQaEre { top:32.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh { display:none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oImDDTuevCm7vEiG8HtpFpdQNITUsi83 { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApi6brGoUo5JzieVPhdTla0voF3QZ0F { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAtk98N70dQH95LrsnOTKWUJc3CnCvAg { top:27rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4pvwL7lSqcTF6URSbT7ue8vg8k5E0Oc { top:24rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ak4esTSzsMSaIUzfN5aAT4Rpy40Avegr { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPDPxKFMGiefskqzH3I79iWDQva9rPCA { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLCXpub6D58CRgCdd9sKEqVL8Qr3gJs6 { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPGrlMmIikpCLpCbrZE0VM6X4sEDfpqJ { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #foQofgL2n9zm40hOHsn7D5bNJ1hiJEO1 { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzlQNxdhb06SVQvbJCWBkXUUr8XBIaQI { width:27.25rem;height:5.125rem;top:33rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcVDJlcIUoTDFCWJNLMWX3S7QIxLPcNF { display:block; }
 }@media only screen and (max-width: 763px) { #CQWxOTmTUAdGi9IZfzZ7XHymlobrtk5r { top:33.0625rem;left:15rem;width:20.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpgvSZupwoXMKxbT55M8lnprxEHSE7VS { top:33.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZlohyQ1UyavZ673tB0ARl34gfgWPvyr { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSCKHnasyDCGFKppHy802bxfLgROsTbB { display:block; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XggeR24TSXF1lEfZpMHhRNsuSwt8QyRS { width:47.75rem;height:7.75rem;top:2.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK3b8EmOaRhWlt4NDnFCxzMac1UqSZZd { top:29.1875rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1sThZw7QD5gRO8I8pfVQaJa6pWbUuZy { top:29.875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJH83o9DKVkNt9FpmK3ScZEB8JnT4Ho { top:30.0625rem;left:2.6875rem;width:45.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6SCpZUvOrURE8Qdde4w6hybHTMiUZ1 { top:33.5rem;left:0rem;width:45.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tox4vqLD6aoNHrvP6pH0Z7XT69AH5BCs { top:39.5625rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6fAQG2oTP3TqJ4Nw9MBgFHZuE3mzkka { top:40.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCcQrpvuOwKqf9ENLutB7V29P69rS9Si { top:40.4375rem;left:2.6875rem;width:45.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gZMwJaAOn9BKQ9vTPRBWeZaFcSGbiO { top:43.875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRqtqwUtUdx5y01wTrnqQ0t27GtBvwZ5 { top:59.5rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogztpqssHq5xDsOJr4nV6wv0Wrueabvd { top:60.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWLe9aM4U05BJChErUTRTzunR2glVySy { top:60.375rem;left:2.6875rem;width:45.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V23gBTUB9iTtkTJudLufZtA5BBcy3IOp { top:63.8125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk7ZKwrtE2gxwWvPPkIphko9C5OC6AdN { top:16.75rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSwNQkX123C7OyT86J8KTks7LW6fuQS { top:12.4375rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmw2SePg7e1iodsvWg0JMh5T6fOZQusc { top:13.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSZmWCtohH1nP5xxPJufD82tvbdMo7t3 { top:13.3125rem;left:2.6875rem;width:45.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t696rNtXaVmfBR3Xvh00iQbUG1Vexihb { top:74.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvfFLD95I41TbcZDUyGylQrTgASn0vGf { top:68.9375rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySr4FWFlW47rK0ZiahB9aWXLbs1PlDIo { top:70.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCmny3KF71bC7Tf1K3c8W6ipv40uzZKJ { top:69.875rem;left:2.6875rem;width:45.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 { display:block; }#bpzMPt5tsHfmgPFsFUzqAbxU0rDzxry9 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDBE8X3LMUTNK243dyGTBl9JSo3WUhsE { width:20rem;height:1.94921875rem;top:0.431640625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bae07adb-afb8-469a-b840-78fe713c875e/2148769607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP.adaptive-delivery-prevent-bg, #k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP.lazyload, #k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP.lazyloading { background-image: none; }#k2Sbz4NDplFrOgvVM1Oyp7KlPaprPzyP > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x4rgxIEfUcP04eWQtOwHkqtpyHVulad5 { width:20rem;height:11.2119375rem;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIPOFSp9Rf4etqW8X82euRNP5oNTI1RF { width:20rem;height:1.29980625rem;top:43.86230625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXDXBsh0wR1dxLSkmaixefSEru4wh9bL { width:20rem;height:3.8994125rem;top:38.11230625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytTTSH526Jc8w6GKSRAiVSy6tZ7iTSIO { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #mmD1g1uwVJ9lgBdhrEEqc2T3gkVSr9Wr { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #ZQg3rO1FNC6G1XFmI3bqyGrMszMJyVLa { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Wblt7XT8foqQDVO7c06Sms8VaeSuu3aH { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #WLUlSvaOsEHZHGeAi49agFKPdgbxit7U { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #g2aCHGwlDFUAn2t0grrRgT2WoUQXs1T8 { width:20rem;height:0;top:49.6621125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVZgWXPxuTqmCLitgNVKl7fC97izMdUs { width:19rem;height:5.125rem;top:52.2871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLz4GK5PbTrH7lSpbHMcBmvUDd5q51Pk { display:block; }
 }@media only screen and (max-width: 763px) { #krJUXvq4tlrNypIVi1uP2S7TvfG0VVJC { width:20rem;height:5rem;top:58.6621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSgHk1QgcB8Hqgtk89kO1uAuGBytQgZW { width:20rem;height:0;top:46.4121125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bae07adb-afb8-469a-b840-78fe713c875e/2148769607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk.adaptive-delivery-prevent-bg, #sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk.lazyload, #sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk.lazyloading { background-image: none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container { background-color: transparent; background-image: none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container > .video-iframe-container { display: none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row > .video-iframe-container { display: none; }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .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); }#sH7MMqDybFpTqmM7aKZz2tGuUSTOMCZk > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sR748uiKiWmG5xs2vddeqGZLN5rKwTn8 { width:20rem;height:8.9355625rem;top:6.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBWUedsTMdOaczeWu5k9mxsDTmvQ8TB { width:20rem;height:1.0996125rem;top:30.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JC4NqMuqlqvvs7CmKZ2BokpuAXXTmCb1 { width:20rem;height:2.3994125rem;top:27.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ5igFTxcTbNPFMSASw2DB7DC13F3hTJ { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #pApoz9lm9JomB9M2G7CXHfSiDu8m1bkA { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #Iy4STz5mMCn3UxgBERD4dKAdW3lzTut6 { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #iN13n5gNPxTMFbACmDERGnsgcrihpgUC { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #cKlCqwSwEV6lrFz9o1KyOIWmZVJ2CJh4 { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #MKqTOSpl73tiuQgp1d5Dy2rpOudBJ8Tk { width:20rem;height:1.29980625rem;top:21.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MdkVkC3HgmietOnW4sgKyxRnHe4ZiLOL { width:19rem;height:4.5rem;top:18.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZGSBGZTgzGb0qCzcwClqBNUPv58q7zP { display:block; }
 }@media only screen and (max-width: 763px) { #RcB3G5JLZ48Fq2auvfTRaG1DORkTqOif { width:20rem;height:1.5996125rem;top:19.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOShtkpyFaKtNpOqDA4NfANeBnO64prN { width:18.8125rem;height:4.5rem;top:19rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB { display:none; }#fdAKQqoB9plAQJcKL3S7TFyzTLtExzTB > .row .container { width:20rem;height:86.9169921875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXrtxOQ4WEqwcJNfu5fhrvE6BgTfaOTt { width:20rem;height:10.9985625rem;top:43.4809375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHIJJWlOwpBVn65k3HTV7U5XpWuWwSv { width:20rem;height:31.195325rem;top:55.7295rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG { display:none; }#QzVsbBTyUlebuZN2T2nx7Tl5ql7emglG > .row .container { width:20rem;height:131.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PDXzLJawLdNO2eVhN3VHThf1DuT2TGu3 { width:19.625rem;height:9.5619680851064rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTO2Gn2vtD7Ett9kHJP8XSVsBp2inWQb { width:19.625rem;height:16.944933920705rem;top:12.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGcFVA4tZzTOzrBwoerFsguXcSNDrVpS { width:19.625rem;height:10.849944933921rem;top:31.0063125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TT03dR2AA7cJvOX8KUouWTsHeXGMA0 { width:19.625rem;height:7.824063876652rem;top:88.1748125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNGFOeLfzRLKOobx1hwiBNv6GBdkT8Ic { width:19.625rem;height:12.896428571429rem;top:97.6235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPaGIdWr9OgnmeHsrtVOPsEIP0Bq9QHc { width:19.625rem;height:17.745626151013rem;top:112.14453515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErKGQiqqIDKAW7iE10ANLunbRrGPRElv { background-color:#eee9e2;background-image:none;display:block; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container { background-color: transparent; background-image: none; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container > .video-iframe-container { display: none; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row > .video-iframe-container { display: none; }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .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); }#ErKGQiqqIDKAW7iE10ANLunbRrGPRElv > .row .container { width:20rem;height:134rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmHPvZ60ExpFZDMWMaUlxDIor9ezHoPW { width:20rem;height:26.8125rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2ts99N0uARoowogZCbuGlcihwIPzUR { width:20rem;height:7.1484375rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZsZCurJTxo8GXJSWxglI3sy9TKKz0H { width:19.625rem;height:9.5610625rem;top:62.875rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #GHKILRcOV1N5fKo8INM9G1mkdKCGsuA9 { width:19.625rem;height:16.9443125rem;top:74.0625rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #oWHWo04szvNqedSLfKecIhbBXC1S89P6 { width:19.625rem;height:10.849625rem;top:92.625rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #cvsaLFEwx1aRsDmIzJ4nonK3K1TydVnF { width:19.625rem;height:7.82375rem;top:38.9375rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #XvxMxEqiAcHlmGPWyxt8l15y9bN8hMwp { width:19.625rem;height:12.896rem;top:48.375rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #Vo1KH1uXTyOL2Qr83PdaKrC7QRkeyxRD { width:19.625rem;height:25.375rem;top:105.75rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT { display:block; }#VWwbes4Pp4HtTVVdpETQbXmZ7tlN36HT > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOdV38keclGxECPTEGbniGBoBD0BVTZV { width:20rem;height:7.1484375rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJHZkAdbK5BSX5XkLVO2JzoKrBpIgVRT { height:11.225577264654rem;width:20rem;top:10.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmF1nB1VQZZK1DTeFDwdyNqhJXBBxB6s { height:11.225577264654rem;width:20rem;top:35.2861875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xysCovtCH2GOaCfPIweTiORuEB1Tggky { height:11.225577264654rem;width:20rem;top:22.8110625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJNf3JJuK3Xz8IkRNbqLDAmNKfv5QpKg { height:11.225577264654rem;width:20rem;top:47.7613125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSMCXDUrZSzF8D1eiI5uoTJ8Ps2a8MN6 { height:11.225577264654rem;width:20rem;top:60.23635546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwAw7m1RCAG4Mzw0VeVQ6b2ntLix6Z6V { height:11.225577264654rem;width:20rem;top:72.711453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7LJcBsvxkhnasefdXwIfek2cy4of5EV { height:11.225577264654rem;width:20rem;top:85.18655078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #up55DwDelu5v1KloFuGSfvb1fhr5hgoE { display:block; }#up55DwDelu5v1KloFuGSfvb1fhr5hgoE > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCBcTRFSSyZMFfXN6lirWz6PQwcrixvb { width:20rem;height:4.2246125rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 { width:20rem;height:6.25rem;top:7.375rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#rSqAmkPmK4AqATzOQCrkRiz4ULSrqSF3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #SZxOMQPxPJvm668hQSkbK1DuiEPy303B { width:20rem;height:6.25rem;top:13.625rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#SZxOMQPxPJvm668hQSkbK1DuiEPy303B li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49ef12d7-4f80-436a-ad5b-dbd8bc2b6716/3176.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC.adaptive-delivery-prevent-bg, #DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC.lazyload, #DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC.lazyloading { background-image: none; }#DXRFW7utR1xiwu2WRLv6xoTZ3XkoLzyC > .row .container { width:20rem;height:65.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5E0IqFxxqNBlfRPhJIXJWZyi9RLbJMB { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH7wKII8sxTT2yeiFU9pOdZlAnFGBdJ4 { width:20rem;height:3.16845625rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdCT2N4f1HrWEIMrkWBO1uRl8xkmLHk3 { width:20rem;height:1.29980625rem;top:41.592775rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSXhIEzfKHEWrdTt3Q3GvSQFqNXceywO { width:20rem;height:6rem;top:34.342775rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ18fDrW7AU9ucyopDNxxwINTn7XtB0p { display:flex;width:1.375rem;height:1.375rem;top:21.217775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PcnTZakb4tbLorEqUImLSaSmRPP15ltr { display:flex;width:1.375rem;height:1.375rem;top:23.842775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #qTd6QtxTR4lMp1fWpOXcgimVQpyzT04q { display:flex;width:1.375rem;height:1.375rem;top:26.467775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #DEFpeTU9iTK8NVA2ZnJAnoaRSS8I7XlH { display:flex;width:1.375rem;height:1.375rem;top:29.092775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #tebXAJ3C8Uim1Z3BrERWVrueXktv6VyL { display:flex;width:1.375rem;height:1.375rem;top:31.717775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #VwU319uMm0vmH2Fempm6N12DKLCrTl2N { width:19rem;height:5.125rem;top:50.01758125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNGmIG7nTMruszbaBgSl8XZdbALFQB5o { display:block; }
 }@media only screen and (max-width: 763px) { #HBU9hkkyo6M2ksPBXWbw66HJPULRpPub { width:20rem;height:0;top:44.14258125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHCQS542vK3pb7qGM7kN6plaQTfRUG5l { width:20rem;height:5rem;top:56.39258125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTTWIZHuTahLieCWq03CVNlkoHQaEre { width:20rem;height:0;top:62.64258125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49ef12d7-4f80-436a-ad5b-dbd8bc2b6716/3176.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh.adaptive-delivery-prevent-bg, #AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh.lazyload, #AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh.lazyloading { background-image: none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container { background-color: transparent; background-image: none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container > .video-iframe-container { display: none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row > .video-iframe-container { display: none; }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .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); }#AKTpnRCwM4XzoKoNCHRJ9gwkfH1WBQKh > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oImDDTuevCm7vEiG8HtpFpdQNITUsi83 { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApi6brGoUo5JzieVPhdTla0voF3QZ0F { width:20rem;height:2.923825rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAtk98N70dQH95LrsnOTKWUJc3CnCvAg { width:20rem;height:1.0996125rem;top:26.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #V4pvwL7lSqcTF6URSbT7ue8vg8k5E0Oc { width:20rem;height:2.3994125rem;top:23.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4esTSzsMSaIUzfN5aAT4Rpy40Avegr { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:6.5625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #oPDPxKFMGiefskqzH3I79iWDQva9rPCA { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:7.9375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #fLCXpub6D58CRgCdd9sKEqVL8Qr3gJs6 { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:9.3125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #hPGrlMmIikpCLpCbrZE0VM6X4sEDfpqJ { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:10.6875rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #foQofgL2n9zm40hOHsn7D5bNJ1hiJEO1 { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:12.0625rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #uzlQNxdhb06SVQvbJCWBkXUUr8XBIaQI { width:19rem;height:4.5rem;top:14.4375rem;left:0.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #NcVDJlcIUoTDFCWJNLMWX3S7QIxLPcNF { display:block; }
 }@media only screen and (max-width: 763px) { #CQWxOTmTUAdGi9IZfzZ7XHymlobrtk5r { width:18.8125rem;height:4.5rem;top:14.5rem;left:0.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qpgvSZupwoXMKxbT55M8lnprxEHSE7VS { width:20rem;height:1.5996125rem;top:15.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #CZlohyQ1UyavZ673tB0ARl34gfgWPvyr { width:20rem;height:1.29980625rem;top:16.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15049;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cSCKHnasyDCGFKppHy802bxfLgROsTbB { display:block; }#cSCKHnasyDCGFKppHy802bxfLgROsTbB > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XggeR24TSXF1lEfZpMHhRNsuSwt8QyRS { width:20rem;height:3.375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OK3b8EmOaRhWlt4NDnFCxzMac1UqSZZd { width:20rem;height:3.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1sThZw7QD5gRO8I8pfVQaJa6pWbUuZy { display:flex;width:1.6875rem;height:1.6875rem;top:32.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #FTJH83o9DKVkNt9FpmK3ScZEB8JnT4Ho { width:16.625rem;height:2.2744125rem;top:32rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #aV6SCpZUvOrURE8Qdde4w6hybHTMiUZ1 { width:20rem;height:7.4365rem;top:36.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.7;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Tox4vqLD6aoNHrvP6pH0Z7XT69AH5BCs { width:20rem;height:4.8125rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6fAQG2oTP3TqJ4Nw9MBgFHZuE3mzkka { display:flex;width:1.6875rem;height:1.6875rem;top:47.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DCcQrpvuOwKqf9ENLutB7V29P69rS9Si { width:15.4375rem;height:3.41161875rem;top:46.875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #x2gZMwJaAOn9BKQ9vTPRBWeZaFcSGbiO { width:20rem;height:19.598625rem;top:52.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #FRqtqwUtUdx5y01wTrnqQ0t27GtBvwZ5 { width:20rem;height:3.0625rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogztpqssHq5xDsOJr4nV6wv0Wrueabvd { display:flex;width:1.6875rem;height:1.6875rem;top:74.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #AWLe9aM4U05BJChErUTRTzunR2glVySy { width:15.3125rem;height:1.13720625rem;top:75rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #V23gBTUB9iTtkTJudLufZtA5BBcy3IOp { width:20rem;height:6.9995rem;top:79rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Jk7ZKwrtE2gxwWvPPkIphko9C5OC6AdN { width:20rem;height:16.7988125rem;top:12.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #soSwNQkX123C7OyT86J8KTks7LW6fuQS { width:20rem;height:3.1875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmw2SePg7e1iodsvWg0JMh5T6fOZQusc { display:flex;width:1.6875rem;height:1.6875rem;top:8.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rSZmWCtohH1nP5xxPJufD82tvbdMo7t3 { width:16.6875rem;height:2.2744125rem;top:8.3125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #t696rNtXaVmfBR3Xvh00iQbUG1Vexihb { width:20rem;height:11.19925rem;top:94.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BvfFLD95I41TbcZDUyGylQrTgASn0vGf { width:20rem;height:5.0625rem;top:87.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySr4FWFlW47rK0ZiahB9aWXLbs1PlDIo { display:flex;width:1.6875rem;height:1.6875rem;top:89.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #gCmny3KF71bC7Tf1K3c8W6ipv40uzZKJ { width:16.5625rem;height:3.41161875rem;top:88.6875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:montserrat;display:block; }
 }