.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:252,255,242;--color-primary-1:247,255,213;--color-primary-2:238,254,170;--color-primary-3:119,127,85;--color-primary-4:36,38,26;--color-secondary-0:245,245,245;--color-secondary-1:221,221,221;--color-secondary-2:186,186,186;--color-secondary-3:93,93,93;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,183;--color-tertiary-2:22,22,15;--color-tertiary-3:11,11,8;--color-tertiary-4:2,2,1;--headlines-font-family:"Helvetica";--paragraphs-font-family:"Helvetica"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;overflow:visible;position:relative;display:block; }#nwfhbI9wSOe5RKvT64SKTwKzTiwhXZ0v { 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:4.25rem;width:7.6875rem;top:2.5rem;left:33.75rem;overflow:hidden;display:block; }
#fC3fsTse2BFaty3uPCtAuKKH7ElQmP4N { color:rgba(var(--color-secondary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:12.125rem;left:1.5625rem;height:;text-align:left;text-align-last:left;display:block; }
#sDqATaSCH0Hkd702y5gQxcG6u5RD1Cmf { position:absolute;display:block;z-index:15004;height:42.5rem;width:37.5rem;top:12.5rem;left:36.25rem;display:block; }
#QU17aGMBdv4O5d6wsKtTHR4uvtoHSaTp { color:rgba(var(--color-secondary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:1.25rem;height:4.3872rem;display:block; }
#cpIxaJUh1LNPK1I0UDXEK5aJ1KSlB2m1 { box-sizing:content-box;height:3.8125rem;width:24.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:1.25rem;display:block; }
#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { background-color: transparent; background-image: none; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container > .video-iframe-container { display: none; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row > .video-iframe-container { display: none; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .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); }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { border-width: 0; border-radius: 0; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#T5W5Tb05kNT8kSW7y0Qgc5A4aOKpupeX { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FX47rkV8qRWu6xG6dXeZqycKIhBvJJTn { box-sizing:content-box;height:20rem;width:32.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.75rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UUcQ9B5BBGTM3TTnQ92asBNm3hsH6OiF { color:#1e1d1d;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.1;letter-spacing:0;top:5.69970703125rem;left:2.5rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.5;letter-spacing:0;top:9.9375rem;left:3.75rem;height:17.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f08bab11c8bb359a961fe26a72317c053f3ae4.svg); }
#laumNOx7ZzkRtI8KdWRAV6Urr7G6gxN8 { box-sizing:content-box;height:12.5rem;width:31.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#ZUOHgTXowSbhVUmsEEge5fTBW6p81VTh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:22.5rem;left:42.5rem;height:6.9995rem;font-style:normal;display:block; }
#z7qS4rsByhmpPzqMoQFdIpWFuOnKs2p4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2.5;letter-spacing:0;top:30rem;left:20rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTX7vByClJ1Oigk7Ehz3M47axPakUH1F { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30rem;left:2.5rem;display:block; }
#R0MHpJBWp3TUFX8qHnsRFNx1EzHa0dTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1Bupf2OGt1V5Fn6v4uTDDkOwBV9M3pN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:42.5rem;overflow:hidden;display:block; }
#BxSoLMhMT8OTyVSCu7GnmlsWBDhW6NDo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:31.25rem;left:44.375rem;height:1.275rem;font-style:normal;display:block; }
#UJBrZPlOSlrSX8FdkPfI2XDVi3te53PU { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:31.25rem;left:59.6875rem;height:1.275rem;font-style:normal;display:block; }
#z48oaWOFdxekwQNgvalqdyBhMDzbXTxf { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:70rem;overflow:hidden;display:block; }
#qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5741e9d8-64b8-4a8d-b0c6-535a767dc879/finishwoman.crop_1024x489_0,0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx.adaptive-delivery-prevent-bg, #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx.lazyload, #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx.lazyloading { background-image: none; }
#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { background-color: transparent; background-image: none; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container > .video-iframe-container { display: none; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row > .video-iframe-container { display: none; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .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); }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { border-width: 0; border-radius: 0; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#UdbSBUVZ3mh8deR5xpsXRzsWuM4mRTkd { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.1875rem;left:57.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B26bX8LOig73RF8GqBFUBBsoUcwmNcgJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:71.375rem;overflow:hidden;display:block; }
#levqxq3aUl6biaWTnSdTC3TdHZmwPOms { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:22.4375rem;left:58.75rem;height:9.098625rem;font-style:normal;display:block; }
#mtnPq0AFxuzON9uOT5xCtwxtX0tBTdTL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:35rem;left:58.8125rem;height:1.275rem;font-style:normal;display:block; }
#tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c91ca1bc-2acb-4b79-963c-0cc484458222/french.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:57.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.adaptive-delivery-prevent-bg, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyload, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyloading { background-image: none; }
#SeA2CVdyg99koLriSClrqqBs0ALOeVOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:36.3125rem;left:58.75rem;height:1.25rem;font-style:normal;display:block; }
#cq0z8eczm96v4nibATvBRi54JhNHG8TE { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15107;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c73383-0d52-4e56-a234-769ea9d1d6c6/manpassport.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#cq0z8eczm96v4nibATvBRi54JhNHG8TE.adaptive-delivery-prevent-bg, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyload, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyloading { background-image: none; }
#ZEsibL2w8I1ICe36u4s3GXnSV3T3tgZt { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:38.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s41cVOry4mOZBAlWdstgKX9LkGe4Tnd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:22.5rem;left:40rem;height:9.098625rem;font-style:normal;display:block; }
#lwSP2VPe4oQEJ6UXHCKHCM8W6y1SXGNi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:35rem;left:40.0625rem;height:1.275rem;font-style:normal;display:block; }
#fOg1JvuwSWlFF9dUwTMyup2tSegB2zlo { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:52.625rem;overflow:hidden;display:block; }
#guOllFE86ui4Nk2TJO8RHkUGTgpn9u8n { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15027;line-height:2;letter-spacing:0;top:36.3125rem;left:40rem;height:;font-style:normal;display:block; }
#e2gJaBlx1w3VcM4LOm74izd0tPFkofHH { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13fb7919-36bc-470e-8375-7c13dc077200/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:20rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.adaptive-delivery-prevent-bg, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyload, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyloading { background-image: none; }
#z0FpUDTwEmBovAPXNfJb8u9ZlUvMVFl0 { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:20.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eM55VCGTmCBbh0QK66arEi5rXTOLn0Xg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.25rem;height:10.3984375rem;font-style:normal;display:block; }
#CWmNJ4y0XgmKe765DJkhDykI8A7N76Bb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:35rem;left:21.3125rem;height:1.275rem;font-style:normal;display:block; }
#y3PCFT1PsCxTG28lPCAMyRMVF7JHAChR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:33.875rem;overflow:hidden;display:block; }
#Fgwafhs5cPEVO4udihzLKcmXTCRNizUT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15033;line-height:2;letter-spacing:0;top:36.3125rem;left:21.25rem;height:1.25rem;font-style:normal;display:block; }
#xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g { box-sizing:content-box;height:12.5rem;width:16.25rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f25191ae-a565-4983-a840-f607ab44f581/oldwoman.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:8.75rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.adaptive-delivery-prevent-bg, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyload, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyloading { background-image: none; }
#KrDmkcVbXD8NZZLynL84TkSLMz8QbOLw { box-sizing:content-box;height:17.5rem;width:16.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X65n0BczITvOipyq2nuFvxHCp3wCurJq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.5rem;height:10.3984375rem;font-style:normal;display:block; }
#RKrCOqSrB6OsieiiKpg4TcJW683b8tue { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:35rem;left:2.5625rem;height:1.275rem;font-style:normal;display:block; }
#zOutq07vaIJu0Qs78n5mUAV3zGn5VDRo { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:15.125rem;overflow:hidden;display:block; }
#Bhx3FcTGBo0EukeM0Xdb88TfXIUIVwep { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15039;line-height:2;letter-spacing:0;top:36.3125rem;left:2.5rem;height:1.25rem;font-style:normal;display:block; }
#XOpQzTMqDSIkt2lf98bzeHw3erHdarr0 { color:rgba(var(--color-primary-3),1);display:block;width:40.0625rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container { background-color: transparent; background-image: none; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container > .video-iframe-container { display: none; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row > .video-iframe-container { display: none; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .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); }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container { border-width: 0; border-radius: 0; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#lMdpSRzrHtBCM6bdgvrKOgSwtudByQBc { color:rgba(var(--color-primary-3),1);display:block;width:36.3125rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyHDs5638B9fASRDyBdp9NiJaNcs9wDV { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GwwtaUVfsTVgyTfNpJTo15758pFMoeBy { box-sizing:content-box;height:5rem;width:10rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#TdTDcgFLGqFHG3bwQGFpChBW9W8trrvu { box-sizing:content-box;height:5rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:13.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#vnfOVt7QCwHy8OW7HiHyXxEoT08UCqvb { box-sizing:content-box;height:5rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#wI0OBGEgo9HPcVEOxTTPEkStF3NPtpw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.4875rem;font-style:normal;display:block; }
#cCXFTRMqpBCESLgqfUnDgN5a3lACKecu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:26.25rem;left:15rem;height:1.225rem;font-style:normal;display:block; }
#zsh6VLUuka9Fi9TmUtE5C8eyA58OQUnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:26.25rem;left:27.5rem;height:1.225rem;font-style:normal;display:block; }
#oyX7i38TEJTZh5lgBweGdr7cpIMVnwU0 { color:rgba(var(--color-tertiary-4),0.51);display:block;width:7.5rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:27.5rem;left:2.5rem;height:1.275rem;font-style:normal;display:block; }
#i2oqkFiwLlr8u5x8HCRor5rALWr01CDR { color:rgba(var(--color-tertiary-4),0.51);display:block;width:8.125rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:27.5rem;left:15rem;height:1.275rem;font-style:normal;display:block; }
#y8WBviFMTxhhknsUvrm3uitTenSOoApt { color:rgba(var(--color-tertiary-4),0.51);display:block;width:8.25rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:27.5rem;left:27.5rem;height:1.275rem;font-style:normal;display:block; }
#PIrtOf8dpz8TUB28CnvkATsvvuCk0yZa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.75rem;left:1.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAAKmcAE8Em5CCTeBO6LOczvsRVtHS8X { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.5rem;left:1.25rem;display:block; }
#E1E9gms0iTGJnPvOU2ZUtasWnTWQiRL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhA6ZEQGvr2C4whsZ3fmCtBTvNkrvwIp { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fe9ca8f9-216c-4eed-b9f8-14a2a659792e/Riaz.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#XhA6ZEQGvr2C4whsZ3fmCtBTvNkrvwIp.adaptive-delivery-prevent-bg, #XhA6ZEQGvr2C4whsZ3fmCtBTvNkrvwIp.lazyload, #XhA6ZEQGvr2C4whsZ3fmCtBTvNkrvwIp.lazyloading { background-image: none; }
#UXUxNaAETtmvUJCzi4TQqvKcyXUH5Ui3 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7141fbf7-d7fa-4cca-8a2d-2d0187801eb3/Shahista.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:13.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#UXUxNaAETtmvUJCzi4TQqvKcyXUH5Ui3.adaptive-delivery-prevent-bg, #UXUxNaAETtmvUJCzi4TQqvKcyXUH5Ui3.lazyload, #UXUxNaAETtmvUJCzi4TQqvKcyXUH5Ui3.lazyloading { background-image: none; }
#fwMHbwPkTg1O7gWWW7MAT70ryOBTSFS9 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f3f18d9b-4a44-4ee8-b440-307edc58c16d/Danny.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.0625rem;left:26.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#fwMHbwPkTg1O7gWWW7MAT70ryOBTSFS9.adaptive-delivery-prevent-bg, #fwMHbwPkTg1O7gWWW7MAT70ryOBTSFS9.lazyload, #fwMHbwPkTg1O7gWWW7MAT70ryOBTSFS9.lazyloading { background-image: none; }
#TeEVzaugE9KqWB0KlEBEQF6pOsrs9wCu { box-sizing:content-box;height:33.75rem;width:32.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a8579cf1-8c1b-40ae-98d4-9d53bcefc1aa/German.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }#TeEVzaugE9KqWB0KlEBEQF6pOsrs9wCu.adaptive-delivery-prevent-bg, #TeEVzaugE9KqWB0KlEBEQF6pOsrs9wCu.lazyload, #TeEVzaugE9KqWB0KlEBEQF6pOsrs9wCu.lazyloading { background-image: none; }
#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container { background-color: transparent; background-image: none; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container > .video-iframe-container { display: none; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row > .video-iframe-container { display: none; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .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); }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container { border-width: 0; border-radius: 0; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#Lu5ZS28ctinf2KA5GrJ9O8JoBqZQorrc { color:rgba(var(--color-primary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k1WLZNF6UKZA6h44noR0gGxClziBhK5i { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JlOP0pdRELr5mfA9RTKBR5TgzGfmpqTS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:9.6875rem;left:2.1875rem; }
#dfpGUNDZKl6SUpI7FVkqpx1TnoysiFST { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0.2);background-image:none;top:10.625rem;left:6.6875rem;display:block; }
#UMlzPdlFThlsaQTMtPcWUkwuda92TH0o { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:15rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUU3k3MF0igEHMLsEwdyiTUHMnto3X2h { color:rgba(0,0,0,0.9);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bo21cXT5TSURF7JJkoAHD3cPF0rRAQ4Z { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:26.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KkEIEPPwheKooOPwz1ZEQV6eMF9XzsaU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:9.6875rem;left:27.1875rem; }
#kZZNJpXZiRo2O1wpg9X6auIZg8qyGJJx { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:17.875rem;left:26.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBzT5qQI5OV7kUu6IzKMdc04OR5XUJza { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:15rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FexVWyM7t7o1LdGD2icfH53Qad3kHQzy { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:17.875rem;left:51.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aHF5rr3K1441RaswV7RVgaT1o5TB7kTi { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:15rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhgSQ1tdIhzwTlC1Ft4GlDkuCh3F1ivs { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VDMdrMwcA4vxWfKx7wA8dTTgWVz3A5Pn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:9.6875rem;left:52.1875rem; }
#JCAChQK78RhbIo0dxXL4slw4mc8dOvEo { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.2);background-image:none;top:10.625rem;left:31.625rem;display:block; }
#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container { background-color: transparent; background-image: none; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container > .video-iframe-container { display: none; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row > .video-iframe-container { display: none; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .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); }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container { border-width: 0; border-radius: 0; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#DStG0R849hq1DAUS3sy8xBQ9xx49ICBC { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8yMTQMFLtQOa4AtVe32PBPUTzRTz3kT { color:rgba(var(--color-primary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PunGgsDx8A3wWetN1EUV4fGlTiDBTLt4 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqEXB6nTmWNXVZcctFg8dBdsTT026tDe { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BEffB0iA17ld8bumHA065UILDz545Qxo { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IyEzudrdMHRytZHEzyomvGJ3UCNDPXQU { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wh7UTfkcJ3WFHdMuaO6f74H8gXJ05zM5 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:43.1875rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#REywN1i6lro8ww6mTWsGHkXhzKxkawPG { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:41.3125rem;left:1.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dooUnlG4A2yII3OzEogu3iTQBwAt107k { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETQ0oALF9a5a1WvIJvs3KHaoTdwV6N5B { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:41.3125rem;left:41.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXKttyZbEyw5hEr5P2NRXPTvpRz0QTNJ { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:30.6875rem;left:41.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oBBSIUwlFhWnRPgzOd7fk6TwWsaKFAH7 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:28.8125rem;left:41.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tp8mdfckLXRq204d7riTqNNGb2uIUUQL { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTeaIaQuVfsnWEcZQMT431vvKLCsvQuB { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16.25rem;left:41.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJE2kpcMwULH59splOsKolJzneuVcilV { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:1.25rem;display:block; }
#zXf6ynawesye4vnPegPEJmdvShfOFDNn { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:41.25rem;display:block; }
#A2hJh5gIZSwtrpVoHXaoZGA9ZkKxdgP5 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:1.25rem;display:block; }
#yT417dz58Ghohfsg0SaoBnMJWAH6euLy { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15078;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:41.25rem;display:block; }
#SDTq7XpGTumLR3GwOTpDPKeCvd0zLvfL { box-sizing:content-box;height:38.75rem;width:0.0625rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.1);background-image:none;top:12.5rem;left:37.4375rem;display:block; }
#ci6w42RpBwvqCUz4Hgawu5mUgKwC6JAl { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:1.25rem;display:block; }
#d3KuwKrTNrsRLodiChmt2VLeulgJ0Lp0 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:41.25rem;display:block; }
#b4I2RfONo7imIuQhGdMTTlIDMpMfcQUA { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0.1);background-image:none;top:50rem;left:1.25rem;display:block; }
#BITTXFttVX3LpfqtOJUFT6JVp9iZ645z { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15081;background-color:rgba(0,0,0,0.1);background-image:none;top:49.9375rem;left:40rem;display:block; }
#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,238,239,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { background-color: transparent; background-image: none; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container > .video-iframe-container { display: none; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row > .video-iframe-container { display: none; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .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); }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { border-width: 0; border-radius: 0; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT { box-sizing:content-box;height:23.8125rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ef45216-2ba7-4d06-ac76-db74317fcc89/immigrationlawyer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.adaptive-delivery-prevent-bg, #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.lazyload, #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.lazyloading { background-image: none; }
#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#BRPu4DCI6gqlh5CZdLS9HA0Sx0nAI7x3 { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.3125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2PmStGz0uRgqD6kUZZnF7Fa5N81ynZ2 { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3u8bN6Z16eRu1nmKCUXXMVud22OKM2P { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.75rem;left:29.84375rem;display:block; }
#Eir3RkH5QrlwG92t0ZQ5UifW0UFzS3ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0JvrZcEHtd0X8CCquEhrWDIvXH7IhDy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.84375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { background-color: transparent; background-image: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .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); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { border-width: 0; border-radius: 0; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#RvWQQvC3zur4LB9sLP5EnVCc2ZWaqDTs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8Lm9fHcSwBOdZ4ZW58WJkp5mifpkXyt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:49.6875rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fabo4hQ1zGtgiEh1GxQcXPz4qSVS7bxR { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.625rem;left:57.5625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbLVqdCkplngAZpJkWoEGuXq006DiA10 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.625rem;left:67.1875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZaQSdixg0hdmwtlg9rW5Wtpgg9o2ZD8u { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.0625rem;top:2.02490234375rem;left:1.25rem;overflow:hidden;display:block; }
#r6C6I5fE9xGz1mubHJRbgJL8m2ckIHJP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.125rem;left:1.25rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lNZHuI46kibOTheCmw1tPyCOT9wddBEW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:2.02490234375rem;left:65.25rem;height:8.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwfhbI9wSOe5RKvT64SKTwKzTiwhXZ0v { top:2.5rem;left:20.125rem;width:7.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3fsTse2BFaty3uPCtAuKKH7ElQmP4N { top:12.125rem;left:0rem;width:27.375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqATaSCH0Hkd702y5gQxcG6u5RD1Cmf { top:12.5rem;left:10.25rem;width:37.5rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU17aGMBdv4O5d6wsKtTHR4uvtoHSaTp { top:20rem;left:0rem;width:31.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpIxaJUh1LNPK1I0UDXEK5aJ1KSlB2m1 { top:15rem;left:0rem;width:24.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ { display:block; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5W5Tb05kNT8kSW7y0Qgc5A4aOKpupeX { top:2.5rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX47rkV8qRWu6xG6dXeZqycKIhBvJJTn { top:8.75rem;left:0rem;width:32.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUcQ9B5BBGTM3TTnQ92asBNm3hsH6OiF { top:5.6875rem;left:0rem;width:30.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O { top:9.9375rem;left:0rem;width:27.6875rem;height:;font-size:1rem;display:block; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f08bab11c8bb359a961fe26a72317c053f3ae4.svg); }
 }@media only screen and (max-width: 763px) { #laumNOx7ZzkRtI8KdWRAV6Urr7G6gxN8 { top:21.25rem;left:16.5rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUOHgTXowSbhVUmsEEge5fTBW6p81VTh { top:22.5rem;left:18.9375rem;width:28.8125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qS4rsByhmpPzqMoQFdIpWFuOnKs2p4 { top:30rem;left:8.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTX7vByClJ1Oigk7Ehz3M47axPakUH1F { width:16.4375rem;height:2.5625rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MHpJBWp3TUFX8qHnsRFNx1EzHa0dTT { display:block; }
 }@media only screen and (max-width: 763px) { #R1Bupf2OGt1V5Fn6v4uTDDkOwBV9M3pN { top:31.25rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxSoLMhMT8OTyVSCu7GnmlsWBDhW6NDo { top:31.25rem;left:23.9375rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJBrZPlOSlrSX8FdkPfI2XDVi3te53PU { top:31.25rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48oaWOFdxekwQNgvalqdyBhMDzbXTxf { top:31.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx { top:2.5rem;left:16.5rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxoXud3XLg4WaQ7RiRrXBT44qAateu8 { display:block; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdbSBUVZ3mh8deR5xpsXRzsWuM4mRTkd { top:21.1875rem;left:31.5rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B26bX8LOig73RF8GqBFUBBsoUcwmNcgJ { top:35rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #levqxq3aUl6biaWTnSdTC3TdHZmwPOms { top:22.4375rem;left:33.9375rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnPq0AFxuzON9uOT5xCtwxtX0tBTdTL { top:35rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe { top:8.75rem;left:31.375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeA2CVdyg99koLriSClrqqBs0ALOeVOQ { top:36.3125rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0z8eczm96v4nibATvBRi54JhNHG8TE { top:8.75rem;left:19.4375rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsibL2w8I1ICe36u4s3GXnSV3T3tgZt { top:21.25rem;left:19.5625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s41cVOry4mOZBAlWdstgKX9LkGe4Tnd9 { top:22.5rem;left:22rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwSP2VPe4oQEJ6UXHCKHCM8W6y1SXGNi { top:35rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOg1JvuwSWlFF9dUwTMyup2tSegB2zlo { top:35rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guOllFE86ui4Nk2TJO8RHkUGTgpn9u8n { top:36.3125rem;left:22rem;width:13.8125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH { top:8.75rem;left:7.5rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0FpUDTwEmBovAPXNfJb8u9ZlUvMVFl0 { top:21.25rem;left:7.625rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM55VCGTmCBbh0QK66arEi5rXTOLn0Xg { top:22.5rem;left:10.0625rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWmNJ4y0XgmKe765DJkhDykI8A7N76Bb { top:35rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PCFT1PsCxTG28lPCAMyRMVF7JHAChR { top:35rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgwafhs5cPEVO4udihzLKcmXTCRNizUT { top:36.3125rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g { top:8.75rem;left:0rem;width:16.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrDmkcVbXD8NZZLynL84TkSLMz8QbOLw { top:21.25rem;left:0rem;width:16.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X65n0BczITvOipyq2nuFvxHCp3wCurJq { top:22.5rem;left:0rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKrCOqSrB6OsieiiKpg4TcJW683b8tue { top:35rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOutq07vaIJu0Qs78n5mUAV3zGn5VDRo { top:35rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhx3FcTGBo0EukeM0Xdb88TfXIUIVwep { top:36.3125rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpQzTMqDSIkt2lf98bzeHw3erHdarr0 { top:3.75rem;left:0rem;width:40.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q { display:block; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMdpSRzrHtBCM6bdgvrKOgSwtudByQBc { top:3.75rem;left:0rem;width:36.3125rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHDs5638B9fASRDyBdp9NiJaNcs9wDV { top:8.75rem;left:0rem;width:36.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwwtaUVfsTVgyTfNpJTo15758pFMoeBy { top:25rem;left:0rem;width:10rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTDcgFLGqFHG3bwQGFpChBW9W8trrvu { top:25rem;left:1.9375rem;width:10rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnfOVt7QCwHy8OW7HiHyXxEoT08UCqvb { top:25rem;left:13.875rem;width:10rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0OBGEgo9HPcVEOxTTPEkStF3NPtpw2 { top:26.25rem;left:0rem;width:8.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCXFTRMqpBCESLgqfUnDgN5a3lACKecu { top:26.25rem;left:3.6875rem;width:8.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsh6VLUuka9Fi9TmUtE5C8eyA58OQUnJ { top:26.25rem;left:15.3125rem;width:8.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyX7i38TEJTZh5lgBweGdr7cpIMVnwU0 { top:27.5rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oqkFiwLlr8u5x8HCRor5rALWr01CDR { top:27.5rem;left:3.8125rem;width:8.125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8WBviFMTxhhknsUvrm3uitTenSOoApt { top:27.5rem;left:15.625rem;width:8.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIrtOf8dpz8TUB28CnvkATsvvuCk0yZa { top:35.75rem;left:0rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAKmcAE8Em5CCTeBO6LOczvsRVtHS8X { width:16.25rem;height:2.5rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1E9gms0iTGJnPvOU2ZUtasWnTWQiRL8 { display:block; }
 }@media only screen and (max-width: 763px) { #XhA6ZEQGvr2C4whsZ3fmCtBTvNkrvwIp { top:15rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXUxNaAETtmvUJCzi4TQqvKcyXUH5Ui3 { top:15rem;left:1.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwMHbwPkTg1O7gWWW7MAT70ryOBTSFS9 { top:15.0625rem;left:13.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEVzaugE9KqWB0KlEBEQF6pOsrs9wCu { top:3.75rem;left:3.3125rem;width:32.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP { display:block; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu5ZS28ctinf2KA5GrJ9O8JoBqZQorrc { top:3.75rem;left:0rem;width:32.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1WLZNF6UKZA6h44noR0gGxClziBhK5i { top:8.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlOP0pdRELr5mfA9RTKBR5TgzGfmpqTS { top:9.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfpGUNDZKl6SUpI7FVkqpx1TnoysiFST { top:10.625rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMlzPdlFThlsaQTMtPcWUkwuda92TH0o { top:15rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUU3k3MF0igEHMLsEwdyiTUHMnto3X2h { top:17.875rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo21cXT5TSURF7JJkoAHD3cPF0rRAQ4Z { top:8.75rem;left:12.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkEIEPPwheKooOPwz1ZEQV6eMF9XzsaU { top:9.6875rem;left:13.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZZNJpXZiRo2O1wpg9X6auIZg8qyGJJx { top:17.875rem;left:12.625rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBzT5qQI5OV7kUu6IzKMdc04OR5XUJza { top:15rem;left:12.625rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FexVWyM7t7o1LdGD2icfH53Qad3kHQzy { top:17.875rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHF5rr3K1441RaswV7RVgaT1o5TB7kTi { top:15rem;left:28.1875rem;width:19.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhgSQ1tdIhzwTlC1Ft4GlDkuCh3F1ivs { top:8.75rem;left:37.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDMdrMwcA4vxWfKx7wA8dTTgWVz3A5Pn { top:9.6875rem;left:38.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCAChQK78RhbIo0dxXL4slw4mc8dOvEo { top:10.625rem;left:18rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL { display:block; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DStG0R849hq1DAUS3sy8xBQ9xx49ICBC { top:3.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8yMTQMFLtQOa4AtVe32PBPUTzRTz3kT { top:7.5rem;left:0rem;width:36.25rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunGgsDx8A3wWetN1EUV4fGlTiDBTLt4 { top:16.25rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEXB6nTmWNXVZcctFg8dBdsTT026tDe { top:18.125rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEffB0iA17ld8bumHA065UILDz545Qxo { top:30.6875rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEzudrdMHRytZHEzyomvGJ3UCNDPXQU { top:28.8125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh7UTfkcJ3WFHdMuaO6f74H8gXJ05zM5 { top:43.1875rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REywN1i6lro8ww6mTWsGHkXhzKxkawPG { top:41.3125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dooUnlG4A2yII3OzEogu3iTQBwAt107k { top:43.1875rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQ0oALF9a5a1WvIJvs3KHaoTdwV6N5B { top:41.3125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKttyZbEyw5hEr5P2NRXPTvpRz0QTNJ { top:30.6875rem;left:15.25rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBSIUwlFhWnRPgzOd7fk6TwWsaKFAH7 { top:28.8125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp8mdfckLXRq204d7riTqNNGb2uIUUQL { top:18.125rem;left:15.25rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeaIaQuVfsnWEcZQMT431vvKLCsvQuB { top:16.25rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJE2kpcMwULH59splOsKolJzneuVcilV { top:26.25rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXf6ynawesye4vnPegPEJmdvShfOFDNn { top:26.25rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hJh5gIZSwtrpVoHXaoZGA9ZkKxdgP5 { top:38.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT417dz58Ghohfsg0SaoBnMJWAH6euLy { top:38.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTq7XpGTumLR3GwOTpDPKeCvd0zLvfL { top:12.5rem;left:23.8125rem;width:0.0625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci6w42RpBwvqCUz4Hgawu5mUgKwC6JAl { top:13.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3KuwKrTNrsRLodiChmt2VLeulgJ0Lp0 { top:13.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I2RfONo7imIuQhGdMTTlIDMpMfcQUA { top:50rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BITTXFttVX3LpfqtOJUFT6JVp9iZ645z { top:49.9375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI { display:block; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT { top:3.75rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPu4DCI6gqlh5CZdLS9HA0Sx0nAI7x3 { top:8.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2PmStGz0uRgqD6kUZZnF7Fa5N81ynZ2 { top:11.25rem;left:5.125rem;width:38.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u8bN6Z16eRu1nmKCUXXMVud22OKM2P { width:16.25rem;height:2.5rem;top:18.75rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eir3RkH5QrlwG92t0ZQ5UifW0UFzS3ly { display:block; }
 }@media only screen and (max-width: 763px) { #u0JvrZcEHtd0X8CCquEhrWDIvXH7IhDy { top:22.375rem;left:16.21875rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U { display:block; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWQQvC3zur4LB9sLP5EnVCc2ZWaqDTs { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Lm9fHcSwBOdZ4ZW58WJkp5mifpkXyt { top:12.625rem;left:36.0625rem;width:6.0625rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fabo4hQ1zGtgiEh1GxQcXPz4qSVS7bxR { top:12.625rem;left:38.75rem;width:9rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbLVqdCkplngAZpJkWoEGuXq006DiA10 { top:12.625rem;left:41.1875rem;width:6.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQSdixg0hdmwtlg9rW5Wtpgg9o2ZD8u { top:2rem;left:0rem;width:7.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6C6I5fE9xGz1mubHJRbgJL8m2ckIHJP { top:5.125rem;left:0rem;width:20rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNZHuI46kibOTheCmw1tPyCOT9wddBEW { top:2rem;left:39.1875rem;width:8.5625rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.57421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwfhbI9wSOe5RKvT64SKTwKzTiwhXZ0v { width:7.6875rem;height:4.25rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3fsTse2BFaty3uPCtAuKKH7ElQmP4N { width:20rem;height:0;top:11.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqATaSCH0Hkd702y5gQxcG6u5RD1Cmf { width:20rem;height:42.5rem;top:24.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU17aGMBdv4O5d6wsKtTHR4uvtoHSaTp { width:20rem;height:0;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpIxaJUh1LNPK1I0UDXEK5aJ1KSlB2m1 { width:20rem;height:3.8125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ { display:block; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5W5Tb05kNT8kSW7y0Qgc5A4aOKpupeX { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FX47rkV8qRWu6xG6dXeZqycKIhBvJJTn { width:20rem;height:27.5rem;top:21.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUcQ9B5BBGTM3TTnQ92asBNm3hsH6OiF { width:18.8125rem;height:2.3994125rem;top:5.0625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O { width:17.5rem;height:24.9375rem;top:22.5rem;left:1.25rem;font-size:1rem;display:block; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f08bab11c8bb359a961fe26a72317c053f3ae4.svg); }
 }@media only screen and (max-width: 763px) { #laumNOx7ZzkRtI8KdWRAV6Urr7G6gxN8 { width:20rem;height:12.5rem;top:21.25rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #ZUOHgTXowSbhVUmsEEge5fTBW6p81VTh { width:20rem;height:auto;top:22.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #z7qS4rsByhmpPzqMoQFdIpWFuOnKs2p4 { width:13.8125rem;height:1.29980625rem;top:54.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qTX7vByClJ1Oigk7Ehz3M47axPakUH1F { width:20rem;height:2.5625rem;top:51.25rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R0MHpJBWp3TUFX8qHnsRFNx1EzHa0dTT { display:block; }
 }@media only screen and (max-width: 763px) { #R1Bupf2OGt1V5Fn6v4uTDDkOwBV9M3pN { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #BxSoLMhMT8OTyVSCu7GnmlsWBDhW6NDo { width:10.6875rem;height:1.2749rem;top:22.5625rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #UJBrZPlOSlrSX8FdkPfI2XDVi3te53PU { width:10.625rem;height:auto;top:31.25rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #z48oaWOFdxekwQNgvalqdyBhMDzbXTxf { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx { width:20rem;height:12.5625rem;top:8.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxoXud3XLg4WaQ7RiRrXBT44qAateu8 { display:block; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdbSBUVZ3mh8deR5xpsXRzsWuM4mRTkd { width:20rem;height:13.75rem;top:20rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #B26bX8LOig73RF8GqBFUBBsoUcwmNcgJ { width:1.25rem;height:1.25rem;top:30rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #levqxq3aUl6biaWTnSdTC3TdHZmwPOms { width:17.5625rem;height:7.7988125rem;top:95rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mtnPq0AFxuzON9uOT5xCtwxtX0tBTdTL { width:13.75rem;height:1.2749rem;top:91.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe { width:20rem;height:12.5rem;top:7.5rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f25191ae-a565-4983-a840-f607ab44f581/oldwoman.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.adaptive-delivery-prevent-bg, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyload, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SeA2CVdyg99koLriSClrqqBs0ALOeVOQ { width:13.75rem;height:1.25rem;top:31.25rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #cq0z8eczm96v4nibATvBRi54JhNHG8TE { width:20rem;height:16.25rem;top:121.25rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60530e47-8424-4653-b78a-bf51001bd16f/SarahChapple.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cq0z8eczm96v4nibATvBRi54JhNHG8TE.adaptive-delivery-prevent-bg, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyload, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZEsibL2w8I1ICe36u4s3GXnSV3T3tgZt { width:20rem;height:16.25rem;top:137.5rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #s41cVOry4mOZBAlWdstgKX9LkGe4Tnd9 { width:17.5625rem;height:7.7988125rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lwSP2VPe4oQEJ6UXHCKHCM8W6y1SXGNi { width:13.8125rem;height:1.275rem;top:86.25rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fOg1JvuwSWlFF9dUwTMyup2tSegB2zlo { width:1.25rem;height:1.25rem;top:150rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #guOllFE86ui4Nk2TJO8RHkUGTgpn9u8n { width:13.8125rem;height:1.25rem;top:87.5625rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH { width:20rem;height:12.5rem;top:63.75rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c73383-0d52-4e56-a234-769ea9d1d6c6/manpassport.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.adaptive-delivery-prevent-bg, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyload, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z0FpUDTwEmBovAPXNfJb8u9ZlUvMVFl0 { width:20rem;height:13.75rem;top:76.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eM55VCGTmCBbh0QK66arEi5rXTOLn0Xg { width:17.5rem;height:9.098625rem;top:48.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CWmNJ4y0XgmKe765DJkhDykI8A7N76Bb { width:13.8125rem;height:1.275rem;top:58.75rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #y3PCFT1PsCxTG28lPCAMyRMVF7JHAChR { width:1.25rem;height:1.25rem;top:87.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgwafhs5cPEVO4udihzLKcmXTCRNizUT { width:13.8125rem;height:1.25rem;top:31.25rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g { width:20rem;height:12.5rem;top:35rem;left:-0.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13fb7919-36bc-470e-8375-7c13dc077200/4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.adaptive-delivery-prevent-bg, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyload, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KrDmkcVbXD8NZZLynL84TkSLMz8QbOLw { width:20rem;height:15rem;top:47.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #X65n0BczITvOipyq2nuFvxHCp3wCurJq { width:17.5625rem;height:7.7988125rem;top:21.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RKrCOqSrB6OsieiiKpg4TcJW683b8tue { width:13.8125rem;height:1.275rem;top:29.9755859375rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOutq07vaIJu0Qs78n5mUAV3zGn5VDRo { width:1.25rem;height:1.25rem;top:58.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhx3FcTGBo0EukeM0Xdb88TfXIUIVwep { width:13.8125rem;height:1.25rem;top:60rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XOpQzTMqDSIkt2lf98bzeHw3erHdarr0 { width:20rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q { display:block; }#P4ggg8xVp3kPEwOdLIu1NLA7PSQNmt4q > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMdpSRzrHtBCM6bdgvrKOgSwtudByQBc { width:17.5rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iyHDs5638B9fASRDyBdp9NiJaNcs9wDV { width:17.4375rem;height:6.499rem;top:6.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GwwtaUVfsTVgyTfNpJTo15758pFMoeBy { width:8.75rem;height:3.75rem;top:23.75rem;left:0rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TdTDcgFLGqFHG3bwQGFpChBW9W8trrvu { width:8.75rem;height:3.75rem;top:23.75rem;left:11.25rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vnfOVt7QCwHy8OW7HiHyXxEoT08UCqvb { width:12.5rem;height:3.75rem;top:65rem;left:3.75rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wI0OBGEgo9HPcVEOxTTPEkStF3NPtpw2 { width:8.0625rem;height:1.275rem;top:24.1875rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cCXFTRMqpBCESLgqfUnDgN5a3lACKecu { width:5.625rem;height:1.275rem;top:24.3125rem;left:11.875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zsh6VLUuka9Fi9TmUtE5C8eyA58OQUnJ { width:13.75rem;height:0;top:65.75rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #oyX7i38TEJTZh5lgBweGdr7cpIMVnwU0 { width:9.3125rem;height:0.825rem;top:25.6875rem;left:0.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i2oqkFiwLlr8u5x8HCRor5rALWr01CDR { width:5.5625rem;height:0.825rem;top:25.75rem;left:11.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y8WBviFMTxhhknsUvrm3uitTenSOoApt { width:8.125rem;height:0;top:67rem;left:4.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #PIrtOf8dpz8TUB28CnvkATsvvuCk0yZa { width:18.75rem;height:1.1375rem;top:33.25rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LAAKmcAE8Em5CCTeBO6LOczvsRVtHS8X { width:20rem;height:2.5rem;top:30rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E1E9gms0iTGJnPvOU2ZUtasWnTWQiRL8 { display:block; }
 }@media only screen and (max-width: 763px) { #XhA6ZEQGvr2C4whsZ3fmCtBTvNkrvwIp { width:8.75rem;height:8.75rem;top:15rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UXUxNaAETtmvUJCzi4TQqvKcyXUH5Ui3 { width:8.75rem;height:8.75rem;top:15rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwMHbwPkTg1O7gWWW7MAT70ryOBTSFS9 { width:12.5rem;height:12.5rem;top:52.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeEVzaugE9KqWB0KlEBEQF6pOsrs9wCu { width:20rem;height:33.75rem;top:76.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP { display:block; }#scmxISnH1x3ZOkHTnqFoQAmOCxLD7xcP > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu5ZS28ctinf2KA5GrJ9O8JoBqZQorrc { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1WLZNF6UKZA6h44noR0gGxClziBhK5i { width:3.75rem;height:3.75rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlOP0pdRELr5mfA9RTKBR5TgzGfmpqTS { display:flex;width:1.875rem;height:1.875rem;top:7.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #dfpGUNDZKl6SUpI7FVkqpx1TnoysiFST { width:0.0625rem;height:5rem;top:20.6875rem;left:1.875rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UMlzPdlFThlsaQTMtPcWUkwuda92TH0o { width:13.875rem;height:1.29980625rem;top:6.25rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uUU3k3MF0igEHMLsEwdyiTUHMnto3X2h { width:15.0625rem;height:5.19921875rem;top:8.125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo21cXT5TSURF7JJkoAHD3cPF0rRAQ4Z { width:3.75rem;height:3.75rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkEIEPPwheKooOPwz1ZEQV6eMF9XzsaU { display:flex;width:1.875rem;height:1.875rem;top:17.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #kZZNJpXZiRo2O1wpg9X6auIZg8qyGJJx { width:15.0625rem;height:5.19921875rem;top:18.125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBzT5qQI5OV7kUu6IzKMdc04OR5XUJza { width:15rem;height:1.29980625rem;top:16.25rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FexVWyM7t7o1LdGD2icfH53Qad3kHQzy { width:15rem;height:5.19921875rem;top:29.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHF5rr3K1441RaswV7RVgaT1o5TB7kTi { width:15.0625rem;height:2.5996125rem;top:26.25rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bhgSQ1tdIhzwTlC1Ft4GlDkuCh3F1ivs { width:3.75rem;height:3.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDMdrMwcA4vxWfKx7wA8dTTgWVz3A5Pn { display:flex;width:1.875rem;height:1.875rem;top:27.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #JCAChQK78RhbIo0dxXL4slw4mc8dOvEo { width:0.0625rem;height:4.375rem;top:10.5625rem;left:1.875rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL { display:block; }#yEbVrHM4NvJkTB8V0wrzzCvCSD4GO9iL > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DStG0R849hq1DAUS3sy8xBQ9xx49ICBC { width:20rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8yMTQMFLtQOa4AtVe32PBPUTzRTz3kT { width:20rem;height:3.8994125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunGgsDx8A3wWetN1EUV4fGlTiDBTLt4 { width:20rem;height:2.6rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEXB6nTmWNXVZcctFg8dBdsTT026tDe { width:20rem;height:7.7988125rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEffB0iA17ld8bumHA065UILDz545Qxo { width:20rem;height:7.7988125rem;top:31.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyEzudrdMHRytZHEzyomvGJ3UCNDPXQU { width:20rem;height:2.6rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh7UTfkcJ3WFHdMuaO6f74H8gXJ05zM5 { width:20rem;height:7.7988125rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REywN1i6lro8ww6mTWsGHkXhzKxkawPG { width:20rem;height:2.76171875rem;top:43.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dooUnlG4A2yII3OzEogu3iTQBwAt107k { width:20rem;height:6.499rem;top:92.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQ0oALF9a5a1WvIJvs3KHaoTdwV6N5B { width:20rem;height:1.38125rem;top:90.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKttyZbEyw5hEr5P2NRXPTvpRz0QTNJ { width:20rem;height:9.098625rem;top:76.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBSIUwlFhWnRPgzOd7fk6TwWsaKFAH7 { width:20rem;height:2.76171875rem;top:73.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp8mdfckLXRq204d7riTqNNGb2uIUUQL { width:20rem;height:7.7988125rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeaIaQuVfsnWEcZQMT431vvKLCsvQuB { width:20rem;height:2.76171875rem;top:58.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJE2kpcMwULH59splOsKolJzneuVcilV { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXf6ynawesye4vnPegPEJmdvShfOFDNn { width:20rem;height:0.0625rem;top:88.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hJh5gIZSwtrpVoHXaoZGA9ZkKxdgP5 { width:20rem;height:0.0625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT417dz58Ghohfsg0SaoBnMJWAH6euLy { width:20rem;height:0.0625rem;top:102.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDTq7XpGTumLR3GwOTpDPKeCvd0zLvfL { width:0.0625rem;height:37.5rem;top:89.8735625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci6w42RpBwvqCUz4Hgawu5mUgKwC6JAl { width:20rem;height:0.0625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3KuwKrTNrsRLodiChmt2VLeulgJ0Lp0 { width:20rem;height:0.0625rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I2RfONo7imIuQhGdMTTlIDMpMfcQUA { width:20rem;height:0.0625rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BITTXFttVX3LpfqtOJUFT6JVp9iZ645z { width:20rem;height:0.0625rem;top:132.5610625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI { display:block; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT { width:20rem;height:27.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPu4DCI6gqlh5CZdLS9HA0Sx0nAI7x3 { width:17.5rem;height:3.7375rem;top:5rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N2PmStGz0uRgqD6kUZZnF7Fa5N81ynZ2 { width:17.5625rem;height:9.098625rem;top:10rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3u8bN6Z16eRu1nmKCUXXMVud22OKM2P { width:17.5rem;height:2.5rem;top:22.5rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Eir3RkH5QrlwG92t0ZQ5UifW0UFzS3ly { display:block; }
 }@media only screen and (max-width: 763px) { #u0JvrZcEHtd0X8CCquEhrWDIvXH7IhDy { width:17.5rem;height:1.3rem;top:25.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U { background-color:#f5f5f5;background-image:none;display:block; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { background-color: transparent; background-image: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .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); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWQQvC3zur4LB9sLP5EnVCc2ZWaqDTs { width:20rem;height:1.1375rem;top:21.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #G8Lm9fHcSwBOdZ4ZW58WJkp5mifpkXyt { width:5.125rem;height:0.9625rem;top:23.0625rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Fabo4hQ1zGtgiEh1GxQcXPz4qSVS7bxR { width:6.5rem;height:0.9625rem;top:23.0625rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #hbLVqdCkplngAZpJkWoEGuXq006DiA10 { width:5rem;height:0.9625rem;top:23.0625rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ZaQSdixg0hdmwtlg9rW5Wtpgg9o2ZD8u { width:9rem;height:3.25rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6C6I5fE9xGz1mubHJRbgJL8m2ckIHJP { width:20rem;height:4.4619125rem;top:6.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #lNZHuI46kibOTheCmw1tPyCOT9wddBEW { width:20rem;height:8.9238375rem;top:12.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }