.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,221,225;--color-primary-1:218,140,156;--color-primary-2:181,25,56;--color-primary-3:91,13,28;--color-primary-4:27,4,8;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container { background-color: transparent; background-image: none; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container > .video-iframe-container { display: none; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row > .video-iframe-container { display: none; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .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); }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container { border-width: 0; border-radius: 0; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#IyQ3Tdlw6Suw3T1pfNnTGaSnQiihkxeW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:1.875rem;top:0.875rem;left:0.984375rem;overflow:hidden;display:block; }
#slTnwchb3WTIeTzta3mNrtDcxsXBlDhW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.09375rem;left:65.75rem;display:block; }
#hz53T8ub9rf6ho7TbvnmkEHaGLQ2tBpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ1QpHEmTcG9bHra346oatyrMTFPJ5Jn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:55.9375rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#G8EUNvV07t9m6neXcnOqOxUMiRZ6G8Z4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:37.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#leZLZTovpw34XdhOwJ017Ee9kG2pNy4e { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.5625rem;left:8.6875rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#dTqbfKpIEyADKsD7WbAOZ0kulHgWWzEk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5625rem;left:16.8125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#HbEZyz5bGRQt4PAFfFNnMxKqV0sGIeg8 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.5625rem;left:24.3125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;overflow:visible;position:relative;display:block; }#XMI7H6qNVpbkGvo8Qoz5oa7557ZNhxJd { color:rgba(var(--color-primary-2),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:14996;line-height:1;letter-spacing:0;text-shadow:0rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),1);top:23rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#y3HfTbusEnEtE8mFDPDb4EpJsxcsMFZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.08740234375rem;left:0rem;height:0.9746125rem;display:block; }
#ZUrgmaHhpmIl9RqKhGzsQo54xHnuq6nz { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.8125rem;left:0rem;height:1.94921875rem;display:block; }
#KHpHhGrAsENdoR8vezlmw3Qw1ulOVXsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.3125rem;left:0rem;height:1.29980625rem;display:block; }
#UHQ6mritAUKD5rmhwPEtFNSyU74t35cD { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.3125rem;left:11.9375rem;height:1.29980625rem;display:block; }
#xU8eLTaT6ENOAvyS9WV0ANXC1A38gxcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:44.3125rem;left:23.125rem;height:1.29980625rem;display:block; }
#iSzhOi2uEToVMw7NcDOHlKOqZVpTNCiS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:44.08740234375rem;left:5.9375rem; }
#kNf0ZhEwxiaIQ191Jqs8mrTPERJQUiMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:44.08740234375rem;left:19.5rem; }
#x7kTWFD4RwuAgqVT6XQtawdKF2lv1uTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:44.08740234375rem;left:36.625rem; }
#uWJDBhQO9V2qTghJvErVy0p55SXNCD9I { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:13.8125rem;top:41.4248046875rem;left:61.1875rem;overflow:hidden;display:block; }
#SlmCKqPahrGhNbLaI5vxMhG1wlXLwhcW { box-sizing:content-box;height:3.875rem;width:13.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.0625rem;left:61.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#DS4gwUOkux1pO9MA78g04kVoDPvtTu9H { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:37.84375rem;left:62.1875rem;overflow:hidden;display:block; }
#rkJw0QDKH58AnT9rTR4ymHm4TPyh49g4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.2685546875rem;left:65.1875rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2H4PbFllKkE/unsplash/alexander-krivitskiy-2H4PbFllKkE-photo-1554114698-0780d9d96876.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn.adaptive-delivery-prevent-bg, #mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn.lazyload, #mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn.lazyloading { background-image: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container { background-color: transparent; background-image: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container > .video-iframe-container { display: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row > .video-iframe-container { display: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .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); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container { border-width: 0; border-radius: 0; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#sKJHtkFPbxOWuzy6lq0VuyKMz2IccRv8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:7.1875rem;width:7.75rem;top:7.34375rem;left:33.625rem;overflow:hidden;display:block; }
#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { background-color: transparent; background-image: none; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container > .video-iframe-container { display: none; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row > .video-iframe-container { display: block; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .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); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { border-width: 0; border-radius: 0; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:block; }#DRJ07VDcid4ICfBuXrQbxCgzewc1oaEQ { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:10.3125rem;left:40.4375rem;height:5.25rem;display:block; }
#wFmDRhSRbUKu58sgH8HK4AA3o1o0Vbui { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:40.4375rem;height:1.29980625rem;display:block; }
#kSU97ukbJ3OoF5uXQHdTOKvNPknZkTkN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.0625rem;left:40.4375rem;height:2.923825rem;display:block; }
#JqAUU5dvCb8154HddrTHDmPUJCq7svgD { box-sizing:content-box;height:14.125rem;width:9.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:34.125rem;left:40.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VLGmIb5tf78E5G3FPVOUVeHMlSixQC6f { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.3125rem;left:41.625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#DiHTUU1eoTmEEhna8gTxT7rcaTa5OnUq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.6875rem;left:53.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#xRDbXfrFJnEG2EnSfIez98ph4wz5rewh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.3125rem;left:63.9375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#EEFmBg0uLBZbQkuxosEtmUNsnLKtgoNc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.375rem;left:43.375rem; }
#rieWq3FQpg8u24oTJOpIF9T1NXRtpzBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:35.375rem;left:55.25rem; }
#CRVUxLkKOgyGTg9FTtMT9iya3nCdbCEP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.375rem;left:66.25rem; }
#C8mv2hnCbCtfKo48sldyZ0vHZNRKn8CF { box-sizing:content-box;height:13.875rem;width:9.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:34.125rem;left:52.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xszMzSQ0JfbKhNon946zVTw85s5LwmSp { box-sizing:content-box;height:13.75rem;width:9.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:34.0625rem;left:63.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#N4vFObIDsE3VbWVitKGlSG9iwWyFul1U { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;height:44.375rem;width:29.4375rem;top:4.03125rem;left:8.125rem;overflow:hidden;display:block; }
#fJbnvwGAMG97MQtqSFb9Vv94uBR891H3 { color:rgba(var(--color-primary-2),0.37);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:10.3125rem;left:53.21875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ldqouZA80MAMN2aToCb5E7L2Xrc7uiQS { color:rgba(var(--color-primary-2),0.29);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.375rem;left:53.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/_Apdet7E5yU/unsplash/paul-lichtblau-_Apdet7E5yU-photo-1518514854541-fe58ae2a5ef1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL.adaptive-delivery-prevent-bg, #CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL.lazyload, #CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL.lazyloading { background-image: none; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container { background-color: transparent; background-image: none; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container > .video-iframe-container { display: none; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row > .video-iframe-container { display: none; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .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); }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container { border-width: 0; border-radius: 0; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#v6Ph7eTs4pFA2yAZd6Pu41BLMRo3ubfO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Z1wGwCgBlba7KnZIi2lKwNAM5Bvknr1C { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:21.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Fs2fSvpCAsGQT6Tibne4CnQ6TM3BX7TA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:33rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#W5gDJWk1n4bmAUSaf8K4KD2peiJmqw5V { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.1875rem;left:45.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#muTK7mc4ieVqUzBsyeE5JHg9hJeU41MM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.1875rem;left:59.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XO080UhnS5OPyPVvNVfmVZTxbIrKoxpc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.375rem;left:9.5rem; }
#h72ikeLJu6X9xQP1gBd2llqbWPzyCTgg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.375rem;left:23.0625rem; }
#sClmUs0nIC2GWbD6qiEphmnAPkTMZOUp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.375rem;left:35.3125rem; }
#vVeuaJEnNgzA0JMcwZd82wPTrWgdhPUF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.375rem;left:47.75rem; }
#oRdZd9xEvAi5E8MA4LoIoX81Sb9mvZBv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.375rem;left:62.4375rem; }
#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/L081e68ZywE/unsplash/sasun-bughdaryan-L081e68ZywE-photo-1769029231289-cc5411796e79.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4.adaptive-delivery-prevent-bg, #Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4.lazyload, #Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4.lazyloading { background-image: none; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container { background-color: transparent; background-image: none; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container > .video-iframe-container { display: none; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row > .video-iframe-container { display: none; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .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); }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container { border-width: 0; border-radius: 0; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#PxlkfpynKPbK8QZPDJTTiPuDq8qcf4O8 { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem rgba(var(--color-primary-3),1);top:8.6875rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#nLAKLsuiJneH3T6BVshB1J4PP1a71p0H { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:26.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wJvXo8tqDGstzNTVw4K6klRd8BXRnfya { box-sizing:content-box;height:9.8125rem;width:9.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.75rem;left:15.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#x2vicUuG7EQDAHMNMnzEE5q6cskFeaDd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:28.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ATkx3tsvu3t95ThmDiRqr2oagXuOp6RS { box-sizing:content-box;height:9.8125rem;width:9.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.75rem;left:27.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#RNVh1pHxqwit87ATBG1WxWMDEnc8uFBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.625rem;left:16.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dMfNiv9s9Uq1TgZbLHP5qRbzPz2JmvEl { box-sizing:content-box;height:9.8125rem;width:9.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.75rem;left:38.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mc04V9m1uD9N57V7Ce09NnSQWHG3o6pF { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.8125rem;left:40.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#i4FPNaOEohHq3mTkGT8asC0EmJ70liuS { box-sizing:content-box;height:9.8125rem;width:9.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:16.75rem;left:50.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#TBKQdpdUKxubyx3A2D8aFQkIedwXKMDb { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.625rem;left:52.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#l6TSgS6SbDQ6l0KoAQBIock7fSPpsAia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.8125rem;left:18rem; }
#baQ5Fd8JZfB0Ixv7Jipgu6ZZSuo6C6yd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.0625rem;left:30.1875rem; }
#JBRTlwBdxgOpa7et3oKeGQPxXwnA6Jwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19rem;left:41.9375rem; }
#eALAoZx3v8lKTP0cqRsBrp6lm39rmDXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.875rem;left:53.6875rem; }
#l12naO87Vfiya89FKe5oLzL8WfTTTQbG { color:rgba(var(--color-primary-2),0.1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem rgba(var(--color-primary-3),1);top:8.6875rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#gWCFZHlF15iW6QVMAD1GFDWCb5VzdNsN { color:rgba(var(--color-primary-2),0.1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem rgba(var(--color-primary-3),1);top:8.6875rem;left:22.0625rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o { border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container { background-color: transparent; background-image: none; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container > .video-iframe-container { display: none; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row > .video-iframe-container { display: block; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .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); }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container { border-width: 0; border-radius: 0; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#Hu1GtJPE0GVfLdrH77zI8fmOr9BrZWKX { color:rgba(var(--color-primary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.04345703125rem;left:23.21875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HyBXy5PHQR8/unsplash/montylov-HyBXy5PHQR8-photo-1518893063132-36e46dbe2428.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD.adaptive-delivery-prevent-bg, #F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD.lazyload, #F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD.lazyloading { background-image: none; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container { background-color: transparent; background-image: none; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container > .video-iframe-container { display: none; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row > .video-iframe-container { display: none; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .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); }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container { border-width: 0; border-radius: 0; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#SrOOn7TM6Br7cO9oUXW9ZXLSo9OxThHL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.375rem;left:40.125rem;height:3.4121125rem;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; }
#wTGtp9UX2cEIMTU3WnSvTyrLpvxzZyfS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.625rem;width:35.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#InliZFwzx0zMOS7ebMwfd7HwohHUAyTg { color:rgba(var(--color-primary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.375rem;left:40.125rem;height:10.2695rem;display:block; }#InliZFwzx0zMOS7ebMwfd7HwohHUAyTg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#InliZFwzx0zMOS7ebMwfd7HwohHUAyTg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#Tp9y8cRlRxA3U37GvPaD0bIQfbv6QF6f { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:15rem;top:37.4375rem;left:49rem;overflow:hidden;display:block; }
#bR0qJFiToMSwMIkMqKLrM3cdqCPwKLC6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:13.125rem;top:37.4375rem;left:35.0625rem;overflow:hidden;display:block; }
#MWOViz05bfaFxEmVirXlN1Gv1GtgxNa9 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:5.8125rem;top:37.4375rem;left:64.875rem;overflow:hidden;display:block; }
#B6WoKdAZiHXaKeJWTsl1iAoA2sQKW8oT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:11.6875rem;top:37.4375rem;left:22.8125rem;overflow:hidden;display:block; }
#vnSOSCIlAz1idF963r1Puy9WOulEOFdl { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:13.125rem;top:37.4375rem;left:9rem;overflow:hidden;display:block; }
#kJ8LxS4sLPImRtLHiWEwENSnmvR6w1WG { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:13.125rem;top:37.4375rem;left:0rem;overflow:hidden;display:block; }
#WibRwGBv36neLwCMHvr46xWvzcq3WFIm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:44.4375rem;left:73.1875rem; }
#WibRwGBv36neLwCMHvr46xWvzcq3WFIm > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/G9i_plbfDgk/unsplash/jeremy-bishop-G9i_plbfDgk-photo-1478760329108-5c3ed9d495a0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o.adaptive-delivery-prevent-bg, #vhTqaqmbyScvbgJWrCpp16G5QobtFd9o.lazyload, #vhTqaqmbyScvbgJWrCpp16G5QobtFd9o.lazyloading { background-image: none; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container { background-color: transparent; background-image: none; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container > .video-iframe-container { display: none; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row > .video-iframe-container { display: none; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .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); }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container { border-width: 0; border-radius: 0; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#ITei3ZW19Fy46aUhDamN0VoyVAsTZu4D { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:38.6875rem;height:3.4121125rem;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; }
#MznWFBZX9zOVgMLyumDKb45BICyL4szD { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5rem;width:32.375rem;top:7.185546875rem;left:0rem;overflow:hidden;display:block; }
#xVf6RfeTWf9xgJRIHKarmDJwIfXV096C { color:rgba(var(--color-primary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.3125rem;left:38.6875rem;height:7.246125rem;display:block; }#xVf6RfeTWf9xgJRIHKarmDJwIfXV096C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xVf6RfeTWf9xgJRIHKarmDJwIfXV096C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#xySZhCvrxwwzyLOmHmTA1LzTBNugxoru { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.625rem;width:15.375rem;top:33.125rem;left:47.125rem;overflow:hidden;display:block; }
#cW2we7O8GVfDGsvEu1qV3nZ9CiK4TmwZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.625rem;width:12.9375rem;top:33.125rem;left:33.0625rem;overflow:hidden;display:block; }
#p0hfS1l6ddzOGgbsa9CoKVkZoOwgBlAE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.625rem;width:12.9375rem;top:33.125rem;left:19.5rem;overflow:hidden;display:block; }
#NGr8HWM4aFTOkt4AlF6CmwqateVz4Szq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.625rem;width:18.8125rem;top:33.125rem;left:0rem;overflow:hidden;display:block; }
#TdLTZCoMDvAq7iZdXb2qExq1yuKd2PnG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:40rem;left:73.1875rem; }
#TdLTZCoMDvAq7iZdXb2qExq1yuKd2PnG > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/h-ghoFr1D5s/unsplash/jerry-wei-h-ghoFr1D5s-photo-1777750496287-98501c4deeb4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968.adaptive-delivery-prevent-bg, #qWSqCUFvLN0P1Smm1GWlLQiwys8r8968.lazyload, #qWSqCUFvLN0P1Smm1GWlLQiwys8r8968.lazyloading { background-image: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container { background-color: transparent; background-image: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.92); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container > .video-iframe-container { display: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.92); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row > .video-iframe-container { display: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .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); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container { border-width: 0; border-radius: 0; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#NCJbeZURqstkS6hqOGScSoR8JufKOck7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:42.3125rem;height:3.4121125rem;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; }
#cTG832VaxbBxqUJbXz34LdIv2ZXohWhL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.9375rem;width:39.125rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy { color:rgba(var(--color-primary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.3125rem;left:42.375rem;height:6.933625rem;display:block; }#Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#uQ4unBFcWTT7kvMITCEWc3T5kXIECZ8Z { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.9375rem;width:13.5rem;top:32.4375rem;left:43.1875rem;overflow:hidden;display:block; }
#rHh8bZli53UuDrMIB8hkxHy4FEmHS4ES { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.9375rem;width:10.625rem;top:32.4375rem;left:58.1875rem;overflow:hidden;display:block; }
#EKNv13PKhooD0Bw8BsK1NCO16Wsgp0cA { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:11.5625rem;top:32.4375rem;left:30.75rem;overflow:hidden;display:block; }
#WD5BfFJgl51tsCyX0y1n6TpeLiEeN7Ub { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.875rem;width:13.3125rem;top:32.4375rem;left:16.6875rem;overflow:hidden;display:block; }
#r0lizDHME6y8MElhzpxgi1vTzuV4slTz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.5625rem;width:8.8125rem;top:32.625rem;left:7.125rem;overflow:hidden;display:block; }
#wRTk99oCorDEteyUKiT5pTJd9GXuinLg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:6.375rem;top:32.5rem;left:0rem;overflow:hidden;display:block; }
#J8TKLUJU13JZdtXTB7gew99kbgsRoDnP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:39.625rem;left:73.1875rem; }
#J8TKLUJU13JZdtXTB7gew99kbgsRoDnP > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jEqyV_rumuU/unsplash/praveen-thotagamuwa-jEqyV_rumuU-photo-1508625935447-e0ebc2cdf6bf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL.adaptive-delivery-prevent-bg, #FocalcK9koMcSKdO3N56cB6wm0xiS5oL.lazyload, #FocalcK9koMcSKdO3N56cB6wm0xiS5oL.lazyloading { background-image: none; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container { background-color: transparent; background-image: none; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.97); }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container > .video-iframe-container { display: none; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.97); }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row > .video-iframe-container { display: none; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .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); }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container { border-width: 0; border-radius: 0; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;position:relative;display:block; }#SrBz8deq5MO2CmVeCOFpTdb8npWAheKP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.125rem;left:40.9375rem;height:3.4121125rem;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; }
#kVIkXIxOR8BsOts4TMx6TSNGo2p9pco5 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.8125rem;width:37.25rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
#ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv { color:rgba(var(--color-primary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:19.71923828125rem;left:40.84375rem;height:7.246125rem;display:block; }#ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#NeQrG5T8DpcBUw3itUI8Ic5ebnMRqTEl { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:32.1875rem;top:41.3125rem;left:34rem;overflow:hidden;display:block; }
#PWB6idmxyV0i5lzoMLuAxV4S2SJWwWFw { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.6875rem;width:32.1875rem;top:41.3125rem;left:0rem;overflow:hidden;display:block; }
#L7AR7HPOzzBTV8AQULr81q6ffAJDaAlw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:55.3125rem;left:73.1875rem; }
#L7AR7HPOzzBTV8AQULr81q6ffAJDaAlw > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aka-hHVgZQ8/unsplash/alex-middleton-aka-hHVgZQ8-photo-1601068674997-00ddd7344c40.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9.adaptive-delivery-prevent-bg, #cglv6fDX4ztuSkxiT9S59bCKcNLhaic9.lazyload, #cglv6fDX4ztuSkxiT9S59bCKcNLhaic9.lazyloading { background-image: none; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container { background-color: transparent; background-image: none; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.96); }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container > .video-iframe-container { display: none; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.96); }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row > .video-iframe-container { display: none; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .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); }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container { border-width: 0; border-radius: 0; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#L8pPGUGOJJzC8DMM14ovIfxHqMMO1vKX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:40.75rem;height:3.4121125rem;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; }
#llQGMVI3llqwST2Q93RFAHTEyyrveZrc { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.75rem;width:37.0625rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#CT346IuN1AP9bPdcaX2EXLe1AWkymMzB { color:rgba(var(--color-primary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:14.544921875rem;left:40.75rem;height:8.7578125rem;display:block; }#CT346IuN1AP9bPdcaX2EXLe1AWkymMzB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CT346IuN1AP9bPdcaX2EXLe1AWkymMzB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#u4QCvSoGC9HtbRFGsEbbwpy12hOLHugz { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.5rem;width:21rem;top:35.5rem;left:22.0625rem;overflow:hidden;display:block; }
#r5WpHLiGl59bzgJUiri6fshCEdGfT22W { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.625rem;width:21.125rem;top:35.4375rem;left:44.625rem;overflow:hidden;display:block; }
#cu06vGnVE7yo9rzqtRgLEJ6Nbr0drvpJ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.4375rem;width:20.75rem;top:35.5625rem;left:0rem;overflow:hidden;display:block; }
#bhvfgEtHT0byURXbieDir4mElrkmL9OV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:49.25rem;left:73.1875rem; }
#bhvfgEtHT0byURXbieDir4mElrkmL9OV > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JfknhSgANFQ/unsplash/n-JfknhSgANFQ-photo-1530519729491-aea5b51d1ee1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5.adaptive-delivery-prevent-bg, #Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5.lazyload, #Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5.lazyloading { background-image: none; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container { background-color: transparent; background-image: none; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.94); }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container > .video-iframe-container { display: none; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.94); }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row > .video-iframe-container { display: none; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .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); }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container { border-width: 0; border-radius: 0; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#ICSlBThEFblXD7oFtVLlptyK6etfAZbT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:40.3125rem;height:3.4121125rem;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; }
#FrUZOgdDNQBxULf6S0IIkuTs51p9PTcv { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.25rem;width:37.5625rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.669921875rem;left:40.15625rem;height:8.7578125rem;display:block; }#T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#ZRXKJ687Iq4hZhIuC4bk3ywdsnhBGTb4 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28rem;width:24.5rem;top:30.875rem;left:20.5rem;overflow:hidden;display:block; }
#VgAFmxlpIdkwbUgIZ0fT7CaziiZbaTUf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.8125rem;width:20.5625rem;top:30.875rem;left:46.4375rem;overflow:hidden;display:block; }
#wdfV5MGuykVSKXaxradEib1AtCtptDpz { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.9375rem;width:19.3125rem;top:30.875rem;left:0rem;overflow:hidden;display:block; }
#qxo4PTXegTmVXq0JFPPQ7OAlxf22PGeZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:57.125rem;left:73.1875rem; }
#qxo4PTXegTmVXq0JFPPQ7OAlxf22PGeZ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/729Y5P6fmfg/unsplash/chinigraphy-729Y5P6fmfg-photo-1654331046188-a73586da7ed6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs.adaptive-delivery-prevent-bg, #SiFnnDvrbKmcluVAJhq9trW3kBFg8czs.lazyload, #SiFnnDvrbKmcluVAJhq9trW3kBFg8czs.lazyloading { background-image: none; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container { background-color: transparent; background-image: none; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.92); }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container > .video-iframe-container { display: none; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.92); }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row > .video-iframe-container { display: none; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .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); }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container { border-width: 0; border-radius: 0; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#HQRiApq28oxbweoI3yetxd4ns7W3eAsF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5615234375rem;left:37.5625rem;height:3.4121125rem;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; }
#U4BhcATUyo94QGrQOeCiyv6DEHPGSD9u { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.25rem;width:33.75rem;top:10.5615234375rem;left:0rem;overflow:hidden;display:block; }
#H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH { color:rgba(var(--color-primary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:19.25rem;left:37.5625rem;height:7.246125rem;display:block; }#H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#TozKb4o1WOpzFlP809EnibfAyk0bNx1N { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:22.4375rem;top:38.5rem;left:0rem;overflow:hidden;display:block; }
#BCChKL5CgXtn4yTAOlzTXfuZH4zbJz19 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.6875rem;width:22.4375rem;top:38.4375rem;left:46.25rem;overflow:hidden;display:block; }
#XOTtLJo6sRSgV2gXU2kAnPhJ7Umun0u8 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5rem;width:22.1875rem;top:38.4375rem;left:23.3125rem;overflow:hidden;display:block; }
#odJWL27KehhJHTdZKmVEoZPz3eHgmZrR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:51.3125rem;left:73.1875rem; }
#odJWL27KehhJHTdZKmVEoZPz3eHgmZrR > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YVStngSE5KU/unsplash/artiom-vallat-YVStngSE5KU-photo-1535411821147-2c6ae713a903.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ.adaptive-delivery-prevent-bg, #r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ.lazyload, #r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ.lazyloading { background-image: none; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container { background-color: transparent; background-image: none; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.97); }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container > .video-iframe-container { display: none; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.97); }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row > .video-iframe-container { display: none; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .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); }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container { border-width: 0; border-radius: 0; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#u8oETuxRLBCVDTch9hTKgfoBiyNcbAnp { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:38.125rem;height:3.4121125rem;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; }
#esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa { color:rgba(var(--color-primary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.25rem;left:38.125rem;height:4.22265625rem;display:block; }#esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
#FnBKtp6ITwyXcwrRdTkWv4glXP9KmSKe { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34.5rem;width:34.5rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#COcTkLJ5lP0MLFy02a0luIt1QFAWk8fO { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:11.25rem;top:22.9375rem;left:50.25rem;overflow:hidden;display:block; }
#Kyf5uGkM1KKtNOD67TTDPahwBw9U3L67 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.875rem;width:11rem;top:23.3125rem;left:62.9375rem;overflow:hidden;display:block; }
#v3qCRzBTVw7duErLytb0I5dPcQ48OZpc { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.9375rem;width:11.125rem;top:23.1875rem;left:38.125rem;overflow:hidden;display:block; }
#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG { border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container { background-color: transparent; background-image: none; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container > .video-iframe-container { display: none; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row > .video-iframe-container { display: none; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .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); }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container { border-width: 0; border-radius: 0; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#XxyAripZwap0xMA53CTykaPLBPV3qNly { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.25rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#wwBvbdcsNPazSEPb5MH9s1Iv2Bp29A94 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:26.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/SsMMCEwFMuc/unsplash/cl-ment-m--SsMMCEwFMuc-photo-1701105040869-40cb9a5bbe6c.jpg");background-position:bottom 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; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe.adaptive-delivery-prevent-bg, #a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe.lazyload, #a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe.lazyloading { background-image: none; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container { background-color: transparent; background-image: none; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container > .video-iframe-container { display: none; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row > .video-iframe-container { display: none; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .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); }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container { border-width: 0; border-radius: 0; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#nAMhl43kGuAT6sfE6JH9cJiEJT7tTbFU { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(var(--color-primary-2),1);top:5.8125rem;left:3.5rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#aibk2uP6uPbspUKDTSB6ObKqhsSpZ1uU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MIlHgN8qQcxX8XEUBzoqDfs3wWPXmdnF { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.3125rem;width:29.0625rem;top:14.9375rem;left:3.5rem;overflow:hidden;display:block; }
#DfaDuQKS99Al6mk5JmGg71QNvn4cph7g { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:34.125rem;left:3.5rem;height:8.097675rem;text-align:left;text-align-last:left;display:block; }
#NLcgPk1MTEG4TdZvyTrksePeftRBHTLT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.3125rem;width:29.0625rem;top:14.9375rem;left:41.71875rem;overflow:hidden;display:block; }
#oO2xfTqKF2HIqgIkoXxtrJkF6wqDUzw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:34.125rem;left:41.71875rem;height:12.1465125rem;text-align:left;text-align-last:left;display:block; }
#dW6thoB7T7a7lEEHqRBTXVmXU5G0DTd8 { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(var(--color-primary-2),1);top:6.5rem;left:41rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#FaFtyKQtvMR3mpP93LQVc3rAsWVJtSJ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.1875rem;left:44.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lG2mPTXZEeSBQhstPBHA4STICLydZkEB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container { background-color: transparent; background-image: none; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container > .video-iframe-container { display: none; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row > .video-iframe-container { display: none; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .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); }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container { border-width: 0; border-radius: 0; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#OWul6UIppec4tO80FLSHV4SUExfnr1OA { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:9.8125rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#HINyBJpFQpvzwzleWUrVameqK3XtNuxt { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:26.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH { position:relative;display:block; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH { background-color: transparent; background-image: none; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row .container > .video-iframe-container { display: none; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row > .video-iframe-container { display: none; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .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); }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH { border-width: 0; border-radius: 0; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .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; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AXVmak2vyk5tut44FXWKs1zp16P36J8S { position:absolute;display:block;z-index:15000;height:10.9375rem;width:19.625rem;top:14rem;left:2.6875rem;display:block; }
#xW4IDGvoKaPPXhtIyR2Nor4E1FNfT9CA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cyiXD8DTTN4pfsM2lS1GZpDTXEkNJSuS { position:absolute;display:block;z-index:15002;height:10.9375rem;width:19.5625rem;top:14rem;left:27.75rem;display:block; }
#mOO2MDPhTHvUbybg6cpuqTOlX6S8NJfR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:26.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NNRkbbH5knZuJtKFqVGMXX50UAOV12HT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:51.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#soCwICzfzcffNptCZPeqsG2m1oFJDdht { position:absolute;display:block;z-index:15000;height:10.9375rem;width:20.875rem;top:14rem;left:52.0625rem;display:block; }
#nVsbPRDtzoCxdW072IzIrUeMnPHTfoT1 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:22.4375rem;top:0.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#ZET4c9DH0oUeHzsnoBOBtfTe2Pfd8H1c { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:16.5rem;top:0rem;left:29.25rem;overflow:hidden;display:block; }
#uCsTZe0apA1ECR0cIV5rdedqeOlERgLn { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22rem;width:16.5rem;top:0.0625rem;left:54.25rem;overflow:hidden;display:block; }
#MGBRZwKvKgNgLtQTvxZxTs3It9DDkcN7 { box-sizing:content-box;height:21.5rem;width:16.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:29.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ltRiOvGFLJmmGszfayDFmHruqDpIOw8C { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.33837890625rem;left:29.1875rem;height:4.7998rem;text-align:center;text-align-last:center;display:block; }
#yvf9WLxrihpQnLRLPMuAGl57bi3STWop { box-sizing:content-box;height:16.875rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:1.28125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JTT7K2F2D3v6UPnhNGhDvAILvpFel61V { box-sizing:content-box;height:21.25rem;width:16.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:54.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM { position:relative;display:block; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM { background-color: transparent; background-image: none; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row .container > .video-iframe-container { display: none; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row > .video-iframe-container { display: none; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .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); }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM { border-width: 0; border-radius: 0; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .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; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container { background-color: transparent; background-image: none; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.93); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container > .video-iframe-container { display: none; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.93); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row > .video-iframe-container { display: block; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .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); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container { border-width: 0; border-radius: 0; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#IITV9uy9oP2PILnpEFPw6bIviTOQUstC { color:rgba(var(--color-primary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.4375rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#TaVZrONrtyPkA30ik2dCwulKzfRnvusZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:26.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DdlhGvZHrTl4JT17JuR7qmV6NBwy0hbT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-primary-2),1) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.75rem;left:23.1875rem;display:block; }
#BClzBK0XJ3g7uUUJ16Krh3dgXGIcmCtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoBrFEkSqT14DsMQhtUmioATiU4bSeOX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:26.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a3mHV1sfANqNNSP8bTtPSNnddavpV6x1 { color:rgba(var(--color-primary-2),0.1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.4375rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#C7pOEvVqeBMdKwFzS2cmc6HwvukJzlJk { color:rgba(var(--color-primary-2),0.1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.4375rem;left:22.25rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.3));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container { background-color: transparent; background-image: none; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container > .video-iframe-container { display: none; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row > .video-iframe-container { display: none; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .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); }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container { border-width: 0; border-radius: 0; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#DdzJfSV8A5X5KgMBV3pJely2v4iSvOns { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:9.0625rem;width:9.6875rem;top:3.9375rem;left:32.65625rem;overflow:hidden;display:block; }
#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SsMMCEwFMuc/unsplash/cl-ment-m--SsMMCEwFMuc-photo-1701105040869-40cb9a5bbe6c.jpg");background-position: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; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10.adaptive-delivery-prevent-bg, #TmJMvmAi0McNf51SdaWWFGn4eu2W0U10.lazyload, #TmJMvmAi0McNf51SdaWWFGn4eu2W0U10.lazyloading { background-image: none; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container { background-color: transparent; background-image: none; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container > .video-iframe-container { display: none; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row > .video-iframe-container { display: none; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .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); }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container { border-width: 0; border-radius: 0; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#nR0GS0VtOzoTiDHsAQMey1kyTr9hZnw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4765625rem;left:19.75rem;height:7.7969rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI { display:block; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyQ3Tdlw6Suw3T1pfNnTGaSnQiihkxeW { top:0.875rem;left:0rem;width:1.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slTnwchb3WTIeTzta3mNrtDcxsXBlDhW { width:8.5rem;height:2.1875rem;top:1.0625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz53T8ub9rf6ho7TbvnmkEHaGLQ2tBpv { display:block; }
 }@media only screen and (max-width: 763px) { #WZ1QpHEmTcG9bHra346oatyrMTFPJ5Jn { top:1.5rem;left:35.5rem;width:8.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8EUNvV07t9m6neXcnOqOxUMiRZ6G8Z4 { top:1.5rem;left:23.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leZLZTovpw34XdhOwJ017Ee9kG2pNy4e { top:1.5625rem;left:1.875rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqbfKpIEyADKsD7WbAOZ0kulHgWWzEk { top:1.5625rem;left:10rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEZyz5bGRQt4PAFfFNnMxKqV0sGIeg8 { top:1.5625rem;left:17.5rem;width:4.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMI7H6qNVpbkGvo8Qoz5oa7557ZNhxJd { top:23rem;left:0rem;width:32.875rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3HfTbusEnEtE8mFDPDb4EpJsxcsMFZ8 { top:22.0625rem;left:0rem;width:19.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUrgmaHhpmIl9RqKhGzsQo54xHnuq6nz { top:31.8125rem;left:0rem;width:27rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHpHhGrAsENdoR8vezlmw3Qw1ulOVXsQ { top:44.3125rem;left:0rem;width:4.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHQ6mritAUKD5rmhwPEtFNSyU74t35cD { top:44.3125rem;left:0rem;width:4.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU8eLTaT6ENOAvyS9WV0ANXC1A38gxcQ { top:44.3125rem;left:9.5rem;width:15.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzhOi2uEToVMw7NcDOHlKOqZVpTNCiS { top:44.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNf0ZhEwxiaIQ191Jqs8mrTPERJQUiMe { top:44.0625rem;left:5.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7kTWFD4RwuAgqVT6XQtawdKF2lv1uTy { top:44.0625rem;left:23rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWJDBhQO9V2qTghJvErVy0p55SXNCD9I { top:41.375rem;left:33.9375rem;width:13.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlmCKqPahrGhNbLaI5vxMhG1wlXLwhcW { top:37.0625rem;left:33.9375rem;width:13.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4gwUOkux1pO9MA78g04kVoDPvtTu9H { top:37.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJw0QDKH58AnT9rTR4ymHm4TPyh49g4 { top:38.25rem;left:38.5rem;width:9.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn { display:block; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKJHtkFPbxOWuzy6lq0VuyKMz2IccRv8 { top:7.3125rem;left:20rem;width:7.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM { display:block; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRJ07VDcid4ICfBuXrQbxCgzewc1oaEQ { top:10.3125rem;left:17.25rem;width:30.5rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFmDRhSRbUKu58sgH8HK4AA3o1o0Vbui { top:9.0625rem;left:23.875rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSU97ukbJ3OoF5uXQHdTOKvNPknZkTkN { top:23.0625rem;left:21.6875rem;width:26.0625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAUU5dvCb8154HddrTHDmPUJCq7svgD { top:34.125rem;left:23.875rem;width:9.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLGmIb5tf78E5G3FPVOUVeHMlSixQC6f { top:41.3125rem;left:23.875rem;width:6.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiHTUU1eoTmEEhna8gTxT7rcaTa5OnUq { top:42.6875rem;left:33.1875rem;width:6.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRDbXfrFJnEG2EnSfIez98ph4wz5rewh { top:41.3125rem;left:39.875rem;width:7.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFmBg0uLBZbQkuxosEtmUNsnLKtgoNc { top:35.375rem;left:23.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rieWq3FQpg8u24oTJOpIF9T1NXRtpzBI { top:35.375rem;left:34.8125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRVUxLkKOgyGTg9FTtMT9iya3nCdbCEP { top:35.375rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8mv2hnCbCtfKo48sldyZ0vHZNRKn8CF { top:34.125rem;left:31.6875rem;width:9.125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszMzSQ0JfbKhNon946zVTw85s5LwmSp { top:34.0625rem;left:38.25rem;width:9.125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4vFObIDsE3VbWVitKGlSG9iwWyFul1U { top:4rem;left:0rem;width:29.4375rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJbnvwGAMG97MQtqSFb9Vv94uBR891H3 { top:10.3125rem;left:32.78125rem;width:7.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldqouZA80MAMN2aToCb5E7L2Xrc7uiQS { top:10.375rem;left:32.9375rem;width:7.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL { display:block; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6Ph7eTs4pFA2yAZd6Pu41BLMRo3ubfO { top:11.1875rem;left:0rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1wGwCgBlba7KnZIi2lKwNAM5Bvknr1C { top:11.1875rem;left:8.3125rem;width:5.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs2fSvpCAsGQT6Tibne4CnQ6TM3BX7TA { top:11.1875rem;left:19.375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5gDJWk1n4bmAUSaf8K4KD2peiJmqw5V { top:11.1875rem;left:32.1875rem;width:7rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muTK7mc4ieVqUzBsyeE5JHg9hJeU41MM { top:11.1875rem;left:38.625rem;width:9.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO080UhnS5OPyPVvNVfmVZTxbIrKoxpc { top:6.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h72ikeLJu6X9xQP1gBd2llqbWPzyCTgg { top:6.375rem;left:9.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sClmUs0nIC2GWbD6qiEphmnAPkTMZOUp { top:6.375rem;left:21.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVeuaJEnNgzA0JMcwZd82wPTrWgdhPUF { top:6.375rem;left:34.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRdZd9xEvAi5E8MA4LoIoX81Sb9mvZBv { top:6.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 { display:block; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxlkfpynKPbK8QZPDJTTiPuDq8qcf4O8 { top:8.6875rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLAKLsuiJneH3T6BVshB1J4PP1a71p0H { top:6.5625rem;left:12.40625rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJvXo8tqDGstzNTVw4K6klRd8BXRnfya { top:16.75rem;left:1.5rem;width:9.125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2vicUuG7EQDAHMNMnzEE5q6cskFeaDd { top:23.875rem;left:14.875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkx3tsvu3t95ThmDiRqr2oagXuOp6RS { top:16.75rem;left:13.625rem;width:9.125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNVh1pHxqwit87ATBG1WxWMDEnc8uFBZ { top:23.625rem;left:2.75rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfNiv9s9Uq1TgZbLHP5qRbzPz2JmvEl { top:16.75rem;left:25.25rem;width:9.125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc04V9m1uD9N57V7Ce09NnSQWHG3o6pF { top:23.8125rem;left:26.6875rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FPNaOEohHq3mTkGT8asC0EmJ70liuS { top:16.75rem;left:36.8125rem;width:9.125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKQdpdUKxubyx3A2D8aFQkIedwXKMDb { top:23.625rem;left:38.4375rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6TSgS6SbDQ6l0KoAQBIock7fSPpsAia { top:18.8125rem;left:4.375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baQ5Fd8JZfB0Ixv7Jipgu6ZZSuo6C6yd { top:19.0625rem;left:16.5625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBRTlwBdxgOpa7et3oKeGQPxXwnA6Jwo { top:19rem;left:28.3125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALAoZx3v8lKTP0cqRsBrp6lm39rmDXX { top:18.875rem;left:40.0625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l12naO87Vfiya89FKe5oLzL8WfTTTQbG { top:8.6875rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCFZHlF15iW6QVMAD1GFDWCb5VzdNsN { top:8.6875rem;left:8.4375rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o { display:block; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hu1GtJPE0GVfLdrH77zI8fmOr9BrZWKX { top:6rem;left:9.59375rem;width:28.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD { display:block; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrOOn7TM6Br7cO9oUXW9ZXLSo9OxThHL { top:7.375rem;left:16.375rem;width:31.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGtp9UX2cEIMTU3WnSvTyrLpvxzZyfS { top:7.375rem;left:0rem;width:35.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InliZFwzx0zMOS7ebMwfd7HwohHUAyTg { top:13.375rem;left:14.4375rem;width:33.3125rem;height:10.25rem;font-size:0.75rem;display:block; }#InliZFwzx0zMOS7ebMwfd7HwohHUAyTg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #Tp9y8cRlRxA3U37GvPaD0bIQfbv6QF6f { top:37.4375rem;left:32.75rem;width:15rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR0qJFiToMSwMIkMqKLrM3cdqCPwKLC6 { top:37.4375rem;left:21.4375rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWOViz05bfaFxEmVirXlN1Gv1GtgxNa9 { top:37.4375rem;left:41.9375rem;width:5.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WoKdAZiHXaKeJWTsl1iAoA2sQKW8oT { top:37.4375rem;left:9.1875rem;width:11.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnSOSCIlAz1idF963r1Puy9WOulEOFdl { top:37.4375rem;left:0rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8LxS4sLPImRtLHiWEwENSnmvR6w1WG { top:37.4375rem;left:0rem;width:13.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WibRwGBv36neLwCMHvr46xWvzcq3WFIm { top:44.4375rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#WibRwGBv36neLwCMHvr46xWvzcq3WFIm > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #vhTqaqmbyScvbgJWrCpp16G5QobtFd9o { display:block; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITei3ZW19Fy46aUhDamN0VoyVAsTZu4D { top:7.1875rem;left:24rem;width:23.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MznWFBZX9zOVgMLyumDKb45BICyL4szD { top:7.125rem;left:0rem;width:32.375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVf6RfeTWf9xgJRIHKarmDJwIfXV096C { top:13.3125rem;left:11.4375rem;width:36.3125rem;height:7.1875rem;font-size:0.75rem;display:block; }#xVf6RfeTWf9xgJRIHKarmDJwIfXV096C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #xySZhCvrxwwzyLOmHmTA1LzTBNugxoru { top:33.125rem;left:32.375rem;width:15.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2we7O8GVfDGsvEu1qV3nZ9CiK4TmwZ { top:33.125rem;left:19.4375rem;width:12.9375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0hfS1l6ddzOGgbsa9CoKVkZoOwgBlAE { top:33.125rem;left:5.875rem;width:12.9375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGr8HWM4aFTOkt4AlF6CmwqateVz4Szq { top:33.125rem;left:0rem;width:18.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdLTZCoMDvAq7iZdXb2qExq1yuKd2PnG { top:40rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#TdLTZCoMDvAq7iZdXb2qExq1yuKd2PnG > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 { display:block; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCJbeZURqstkS6hqOGScSoR8JufKOck7 { top:4.0625rem;left:18.25rem;width:29.5rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTG832VaxbBxqUJbXz34LdIv2ZXohWhL { top:4.0625rem;left:0rem;width:39.125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy { top:13.3125rem;left:16.8125rem;width:30.9375rem;height:6.875rem;font-size:0.75rem;display:block; }#Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #uQ4unBFcWTT7kvMITCEWc3T5kXIECZ8Z { top:32.4375rem;left:29.5625rem;width:13.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHh8bZli53UuDrMIB8hkxHy4FEmHS4ES { top:32.4375rem;left:37.125rem;width:10.625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNv13PKhooD0Bw8BsK1NCO16Wsgp0cA { top:32.4375rem;left:17.125rem;width:11.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD5BfFJgl51tsCyX0y1n6TpeLiEeN7Ub { top:32.4375rem;left:3.0625rem;width:13.3125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0lizDHME6y8MElhzpxgi1vTzuV4slTz { top:32.625rem;left:0rem;width:8.8125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRTk99oCorDEteyUKiT5pTJd9GXuinLg { top:32.5rem;left:0rem;width:6.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TKLUJU13JZdtXTB7gew99kbgsRoDnP { top:39.625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#J8TKLUJU13JZdtXTB7gew99kbgsRoDnP > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #FocalcK9koMcSKdO3N56cB6wm0xiS5oL { display:block; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrBz8deq5MO2CmVeCOFpTdb8npWAheKP { top:7.125rem;left:15.4375rem;width:32.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIkXIxOR8BsOts4TMx6TSNGo2p9pco5 { top:7.125rem;left:0rem;width:37.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv { top:19.6875rem;left:15.25rem;width:32.5rem;height:7.1875rem;font-size:0.75rem;display:block; }#ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #NeQrG5T8DpcBUw3itUI8Ic5ebnMRqTEl { top:41.3125rem;left:15.5625rem;width:32.1875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWB6idmxyV0i5lzoMLuAxV4S2SJWwWFw { top:41.3125rem;left:0rem;width:32.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AR7HPOzzBTV8AQULr81q6ffAJDaAlw { top:55.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#L7AR7HPOzzBTV8AQULr81q6ffAJDaAlw > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 { display:block; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8pPGUGOJJzC8DMM14ovIfxHqMMO1vKX { top:3.4375rem;left:15.0625rem;width:32.6875rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llQGMVI3llqwST2Q93RFAHTEyyrveZrc { top:3.4375rem;left:0rem;width:37.0625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT346IuN1AP9bPdcaX2EXLe1AWkymMzB { top:14.5rem;left:18.875rem;width:28.875rem;height:8.75rem;font-size:0.75rem;display:block; }#CT346IuN1AP9bPdcaX2EXLe1AWkymMzB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #u4QCvSoGC9HtbRFGsEbbwpy12hOLHugz { top:35.5rem;left:8.4375rem;width:21rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5WpHLiGl59bzgJUiri6fshCEdGfT22W { top:35.4375rem;left:26.625rem;width:21.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu06vGnVE7yo9rzqtRgLEJ6Nbr0drvpJ { top:35.5625rem;left:0rem;width:20.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhvfgEtHT0byURXbieDir4mElrkmL9OV { top:49.25rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#bhvfgEtHT0byURXbieDir4mElrkmL9OV > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 { display:block; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICSlBThEFblXD7oFtVLlptyK6etfAZbT { top:4.625rem;left:19.1875rem;width:28.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrUZOgdDNQBxULf6S0IIkuTs51p9PTcv { top:4.625rem;left:0rem;width:37.5625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w { top:13.625rem;left:18.875rem;width:28.875rem;height:8.75rem;font-size:0.75rem;display:block; }#T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #ZRXKJ687Iq4hZhIuC4bk3ywdsnhBGTb4 { top:30.875rem;left:6.875rem;width:24.5rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgAFmxlpIdkwbUgIZ0fT7CaziiZbaTUf { top:30.875rem;left:27.1875rem;width:20.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdfV5MGuykVSKXaxradEib1AtCtptDpz { top:30.875rem;left:0rem;width:19.3125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxo4PTXegTmVXq0JFPPQ7OAlxf22PGeZ { top:57.125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#qxo4PTXegTmVXq0JFPPQ7OAlxf22PGeZ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #SiFnnDvrbKmcluVAJhq9trW3kBFg8czs { display:block; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQRiApq28oxbweoI3yetxd4ns7W3eAsF { top:10.5rem;left:19.1875rem;width:28.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4BhcATUyo94QGrQOeCiyv6DEHPGSD9u { top:10.5rem;left:0rem;width:33.75rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH { top:19.25rem;left:10.5625rem;width:37.1875rem;height:7.1875rem;font-size:0.75rem;display:block; }#H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #TozKb4o1WOpzFlP809EnibfAyk0bNx1N { top:38.5rem;left:0rem;width:22.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCChKL5CgXtn4yTAOlzTXfuZH4zbJz19 { top:38.4375rem;left:25.3125rem;width:22.4375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTtLJo6sRSgV2gXU2kAnPhJ7Umun0u8 { top:38.4375rem;left:9.6875rem;width:22.1875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJWL27KehhJHTdZKmVEoZPz3eHgmZrR { top:51.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#odJWL27KehhJHTdZKmVEoZPz3eHgmZrR > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ { display:block; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8oETuxRLBCVDTch9hTKgfoBiyNcbAnp { top:3.625rem;left:19.1875rem;width:28.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa { top:10.25rem;left:16.0625rem;width:31.6875rem;height:4.1875rem;font-size:0.75rem;display:block; }#esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #FnBKtp6ITwyXcwrRdTkWv4glXP9KmSKe { top:3.625rem;left:0rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COcTkLJ5lP0MLFy02a0luIt1QFAWk8fO { top:22.9375rem;left:36.5rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyf5uGkM1KKtNOD67TTDPahwBw9U3L67 { top:23.3125rem;left:36.75rem;width:11rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3qCRzBTVw7duErLytb0I5dPcQ48OZpc { top:23.1875rem;left:24.5rem;width:11.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG { display:block; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxyAripZwap0xMA53CTykaPLBPV3qNly { top:6.25rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwBvbdcsNPazSEPb5MH9s1Iv2Bp29A94 { top:4.9375rem;left:12.4375rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe { display:block; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAMhl43kGuAT6sfE6JH9cJiEJT7tTbFU { top:5.8125rem;left:0rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aibk2uP6uPbspUKDTSB6ObKqhsSpZ1uU { top:4.5rem;left:0.5rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIlHgN8qQcxX8XEUBzoqDfs3wWPXmdnF { top:14.9375rem;left:0rem;width:29.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfaDuQKS99Al6mk5JmGg71QNvn4cph7g { top:34.125rem;left:0rem;width:33rem;height:8.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLcgPk1MTEG4TdZvyTrksePeftRBHTLT { top:14.9375rem;left:18.6875rem;width:29.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2xfTqKF2HIqgIkoXxtrJkF6wqDUzw9 { top:34.125rem;left:16.625rem;width:31.125rem;height:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW6thoB7T7a7lEEHqRBTXVmXU5G0DTd8 { top:6.5rem;left:17.25rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaFtyKQtvMR3mpP93LQVc3rAsWVJtSJ5 { top:5.1875rem;left:24.375rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2mPTXZEeSBQhstPBHA4STICLydZkEB { display:block; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWul6UIppec4tO80FLSHV4SUExfnr1OA { top:9.8125rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINyBJpFQpvzwzleWUrVameqK3XtNuxt { top:8.5rem;left:12.4375rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH { display:block; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXVmak2vyk5tut44FXWKs1zp16P36J8S { top:14rem;left:0rem;width:19.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW4IDGvoKaPPXhtIyR2Nor4E1FNfT9CA { top:9.4375rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyiXD8DTTN4pfsM2lS1GZpDTXEkNJSuS { top:14rem;left:12.1875rem;width:19.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOO2MDPhTHvUbybg6cpuqTOlX6S8NJfR { top:9.4375rem;left:9.3125rem;width:22.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNRkbbH5knZuJtKFqVGMXX50UAOV12HT { top:9.4375rem;left:25.1875rem;width:22.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soCwICzfzcffNptCZPeqsG2m1oFJDdht { top:14rem;left:26.75rem;width:20.875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVsbPRDtzoCxdW072IzIrUeMnPHTfoT1 { top:0.0625rem;left:0rem;width:22.4375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZET4c9DH0oUeHzsnoBOBtfTe2Pfd8H1c { top:0rem;left:15.25rem;width:16.5rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsTZe0apA1ECR0cIV5rdedqeOlERgLn { top:0.0625rem;left:31.125rem;width:16.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBRZwKvKgNgLtQTvxZxTs3It9DDkcN7 { top:0rem;left:15.25rem;width:16.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltRiOvGFLJmmGszfayDFmHruqDpIOw8C { top:3.3125rem;left:15.125rem;width:16.625rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvf9WLxrihpQnLRLPMuAGl57bi3STWop { top:0rem;left:0rem;width:22.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTT7K2F2D3v6UPnhNGhDvAILvpFel61V { top:0rem;left:31.0625rem;width:16.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM { display:block; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 { display:block; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IITV9uy9oP2PILnpEFPw6bIviTOQUstC { top:6.4375rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVZrONrtyPkA30ik2dCwulKzfRnvusZ { top:4.25rem;left:12.4375rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlhGvZHrTl4JT17JuR7qmV6NBwy0hbT { width:28.625rem;height:5.5rem;top:17.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClzBK0XJ3g7uUUJ16Krh3dgXGIcmCtG { display:block; }
 }@media only screen and (max-width: 763px) { #KoBrFEkSqT14DsMQhtUmioATiU4bSeOX { top:10.25rem;left:12.4375rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mHV1sfANqNNSP8bTtPSNnddavpV6x1 { top:6.4375rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pOEvVqeBMdKwFzS2cmc6HwvukJzlJk { top:6.4375rem;left:8.625rem;width:30.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm { display:block; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdzJfSV8A5X5KgMBV3pJely2v4iSvOns { top:3.9375rem;left:19.03125rem;width:9.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 { display:block; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR0GS0VtOzoTiDHsAQMey1kyTr9hZnw6 { top:5.4375rem;left:6.125rem;width:35.5rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Hlv2dKotUnDrGcaLF2BsZJBNkXkmxnaI > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyQ3Tdlw6Suw3T1pfNnTGaSnQiihkxeW { width:1.8125rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slTnwchb3WTIeTzta3mNrtDcxsXBlDhW { width:8.5rem;height:2.1875rem;top:0.646484375rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz53T8ub9rf6ho7TbvnmkEHaGLQ2tBpv { display:block; }
 }@media only screen and (max-width: 763px) { #WZ1QpHEmTcG9bHra346oatyrMTFPJ5Jn { width:6.75rem;height:0.9746125rem;top:1.25244140625rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8EUNvV07t9m6neXcnOqOxUMiRZ6G8Z4 { width:12.5rem;height:0;top:13.21191875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #leZLZTovpw34XdhOwJ017Ee9kG2pNy4e { width:5.625rem;height:0;top:5.5625rem;left:7.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTqbfKpIEyADKsD7WbAOZ0kulHgWWzEk { width:5.625rem;height:0;top:8.11230625rem;left:7.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbEZyz5bGRQt4PAFfFNnMxKqV0sGIeg8 { width:4.5625rem;height:0;top:10.6621125rem;left:7.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c45d878f-9798-4d35-b6a5-0cb473acf8b9/hero1080.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMI7H6qNVpbkGvo8Qoz5oa7557ZNhxJd { width:20rem;height:6rem;top:12.7998046875rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3HfTbusEnEtE8mFDPDb4EpJsxcsMFZ8 { width:19.5rem;height:1.29980625rem;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUrgmaHhpmIl9RqKhGzsQo54xHnuq6nz { width:19.0625rem;height:5.19921875rem;top:25.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHpHhGrAsENdoR8vezlmw3Qw1ulOVXsQ { width:4.625rem;height:1.29980625rem;top:37.875rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHQ6mritAUKD5rmhwPEtFNSyU74t35cD { width:4.625rem;height:1.29980625rem;top:41.3125rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xU8eLTaT6ENOAvyS9WV0ANXC1A38gxcQ { width:8rem;height:2.5996125rem;top:44.8125rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSzhOi2uEToVMw7NcDOHlKOqZVpTNCiS { display:flex;width:1.75rem;height:1.75rem;top:37.625rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #kNf0ZhEwxiaIQ191Jqs8mrTPERJQUiMe { display:flex;width:1.75rem;height:1.75rem;top:41.0625rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #x7kTWFD4RwuAgqVT6XQtawdKF2lv1uTy { display:flex;width:1.75rem;height:1.75rem;top:45.25rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #uWJDBhQO9V2qTghJvErVy0p55SXNCD9I { width:13.8125rem;height:4.25rem;top:55.7246125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlmCKqPahrGhNbLaI5vxMhG1wlXLwhcW { width:13.8125rem;height:3.875rem;top:50.5996125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4gwUOkux1pO9MA78g04kVoDPvtTu9H { width:2.3125rem;height:2.3125rem;top:51.3808625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJw0QDKH58AnT9rTR4ymHm4TPyh49g4 { width:9.25rem;height:1.4624rem;top:51.8056671875rem;left:7.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn { background-color:transparent;background-image:url("https://images.assets-landingi.com/2H4PbFllKkE/unsplash/alexander-krivitskiy-2H4PbFllKkE-photo-1554114698-0780d9d96876.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn.adaptive-delivery-prevent-bg, #mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn.lazyload, #mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn.lazyloading { background-image: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container { background-color: transparent; background-image: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container > .video-iframe-container { display: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row > .video-iframe-container { display: none; }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .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); }#mnWfxOvs2aRRR3r7GfaQI1Zsl0yGmZwn > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKJHtkFPbxOWuzy6lq0VuyKMz2IccRv8 { width:6rem;height:5.5625rem;top:2.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;display:block; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { background-color: transparent; background-image: none; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container > .video-iframe-container { display: none; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row > .video-iframe-container { display: none; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .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); }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { border-width: 0; border-radius: 0; }#QWUdxwVmt6FKIucrK5yqgatdVpZVnPhM > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRJ07VDcid4ICfBuXrQbxCgzewc1oaEQ { width:20rem;height:1rem;top:18.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFmDRhSRbUKu58sgH8HK4AA3o1o0Vbui { width:19.5rem;height:1.29980625rem;top:16.5rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSU97ukbJ3OoF5uXQHdTOKvNPknZkTkN { width:20rem;height:7.7988125rem;top:23.7373046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqAUU5dvCb8154HddrTHDmPUJCq7svgD { width:9.125rem;height:10.625rem;top:34.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLGmIb5tf78E5G3FPVOUVeHMlSixQC6f { width:6.625rem;height:5.19921875rem;top:39.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiHTUU1eoTmEEhna8gTxT7rcaTa5OnUq { width:5.75rem;height:3.8994125rem;top:53.75rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRDbXfrFJnEG2EnSfIez98ph4wz5rewh { width:7.875rem;height:5.19921875rem;top:67rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFmBg0uLBZbQkuxosEtmUNsnLKtgoNc { display:flex;width:3.3125rem;height:3.3125rem;top:35.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #rieWq3FQpg8u24oTJOpIF9T1NXRtpzBI { display:flex;width:3.3125rem;height:3.3125rem;top:49.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #CRVUxLkKOgyGTg9FTtMT9iya3nCdbCEP { display:flex;width:3.3125rem;height:3.3125rem;top:63.125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #C8mv2hnCbCtfKo48sldyZ0vHZNRKn8CF { width:9.125rem;height:10.625rem;top:48.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszMzSQ0JfbKhNon946zVTw85s5LwmSp { width:9.125rem;height:10.625rem;top:61.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4vFObIDsE3VbWVitKGlSG9iwWyFul1U { width:8.875rem;height:13.3125rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJbnvwGAMG97MQtqSFb9Vv94uBR891H3 { width:7.1875rem;height:1rem;top:18.875rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldqouZA80MAMN2aToCb5E7L2Xrc7uiQS { width:7.1875rem;height:1rem;top:18.875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL { display:block; }#CgRcElE1oCAPgkP3o6gIi4ANg1mr2apL > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6Ph7eTs4pFA2yAZd6Pu41BLMRo3ubfO { width:9.375rem;height:2.5996125rem;top:5.3125rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1wGwCgBlba7KnZIi2lKwNAM5Bvknr1C { width:5.375rem;height:2.5996125rem;top:10.9375rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fs2fSvpCAsGQT6Tibne4CnQ6TM3BX7TA { width:7.75rem;height:2.5996125rem;top:16.5625rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W5gDJWk1n4bmAUSaf8K4KD2peiJmqw5V { width:7rem;height:2.5996125rem;top:21.3125rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #muTK7mc4ieVqUzBsyeE5JHg9hJeU41MM { width:8.6875rem;height:2.5996125rem;top:27.9375rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XO080UhnS5OPyPVvNVfmVZTxbIrKoxpc { display:flex;width:3.125rem;height:3.125rem;top:5.0625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #h72ikeLJu6X9xQP1gBd2llqbWPzyCTgg { display:flex;width:3.125rem;height:3.125rem;top:10.375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #sClmUs0nIC2GWbD6qiEphmnAPkTMZOUp { display:flex;width:3.125rem;height:3.125rem;top:16rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #vVeuaJEnNgzA0JMcwZd82wPTrWgdhPUF { display:flex;width:3.125rem;height:3.125rem;top:21.0625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #oRdZd9xEvAi5E8MA4LoIoX81Sb9mvZBv { display:flex;width:3.125rem;height:3.125rem;top:27.6875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 { display:block; }#Jv7wvMzvwwsqbnw9eVW1zhZVNaAXhFT4 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxlkfpynKPbK8QZPDJTTiPuDq8qcf4O8 { width:20rem;height:1.0996125rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLAKLsuiJneH3T6BVshB1J4PP1a71p0H { width:20rem;height:1.29980625rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJvXo8tqDGstzNTVw4K6klRd8BXRnfya { width:9.125rem;height:9.8125rem;top:14.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2vicUuG7EQDAHMNMnzEE5q6cskFeaDd { width:6.625rem;height:1.29980625rem;top:32.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkx3tsvu3t95ThmDiRqr2oagXuOp6RS { width:9.125rem;height:9.8125rem;top:25.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNVh1pHxqwit87ATBG1WxWMDEnc8uFBZ { width:6.625rem;height:1.29980625rem;top:21rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfNiv9s9Uq1TgZbLHP5qRbzPz2JmvEl { width:9.125rem;height:9.8125rem;top:37rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc04V9m1uD9N57V7Ce09NnSQWHG3o6pF { width:6.625rem;height:1.29980625rem;top:44.125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FPNaOEohHq3mTkGT8asC0EmJ70liuS { width:9.125rem;height:9.8125rem;top:48.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKQdpdUKxubyx3A2D8aFQkIedwXKMDb { width:6.625rem;height:1.29980625rem;top:55.3125rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6TSgS6SbDQ6l0KoAQBIock7fSPpsAia { display:flex;width:3.3125rem;height:3.3125rem;top:16.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #baQ5Fd8JZfB0Ixv7Jipgu6ZZSuo6C6yd { display:flex;width:3.3125rem;height:3.3125rem;top:27.9375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #JBRTlwBdxgOpa7et3oKeGQPxXwnA6Jwo { display:flex;width:3.3125rem;height:3.3125rem;top:39.3125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #eALAoZx3v8lKTP0cqRsBrp6lm39rmDXX { display:flex;width:3.3125rem;height:3.3125rem;top:50.5625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #l12naO87Vfiya89FKe5oLzL8WfTTTQbG { width:20rem;height:1.0996125rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWCFZHlF15iW6QVMAD1GFDWCb5VzdNsN { width:20rem;height:1.0996125rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o { display:block; }#eINoLwGS2HIVO0FkN7C2J4U6m1mIwP9o > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hu1GtJPE0GVfLdrH77zI8fmOr9BrZWKX { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD { display:block; }#F0OoWzp2ts6xPpITST7UVQhmU9IZ1nvD > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrOOn7TM6Br7cO9oUXW9ZXLSo9OxThHL { width:20rem;height:1.29980625rem;top:15.8110625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTGtp9UX2cEIMTU3WnSvTyrLpvxzZyfS { width:20rem;height:13.311148086522rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InliZFwzx0zMOS7ebMwfd7HwohHUAyTg { width:20rem;height:19.4706875rem;top:18.36086875rem;left:0rem;font-size:1rem;display:block; }#InliZFwzx0zMOS7ebMwfd7HwohHUAyTg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #Tp9y8cRlRxA3U37GvPaD0bIQfbv6QF6f { width:15rem;height:8.75rem;top:102.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR0qJFiToMSwMIkMqKLrM3cdqCPwKLC6 { width:13.125rem;height:8.75rem;top:53.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWOViz05bfaFxEmVirXlN1Gv1GtgxNa9 { width:5.8125rem;height:8.75rem;top:109.25rem;left:7.75rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #B6WoKdAZiHXaKeJWTsl1iAoA2sQKW8oT { width:11.6875rem;height:8.75rem;top:44.625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnSOSCIlAz1idF963r1Puy9WOulEOFdl { width:13.125rem;height:8.75rem;top:43.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJ8LxS4sLPImRtLHiWEwENSnmvR6w1WG { width:13.125rem;height:8.75rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WibRwGBv36neLwCMHvr46xWvzcq3WFIm { display:flex;width:1.8125rem;height:1.8125rem;top:44.4375rem;left:9.0625rem;display:none; }
#WibRwGBv36neLwCMHvr46xWvzcq3WFIm > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #vhTqaqmbyScvbgJWrCpp16G5QobtFd9o { display:block; }#vhTqaqmbyScvbgJWrCpp16G5QobtFd9o > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITei3ZW19Fy46aUhDamN0VoyVAsTZu4D { width:20rem;height:1.29980625rem;top:18.5546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MznWFBZX9zOVgMLyumDKb45BICyL4szD { width:20rem;height:13.311148086522rem;top:0.79931640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVf6RfeTWf9xgJRIHKarmDJwIfXV096C { width:20rem;height:15.6465rem;top:23.11083984375rem;left:0rem;font-size:1rem;display:block; }#xVf6RfeTWf9xgJRIHKarmDJwIfXV096C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #xySZhCvrxwwzyLOmHmTA1LzTBNugxoru { width:15.375rem;height:8.625rem;top:68.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW2we7O8GVfDGsvEu1qV3nZ9CiK4TmwZ { width:12.9375rem;height:8.625rem;top:60.9375rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0hfS1l6ddzOGgbsa9CoKVkZoOwgBlAE { width:20rem;height:13.25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGr8HWM4aFTOkt4AlF6CmwqateVz4Szq { width:19.9375rem;height:9.0625rem;top:2.73583984375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdLTZCoMDvAq7iZdXb2qExq1yuKd2PnG { display:flex;width:1.8125rem;height:1.8125rem;top:40rem;left:9.0625rem;display:none; }
#TdLTZCoMDvAq7iZdXb2qExq1yuKd2PnG > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 { background-color:transparent;background-image:url("https://images.assets-landingi.com/h-ghoFr1D5s/unsplash/jerry-wei-h-ghoFr1D5s-photo-1777750496287-98501c4deeb4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968.adaptive-delivery-prevent-bg, #qWSqCUFvLN0P1Smm1GWlLQiwys8r8968.lazyload, #qWSqCUFvLN0P1Smm1GWlLQiwys8r8968.lazyloading { background-image: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container { background-color: transparent; background-image: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container > .video-iframe-container { display: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row > .video-iframe-container { display: none; }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .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); }#qWSqCUFvLN0P1Smm1GWlLQiwys8r8968 > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCJbeZURqstkS6hqOGScSoR8JufKOck7 { width:20rem;height:1.29980625rem;top:16.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTG832VaxbBxqUJbXz34LdIv2ZXohWhL { width:20rem;height:11.247920133111rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy { width:20rem;height:15.334rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }#Ab4pRUaZTkTNQV6ABRGTqCW2E2ATFGUy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #uQ4unBFcWTT7kvMITCEWc3T5kXIECZ8Z { width:11.5625rem;height:7.6875rem;top:65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHh8bZli53UuDrMIB8hkxHy4FEmHS4ES { width:13.3125rem;height:11.25rem;top:34.8125rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKNv13PKhooD0Bw8BsK1NCO16Wsgp0cA { width:11.5625rem;height:8.8125rem;top:61.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD5BfFJgl51tsCyX0y1n6TpeLiEeN7Ub { width:8.375rem;height:5.5625rem;top:19.4375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0lizDHME6y8MElhzpxgi1vTzuV4slTz { width:8.375rem;height:8.125rem;top:25.9375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRTk99oCorDEteyUKiT5pTJd9GXuinLg { width:10.6875rem;height:14.5625rem;top:19.4375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8TKLUJU13JZdtXTB7gew99kbgsRoDnP { display:flex;width:1.8125rem;height:1.8125rem;top:39.625rem;left:9.0625rem;display:none; }
#J8TKLUJU13JZdtXTB7gew99kbgsRoDnP > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #FocalcK9koMcSKdO3N56cB6wm0xiS5oL { display:block; }#FocalcK9koMcSKdO3N56cB6wm0xiS5oL > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrBz8deq5MO2CmVeCOFpTdb8npWAheKP { width:20rem;height:1.29980625rem;top:13.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVIkXIxOR8BsOts4TMx6TSNGo2p9pco5 { width:20rem;height:14.959349593496rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv { width:18.6875rem;height:12.44725rem;top:17.6748046875rem;left:0.65625rem;font-size:1rem;display:block; }#ehFwxEIUeCy1bAgKizG6TCaKM8GWKPSv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #NeQrG5T8DpcBUw3itUI8Ic5ebnMRqTEl { width:19.875rem;height:9.6875rem;top:2.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWB6idmxyV0i5lzoMLuAxV4S2SJWwWFw { width:13.8125rem;height:6.875rem;top:21.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7AR7HPOzzBTV8AQULr81q6ffAJDaAlw { display:flex;width:1.8125rem;height:1.8125rem;top:55.3125rem;left:9.0625rem;display:none; }
#L7AR7HPOzzBTV8AQULr81q6ffAJDaAlw > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 { display:block; }#cglv6fDX4ztuSkxiT9S59bCKcNLhaic9 > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8pPGUGOJJzC8DMM14ovIfxHqMMO1vKX { width:20rem;height:1.29980625rem;top:19.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llQGMVI3llqwST2Q93RFAHTEyyrveZrc { width:19.875rem;height:14.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT346IuN1AP9bPdcaX2EXLe1AWkymMzB { width:14.625rem;height:12.75975rem;top:22.8935546875rem;left:2.6875rem;font-size:1rem;display:block; }#CT346IuN1AP9bPdcaX2EXLe1AWkymMzB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #u4QCvSoGC9HtbRFGsEbbwpy12hOLHugz { width:18.9375rem;height:13.9375rem;top:54.875rem;left:0.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5WpHLiGl59bzgJUiri6fshCEdGfT22W { width:12.375rem;height:9.1875rem;top:46.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cu06vGnVE7yo9rzqtRgLEJ6Nbr0drvpJ { width:12.8125rem;height:9.5625rem;top:2.0625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhvfgEtHT0byURXbieDir4mElrkmL9OV { display:flex;width:1.8125rem;height:1.8125rem;top:49.25rem;left:9.0625rem;display:none; }
#bhvfgEtHT0byURXbieDir4mElrkmL9OV > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 { display:block; }#Tg51tsEUEiNvXxUzEooHeiVSvwxVfEd5 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICSlBThEFblXD7oFtVLlptyK6etfAZbT { width:20rem;height:1.29980625rem;top:14.4463125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrUZOgdDNQBxULf6S0IIkuTs51p9PTcv { width:20rem;height:11.946308724832rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w { width:13.875rem;height:12.75975rem;top:19.24609375rem;left:3.0625rem;font-size:1rem;display:block; }#T97nIPHCWgAg9fDSFPW1E7cn3aIQ8D0w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #ZRXKJ687Iq4hZhIuC4bk3ywdsnhBGTb4 { width:10.5625rem;height:12.0625rem;top:17.52734375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgAFmxlpIdkwbUgIZ0fT7CaziiZbaTUf { width:9rem;height:12.0625rem;top:27.99609375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdfV5MGuykVSKXaxradEib1AtCtptDpz { width:8.4375rem;height:12rem;top:17.55859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxo4PTXegTmVXq0JFPPQ7OAlxf22PGeZ { display:flex;width:1.8125rem;height:1.8125rem;top:57.125rem;left:9.0625rem;display:none; }
#qxo4PTXegTmVXq0JFPPQ7OAlxf22PGeZ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #SiFnnDvrbKmcluVAJhq9trW3kBFg8czs { display:block; }#SiFnnDvrbKmcluVAJhq9trW3kBFg8czs > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQRiApq28oxbweoI3yetxd4ns7W3eAsF { width:20rem;height:1.29980625rem;top:18.140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4BhcATUyo94QGrQOeCiyv6DEHPGSD9u { width:20rem;height:13.26565143824rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH { width:19.25rem;height:18.8456875rem;top:23.0654296875rem;left:0.375rem;font-size:1rem;display:block; }#H6mrpMQ9yRMKsTESWuf57KlOZVCTGeJH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #TozKb4o1WOpzFlP809EnibfAyk0bNx1N { width:10.1875rem;height:6.75rem;top:65.9375rem;left:4.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCChKL5CgXtn4yTAOlzTXfuZH4zbJz19 { width:20rem;height:13.091922005571rem;top:73.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOTtLJo6sRSgV2gXU2kAnPhJ7Umun0u8 { width:17.625rem;height:11.6875rem;top:2.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJWL27KehhJHTdZKmVEoZPz3eHgmZrR { display:flex;width:1.8125rem;height:1.8125rem;top:51.3125rem;left:9.0625rem;display:none; }
#odJWL27KehhJHTdZKmVEoZPz3eHgmZrR > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ { display:block; }#r93nPcgHuhpkT8f4VMGxTnevPtgZTwXJ > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8oETuxRLBCVDTch9hTKgfoBiyNcbAnp { width:20rem;height:1.29980625rem;top:22.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa { width:15.125rem;height:5.423825rem;top:26.1123046875rem;left:2.4375rem;font-size:1rem;display:block; }#esLpAIbUTxHMpEAP3QTT85TmbJ6TrMCa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e93f100d57f4ed597f82bc130b6636c570fb48b8.svg); }
 }@media only screen and (max-width: 763px) { #FnBKtp6ITwyXcwrRdTkWv4glXP9KmSKe { width:19.75rem;height:19.75rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COcTkLJ5lP0MLFy02a0luIt1QFAWk8fO { width:8.75rem;height:11.6875rem;top:32.1875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kyf5uGkM1KKtNOD67TTDPahwBw9U3L67 { width:8.75rem;height:11.6875rem;top:32.1875rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3qCRzBTVw7duErLytb0I5dPcQ48OZpc { width:16.6875rem;height:22.375rem;top:42.3125rem;left:1.5625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG { display:block; }#o1cFRago8Rd8IXeFvhtfBKkurHKcdOZG > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxyAripZwap0xMA53CTykaPLBPV3qNly { width:20rem;height:1.0996125rem;top:3.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwBvbdcsNPazSEPb5MH9s1Iv2Bp29A94 { width:20rem;height:1.29980625rem;top:1.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe { display:block; }#a960BqQ50Cfs2ZXp7a7fiOaIutBgrVMe > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAMhl43kGuAT6sfE6JH9cJiEJT7tTbFU { width:20rem;height:1.0996125rem;top:3.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aibk2uP6uPbspUKDTSB6ObKqhsSpZ1uU { width:20rem;height:1.29980625rem;top:2.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIlHgN8qQcxX8XEUBzoqDfs3wWPXmdnF { width:20rem;height:11.225806451613rem;top:6.14941875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfaDuQKS99Al6mk5JmGg71QNvn4cph7g { width:16.8125rem;height:24.5rem;top:19.31201171875rem;left:1.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NLcgPk1MTEG4TdZvyTrksePeftRBHTLT { width:20rem;height:11.225806451613rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2xfTqKF2HIqgIkoXxtrJkF6wqDUzw9 { width:16.6875rem;height:33.25rem;top:65.75rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #dW6thoB7T7a7lEEHqRBTXVmXU5G0DTd8 { width:20rem;height:1.0996125rem;top:49.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaFtyKQtvMR3mpP93LQVc3rAsWVJtSJ5 { width:20rem;height:1.29980625rem;top:47.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lG2mPTXZEeSBQhstPBHA4STICLydZkEB { display:block; }#lG2mPTXZEeSBQhstPBHA4STICLydZkEB > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWul6UIppec4tO80FLSHV4SUExfnr1OA { width:20rem;height:1.0996125rem;top:5.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HINyBJpFQpvzwzleWUrVameqK3XtNuxt { width:20rem;height:1.29980625rem;top:4.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH { display:block; }#kl9Nilm3pxArFRZDzB7Eot3uJuCLKVmH > .row .container { width:20rem;height:107.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXVmak2vyk5tut44FXWKs1zp16P36J8S { width:19.625rem;height:10.9375rem;top:10.72265625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW4IDGvoKaPPXhtIyR2Nor4E1FNfT9CA { width:20rem;height:1.29980625rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyiXD8DTTN4pfsM2lS1GZpDTXEkNJSuS { width:19.5625rem;height:10.9375rem;top:43.3349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOO2MDPhTHvUbybg6cpuqTOlX6S8NJfR { width:20rem;height:1.29980625rem;top:39.43505859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNRkbbH5knZuJtKFqVGMXX50UAOV12HT { width:20rem;height:1.29980625rem;top:73.085425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soCwICzfzcffNptCZPeqsG2m1oFJDdht { width:20rem;height:10.9375rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVsbPRDtzoCxdW072IzIrUeMnPHTfoT1 { width:20rem;height:14.986072423398rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZET4c9DH0oUeHzsnoBOBtfTe2Pfd8H1c { width:16.5rem;height:24.875rem;top:29.3349609375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsTZe0apA1ECR0cIV5rdedqeOlERgLn { width:16.5rem;height:22rem;top:67.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBRZwKvKgNgLtQTvxZxTs3It9DDkcN7 { width:16.5rem;height:21.5rem;top:29.3349609375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltRiOvGFLJmmGszfayDFmHruqDpIOw8C { width:16.625rem;height:4.7998rem;top:32.3125rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvf9WLxrihpQnLRLPMuAGl57bi3STWop { width:20rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTT7K2F2D3v6UPnhNGhDvAILvpFel61V { width:16.5625rem;height:21.25rem;top:67.9375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM { display:block; }#kBXKB7KsbblyhEVAzI8ltfEmIaO14FNM > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-size:cover !important;display:block; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container { background-color: transparent; background-image: none; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container > .video-iframe-container { display: none; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row > .video-iframe-container { display: none; }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .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); }#ESnRiGB3CkboKoFyJeFqTFsqnLl6HTm8 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IITV9uy9oP2PILnpEFPw6bIviTOQUstC { width:20rem;height:1.0996125rem;top:7.5498046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaVZrONrtyPkA30ik2dCwulKzfRnvusZ { width:20rem;height:1.29980625rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdlhGvZHrTl4JT17JuR7qmV6NBwy0hbT { width:19rem;height:5.5rem;top:17.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClzBK0XJ3g7uUUJ16Krh3dgXGIcmCtG { display:block; }
 }@media only screen and (max-width: 763px) { #KoBrFEkSqT14DsMQhtUmioATiU4bSeOX { width:20rem;height:1.29980625rem;top:11.0244140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3mHV1sfANqNNSP8bTtPSNnddavpV6x1 { width:20rem;height:1.0996125rem;top:7.5498046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7pOEvVqeBMdKwFzS2cmc6HwvukJzlJk { width:20rem;height:1.0996125rem;top:7.5498046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm { display:block; }#orwv6FfKNUpoxBvJPiEmvEvGU1P7PpJm > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdzJfSV8A5X5KgMBV3pJely2v4iSvOns { width:6.4375rem;height:6rem;top:4.0625rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 { display:block; }#TmJMvmAi0McNf51SdaWWFGn4eu2W0U10 > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR0GS0VtOzoTiDHsAQMey1kyTr9hZnw6 { width:17.375rem;height:11.3720625rem;top:5.119140625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }