.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:247,223,237;--color-primary-1:228,148,194;--color-primary-2:200,41,133;--color-primary-3:100,21,67;--color-primary-4:30,6,20;--color-secondary-0:247,249,250;--color-secondary-1:228,236,238;--color-secondary-2:200,216,220;--color-secondary-3:100,108,110;--color-secondary-4:30,32,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"source sans pro";--paragraphs-font-family:"source sans pro"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/Mgm6cFAc/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.adaptive-delivery-prevent-bg, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyload, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyloading { background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { background-color: transparent; background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { border-width: 0; border-radius: 0; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:60rem;height:58.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#BSLPfe6i9mE9GdOrn2Wx22UdbTSmlTyC { color:#2d2929;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:20rem;left:0rem;height:7.8754375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHIurdhg005BDuNTeCrpgx2KyD0uU1St { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.3125rem;left:14.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { color:#2d2929;display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.625rem;left:7.6875rem;height:4.22168125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.375rem;left:18.75rem;display:block; }
#Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwGg7M6ss9EFbDW5RIJzS7ExNppJwZ83 { background-color:transparent;background-image:none;border-top:0.125rem solid #2d2929;border-left:0.125rem solid #2d2929;border-right:0.125rem solid #2d2929;border-bottom:0.125rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.375rem;left:30.625rem;display:block; }
#amHmVHA6gzJZgsIzwOX2X4qrSvEd33ML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { background-color: transparent; background-image: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container > .video-iframe-container { display: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row > .video-iframe-container { display: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .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); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { border-width: 0; border-radius: 0; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#T4ASBvRFlAhpz6EilAuNVEea0QDPxqt5 { position:absolute;display:block;z-index:15000;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#pgLrmwgzGs92pg8pIHA5xu4gFvXCZB7G { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3rem;height:1.94970625rem;display:block; }
#U0GD0Lduws8P1TIS9oOIHDlgOCdsslgs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:3rem;height:3.2461rem;font-style:normal;display:block; }
#kGO6WcxSeNiKs05m0vfXiEoPcSAAtTKl { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3rem;height:1.62305rem;font-style:normal;display:block; }
#VNDzKrTWTyk1PuVMf03wKHOVto1pdTw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#sL29uvTK5ySRsAp0Kdu2F5nHcN05uG03 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:3rem;height:1.94970625rem;display:block; }
#s0kyPeG6pXFuN1UlaWVf7XfyRQi6ha7R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.625rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#tm9PvNddron50UlVz29I8AVTGZmuuwbA { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3rem;height:1.94970625rem;display:block; }
#GSTTKsOmogORBVQg2aVHgPdXECpXAxpS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.9375rem;top:11.3125rem;left:3rem;display:block; }
#LkwfpzQQI9cgW6wdwDAewH9ub71Hn0st { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.9375rem;top:17.625rem;left:3rem;display:block; }
#XQoWSPIwUOUQ34xpD7lwwtxv0TeMiQsS { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.9375rem;left:27.625rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUIELXlq60h7KF9sfi3aC2mwE3uTVOPB { color:#2d2929;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:27.75rem;height:5.84911875rem;font-style:normal;display:block; }
#ic57nq2T1OmJ5IHqfQ7sbVqF0PLLVtl0 { color:#2d2929;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:14.6875rem;left:27.625rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;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; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { background-color: transparent; background-image: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container > .video-iframe-container { display: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container { display: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .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); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { border-width: 0; border-radius: 0; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#pQoiR3cfA71cTZVNKw3WLMD4zZFwcvXT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:11.59375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CpAhudKgpRuoExRhAlIGEIRi9vx2sxRB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:44.4375rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#GxILehPdCQanrlGigK5n82UtUZTPqKsi { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/V5a18bBe/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #2d2929;border-left:0.25rem solid #2d2929;border-right:0.25rem solid #2d2929;border-bottom:0.25rem solid #2d2929;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.25rem;width:7.25rem;top:16.125rem;left:26.125rem;display:block; }#GxILehPdCQanrlGigK5n82UtUZTPqKsi.adaptive-delivery-prevent-bg, #GxILehPdCQanrlGigK5n82UtUZTPqKsi.lazyload, #GxILehPdCQanrlGigK5n82UtUZTPqKsi.lazyloading { background-image: none; }
#FDp1GPrOlCrJWBWqi7tJvavPsXD7kczT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:25.125rem;left:22.1875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4mG7IOBP4nVntEFeAobpHERNC3lSRBU { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:18.25rem;display:block; }
#Vt6ZTMdNekJvAXGi7vwlLbDt8qPHNKMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOKCo1Kpwd5oVXoXP99NoVdZexfNsv8w { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.125rem;left:5.3125rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GerwMwNDwPr6TUgXeQ0fLrNh5NLcgol0 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/f6ey6fSs/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #2d2929;border-left:0.25rem solid #2d2929;border-right:0.25rem solid #2d2929;border-bottom:0.25rem solid #2d2929;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.25rem;width:7.25rem;top:10.125rem;left:9.25rem;display:block; }#GerwMwNDwPr6TUgXeQ0fLrNh5NLcgol0.adaptive-delivery-prevent-bg, #GerwMwNDwPr6TUgXeQ0fLrNh5NLcgol0.lazyload, #GerwMwNDwPr6TUgXeQ0fLrNh5NLcgol0.lazyloading { background-image: none; }
#EJxlnfZuh4ULrTPPDE0lnlhlSfBWFwzg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:19.125rem;left:39.875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EHTFoL8hsry6naeNbFiEEUkT0OTXt2gq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/E6CSb560/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #2d2929;border-left:0.25rem solid #2d2929;border-right:0.25rem solid #2d2929;border-bottom:0.25rem solid #2d2929;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.25rem;width:7.25rem;top:10.125rem;left:41.75rem;display:block; }#EHTFoL8hsry6naeNbFiEEUkT0OTXt2gq.adaptive-delivery-prevent-bg, #EHTFoL8hsry6naeNbFiEEUkT0OTXt2gq.lazyload, #EHTFoL8hsry6naeNbFiEEUkT0OTXt2gq.lazyloading { background-image: none; }
#VxNbgIv0BwBGgnf11OEVNgKVdwuftBfT { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.1875rem;left:5.3125rem;display:block; }
#QiJcUb3d8ewlckV2KJcMes3PPXyNDtxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHHpDimTDkbvhEkciJ5xHQuOfzGilRtl { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.1875rem;left:30.9375rem;display:block; }
#QpMXttUbcvGVGwNsKR7JASSNMQDI60La { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAi19g7UyAZFXJuRf566ui4Fcqi9qLE0 { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.1875rem;left:43.8125rem;display:block; }
#X03uWM1VmR57b7xIxaBhHxcZmDuiFPTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kdeHUzsNLKTETFgw8Wb8wDSli2tIrPhv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.75rem;left:19.125rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { background-color: transparent; background-image: none; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container > .video-iframe-container { display: none; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row > .video-iframe-container { display: none; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .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); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { border-width: 0; border-radius: 0; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#MZFAPB0tNsKJSPX08T5KTdUrQGHIS2ar { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0rem;left:40.3125rem;display:block; }
#kI1hxb13JJXyEPcsletLGxP6iBMg3D8U { position:absolute;display:block;z-index:15001;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:40.5rem;top:0rem;left:0rem;display:block; }
#ltGFiQTLqovyu2hIHEfCG1tvPpxw6hXy { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:6.59375rem;left:2.59375rem;height:6.5983125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1P3red5b/img_1_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:25.0625rem;top:19.6875rem;left:0rem;display:block; }#hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT.adaptive-delivery-prevent-bg, #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT.lazyload, #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT.lazyloading { background-image: none; }
#KT3HwPX6S9Lu2veGFVhlLt3iBCCfb4H6 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Lqsab6a9/img_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:35rem;top:19.6875rem;left:25rem;display:block; }#KT3HwPX6S9Lu2veGFVhlLt3iBCCfb4H6.adaptive-delivery-prevent-bg, #KT3HwPX6S9Lu2veGFVhlLt3iBCCfb4H6.lazyload, #KT3HwPX6S9Lu2veGFVhlLt3iBCCfb4H6.lazyloading { background-image: none; }
#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;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; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { background-color: transparent; background-image: none; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container > .video-iframe-container { display: none; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row > .video-iframe-container { display: none; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .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); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { border-width: 0; border-radius: 0; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#WmmGKeKhZDBnX3TCXA7oore6qTtOGXXB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.8125rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBHXQFfsovSexueIt6rfVCIbKzL9kOdT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:44.4375rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#TZTNfOsWeCIvtQHNrs4aMQCSHOCKSD4n { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #2d2929;border-left:0.25rem solid #2d2929;border-right:0.25rem solid #2d2929;border-bottom:0.25rem solid #2d2929;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:23.5rem;display:block; }
#TEJxo165mbvOGuaOGPmcJUrOqJwh5Ods { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.9375rem;left:23.75rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipKGSFJ9OgHSlWKl5ifS7Nb2IFp8KEz7 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:20.125rem;left:5.84375rem;display:block; }
#TvNvM8NFPPDRoWIZip9c2T7flCA1nvG2 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1080/pexels-photo-283196.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:21.3125rem;left:7.03125rem;display:block; }#TvNvM8NFPPDRoWIZip9c2T7flCA1nvG2.adaptive-delivery-prevent-bg, #TvNvM8NFPPDRoWIZip9c2T7flCA1nvG2.lazyload, #TvNvM8NFPPDRoWIZip9c2T7flCA1nvG2.lazyloading { background-image: none; }
#xHOw5P4R3zndXo49GtpfizuNkaOQSZrm { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.3125rem;left:0rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PzbipPZFc0nZmkogVEZEuibhnvfmfy5k { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.5rem;left:20.625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EbHf6Pwq5nDSlDmodIZCBGmGLTFBRpUL { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:28.3125rem;left:26.5rem;display:block; }
#E2rAm4lRRcvSktS7NrBLtMNuyoZnVQpf { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/2000/233H.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:29.5rem;left:27.6875rem;display:block; }#E2rAm4lRRcvSktS7NrBLtMNuyoZnVQpf.adaptive-delivery-prevent-bg, #E2rAm4lRRcvSktS7NrBLtMNuyoZnVQpf.lazyload, #E2rAm4lRRcvSktS7NrBLtMNuyoZnVQpf.lazyloading { background-image: none; }
#ZI2IolAzH8LuEQeDaLUhgtFCynQVU6KD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.3125rem;left:41.25rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vdCwgE7IkDi28FAMphAm1mc1sLrSZ1fZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:20.125rem;left:47.0625rem;display:block; }
#TcxBToxEbGT8BddJOrfsTr4FOytTUXW9 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/2592/girl-with-hair-blowing-in-the-wind.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:21.3125rem;left:48.25rem;display:block; }#TcxBToxEbGT8BddJOrfsTr4FOytTUXW9.adaptive-delivery-prevent-bg, #TcxBToxEbGT8BddJOrfsTr4FOytTUXW9.lazyload, #TcxBToxEbGT8BddJOrfsTr4FOytTUXW9.lazyloading { background-image: none; }
#fpu2k5742DP57iVNkA8PIu8FqtS9EZLr { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.25rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UofXhqHbToceV1aTvsh5mTdIzc9fb87x { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41rem;left:20.625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoEmMfMzDPav5aSmzJcHupBwyvdkcSRq { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.5625rem;left:41.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK { position:relative;display:block; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK { background-color: transparent; background-image: none; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row .container > .video-iframe-container { display: none; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row > .video-iframe-container { display: none; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .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); }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK { border-width: 0; border-radius: 0; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dSLTcPeV2zRrVkxMMSx6CDR8b0UmHm1J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11rem;top:2.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#bXUVs307R7GB6M5Gy24bCWqcyt56XB44 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.5625rem;top:3.6875rem;left:11.25rem;overflow:hidden;display:block; }
#ETGTTU4qSXsan1AganrZIWVPw1hZyZDI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.875rem;top:2.9375rem;left:39.875rem;overflow:hidden;display:block; }
#IiqeQAvguUBqGCizlzLQQqqaSzdA25QE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1rem;left:21.625rem;height:1.29931875rem;display:block; }
#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/wl5C10sc/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.adaptive-delivery-prevent-bg, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyload, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyloading { background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { background-color: transparent; background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .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); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { border-width: 0; border-radius: 0; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#fLKG4yCGZZXUuQnXaheJw1VG6LTBQXfI { position:absolute;display:block;z-index:15000;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.5rem;width:37.5rem;top:5.4375rem;left:3.875rem;display:block; }
#F6FTGzHugBEGAXquUfZWl6AfDfUelMPo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/9iOLsSYS/AdobeStock_159105431_small.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:24.0625rem;width:24.0625rem;top:12.15625rem;left:35.9375rem;display:block; }#F6FTGzHugBEGAXquUfZWl6AfDfUelMPo.adaptive-delivery-prevent-bg, #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo.lazyload, #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo.lazyloading { background-image: none; }
#WIfzfzgHGxlB5L3CTvMyzPwo9D8vgaH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:13.5rem;left:7.81201171875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZvFgMexwQ2w1Dx04ApL2GhGnlfy7bwU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:9.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#OEl5XuBFWpEgh6vEpmet4Ny3ckv2oPx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.6875rem;left:9.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#GNsMumTqaP6D5HPGsyaa5yKHJwCJkxwM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.1875rem;left:22.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#GuQJHrvArIUgpMl6tuy7RZ3ptwoMrpHo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#QPf1XxW8TE414QXgOcnCIFKNilSe5dg4 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.0625rem;left:9.8125rem;display:block; }
#AFGZaNczkL0w55qHw7zdDthhcGpAmIgK { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:24.0625rem;left:22.9375rem;display:block; }
#G10PNrA6MobBkdkTIuNFPplMwcIRNoZz { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:29.5rem;left:9.8125rem;display:block; }
#T38B4DLekzLSoCiNynG2braGIlVDgkFO { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:29.5625rem;left:22.9375rem;display:block; }
#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#343434;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; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container { background-color: transparent; background-image: none; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container > .video-iframe-container { display: none; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row > .video-iframe-container { display: none; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .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); }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container { border-width: 0; border-radius: 0; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#CWwdKtTWS0HSHycg1MTuTABaaUd4G4TE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.34375rem;height:2.5986375rem;display:block; }
#H974myxDURcxIKKsXzgBCGW45IraK4tk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.5625rem;top:2.625rem;left:1.78125rem;overflow:hidden;display:block; }
#MpyzJzdceSJ0q6vTan72zvB5bk2loCV1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.78125rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:47.75rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BSLPfe6i9mE9GdOrn2Wx22UdbTSmlTyC { width:47.75rem;height:6.3125rem;top:11.75rem;left:0rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uHIurdhg005BDuNTeCrpgx2KyD0uU1St { width:17rem;height:2.8125rem;top:11.1875rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { width:41.75rem;height:4.375rem;top:19.9375rem;left:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { width:10.625rem;height:3.8125rem;top:27.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block; }
 }@media only screen and (max-width: 959px) { #wwGg7M6ss9EFbDW5RIJzS7ExNppJwZ83 { width:10.625rem;height:3.8125rem;top:27.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #amHmVHA6gzJZgsIzwOX2X4qrSvEd33ML { display:block; }
 }@media only screen and (max-width: 959px) { #s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr { display:block; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T4ASBvRFlAhpz6EilAuNVEea0QDPxqt5 { width:25.0625rem;height:26rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pgLrmwgzGs92pg8pIHA5xu4gFvXCZB7G { width:12.5rem;height:1.9375rem;top:2.25rem;left:1.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #U0GD0Lduws8P1TIS9oOIHDlgOCdsslgs { width:22.375rem;height:3.625rem;top:4.6875rem;left:1.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kGO6WcxSeNiKs05m0vfXiEoPcSAAtTKl { width:12.5rem;height:1.25rem;top:10.125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VNDzKrTWTyk1PuVMf03wKHOVto1pdTw5 { width:12.5rem;height:4.875rem;top:16rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #sL29uvTK5ySRsAp0Kdu2F5nHcN05uG03 { width:12.5rem;height:1.9375rem;top:14.0625rem;left:1.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #s0kyPeG6pXFuN1UlaWVf7XfyRQi6ha7R { width:12.5rem;height:2.4375rem;top:22.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tm9PvNddron50UlVz29I8AVTGZmuuwbA { width:12.5rem;height:1.9375rem;top:20.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GSTTKsOmogORBVQg2aVHgPdXECpXAxpS { width:10.9375rem;height:0.125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LkwfpzQQI9cgW6wdwDAewH9ub71Hn0st { width:10.9375rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XQoWSPIwUOUQ34xpD7lwwtxv0TeMiQsS { width:21.9375rem;height:5.75rem;top:2.25rem;left:25.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zUIELXlq60h7KF9sfi3aC2mwE3uTVOPB { width:22rem;height:3.75rem;top:10.3125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ic57nq2T1OmJ5IHqfQ7sbVqF0PLLVtl0 { width:22.0625rem;height:10.5rem;top:16.625rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pQoiR3cfA71cTZVNKw3WLMD4zZFwcvXT { width:36.8125rem;height:;top:6.3125rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CpAhudKgpRuoExRhAlIGEIRi9vx2sxRB { width:44.4375rem;height:20.625rem;top:0rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GxILehPdCQanrlGigK5n82UtUZTPqKsi { width:7.25rem;height:7.25rem;top:16.125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #FDp1GPrOlCrJWBWqi7tJvavPsXD7kczT { width:15.625rem;height:4.5rem;top:25.125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #m4mG7IOBP4nVntEFeAobpHERNC3lSRBU { width:10.625rem;height:3.8125rem;top:38.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vt6ZTMdNekJvAXGi7vwlLbDt8qPHNKMQ { display:block; }
 }@media only screen and (max-width: 959px) { #mOKCo1Kpwd5oVXoXP99NoVdZexfNsv8w { width:15.625rem;height:4.5rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GerwMwNDwPr6TUgXeQ0fLrNh5NLcgol0 { width:7.25rem;height:7.25rem;top:10.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EJxlnfZuh4ULrTPPDE0lnlhlSfBWFwzg { width:13.5625rem;height:4.5rem;top:19.125rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EHTFoL8hsry6naeNbFiEEUkT0OTXt2gq { width:7.25rem;height:7.25rem;top:10.125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VxNbgIv0BwBGgnf11OEVNgKVdwuftBfT { width:10.625rem;height:3.8125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QiJcUb3d8ewlckV2KJcMes3PPXyNDtxT { display:block; }
 }@media only screen and (max-width: 959px) { #UHHpDimTDkbvhEkciJ5xHQuOfzGilRtl { width:10.625rem;height:3.8125rem;top:38.1875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QpMXttUbcvGVGwNsKR7JASSNMQDI60La { display:block; }
 }@media only screen and (max-width: 959px) { #JAi19g7UyAZFXJuRf566ui4Fcqi9qLE0 { width:10.625rem;height:3.8125rem;top:38.1875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #X03uWM1VmR57b7xIxaBhHxcZmDuiFPTi { display:block; }
 }@media only screen and (max-width: 959px) { #kdeHUzsNLKTETFgw8Wb8wDSli2tIrPhv { width:21.75rem;height:2.8125rem;top:33.75rem;left:13rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc { display:block; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MZFAPB0tNsKJSPX08T5KTdUrQGHIS2ar { width:19.6875rem;height:19.6875rem;top:0rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kI1hxb13JJXyEPcsletLGxP6iBMg3D8U { width:28.0625rem;height:19.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ltGFiQTLqovyu2hIHEfCG1tvPpxw6hXy { width:19.8125rem;height:4.125rem;top:7.78125rem;left:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT { width:25.0625rem;height:19.6875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KT3HwPX6S9Lu2veGFVhlLt3iBCCfb4H6 { width:35rem;height:19.6875rem;top:19.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq { display:block; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WmmGKeKhZDBnX3TCXA7oore6qTtOGXXB { width:32.375rem;height:3.375rem;top:6.25rem;left:7.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sBHXQFfsovSexueIt6rfVCIbKzL9kOdT { width:44.4375rem;height:20.625rem;top:0rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TZTNfOsWeCIvtQHNrs4aMQCSHOCKSD4n { width:12.5rem;height:12.5rem;top:13.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEJxo165mbvOGuaOGPmcJUrOqJwh5Ods { width:12.5rem;height:3.25rem;top:17.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ipKGSFJ9OgHSlWKl5ifS7Nb2IFp8KEz7 { width:6.5625rem;height:6.5625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TvNvM8NFPPDRoWIZip9c2T7flCA1nvG2 { width:4.6875rem;height:4.6875rem;top:21.3125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xHOw5P4R3zndXo49GtpfizuNkaOQSZrm { width:18.75rem;height:3.75rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PzbipPZFc0nZmkogVEZEuibhnvfmfy5k { width:18.75rem;height:3.75rem;top:36.5rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EbHf6Pwq5nDSlDmodIZCBGmGLTFBRpUL { width:6.5625rem;height:6.5625rem;top:28.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #E2rAm4lRRcvSktS7NrBLtMNuyoZnVQpf { width:4.6875rem;height:4.6875rem;top:29.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZI2IolAzH8LuEQeDaLUhgtFCynQVU6KD { width:18.75rem;height:5rem;top:28.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vdCwgE7IkDi28FAMphAm1mc1sLrSZ1fZ { width:6.5625rem;height:6.5625rem;top:20.125rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TcxBToxEbGT8BddJOrfsTr4FOytTUXW9 { width:4.6875rem;height:4.6875rem;top:21.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fpu2k5742DP57iVNkA8PIu8FqtS9EZLr { width:18.75rem;height:1.25rem;top:33rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UofXhqHbToceV1aTvsh5mTdIzc9fb87x { width:18.75rem;height:1.25rem;top:41rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BoEmMfMzDPav5aSmzJcHupBwyvdkcSRq { width:18.75rem;height:1.25rem;top:34.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK { display:block; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dSLTcPeV2zRrVkxMMSx6CDR8b0UmHm1J { width:11rem;height:5.125rem;top:2.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bXUVs307R7GB6M5Gy24bCWqcyt56XB44 { width:9.5625rem;height:3.4375rem;top:3.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ETGTTU4qSXsan1AganrZIWVPw1hZyZDI { width:8.875rem;height:4.875rem;top:2.9375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #IiqeQAvguUBqGCizlzLQQqqaSzdA25QE { width:16.75rem;height:1.25rem;top:1rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE { display:block; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { width:47.75rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fLKG4yCGZZXUuQnXaheJw1VG6LTBQXfI { width:37.5rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo { width:24.0625rem;height:24.0625rem;top:26.5625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WIfzfzgHGxlB5L3CTvMyzPwo9D8vgaH5 { width:29.625rem;height:4.375rem;top:11.625rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #BZvFgMexwQ2w1Dx04ApL2GhGnlfy7bwU { width:12.5rem;height:3.875rem;top:17.6875rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #OEl5XuBFWpEgh6vEpmet4Ny3ckv2oPx2 { width:12.5rem;height:3.875rem;top:23.1875rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #GNsMumTqaP6D5HPGsyaa5yKHJwCJkxwM { width:12.5rem;height:3.875rem;top:17.6875rem;left:19.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #GuQJHrvArIUgpMl6tuy7RZ3ptwoMrpHo { width:12.5rem;height:3.875rem;top:23.1875rem;left:19.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QPf1XxW8TE414QXgOcnCIFKNilSe5dg4 { width:2.3125rem;height:2.3125rem;top:19.5625rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AFGZaNczkL0w55qHw7zdDthhcGpAmIgK { width:2.3125rem;height:2.3125rem;top:19.5625rem;left:19.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #G10PNrA6MobBkdkTIuNFPplMwcIRNoZz { width:2.3125rem;height:2.3125rem;top:25rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #T38B4DLekzLSoCiNynG2braGIlVDgkFO { width:2.3125rem;height:2.3125rem;top:25.0625rem;left:19.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #goM9pGlg9FP1D0sgklpFRCkQynMb4MZe { display:block; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container { width:47.75rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CWwdKtTWS0HSHycg1MTuTABaaUd4G4TE { width:15.125rem;height:2.5rem;top:7.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #H974myxDURcxIKKsXzgBCGW45IraK4tk { width:9.5625rem;height:4.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MpyzJzdceSJ0q6vTan72zvB5bk2loCV1 { width:16.8125rem;height:2.5rem;top:7.9375rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/Mgm6cFAc/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.adaptive-delivery-prevent-bg, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyload, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyloading { background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { background-color: transparent; background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSLPfe6i9mE9GdOrn2Wx22UdbTSmlTyC { width:20rem;height:0;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHIurdhg005BDuNTeCrpgx2KyD0uU1St { width:12.25rem;height:0;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { width:20rem;height:7.75rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { width:9.375rem;height:3.8125rem;top:20.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block; }
 }@media only screen and (max-width: 763px) { #wwGg7M6ss9EFbDW5RIJzS7ExNppJwZ83 { width:9.375rem;height:3.8125rem;top:20.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHmVHA6gzJZgsIzwOX2X4qrSvEd33ML { display:block; }
 }@media only screen and (max-width: 763px) { #s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr { display:block; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ASBvRFlAhpz6EilAuNVEea0QDPxqt5 { width:20rem;height:24rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLrmwgzGs92pg8pIHA5xu4gFvXCZB7G { width:12.5rem;height:1.625rem;top:2.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GD0Lduws8P1TIS9oOIHDlgOCdsslgs { width:17.6875rem;height:3.625rem;top:4.6875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGO6WcxSeNiKs05m0vfXiEoPcSAAtTKl { width:12.5rem;height:1.4375rem;top:10.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDzKrTWTyk1PuVMf03wKHOVto1pdTw5 { width:12.5rem;height:1.9375rem;top:15.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL29uvTK5ySRsAp0Kdu2F5nHcN05uG03 { width:12.5rem;height:1.625rem;top:13.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kyPeG6pXFuN1UlaWVf7XfyRQi6ha7R { width:12.5rem;height:1.9375rem;top:20.46875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9PvNddron50UlVz29I8AVTGZmuuwbA { width:12.5rem;height:1.625rem;top:18.90625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTTKsOmogORBVQg2aVHgPdXECpXAxpS { width:10.9375rem;height:0.125rem;top:12.75rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkwfpzQQI9cgW6wdwDAewH9ub71Hn0st { width:10.9375rem;height:0.125rem;top:18.21875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQoWSPIwUOUQ34xpD7lwwtxv0TeMiQsS { width:20rem;height:5.75rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUIELXlq60h7KF9sfi3aC2mwE3uTVOPB { width:20rem;height:6.5rem;top:31.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic57nq2T1OmJ5IHqfQ7sbVqF0PLLVtl0 { width:20rem;height:10.5rem;top:38.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQoiR3cfA71cTZVNKw3WLMD4zZFwcvXT { width:20rem;height:2.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAhudKgpRuoExRhAlIGEIRi9vx2sxRB { width:20rem;height:9.2827004219406rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxILehPdCQanrlGigK5n82UtUZTPqKsi { width:6rem;height:6rem;top:18.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDp1GPrOlCrJWBWqi7tJvavPsXD7kczT { width:15.625rem;height:4.5rem;top:39.09375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mG7IOBP4nVntEFeAobpHERNC3lSRBU { width:10.6875rem;height:3.8125rem;top:54.9375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6ZTMdNekJvAXGi7vwlLbDt8qPHNKMQ { display:block; }
 }@media only screen and (max-width: 763px) { #mOKCo1Kpwd5oVXoXP99NoVdZexfNsv8w { width:15.625rem;height:4.5rem;top:13.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GerwMwNDwPr6TUgXeQ0fLrNh5NLcgol0 { width:6rem;height:6rem;top:6rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJxlnfZuh4ULrTPPDE0lnlhlSfBWFwzg { width:15.625rem;height:4.5rem;top:26rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTFoL8hsry6naeNbFiEEUkT0OTXt2gq { width:6rem;height:6rem;top:31.96875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxNbgIv0BwBGgnf11OEVNgKVdwuftBfT { width:10.625rem;height:3.8125rem;top:50rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiJcUb3d8ewlckV2KJcMes3PPXyNDtxT { display:block; }
 }@media only screen and (max-width: 763px) { #UHHpDimTDkbvhEkciJ5xHQuOfzGilRtl { width:10.625rem;height:3.8125rem;top:60rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpMXttUbcvGVGwNsKR7JASSNMQDI60La { display:block; }
 }@media only screen and (max-width: 763px) { #JAi19g7UyAZFXJuRf566ui4Fcqi9qLE0 { width:10.625rem;height:3.8125rem;top:65.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X03uWM1VmR57b7xIxaBhHxcZmDuiFPTi { display:block; }
 }@media only screen and (max-width: 763px) { #kdeHUzsNLKTETFgw8Wb8wDSli2tIrPhv { width:20rem;height:2.5625rem;top:45.59375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc { display:block; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZFAPB0tNsKJSPX08T5KTdUrQGHIS2ar { height:11.25rem;width:20rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI1hxb13JJXyEPcsletLGxP6iBMg3D8U { width:20rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGFiQTLqovyu2hIHEfCG1tvPpxw6hXy { width:19.875rem;height:7.3125rem;top:2.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT { width:20rem;height:12.3125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3HwPX6S9Lu2veGFVhlLt3iBCCfb4H6 { width:20rem;height:11.125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq { display:block; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmmGKeKhZDBnX3TCXA7oore6qTtOGXXB { width:16.375rem;height:4.5rem;top:11.125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sBHXQFfsovSexueIt6rfVCIbKzL9kOdT { width:20rem;height:9.2827004219406rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZTNfOsWeCIvtQHNrs4aMQCSHOCKSD4n { width:9.9375rem;height:9.9375rem;top:0.75rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJxo165mbvOGuaOGPmcJUrOqJwh5Ods { width:12.5rem;height:2.4375rem;top:4.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKGSFJ9OgHSlWKl5ifS7Nb2IFp8KEz7 { width:6.5625rem;height:6.5625rem;top:17.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNvM8NFPPDRoWIZip9c2T7flCA1nvG2 { width:4.6875rem;height:4.6875rem;top:18.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOw5P4R3zndXo49GtpfizuNkaOQSZrm { width:18.75rem;height:3.75rem;top:24.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzbipPZFc0nZmkogVEZEuibhnvfmfy5k { width:18.75rem;height:3.75rem;top:40.5625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbHf6Pwq5nDSlDmodIZCBGmGLTFBRpUL { width:6.5625rem;height:6.5625rem;top:33.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rAm4lRRcvSktS7NrBLtMNuyoZnVQpf { width:4.6875rem;height:4.6875rem;top:34.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI2IolAzH8LuEQeDaLUhgtFCynQVU6KD { width:18.75rem;height:5rem;top:56.375rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdCwgE7IkDi28FAMphAm1mc1sLrSZ1fZ { width:6.5625rem;height:6.5625rem;top:49.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxBToxEbGT8BddJOrfsTr4FOytTUXW9 { width:4.6875rem;height:4.6875rem;top:50.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpu2k5742DP57iVNkA8PIu8FqtS9EZLr { width:18.75rem;height:1.25rem;top:29.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UofXhqHbToceV1aTvsh5mTdIzc9fb87x { width:18.75rem;height:1.25rem;top:44.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoEmMfMzDPav5aSmzJcHupBwyvdkcSRq { width:18.75rem;height:1.25rem;top:62.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK { display:block; }#PzCBdr5NB0Wi5XFEmDtUHC1U4QTVeTVK > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSLTcPeV2zRrVkxMMSx6CDR8b0UmHm1J { width:11rem;height:5.125rem;top:10.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUVs307R7GB6M5Gy24bCWqcyt56XB44 { width:9.5625rem;height:3.4375rem;top:5.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGTTU4qSXsan1AganrZIWVPw1hZyZDI { width:8.875rem;height:4.875rem;top:16.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiqeQAvguUBqGCizlzLQQqqaSzdA25QE { width:16.75rem;height:1.25rem;top:2.34375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE { background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/wl5C10sc/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.adaptive-delivery-prevent-bg, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyload, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyloading { background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { background-color: transparent; background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .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); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLKG4yCGZZXUuQnXaheJw1VG6LTBQXfI { width:20rem;height:60.5625rem;top:2.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo { width:10.75rem;height:10.75rem;top:48.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIfzfzgHGxlB5L3CTvMyzPwo9D8vgaH5 { width:16.6875rem;height:3.5rem;top:8.9375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvFgMexwQ2w1Dx04ApL2GhGnlfy7bwU { width:12.5rem;height:3.875rem;top:14.1875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEl5XuBFWpEgh6vEpmet4Ny3ckv2oPx2 { width:12.5rem;height:3.875rem;top:31.875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsMumTqaP6D5HPGsyaa5yKHJwCJkxwM { width:12.5rem;height:3.875rem;top:22.8125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQJHrvArIUgpMl6tuy7RZ3ptwoMrpHo { width:12.5rem;height:3.875rem;top:40.9375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPf1XxW8TE414QXgOcnCIFKNilSe5dg4 { width:2.3125rem;height:2.3125rem;top:18.0625rem;left:8.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGZaNczkL0w55qHw7zdDthhcGpAmIgK { width:2.3125rem;height:2.3125rem;top:26.6875rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G10PNrA6MobBkdkTIuNFPplMwcIRNoZz { width:2.3125rem;height:2.3125rem;top:35.75rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38B4DLekzLSoCiNynG2braGIlVDgkFO { width:2.3125rem;height:2.3125rem;top:44.8125rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goM9pGlg9FP1D0sgklpFRCkQynMb4MZe { display:block; }#goM9pGlg9FP1D0sgklpFRCkQynMb4MZe > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWwdKtTWS0HSHycg1MTuTABaaUd4G4TE { width:15.125rem;height:2.5rem;top:7.625rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H974myxDURcxIKKsXzgBCGW45IraK4tk { width:9.5625rem;height:4.625rem;top:2.25rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpyzJzdceSJ0q6vTan72zvB5bk2loCV1 { width:16.8125rem;height:2.5rem;top:17.125rem;left:1.5625rem;font-size:1rem;display:block; }
 }