.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:240,218,225;--color-primary-1:195,177,186;--color-primary-2:155,125,140;--color-primary-3:93,75,84;--color-primary-4:31,25,28;--color-secondary-0:224,242,231;--color-secondary-1:150,211,176;--color-secondary-2:45,167,96;--color-secondary-3:23,84,48;--color-secondary-4:7,25,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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;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); }#avft16UDobQrORtA3NG0KD29CLHaQGsn { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn.adaptive-delivery-prevent-bg, #avft16UDobQrORtA3NG0KD29CLHaQGsn.lazyload, #avft16UDobQrORtA3NG0KD29CLHaQGsn.lazyloading { background-image: none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container { border-width: 0; border-radius: 0; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#ZvvpKEmooTI1Cl56BAWTyFwUDzQCC9Tl { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#QuTyWe3wcAU52uMNdwPxNEF7UZmyIVpb { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#bhQSh0Kz760ExpBGHtEKcbvhOgiQciNB { position:absolute;display:block;z-index:15015;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:2.0625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#LUqXvXoDu87ovidKvDdKhS5RPEIy0d5I { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #af2xdzaRz0kHRJ2N75BbnXMJXT06z21h { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QOwDI0pF6MFSWJfFFO16IezLKwpcSiQD { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ROyq60SuwIr0T4kaJO55nQ0ySJLTPhl3 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JKpm36egImh6BysM023SO4aT5TSz2PaP { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ta78ahcLmHroa9Iu3gucIcwQnM3Ob8Em { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DVhwEPwGX9DaaTxq8nlIF6nSPNialGeK { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RR2vDvwmOp8PWgSkkWdcixgO1XTqOkET { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WlRBMQqVJIFRrOFcACkIFuuRio6Qlfy3 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oA4sqnkI74eooZqP7RoKmPbWSp5As08d { position:relative; }
#Hqb8PlCwCnkXcfsHXWCiZ1tA0eBCaUsP { position:relative;display:block; }
#iwBoWHVDy3cwM3X8J2NcrRAXBeAMKrvR { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KMc0C3I7SJHUHs91rULr5F9aRyLCd05h { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sCsBn8BRuEios4axDDE5bR6cseBLXGMG { position:relative; }
#F4czw8VRNociB7dEpDeZTCEcHnoJZ6ZU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#F4czw8VRNociB7dEpDeZTCEcHnoJZ6ZU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vE4PyRVQtHC5TNH7HS6t2A07e6A3UWJJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LhJhndiLnfE8Wfr2ymKgOUVocMCeDAuW { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#DqXyVhi5fKekS5NdS8N2292RBM6ItDiF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#DqXyVhi5fKekS5NdS8N2292RBM6ItDiF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XFDdW9oSeLX6P3Qqwd9GftFTl6Pn54wb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#XFDdW9oSeLX6P3Qqwd9GftFTl6Pn54wb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#kIeunpTBto1ToWyxlrxNaNULOtsLkJTQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Qf6BS1fI4HGyFibf9uw701JR80E4Zbmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZTTEwZQTWqeQvdeHQWLiZdvKPa8gHCQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GrWGzrsIuVwTGR7K8vJ69TA1nbBzVDS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dpqd1ihQ05gUSWJRnmhk6EK1I1Vx3HRQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18.75rem;display:none; }
#t4XEoy7PLXWyngmxMQTpWIpyKtXA8q5e { background-color:rgba(var(--color-secondary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6225625rem;height:2.93555rem;text-decoration:none;z-index:15187;text-align:center;text-align-last:center;top:20.75rem;left:35.125rem;display:block; }
#VWhKCnRt432ZIzm4czZabuFIA751cbJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idkWr6oLRsuG5PRPWHPKX3CmqxUzPqHT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15181;opacity:1;top:14.0625rem;left:5.8125rem; }
#yEPpToNSfINy4flXT74rRBh8qCvXLgCp { position:relative;display:none; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp { border-width: 0; border-radius: 0; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cVbkI2WgrgXepccM9DMo739VD53e50fR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#Hqia3I7rt1vW51Lx12dnrB07y5oBSdKi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#oPNhKzrEmSPXuVunPuuqT88TXzI2J9TT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG.adaptive-delivery-prevent-bg, #PTsvHLfFDJsoO9TXTAT70wWff7XNklgG.lazyload, #PTsvHLfFDJsoO9TXTAT70wWff7XNklgG.lazyloading { background-image: none; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container { border-width: 0; border-radius: 0; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#TWTrg0d2I2xDF0LwWU8KFAbWrQJ5TP7S { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#rhAznWgVzIsAB4KUP24GZtZGVZTXDqJF { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CBD0iwudh8oy9EATqVel2XqSMfwcLaCk { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#KyBnhpsN5pgtJMq9s89KMJdQbFBkb4fQ { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N00S76xIcrO6ATPdNHMJgaVVvcTDPHao { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f7ztu1RFzKyvzmT8ykEzCkHo32M1u8Ct { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FTETUaa731wJdOZVsqNDh44S41GCrT2I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZnQNVt9z5oewGsnq7wNxCDHmK34SGiKK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OsmkVVqFSfI9vNmHOTIq51ww1Vt9gooF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CeOpID2OmtuOMMbb1s5X8rQzhQGPkzTZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#N1LK2fmTUBBFX72vPRstGMqZvLK6yvZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Pg42yykJfVSvMVRCPaMBk8eSwZiMs1o1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ikohrpCgxAKyV9KfsGeTNGPeLWR3WEza { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VFRGzlFZib5HTeQxFmOCQVlqNpT4m2zX { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Rt8hb1IgFL7nB8zKFDC18UEk9BepVwMK { position:absolute;display:block;z-index:15207;height:3.811525rem;width:6.8745rem;top:1.40625rem;left:38.9033203125rem;display:none; }
#zybXAPMDvVwGArClOwTw2cRB6OPAqfMv { position:absolute;display:block;z-index:15206;height:4.0620125rem;width:7.2480625rem;top:1.93798828125rem;left:50.74658203125rem;display:none; }
#A1ZmJ1SoXswn0VVQX6ouMOl1KoH4tJPl { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#avft16UDobQrORtA3NG0KD29CLHaQGsn { display:none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container { width:47.75rem;position:relative;display:none; }#ZvvpKEmooTI1Cl56BAWTyFwUDzQCC9Tl { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#QuTyWe3wcAU52uMNdwPxNEF7UZmyIVpb { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#bhQSh0Kz760ExpBGHtEKcbvhOgiQciNB { top:1.6875rem;left:19.061767578125rem;width:2.0625rem;height:1.25rem;display:block; }
#LUqXvXoDu87ovidKvDdKhS5RPEIy0d5I { top:15.75rem;left:0rem;width:16.8125rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #af2xdzaRz0kHRJ2N75BbnXMJXT06z21h {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QOwDI0pF6MFSWJfFFO16IezLKwpcSiQD { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ROyq60SuwIr0T4kaJO55nQ0ySJLTPhl3 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JKpm36egImh6BysM023SO4aT5TSz2PaP {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ta78ahcLmHroa9Iu3gucIcwQnM3Ob8Em { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DVhwEPwGX9DaaTxq8nlIF6nSPNialGeK {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RR2vDvwmOp8PWgSkkWdcixgO1XTqOkET {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WlRBMQqVJIFRrOFcACkIFuuRio6Qlfy3 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oA4sqnkI74eooZqP7RoKmPbWSp5As08d {  }
#Hqb8PlCwCnkXcfsHXWCiZ1tA0eBCaUsP { display:block; }
#iwBoWHVDy3cwM3X8J2NcrRAXBeAMKrvR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KMc0C3I7SJHUHs91rULr5F9aRyLCd05h {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sCsBn8BRuEios4axDDE5bR6cseBLXGMG {  }
#F4czw8VRNociB7dEpDeZTCEcHnoJZ6ZU { display:none; }
#F4czw8VRNociB7dEpDeZTCEcHnoJZ6ZU > img { max-width: 100%;max-height:100%; width:; height:; }#vE4PyRVQtHC5TNH7HS6t2A07e6A3UWJJ { display:none; }
#LhJhndiLnfE8Wfr2ymKgOUVocMCeDAuW { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#DqXyVhi5fKekS5NdS8N2292RBM6ItDiF { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#DqXyVhi5fKekS5NdS8N2292RBM6ItDiF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XFDdW9oSeLX6P3Qqwd9GftFTl6Pn54wb { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#XFDdW9oSeLX6P3Qqwd9GftFTl6Pn54wb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#kIeunpTBto1ToWyxlrxNaNULOtsLkJTQ { width:;height:;display:none; }
#Qf6BS1fI4HGyFibf9uw701JR80E4Zbmn { display:block; }
#MZTTEwZQTWqeQvdeHQWLiZdvKPa8gHCQ { width:;height:;display:none; }
#GrWGzrsIuVwTGR7K8vJ69TA1nbBzVDS7 { display:block; }
#Dpqd1ihQ05gUSWJRnmhk6EK1I1Vx3HRQ { width:18.75rem;height:3.1875rem;display:none; }
#t4XEoy7PLXWyngmxMQTpWIpyKtXA8q5e { width:15.5625rem;height:2.875rem;top:20.75rem;left:29rem;display:none; }
#VWhKCnRt432ZIzm4czZabuFIA751cbJA { display:block; }
#idkWr6oLRsuG5PRPWHPKX3CmqxUzPqHT { top:14.0625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
#yEPpToNSfINy4flXT74rRBh8qCvXLgCp { display:none; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container { width:47.75rem;position:relative;display:none; }#cVbkI2WgrgXepccM9DMo739VD53e50fR { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Hqia3I7rt1vW51Lx12dnrB07y5oBSdKi { width:47.75rem;height:19rem;display:none; }
#oPNhKzrEmSPXuVunPuuqT88TXzI2J9TT { width:14.0625rem;height:5.125rem;display:none; }
#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG { display:none; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container { width:47.75rem;position:relative;display:none; }#TWTrg0d2I2xDF0LwWU8KFAbWrQJ5TP7S { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#rhAznWgVzIsAB4KUP24GZtZGVZTXDqJF { width:16.4375rem;height:0.875rem;top:14.4375rem;left:0rem;font-size:0.5625rem;display:block; }
#CBD0iwudh8oy9EATqVel2XqSMfwcLaCk { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#KyBnhpsN5pgtJMq9s89KMJdQbFBkb4fQ { top:11.3125rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#N00S76xIcrO6ATPdNHMJgaVVvcTDPHao { width:16.4375rem;height:0.875rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:none; }
#f7ztu1RFzKyvzmT8ykEzCkHo32M1u8Ct { display:none; }
#FTETUaa731wJdOZVsqNDh44S41GCrT2I { display:none; }
#ZnQNVt9z5oewGsnq7wNxCDHmK34SGiKK { display:none; }
#OsmkVVqFSfI9vNmHOTIq51ww1Vt9gooF { display:none; }
#CeOpID2OmtuOMMbb1s5X8rQzhQGPkzTZ { display:none; }
#N1LK2fmTUBBFX72vPRstGMqZvLK6yvZv { display:none; }
#Pg42yykJfVSvMVRCPaMBk8eSwZiMs1o1 { display:none; }
#ikohrpCgxAKyV9KfsGeTNGPeLWR3WEza { display:none; }
#VFRGzlFZib5HTeQxFmOCQVlqNpT4m2zX { width:16.375rem;height:1.5rem;top:2.125rem;left:0rem;font-size:0.5rem;display:none; }
#Rt8hb1IgFL7nB8zKFDC18UEk9BepVwMK { top:1.375rem;left:32.7783203125rem;width:6.8125rem;height:3.75rem;display:none; }
#zybXAPMDvVwGArClOwTw2cRB6OPAqfMv { top:1.9375rem;left:40.5625rem;width:7.1875rem;height:4rem;display:none; }
#A1ZmJ1SoXswn0VVQX6ouMOl1KoH4tJPl { display:none; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#avft16UDobQrORtA3NG0KD29CLHaQGsn { background-color:rgba(var(--color-primary-0),0.34);background-image:url("https://images.assets-landingi.com/uc/449760e5-d6cd-44aa-aa2a-60c8ccb9efda/Artboard6copy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#avft16UDobQrORtA3NG0KD29CLHaQGsn.adaptive-delivery-prevent-bg, #avft16UDobQrORtA3NG0KD29CLHaQGsn.lazyload, #avft16UDobQrORtA3NG0KD29CLHaQGsn.lazyloading { background-image: none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container { background-color: transparent; background-image: none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container > .video-iframe-container { display: none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row > .video-iframe-container { display: none; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .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); }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container { border-width: 0; border-radius: 0; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#avft16UDobQrORtA3NG0KD29CLHaQGsn > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; }#ZvvpKEmooTI1Cl56BAWTyFwUDzQCC9Tl { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#QuTyWe3wcAU52uMNdwPxNEF7UZmyIVpb { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;display:none; }
#bhQSh0Kz760ExpBGHtEKcbvhOgiQciNB { width:7.4375rem;height:4.375rem;top:1.5rem;left:6.28125rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LUqXvXoDu87ovidKvDdKhS5RPEIy0d5I { width:16.8125rem;height:6.171875rem;top:15.778906822204rem;left:1.3750000596046rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #af2xdzaRz0kHRJ2N75BbnXMJXT06z21h {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QOwDI0pF6MFSWJfFFO16IezLKwpcSiQD { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ROyq60SuwIr0T4kaJO55nQ0ySJLTPhl3 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JKpm36egImh6BysM023SO4aT5TSz2PaP {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ta78ahcLmHroa9Iu3gucIcwQnM3Ob8Em { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DVhwEPwGX9DaaTxq8nlIF6nSPNialGeK {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RR2vDvwmOp8PWgSkkWdcixgO1XTqOkET {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WlRBMQqVJIFRrOFcACkIFuuRio6Qlfy3 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oA4sqnkI74eooZqP7RoKmPbWSp5As08d {  }
#Hqb8PlCwCnkXcfsHXWCiZ1tA0eBCaUsP { display:block; }
#iwBoWHVDy3cwM3X8J2NcrRAXBeAMKrvR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KMc0C3I7SJHUHs91rULr5F9aRyLCd05h {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sCsBn8BRuEios4axDDE5bR6cseBLXGMG {  }
#F4czw8VRNociB7dEpDeZTCEcHnoJZ6ZU { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#F4czw8VRNociB7dEpDeZTCEcHnoJZ6ZU > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#vE4PyRVQtHC5TNH7HS6t2A07e6A3UWJJ { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#LhJhndiLnfE8Wfr2ymKgOUVocMCeDAuW { width:12.433625rem;height:0.8125rem;top:37.875rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#DqXyVhi5fKekS5NdS8N2292RBM6ItDiF { display:flex;width:3.125rem;height:3.125rem;top:25.5rem;left:15.9375rem;z-index:14995; }
#DqXyVhi5fKekS5NdS8N2292RBM6ItDiF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XFDdW9oSeLX6P3Qqwd9GftFTl6Pn54wb { display:flex;width:2.625rem;height:2.625rem;top:25.8125rem;left:1.3125rem;z-index:14996; }
#XFDdW9oSeLX6P3Qqwd9GftFTl6Pn54wb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#kIeunpTBto1ToWyxlrxNaNULOtsLkJTQ { top:25.5625rem;left:0.9375rem;width:18rem;height:3.0625rem;z-index:14990;font-size:1.0625rem;line-height:2;color:#646464;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed #41c973;border-left:0.125rem dashed #41c973;border-right:0.125rem dashed #41c973;border-bottom:0.125rem dashed #41c973;display:block; }
#Qf6BS1fI4HGyFibf9uw701JR80E4Zbmn { display:block; }
#MZTTEwZQTWqeQvdeHQWLiZdvKPa8gHCQ { top:33.5rem;left:1.0625rem;width:17.85rem;height:2.9125rem;z-index:14991;font-size:1.0625rem;line-height:2;color:rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-primary-2),1);border-left:0.125rem dashed rgba(var(--color-primary-2),1);border-right:0.125rem dashed rgba(var(--color-primary-2),1);border-bottom:0.125rem dashed rgba(var(--color-primary-2),1);display:block; }
#GrWGzrsIuVwTGR7K8vJ69TA1nbBzVDS7 { display:block; }
#Dpqd1ihQ05gUSWJRnmhk6EK1I1Vx3HRQ { top:11.3125rem;left:1.7500000596046rem;width:16.5rem;height:2.8125rem;z-index:15154;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#t4XEoy7PLXWyngmxMQTpWIpyKtXA8q5e { width:17.125rem;height:2.875rem;top:29.583336849441rem;left:1.5146377592886rem;z-index:15185;font-size:0.9375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VWhKCnRt432ZIzm4czZabuFIA751cbJA { display:block; }
#idkWr6oLRsuG5PRPWHPKX3CmqxUzPqHT { display:flex;width:2rem;height:2rem;top:30.020833253861rem;left:3.2174479961395rem;z-index:15186; }
#yEPpToNSfINy4flXT74rRBh8qCvXLgCp { background-color:rgba(var(--color-primary-0),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container { background-color: transparent; background-image: none; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container > .video-iframe-container { display: none; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row > .video-iframe-container { display: none; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .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); }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container { border-width: 0; border-radius: 0; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEPpToNSfINy4flXT74rRBh8qCvXLgCp > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; }#cVbkI2WgrgXepccM9DMo739VD53e50fR { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#Hqia3I7rt1vW51Lx12dnrB07y5oBSdKi { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oPNhKzrEmSPXuVunPuuqT88TXzI2J9TT { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG { background-color:rgba(var(--color-secondary-3),0.66);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container { background-color: transparent; background-image: none; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container > .video-iframe-container { display: none; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row > .video-iframe-container { display: none; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .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); }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container { border-width: 0; border-radius: 0; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTsvHLfFDJsoO9TXTAT70wWff7XNklgG > .row .container { width:20rem;height:13.75rem;position:relative;display:block; }#TWTrg0d2I2xDF0LwWU8KFAbWrQJ5TP7S { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#rhAznWgVzIsAB4KUP24GZtZGVZTXDqJF { width:16.4375rem;height:0.9rem;top:10.185943603516rem;left:1.8117187619209rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#CBD0iwudh8oy9EATqVel2XqSMfwcLaCk { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#KyBnhpsN5pgtJMq9s89KMJdQbFBkb4fQ { width:20rem;height:0.8125rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#N00S76xIcrO6ATPdNHMJgaVVvcTDPHao { width:16.437rem;height:1.29980625rem;top:8.5296936035156rem;left:2.5296874642372rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15004;color:rgba(var(--color-tertiary-0),1);display:block; }
#f7ztu1RFzKyvzmT8ykEzCkHo32M1u8Ct { display:flex;top:8.8109436035156rem;left:7.3734374642375rem;width:0.875rem;height:0.875rem;z-index:15152; }
#FTETUaa731wJdOZVsqNDh44S41GCrT2I { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#ZnQNVt9z5oewGsnq7wNxCDHmK34SGiKK { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#OsmkVVqFSfI9vNmHOTIq51ww1Vt9gooF { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#CeOpID2OmtuOMMbb1s5X8rQzhQGPkzTZ { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#N1LK2fmTUBBFX72vPRstGMqZvLK6yvZv { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#Pg42yykJfVSvMVRCPaMBk8eSwZiMs1o1 { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#ikohrpCgxAKyV9KfsGeTNGPeLWR3WEza { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#VFRGzlFZib5HTeQxFmOCQVlqNpT4m2zX { width:16.4366875rem;height:0.8rem;top:3.37109375rem;left:1.7804687619209rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15004;color:rgba(var(--color-tertiary-0),1);display:block; }
#Rt8hb1IgFL7nB8zKFDC18UEk9BepVwMK { width:3.6870125rem;height:1.9995125rem;top:1.0625rem;left:13.6875rem;z-index:15209;display:block; }
#zybXAPMDvVwGArClOwTw2cRB6OPAqfMv { width:3.061525rem;height:1.6875rem;top:2.5625rem;left:16.9375rem;z-index:15208;display:block; }
#A1ZmJ1SoXswn0VVQX6ouMOl1KoH4tJPl { top:1.9835929870606rem;left:1.8117187619209rem;width:2.625rem;height:1.4375rem;z-index:15210;display:block; }
