.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); }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc { 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; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container { background-color: transparent; background-image: none; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container > .video-iframe-container { display: none; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row > .video-iframe-container { display: none; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .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); }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container { border-width: 0; border-radius: 0; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#kEc6yddqmC96XArCOHZE9HdF8fH3JyGQ { color:#f8f6f0;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; }
#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr { 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; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr.adaptive-delivery-prevent-bg, #CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr.lazyload, #CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr.lazyloading { background-image: none; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container { background-color: transparent; background-image: none; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container > .video-iframe-container { display: none; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .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); }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row > .video-iframe-container { display: none; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .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); }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container { border-width: 0; border-radius: 0; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr::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; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#nfyTF8wXD1g4uMuUMV6N04OKiJwf8sQM { color:#ffffff;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; }
#fLA3DLoZIoFMgeU7VfasGWt8y5fPIyJi { 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; }
#a9Fbgd4rVDEPTMbGngqGo6ASZ3rpmxZZ { 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; }
#WDLbDuLirKQoHusEgl2JSRS7roaJWsMe { 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; }
#RrLWOfNK1O7GxnzUm6pbBvnynNL8hUdF { 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; }
#V17FuDJX5LCeK3m5paWdOdDsEA6xpiKf { 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; }
#JM3vT8ggqeKmU290B1PV7SPoToAHrCAI { 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; }
#B3K8idOIxMaAkH8H22Hpq4R6eKi4b7XP { 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; }
#vsEQy1FWF9kdgNS2tWa5o88X1gt01cMu { 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; }
#HmtuBeGtVTmnl09qiT13gWhwAKu1Tm0q { 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(0,0,0,0);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.875rem;display:block; }
#VilwELzVJWEDyn75ullnyZLXIIz7GKVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsqAzV9p586UhzPM1VlS9Rf931RfS2WT { 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; }
#bhkTgnNszZaBcyqM2tJQeSEnoBSQTQlD { 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; }
#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo { 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; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo.adaptive-delivery-prevent-bg, #B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo.lazyload, #B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo.lazyloading { background-image: none; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container { border-width: 0; border-radius: 0; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo::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; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:none; }#xXSxPuiMX5uXOp6CQ3FXVX4m3SLORJFA { 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; }
#EQ4RkdfU9fUTAoRbrSIUrCzZiQaH7pJk { 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; }
#Tiup4pRzuiE9lhF7WZvaCc1J5QsAoyOv { 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; }
#Jd2WllLQxl3ccriyfrP3gSlgiHVEOAWS { 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; }
#h3yyTWbrT9qX1Jd2QJWAAMD9Pxtrp8vk { 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; }
#uFfSHAWEhO2e24U2cmeZER4VPB2rf03m { 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; }
#H97WOH9ZxBzPN6SG08JJvSWIa6Ig91pF { 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; }
#SCr1hTAsqk6e4DLTQqvxppiekTNRTcgr { 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; }
#b3quIlRikPw2zpSpdkLJDys9LQMtktuB { 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; }
#SaIk5HTP1x6PJRWC2Is4fLRInlytEDJd { 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; }
#FU6pl4OGoTv4RQvyPIV6KtUV9Dh7gnKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFPTAqMHKJy2uQndvyvcUweDV6uql4Ii { 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; }
#gNecs2n1nm14cQ17xgEl4uCr7hkDKRC6 { 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; }
#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS { 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; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container { background-color: transparent; background-image: none; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container > .video-iframe-container { display: none; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row > .video-iframe-container { display: none; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .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); }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container { border-width: 0; border-radius: 0; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#lySfNBuEMIeRVtvIXk7kx1sDlIumherh { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:5.63671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTHtftN2D1IbarGtFQ7aoGZRWnxnftJE { color:#000000;display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.3125rem;height:16.5703375rem;text-align:left;text-align-last:left;display:block; }
#qQB262cg8d7F1fegsU8yfg28JyTp1D63 { color:#000000;display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:37.90625rem;left:7.3125rem;height:8.2851625rem;text-align:left;text-align-last:left;display:block; }
#hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl { color:#000000;display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:2.3;letter-spacing:0;top:27.1953125rem;left:7.3125rem;height:10.7109375rem;text-align:left;text-align-last:left;display:block; }#hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf2636462aa8d681e6f97c4247f978f1a3c82897.svg); }
#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow { 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:none; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container { border-width: 0; border-radius: 0; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:none; }#Rb7NHMdOV59nXefux48QzVrCbogRnsdC { 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:15001;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zaf7NKqlOp6xAROcG2PkIWhMhFEp34WV { color:rgba(var(--color-tertiary-4),1);display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.3125rem;height:16.5703375rem;text-align:left;text-align-last:left;display:block; }
#qWUovSXJwuWlg6pGl23ukPME0VmGZa2v { color:rgba(var(--color-tertiary-4),1);display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40.6875rem;left:7.3125rem;height:11.0468875rem;text-align:left;text-align-last:left;display:block; }
#fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw { color:rgba(var(--color-tertiary-4),1);display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:2.3;letter-spacing:0;top:29.9375rem;left:7.3125rem;height:10.7109375rem;text-align:left;text-align-last:left;display:block; }#fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf2636462aa8d681e6f97c4247f978f1a3c82897.svg); }
#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM { 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; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container { background-color: transparent; background-image: none; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container > .video-iframe-container { display: none; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row > .video-iframe-container { display: none; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .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); }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container { border-width: 0; border-radius: 0; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#BbEG6STwnAZThFmdhUkkOSHgL2HCFfwx { 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; }
#r30gKEZHJdaT7RzA5Mf0pzMgd0iUiiik { 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; }
#swbhlSMJ6d0If11KOX2Ot16wPtp8FPZr { 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; }
#RT6HXy9QtyQg0p39r9xI2BVFPP5eHL6R { 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; }
#Vvc1CyeQ0tPhfNeNITIpZUaLzbET86ix { 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; }
#MhzV5iTlKJMTO7KaZ9zUTe8r56S8P76q { 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; }
#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx { 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; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container { border-width: 0; border-radius: 0; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:none; }#mdRO3wF1ylAFlpaHP9d44IeaWuyNEUAL { 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; }
#WrazIEdxlEzQZ9lyrUXSTJlZTzPpNFLl { 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; }
#pwan5nVR6CcsbeeBUXyuxheDL8FuQsG1 { 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; }
#DTU5SWiCeZHdzFhMAaThhO5mRHDkHT60 { 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; }
#sIOov0WNLUPT7mgbpl2JuG4aVb5cuTqO { 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; }
#gKICqlTTFxhiQG7C60UtFTEmTpMNBVay { 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; }
#heD2FWwiX4WtDJo18lTB15WrLL85k7iu { 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; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container { background-color: transparent; background-image: none; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container > .video-iframe-container { display: none; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row > .video-iframe-container { display: none; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .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); }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container { border-width: 0; border-radius: 0; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container { font-size:0.875rem;font-family:arial;height:101.8125rem;width:75rem;position:relative;display:block; }#NE9tfBnAGncLv4Xhzlvuvkf6FSDnBXaO { 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; }
#eI18aua6SU3kIEt7MsJgOOtsUbCTHmzD { 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; }
#aTFJi17iN6QXEoRZKgxJ7v73GwJ4pcNV { 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; }
#cWTGJ2WSio1KFuiQk4mrL0NPUPcE4LI0 { 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; }
#VPT3QWIVfuHfCssqm5LbfxDT0XQWqKIi { 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; }
#kVkT8nvPTCIdlwEeKQldpuiAHOMTTwyG { 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; }
#GzcvPQBGyaQPJKrlWKwNe00sKReoWXFv { 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; }
#cFkRc945JWWWz8t87IPMdd8Tn7lD8HbM { 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; }
#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ { 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; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container { background-color: transparent; background-image: none; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container > .video-iframe-container { display: none; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row > .video-iframe-container { display: none; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .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); }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container { border-width: 0; border-radius: 0; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#WDGCWVwip2F3TJzQvEBOdeNRgFJVUB5L { 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; }
#LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw { 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; }#LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz { 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; }#kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB { 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; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB.adaptive-delivery-prevent-bg, #SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB.lazyload, #SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB.lazyloading { background-image: none; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container { background-color: transparent; background-image: none; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container > .video-iframe-container { display: none; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .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); }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row > .video-iframe-container { display: none; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .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); }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container { border-width: 0; border-radius: 0; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB::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; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#gH1qdnB3xiwgLkfu8HJudcnVntHiJSuG { 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:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afk0bkEdgJ9oXI4cTPp9dUBlZD8bqUdK { 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; }
#tv8HIl8GQDFZoyfv7g8ZR8ihGvTDGHEL { 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; }
#uTCsTy67nZIAS9ao9dr9i3iOM6TWeSUn { 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; }
#ZBrzAzyl6TQ2DhHtvd3lyT5WxM2BTFx9 { 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; }
#pyg4ONTzIk0FgOy0CG3xAFskhfqAmdIm { 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; }
#s3rKKOe7hQ7pfITiJdZCVVrhZTSy2D3D { 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; }
#wOtXkzI08FBOPNkKLktVKMVufce7kuLx { 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; }
#BQRJddAiGb4AmOlD3f4RxOHlc7LVmrEE { 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; }
#vP2GBSRrO7RUyNZWQta4HHql2qVzKVL8 { 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; }
#DdlsrfsyPnKcoTPQTMy7tzq7c64oVhp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDGfbICTkxs4v9sdeRLaedhbgTCkUizC { 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; }
#BinDLRKJMUSxoaknMOUfKHaTV6IqC1ah { 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; }
#yDLFdLvzBE893A9RGUmgWZTDdTLft3f6 { 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; }
#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 { 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; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7.adaptive-delivery-prevent-bg, #oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7.lazyload, #oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7.lazyloading { background-image: none; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container { border-width: 0; border-radius: 0; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7::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; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#dtgzgEu25W2KHRXSxtqbXBFKlWgSES26 { 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; }
#aVXKnTqMze86g61RTJ3ByfSKtCcI7SfL { 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; }
#GwSvWTFb8RaEDeUf3HVmxDdQLSfX5uns { 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; }
#vnmcdTk2EORPilExqVcaZLCXupoTc2WH { 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; }
#zQA8PXsFdRNSBFM9Z2Fl7x585c80oLIv { 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; }
#hBpbP01zdhLDIoNMkuEaFT9SiClFKMBT { 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; }
#aM797OWdTNKyb0UgLTSNN6rzO9WDvFAf { 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; }
#VLL3N8xKzrsThvIh8I4Suxr5xieq6wdD { 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; }
#WQw9BQCoGaiibhuPGiPK7qeOknOLbnIM { 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; }
#KsvJAyw2SeistCExvsCGyS81VCbQ1taq { 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; }
#e13TIrKbE1Weqa3wyrsMrEi8gNlu9zNa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uvfi58fqKx1ezBlSG8SbVJglR8VbTHDQ { 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; }
#yu5Z8WMpadUpeCIePelaSretK611IBfL { 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; }
#ELbtuT3iqmK3MCIcN06UgQmERkExEwIF { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SHzDlVAvDHcokimnvPuRO55gZbgMSQrc { display:block; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEc6yddqmC96XArCOHZE9HdF8fH3JyGQ { top:0.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr { display:block; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfyTF8wXD1g4uMuUMV6N04OKiJwf8sQM { top:7.75rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLA3DLoZIoFMgeU7VfasGWt8y5fPIyJi { top:36.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Fbgd4rVDEPTMbGngqGo6ASZ3rpmxZZ { top:33.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDLbDuLirKQoHusEgl2JSRS7roaJWsMe { top:31.25rem;left:20.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrLWOfNK1O7GxnzUm6pbBvnynNL8hUdF { top:31.25rem;left:21.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17FuDJX5LCeK3m5paWdOdDsEA6xpiKf { top:31.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM3vT8ggqeKmU290B1PV7SPoToAHrCAI { top:31.25rem;left:24.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3K8idOIxMaAkH8H22Hpq4R6eKi4b7XP { top:31.25rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsEQy1FWF9kdgNS2tWa5o88X1gt01cMu { top:27.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmtuBeGtVTmnl09qiT13gWhwAKu1Tm0q { width:27.25rem;height:5.125rem;top:24.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilwELzVJWEDyn75ullnyZLXIIz7GKVa { display:block; }
 }@media only screen and (max-width: 763px) { #gsqAzV9p586UhzPM1VlS9Rf931RfS2WT { top:24.25rem;left:13.5625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkTgnNszZaBcyqM2tJQeSEnoBSQTQlD { top:25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo { display:none; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xXSxPuiMX5uXOp6CQ3FXVX4m3SLORJFA { top:12.5625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4RkdfU9fUTAoRbrSIUrCzZiQaH7pJk { top:45.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiup4pRzuiE9lhF7WZvaCc1J5QsAoyOv { top:27.4375rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2WllLQxl3ccriyfrP3gSlgiHVEOAWS { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3yyTWbrT9qX1Jd2QJWAAMD9Pxtrp8vk { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFfSHAWEhO2e24U2cmeZER4VPB2rf03m { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H97WOH9ZxBzPN6SG08JJvSWIa6Ig91pF { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCr1hTAsqk6e4DLTQqvxppiekTNRTcgr { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3quIlRikPw2zpSpdkLJDys9LQMtktuB { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIk5HTP1x6PJRWC2Is4fLRInlytEDJd { width:27.25rem;height:5.125rem;top:32.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6pl4OGoTv4RQvyPIV6KtUV9Dh7gnKv { display:block; }
 }@media only screen and (max-width: 763px) { #OFPTAqMHKJy2uQndvyvcUweDV6uql4Ii { top:33.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNecs2n1nm14cQ17xgEl4uCr7hkDKRC6 { top:33rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS { display:block; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lySfNBuEMIeRVtvIXk7kx1sDlIumherh { top:3rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHtftN2D1IbarGtFQ7aoGZRWnxnftJE { top:10.625rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQB262cg8d7F1fegsU8yfg28JyTp1D63 { top:37.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl { top:27.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf2636462aa8d681e6f97c4247f978f1a3c82897.svg); }
 }@media only screen and (max-width: 763px) { #Gb3I3N8Ur9MB807DpxwOPirTVuThoHow { display:block; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb7NHMdOV59nXefux48QzVrCbogRnsdC { top:1.8125rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zaf7NKqlOp6xAROcG2PkIWhMhFEp34WV { top:8.875rem;left:0rem;width:20rem;height:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWUovSXJwuWlg6pGl23ukPME0VmGZa2v { top:47.5625rem;left:0rem;width:20rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw { top:34.75rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }#fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf2636462aa8d681e6f97c4247f978f1a3c82897.svg); }
 }@media only screen and (max-width: 763px) { #gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM { display:block; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbEG6STwnAZThFmdhUkkOSHgL2HCFfwx { top:2.9375rem;left:0rem;width:32.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30gKEZHJdaT7RzA5Mf0pzMgd0iUiiik { top:20.375rem;left:0rem;width:32.5625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbhlSMJ6d0If11KOX2Ot16wPtp8FPZr { top:50.0625rem;left:0rem;width:32.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6HXy9QtyQg0p39r9xI2BVFPP5eHL6R { top:2.9375rem;left:13.25rem;width:34.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvc1CyeQ0tPhfNeNITIpZUaLzbET86ix { top:18.125rem;left:13.5rem;width:33.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzV5iTlKJMTO7KaZ9zUTe8r56S8P76q { top:42.125rem;left:13.4375rem;width:33.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx { display:block; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdRO3wF1ylAFlpaHP9d44IeaWuyNEUAL { top:5.1875rem;left:0rem;width:29.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrazIEdxlEzQZ9lyrUXSTJlZTzPpNFLl { top:21.125rem;left:0rem;width:28.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwan5nVR6CcsbeeBUXyuxheDL8FuQsG1 { top:47.25rem;left:0rem;width:28.375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTU5SWiCeZHdzFhMAaThhO5mRHDkHT60 { top:33rem;left:19rem;width:28.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOov0WNLUPT7mgbpl2JuG4aVb5cuTqO { top:45.9375rem;left:18.9375rem;width:28.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKICqlTTFxhiQG7C60UtFTEmTpMNBVay { top:47.25rem;left:0rem;width:12.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #heD2FWwiX4WtDJo18lTB15WrLL85k7iu { display:block; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NE9tfBnAGncLv4Xhzlvuvkf6FSDnBXaO { top:3.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI18aua6SU3kIEt7MsJgOOtsUbCTHmzD { top:12.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFJi17iN6QXEoRZKgxJ7v73GwJ4pcNV { top:12.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWTGJ2WSio1KFuiQk4mrL0NPUPcE4LI0 { top:35.4375rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPT3QWIVfuHfCssqm5LbfxDT0XQWqKIi { top:35.4375rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVkT8nvPTCIdlwEeKQldpuiAHOMTTwyG { top:57.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzcvPQBGyaQPJKrlWKwNe00sKReoWXFv { top:57.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFkRc945JWWWz8t87IPMdd8Tn7lD8HbM { top:79.8125rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ { display:block; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGCWVwip2F3TJzQvEBOdeNRgFJVUB5L { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw { top:9.625rem;left:0rem;width:32.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz { top:9.625rem;left:17.1875rem;width:30.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB { display:block; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gH1qdnB3xiwgLkfu8HJudcnVntHiJSuG { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afk0bkEdgJ9oXI4cTPp9dUBlZD8bqUdK { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv8HIl8GQDFZoyfv7g8ZR8ihGvTDGHEL { top:42.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTCsTy67nZIAS9ao9dr9i3iOM6TWeSUn { top:38.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBrzAzyl6TQ2DhHtvd3lyT5WxM2BTFx9 { top:36.5rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyg4ONTzIk0FgOy0CG3xAFskhfqAmdIm { top:36.5rem;left:21.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3rKKOe7hQ7pfITiJdZCVVrhZTSy2D3D { top:36.5rem;left:23.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtXkzI08FBOPNkKLktVKMVufce7kuLx { top:36.5rem;left:24.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRJddAiGb4AmOlD3f4RxOHlc7LVmrEE { top:36.5rem;left:25.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP2GBSRrO7RUyNZWQta4HHql2qVzKVL8 { width:27.25rem;height:5.125rem;top:29.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlsrfsyPnKcoTPQTMy7tzq7c64oVhp1 { display:block; }
 }@media only screen and (max-width: 763px) { #BDGfbICTkxs4v9sdeRLaedhbgTCkUizC { top:30.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinDLRKJMUSxoaknMOUfKHaTV6IqC1ah { top:29.375rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDLFdLvzBE893A9RGUmgWZTDdTLft3f6 { top:32.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 { display:none; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dtgzgEu25W2KHRXSxtqbXBFKlWgSES26 { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXKnTqMze86g61RTJ3ByfSKtCcI7SfL { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSvWTFb8RaEDeUf3HVmxDdQLSfX5uns { top:27rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnmcdTk2EORPilExqVcaZLCXupoTc2WH { top:24rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQA8PXsFdRNSBFM9Z2Fl7x585c80oLIv { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBpbP01zdhLDIoNMkuEaFT9SiClFKMBT { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aM797OWdTNKyb0UgLTSNN6rzO9WDvFAf { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLL3N8xKzrsThvIh8I4Suxr5xieq6wdD { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQw9BQCoGaiibhuPGiPK7qeOknOLbnIM { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsvJAyw2SeistCExvsCGyS81VCbQ1taq { width:27.25rem;height:5.125rem;top:33rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e13TIrKbE1Weqa3wyrsMrEi8gNlu9zNa { display:block; }
 }@media only screen and (max-width: 763px) { #Uvfi58fqKx1ezBlSG8SbVJglR8VbTHDQ { top:33.0625rem;left:15rem;width:20.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yu5Z8WMpadUpeCIePelaSretK611IBfL { top:33.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELbtuT3iqmK3MCIcN06UgQmERkExEwIF { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SHzDlVAvDHcokimnvPuRO55gZbgMSQrc { display:block; }#SHzDlVAvDHcokimnvPuRO55gZbgMSQrc > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEc6yddqmC96XArCOHZE9HdF8fH3JyGQ { 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) { #CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr { 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; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr.adaptive-delivery-prevent-bg, #CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr.lazyload, #CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr.lazyloading { background-image: none; }#CnD7feUDrlvE8Pk9GSA9Zb3iAFGJyzfr > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfyTF8wXD1g4uMuUMV6N04OKiJwf8sQM { width:20rem;height:11.2119375rem;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLA3DLoZIoFMgeU7VfasGWt8y5fPIyJi { 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) { #a9Fbgd4rVDEPTMbGngqGo6ASZ3rpmxZZ { 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) { #WDLbDuLirKQoHusEgl2JSRS7roaJWsMe { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #RrLWOfNK1O7GxnzUm6pbBvnynNL8hUdF { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #V17FuDJX5LCeK3m5paWdOdDsEA6xpiKf { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #JM3vT8ggqeKmU290B1PV7SPoToAHrCAI { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #B3K8idOIxMaAkH8H22Hpq4R6eKi4b7XP { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #vsEQy1FWF9kdgNS2tWa5o88X1gt01cMu { 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) { #HmtuBeGtVTmnl09qiT13gWhwAKu1Tm0q { width:19rem;height:5.125rem;top:52.2871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilwELzVJWEDyn75ullnyZLXIIz7GKVa { display:block; }
 }@media only screen and (max-width: 763px) { #gsqAzV9p586UhzPM1VlS9Rf931RfS2WT { width:20rem;height:5rem;top:58.6621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkTgnNszZaBcyqM2tJQeSEnoBSQTQlD { 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) { #B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo { 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; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo.adaptive-delivery-prevent-bg, #B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo.lazyload, #B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo.lazyloading { background-image: none; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container { background-color: transparent; background-image: none; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container > .video-iframe-container { display: none; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .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); }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row > .video-iframe-container { display: none; }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .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); }#B0AigZEZ9EgMAsbpGOgLLCRZtieeiqeo > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXSxPuiMX5uXOp6CQ3FXVX4m3SLORJFA { width:20rem;height:8.9355625rem;top:6.3125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4RkdfU9fUTAoRbrSIUrCzZiQaH7pJk { 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) { #Tiup4pRzuiE9lhF7WZvaCc1J5QsAoyOv { 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) { #Jd2WllLQxl3ccriyfrP3gSlgiHVEOAWS { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #h3yyTWbrT9qX1Jd2QJWAAMD9Pxtrp8vk { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #uFfSHAWEhO2e24U2cmeZER4VPB2rf03m { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #H97WOH9ZxBzPN6SG08JJvSWIa6Ig91pF { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #SCr1hTAsqk6e4DLTQqvxppiekTNRTcgr { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #b3quIlRikPw2zpSpdkLJDys9LQMtktuB { 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) { #SaIk5HTP1x6PJRWC2Is4fLRInlytEDJd { width:19rem;height:4.5rem;top:19rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6pl4OGoTv4RQvyPIV6KtUV9Dh7gnKv { display:block; }
 }@media only screen and (max-width: 763px) { #OFPTAqMHKJy2uQndvyvcUweDV6uql4Ii { 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) { #gNecs2n1nm14cQ17xgEl4uCr7hkDKRC6 { width:18.8125rem;height:4.5rem;top:19rem;left:0.5rem;background-color:#3e5664;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS { display:none; }#ATQ9rccLOLqvRMZ9DyF85EIInCbcZkLS > .row .container { width:20rem;height:87.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lySfNBuEMIeRVtvIXk7kx1sDlIumherh { width:20rem;height:5.7734375rem;top:2.48046875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHtftN2D1IbarGtFQ7aoGZRWnxnftJE { width:20rem;height:24.69630625rem;top:10.1044921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQB262cg8d7F1fegsU8yfg28JyTp1D63 { width:20rem;height:23.39645rem;top:58.736328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl { width:20rem;height:23.9355625rem;top:34.80078125rem;left:0rem;font-size:1rem;display:block; }#hs9uSyenC58ouJrEUk5rgf0AhIMCKMCl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf2636462aa8d681e6f97c4247f978f1a3c82897.svg); }
 }@media only screen and (max-width: 763px) { #Gb3I3N8Ur9MB807DpxwOPirTVuThoHow { background-color:#eee9e2;background-image:none;display:block; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container { background-color: transparent; background-image: none; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container > .video-iframe-container { display: none; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row > .video-iframe-container { display: none; }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .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); }#Gb3I3N8Ur9MB807DpxwOPirTVuThoHow > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb7NHMdOV59nXefux48QzVrCbogRnsdC { width:20rem;height:5.5rem;top:1.85546875rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Zaf7NKqlOp6xAROcG2PkIWhMhFEp34WV { width:20rem;height:21.9375rem;top:8.875rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qWUovSXJwuWlg6pGl23ukPME0VmGZa2v { width:20rem;height:14.625rem;top:47.59375rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw { width:20rem;height:16.78125rem;top:30.8125rem;left:0rem;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }#fVb4PlE3ZNAKfierWoQfAyS4F6PiH8Xw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf2636462aa8d681e6f97c4247f978f1a3c82897.svg); }
 }@media only screen and (max-width: 763px) { #gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM { display:none; }#gcM3OsJ2R7yZu9p39u5svJRJSI3xoilM > .row .container { width:20rem;height:131.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BbEG6STwnAZThFmdhUkkOSHgL2HCFfwx { width:19.625rem;height:9.5619680851064rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30gKEZHJdaT7RzA5Mf0pzMgd0iUiiik { width:19.625rem;height:16.944933920705rem;top:12.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbhlSMJ6d0If11KOX2Ot16wPtp8FPZr { width:19.625rem;height:10.849944933921rem;top:31.0063125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6HXy9QtyQg0p39r9xI2BVFPP5eHL6R { width:19.625rem;height:7.824063876652rem;top:88.1748125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvc1CyeQ0tPhfNeNITIpZUaLzbET86ix { width:19.625rem;height:12.896428571429rem;top:97.6235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzV5iTlKJMTO7KaZ9zUTe8r56S8P76q { width:19.625rem;height:17.745626151013rem;top:112.14453515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx { background-color:#f5f1e8;background-image:none;display:block; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container { background-color: transparent; background-image: none; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container > .video-iframe-container { display: none; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row > .video-iframe-container { display: none; }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .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); }#zTdoSbCTid4Xg95PTFH7WzFy0iQwLiqx > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdRO3wF1ylAFlpaHP9d44IeaWuyNEUAL { width:19.625rem;height:9.5610625rem;top:26.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) { #WrazIEdxlEzQZ9lyrUXSTJlZTzPpNFLl { width:19.625rem;height:16.9443125rem;top:37.8125rem;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) { #pwan5nVR6CcsbeeBUXyuxheDL8FuQsG1 { width:19.625rem;height:10.849625rem;top:56.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) { #DTU5SWiCeZHdzFhMAaThhO5mRHDkHT60 { width:19.625rem;height:7.82375rem;top:2.6875rem;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) { #sIOov0WNLUPT7mgbpl2JuG4aVb5cuTqO { width:19.625rem;height:12.896rem;top:12.125rem;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) { #gKICqlTTFxhiQG7C60UtFTEmTpMNBVay { width:19.625rem;height:25.375rem;top:69.5rem;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) { #heD2FWwiX4WtDJo18lTB15WrLL85k7iu { display:block; }#heD2FWwiX4WtDJo18lTB15WrLL85k7iu > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NE9tfBnAGncLv4Xhzlvuvkf6FSDnBXaO { width:20rem;height:7.1484375rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI18aua6SU3kIEt7MsJgOOtsUbCTHmzD { height:11.225577264654rem;width:20rem;top:10.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFJi17iN6QXEoRZKgxJ7v73GwJ4pcNV { height:11.225577264654rem;width:20rem;top:35.2861875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWTGJ2WSio1KFuiQk4mrL0NPUPcE4LI0 { height:11.225577264654rem;width:20rem;top:22.8110625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPT3QWIVfuHfCssqm5LbfxDT0XQWqKIi { height:11.225577264654rem;width:20rem;top:47.7613125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVkT8nvPTCIdlwEeKQldpuiAHOMTTwyG { height:11.225577264654rem;width:20rem;top:60.23635546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzcvPQBGyaQPJKrlWKwNe00sKReoWXFv { height:11.225577264654rem;width:20rem;top:72.711453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFkRc945JWWWz8t87IPMdd8Tn7lD8HbM { height:11.225577264654rem;width:20rem;top:85.18655078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ { display:block; }#BTJx2eSHqKuZKhTP0JLhWdpFgBr4yAyZ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGCWVwip2F3TJzQvEBOdeNRgFJVUB5L { width:20rem;height:4.2246125rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw { width:20rem;height:6.25rem;top:7.375rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#LAz0vuBkWFzO8Ux60TgVLwgPPQrJDGkw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz { width:20rem;height:6.25rem;top:13.625rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#kNtia6IfAn5pT5Bnp7Km4hQA3vGM16tz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB { 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; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB.adaptive-delivery-prevent-bg, #SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB.lazyload, #SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB.lazyloading { background-image: none; }#SWs6ntVsQOwpC5IOSqXNpe4LLiKnRtPB > .row .container { width:20rem;height:65.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gH1qdnB3xiwgLkfu8HJudcnVntHiJSuG { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afk0bkEdgJ9oXI4cTPp9dUBlZD8bqUdK { width:20rem;height:3.16845625rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv8HIl8GQDFZoyfv7g8ZR8ihGvTDGHEL { 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) { #uTCsTy67nZIAS9ao9dr9i3iOM6TWeSUn { 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) { #ZBrzAzyl6TQ2DhHtvd3lyT5WxM2BTFx9 { display:flex;width:1.375rem;height:1.375rem;top:21.217775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #pyg4ONTzIk0FgOy0CG3xAFskhfqAmdIm { display:flex;width:1.375rem;height:1.375rem;top:23.842775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #s3rKKOe7hQ7pfITiJdZCVVrhZTSy2D3D { display:flex;width:1.375rem;height:1.375rem;top:26.467775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #wOtXkzI08FBOPNkKLktVKMVufce7kuLx { display:flex;width:1.375rem;height:1.375rem;top:29.092775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #BQRJddAiGb4AmOlD3f4RxOHlc7LVmrEE { display:flex;width:1.375rem;height:1.375rem;top:31.717775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #vP2GBSRrO7RUyNZWQta4HHql2qVzKVL8 { width:19rem;height:5.125rem;top:50.01758125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlsrfsyPnKcoTPQTMy7tzq7c64oVhp1 { display:block; }
 }@media only screen and (max-width: 763px) { #BDGfbICTkxs4v9sdeRLaedhbgTCkUizC { 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) { #BinDLRKJMUSxoaknMOUfKHaTV6IqC1ah { width:20rem;height:5rem;top:56.39258125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDLFdLvzBE893A9RGUmgWZTDdTLft3f6 { 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) { #oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 { 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; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7.adaptive-delivery-prevent-bg, #oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7.lazyload, #oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7.lazyloading { background-image: none; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container { background-color: transparent; background-image: none; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container > .video-iframe-container { display: none; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .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); }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row > .video-iframe-container { display: none; }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .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); }#oFbzOd8UPWeVpzE8XLNoac26M7qrZOE7 > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtgzgEu25W2KHRXSxtqbXBFKlWgSES26 { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXKnTqMze86g61RTJ3ByfSKtCcI7SfL { width:20rem;height:2.923825rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSvWTFb8RaEDeUf3HVmxDdQLSfX5uns { 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) { #vnmcdTk2EORPilExqVcaZLCXupoTc2WH { 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) { #zQA8PXsFdRNSBFM9Z2Fl7x585c80oLIv { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:6.5625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #hBpbP01zdhLDIoNMkuEaFT9SiClFKMBT { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:7.9375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #aM797OWdTNKyb0UgLTSNN6rzO9WDvFAf { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:9.3125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #VLL3N8xKzrsThvIh8I4Suxr5xieq6wdD { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:10.6875rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #WQw9BQCoGaiibhuPGiPK7qeOknOLbnIM { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:12.0625rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #KsvJAyw2SeistCExvsCGyS81VCbQ1taq { width:19rem;height:4.5rem;top:14.5rem;left:0.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #e13TIrKbE1Weqa3wyrsMrEi8gNlu9zNa { display:block; }
 }@media only screen and (max-width: 763px) { #Uvfi58fqKx1ezBlSG8SbVJglR8VbTHDQ { width:18.8125rem;height:4.5rem;top:14.5rem;left:0.5rem;z-index:15018;background-color:#3e5664;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yu5Z8WMpadUpeCIePelaSretK611IBfL { 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) { #ELbtuT3iqmK3MCIcN06UgQmERkExEwIF { 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; }
 }