.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:255,248,226;--color-primary-1:255,233,158;--color-primary-2:255,210,60;--color-primary-3:128,105,30;--color-primary-4:38,32,9;--color-secondary-0:240,220,225;--color-secondary-1:205,139,157;--color-secondary-2:155,22,58;--color-secondary-3:78,11,29;--color-secondary-4:23,3,9;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Poppins"; }@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_ae5e7a2c82499c9127c88409fc1baaa6c81536d7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG { background-color:rgba(var(--color-primary-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; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { background-color: transparent; background-image: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { border-width: 0; border-radius: 0; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { font-size:0.875rem;font-family:"open sans";height:6.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#rEMnkxgPD3C4GQrCgqFdiLgpaIk5sTTn { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:2.5rem;left:1.3515625rem;height:1.6875rem;font-style:normal;display:block; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.37rem;padding-right:0.3275rem;padding-bottom:0.37rem;padding-left:0.3275rem;display:block;align-items:center;width:1.965rem;min-width:1.965rem;height:1.98875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.48rem;font-weight:700;line-height:31.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.619375rem;height:0.78625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.555rem;font-weight:400;line-height:12.58px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:14.5rem;height:3.74625rem;padding-top:0.4625rem;padding-right:0.4675rem;padding-bottom:0.4625rem;padding-left:0.4675rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.00390625rem;left:57.64453125rem;z-index:15082; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #EzB6sIOL7bOA5d1i6O9aa6VxQQ9ioHBH { display:flex;position:relative;top:0rem;left:0rem; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #I72WuAKdX9pmVK3LNAW2qJeQP6s7V42L { width:auto; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #XMCy0kgh7gIsBSNEypLeqA8m3z0mdXWm {  }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #DgS4S8r63k31Ivpv3SLv2VZ7xvggiz7d { display:flex;position:relative;top:0rem;left:0rem; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #XQtUoRsM1OsMlpZ15e143z9Bb2BOIKyv {  }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #eW1PPZ7xdrPMHoT8RLc1OzoGIlNDxANX {  }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #ATOLKHbdA1l7LSa3SSmxsnrCPIiJG0CZ { display:flex;position:relative;top:0rem;left:0rem; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #X7qkW2tUJ4TNKXVNSJXtuMaUEtAOl3Pr {  }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #ogq5gyNxoBL2alAJgxNZz0zTpCa6qRCk {  }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #PPGTrHDR6g8VLPHDtUAL2XDyvdOfo6ix { display:flex;position:relative;top:0rem;left:0rem; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #eVuhPQcxpdeR6wcLHVApVJi0ZoZiqK5Q {  }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #FOMFEoalZ8MOFnNBCTkXmxTKeX25lEvD {  }
#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_88a8708545a1ddd49bac300948f85926ffac00dd.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca.adaptive-delivery-prevent-bg, #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca.lazyload, #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca.lazyloading { background-image: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { background-color: transparent; background-image: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container > .video-iframe-container { display: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row > .video-iframe-container { display: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .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); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { border-width: 0; border-radius: 0; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { font-size:0.875rem;font-family:"open sans";height:57.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#zJx2DESUnCiQSW22fMzILTIMKu2Ofhd3 { color:rgba(var(--color-secondary-2),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:5rem;left:37.437500953674rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:19.50000166893rem;left:37.936458587646rem;height:3.1484375rem;font-style:normal;display:block; }
#npNbkCbp6SHaOJXgVmy071kxhvJHFp6I { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:12.375rem;top:1.9416668415069rem;left:1.8125rem;overflow:hidden;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-form-header {  }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:31.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:19rem;height:3.5rem;font-family:"open sans";overflow:hidden;line-height:1.5; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:30.25rem;overflow:hidden;font-style:normal; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-container:first-of-type{padding-top:0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-container:last-of-type{padding-bottom:0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.904948711395rem;left:39.125rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ {display:block;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.904948711395rem;left:39.125rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #BErv89Uyo89Z1UffCvbAKLBOv128m4Bo { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #QohMe4wMOxV8hfDzDSozQ4bIDL4zqTb7 { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #reeMn3tMvfOU7RgNxieWgXU69ATdiZkq { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #NnbZOJOCrnq2qwLIXBr8sBFODtLx061r { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #U2F68Dqi9qFBAWnObmrqtK4QVqtW9Utd { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #wqRGAcDJsUnLelWqOFQfaIiM34WNZomz { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #pP60THy1Hdi5gUH1chg0uXQLntdbsH0T { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #mAzcKHMWilIr9I9cs6qXB6ETGFTtQCJm { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #X16xh6RDmGher3DmFHvA0hllRpE3cSOA { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #y7B18XmaqPW3PcQFpVafueJTDqV5o2kl { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #uyVIdBrnWMEAp0HSZtcTGkSnOJFCw5f2 { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #ancOE7P0ngsIAeLxma1afg1GkTCBwdxH { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #lBx7T03bm6CDHWpb80aTZ51BSICVTtI7 { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #SPlmb37MPwQZCaJErPSZwOiKfq9UQFUf { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #M3BGRJH7rRnlItkUW4ARbAZEn3yfLFac { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #r0C8XcLxpHzohTQ9Tu4BR6xaOfEsOUcH { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #Mxu2p6aV1lyC7AFZ8NitdhhK6rEoXaTs { position:relative; }
#K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { box-sizing:content-box;height:29.5625rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.437500476837rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Mt9WcoZVAAHJxO7IosLHIgsNdKznmxF9 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:21.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;box-shadow: none;height:45.75rem;width:30.5rem;top:6.125rem;left:4.0390625rem;overflow:hidden;display:block; }
#Za8pENfX5mmJH5UXEaJS4v54AmyD0dUg { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.9375009536744rem;left:37.436458587646rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_4247c4a2a17a5851eeda2f838c3c161033920586.svg");background-position:bottom 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; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9.adaptive-delivery-prevent-bg, #zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9.lazyload, #zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9.lazyloading { background-image: none; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container { background-color: transparent; background-image: none; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container > .video-iframe-container { display: none; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row > .video-iframe-container { display: none; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .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); }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container { border-width: 0; border-radius: 0; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container { font-size:0.875rem;font-family:"open sans";height:42.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Gsbm2nERU8FJT3Te73iasCsOZ6s1813a { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.6875rem;left:1.8125rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FfyJ0slNJ3W8cefTy8VJ76QEcFKksKH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.009112358093rem;left:1.875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dC7tNFiNm8myqqNHh0s6kRssi976urOe { box-sizing:content-box;height:21.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Qg5XTCEP4NtB2KuuIlqBeZGcwww9NTTH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:20.3125rem;left:1.875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#rfoIB4f3aIl0wwTvMLNOkq0GubZBiIiR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:26.9375rem;left:1.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTagJ1MtSJto29HeALzWqo56eoTJA2rV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:30.1875rem;left:1.875rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KysKihwvoOZ4OEQJD8U6dCJeAJBOvHWK { box-sizing:content-box;height:21.9375rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.5625rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#rERUf1m46epNMTluvRe4V5bJUPra6ugh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:30.1875rem;left:28.125rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tqz43bdAATFGHGrVrbciwaFWIuyZLUFX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:26.9375rem;left:28.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQEd3oyGZS7wW6To1ZsVIIrBfnU4bpHb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:20.3125rem;left:28.125rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#yRm93qLqOU0AusGmu49If8UZEt1QVxZg { box-sizing:content-box;height:21.9375rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.5625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hks2JEKGx30HnxUWuekz76rBqlIRLWld { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.1875rem;left:54.375rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaRTN5Pia7DAZc0T70lvP70PI7ngP2Vs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:26.9375rem;left:54.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbRe0CG0CGNT2mX74LZAUKQLO75J7e2X { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:20.3125rem;left:54.375rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#s6NWXP3vNJ1V8STe8XOWx4ecP10nW0bQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_32bcf28db5c35eb2c44484f6f72e07f9b2a9d11e.svg");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; }#kDasK67rSn09MWpJ16woh835xy4TTyIR.adaptive-delivery-prevent-bg, #kDasK67rSn09MWpJ16woh835xy4TTyIR.lazyload, #kDasK67rSn09MWpJ16woh835xy4TTyIR.lazyloading { background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { border-width: 0; border-radius: 0; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { font-size:0.875rem;font-family:"open sans";height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { color:rgba(var(--color-primary-2),1);display:block;width:63.9375rem;position:absolute;font-family:"open sans";font-size:4.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.3125rem;left:5.53125rem;height:9.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.75rem;left:0rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { background-color:rgba(var(--color-primary-2),1);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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.000001907349rem;left:27.96875rem;display:block; }
#tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#NhBfueo9P44huDW2vPTbzi9cUOObSPGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_eead690dd287cbe082ab326fd95ef4fe97a3cf0d.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { font-size:0.875rem;font-family:"open sans";height:65.5rem;width:75rem;position:relative;display:block; }#U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { color:rgba(var(--color-primary-4),1);display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.4375rem;left:1.03125rem;height:23.7955625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#c6uByc5JRO74oESpGXMfaaABznnXJGus { color:rgba(var(--color-primary-4),1);display:block;width:34.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:4.0078125rem;left:39.21875rem;height:5.51171875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.4231772422791rem;left:0rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { box-sizing:content-box;height:53.875rem;width:32.6875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c066a178-8015-42d2-9db4-a9c89d98b148/Designsemnome.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.625010371208rem;left:42.311195373535rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
#OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { box-sizing:content-box;height:22.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:43.312501907349rem;left:27.96875rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container { background-color: transparent; background-image: none; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container > .video-iframe-container { display: none; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row > .video-iframe-container { display: none; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .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); }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container { border-width: 0; border-radius: 0; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container { font-size:0.875rem;font-family:"open sans";height:10.125rem;width:75rem;position:relative;display:block; }#o2v53vH8aL0Zul275oGUa8HkCedhMWgV { color:rgba(var(--color-primary-0),1);display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5625rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBTikf7JREaLnyRiesfcMw3hlQqvleaC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.25rem;left:63.0625rem; }
#pBTikf7JREaLnyRiesfcMw3hlQqvleaC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#V92FhV2sVDnfleT1QT6X68TGf7ZdhOe9 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.25rem;left:67.125rem; }
#V92FhV2sVDnfleT1QT6X68TGf7ZdhOe9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#x1cqPeupUvPP2WGcpuFyzD9na3JJlKAy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.25rem;left:71.3125rem; }
#x1cqPeupUvPP2WGcpuFyzD9na3JJlKAy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#bA6vQzXCLBi8xGcJ3MdJGLPLdxXNlsGo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.4375rem;top:2.529167175293rem;left:33.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG { background-color:#28887a;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;box-shadow: none;display:block; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { background-color: transparent; background-image: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { border-width: 0; border-radius: 0; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEMnkxgPD3C4GQrCgqFdiLgpaIk5sTTn { top:2.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 { display:flex;width:18rem;height:5.0625rem;top:1rem;left:32.375rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #EzB6sIOL7bOA5d1i6O9aa6VxQQ9ioHBH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #I72WuAKdX9pmVK3LNAW2qJeQP6s7V42L {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #XMCy0kgh7gIsBSNEypLeqA8m3z0mdXWm {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #DgS4S8r63k31Ivpv3SLv2VZ7xvggiz7d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #XQtUoRsM1OsMlpZ15e143z9Bb2BOIKyv {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #eW1PPZ7xdrPMHoT8RLc1OzoGIlNDxANX {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #ATOLKHbdA1l7LSa3SSmxsnrCPIiJG0CZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #X7qkW2tUJ4TNKXVNSJXtuMaUEtAOl3Pr {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #ogq5gyNxoBL2alAJgxNZz0zTpCa6qRCk {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #PPGTrHDR6g8VLPHDtUAL2XDyvdOfo6ix { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #eVuhPQcxpdeR6wcLHVApVJi0ZoZiqK5Q {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #FOMFEoalZ8MOFnNBCTkXmxTKeX25lEvD {  }
 }@media only screen and (max-width: 763px) { #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca { display:block; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJx2DESUnCiQSW22fMzILTIMKu2Ofhd3 { top:5rem;left:10.1875rem;width:37.5625rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { top:19.5rem;left:10.6875rem;width:37.0625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npNbkCbp6SHaOJXgVmy071kxhvJHFp6I { top:1.9375rem;left:0rem;width:12.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-regular-label { width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-textarea { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-button { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-checkbox-label { width:30.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ  { width:31.6875rem;height:auto;top:23.875rem;left:13.5625rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .radio-container { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ {display:block;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ { width:31.6875rem;height:auto;top:23.875rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #BErv89Uyo89Z1UffCvbAKLBOv128m4Bo {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #QohMe4wMOxV8hfDzDSozQ4bIDL4zqTb7 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #reeMn3tMvfOU7RgNxieWgXU69ATdiZkq {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #NnbZOJOCrnq2qwLIXBr8sBFODtLx061r {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #U2F68Dqi9qFBAWnObmrqtK4QVqtW9Utd {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #wqRGAcDJsUnLelWqOFQfaIiM34WNZomz {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #pP60THy1Hdi5gUH1chg0uXQLntdbsH0T {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #mAzcKHMWilIr9I9cs6qXB6ETGFTtQCJm {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #X16xh6RDmGher3DmFHvA0hllRpE3cSOA {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #y7B18XmaqPW3PcQFpVafueJTDqV5o2kl {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #uyVIdBrnWMEAp0HSZtcTGkSnOJFCw5f2 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #ancOE7P0ngsIAeLxma1afg1GkTCBwdxH {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #lBx7T03bm6CDHWpb80aTZ51BSICVTtI7 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #SPlmb37MPwQZCaJErPSZwOiKfq9UQFUf {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #M3BGRJH7rRnlItkUW4ARbAZEn3yfLFac {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #r0C8XcLxpHzohTQ9Tu4BR6xaOfEsOUcH {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #Mxu2p6aV1lyC7AFZ8NitdhhK6rEoXaTs {  }
 }@media only screen and (max-width: 763px) { #K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { top:24.4375rem;left:10.25rem;width:37.5rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9WcoZVAAHJxO7IosLHIgsNdKznmxF9 { top:6.125rem;left:0rem;width:30.5rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za8pENfX5mmJH5UXEaJS4v54AmyD0dUg { top:8.9375rem;left:10.1875rem;width:37.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 { display:block; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gsbm2nERU8FJT3Te73iasCsOZ6s1813a { top:4.6875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfyJ0slNJ3W8cefTy8VJ76QEcFKksKH7 { top:11rem;left:0rem;width:36.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7tNFiNm8myqqNHh0s6kRssi976urOe { top:16.5625rem;left:0rem;width:22.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg5XTCEP4NtB2KuuIlqBeZGcwww9NTTH { top:20.3125rem;left:0rem;width:18.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfoIB4f3aIl0wwTvMLNOkq0GubZBiIiR { top:26.9375rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTagJ1MtSJto29HeALzWqo56eoTJA2rV { top:30.1875rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysKihwvoOZ4OEQJD8U6dCJeAJBOvHWK { top:16.5625rem;left:12.625rem;width:22.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rERUf1m46epNMTluvRe4V5bJUPra6ugh { top:30.1875rem;left:14.5rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqz43bdAATFGHGrVrbciwaFWIuyZLUFX { top:26.9375rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQEd3oyGZS7wW6To1ZsVIIrBfnU4bpHb { top:20.3125rem;left:14.5rem;width:18.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRm93qLqOU0AusGmu49If8UZEt1QVxZg { top:16.5625rem;left:25.25rem;width:22.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hks2JEKGx30HnxUWuekz76rBqlIRLWld { top:30.1875rem;left:29rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaRTN5Pia7DAZc0T70lvP70PI7ngP2Vs { top:26.9375rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRe0CG0CGNT2mX74LZAUKQLO75J7e2X { top:20.3125rem;left:29rem;width:18.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6NWXP3vNJ1V8STe8XOWx4ecP10nW0bQ { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { top:4.3125rem;left:0rem;width:47.75rem;height:9.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { top:16.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { width:19.0625rem;height:5.1875rem;top:26rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f1ead6a-4cef-452a-9b01-3ccb8f996337/about_us_2.svg");background-position:top 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;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { top:9.4375rem;left:0rem;width:30.375rem;height:23.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c6uByc5JRO74oESpGXMfaaABznnXJGus { top:4rem;left:13.4375rem;width:34.3125rem;height:5.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { top:3.375rem;left:0rem;width:31.25rem;height:4.6875rem;font-size:4.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { top:11.625rem;left:15.0625rem;width:32.6875rem;height:53.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { top:43.3125rem;left:14.34375rem;width:17.5625rem;height:22.1875rem;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;background-color:#ffeabb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #B0APoVMptgrRMLXSiT0RxIHvRENu8MJU { display:block; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2v53vH8aL0Zul275oGUa8HkCedhMWgV { top:5.5625rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTikf7JREaLnyRiesfcMw3hlQqvleaC { top:5.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#pBTikf7JREaLnyRiesfcMw3hlQqvleaC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #V92FhV2sVDnfleT1QT6X68TGf7ZdhOe9 { top:5.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#V92FhV2sVDnfleT1QT6X68TGf7ZdhOe9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #x1cqPeupUvPP2WGcpuFyzD9na3JJlKAy { top:5.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#x1cqPeupUvPP2WGcpuFyzD9na3JJlKAy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bA6vQzXCLBi8xGcJ3MdJGLPLdxXNlsGo { width:9.4375rem;height:4.125rem;top:2.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG { background-color:#fbc102;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;box-shadow: none;display:block; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { background-color: transparent; background-image: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row > .video-iframe-container { display: none; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .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); }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { border-width: 0; border-radius: 0; }#VgNDg5qo4J86M9CoIJD1mstRzpEIHCSG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEMnkxgPD3C4GQrCgqFdiLgpaIk5sTTn { width:20rem;height:2.25rem;top:2.5833334177732rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#8d163b;display:block; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-text.counter-number { padding-top:0.37875rem;padding-right:0.33625rem;padding-bottom:0.37875rem;padding-left:0.33625rem;width:2.018125rem;min-width:2.018125rem;height:2.036875rem;font-size:1.515625rem;line-height:32.59px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.690625rem;height:0.805rem;font-size:0.568125rem;line-height:12.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 { display:flex;width:13.8125rem;height:3.8125rem;top:5.375rem;left:2.734375rem;padding-top:0.350625rem;padding-right:0.359375rem;padding-bottom:0.350625rem;padding-left:0.359375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #EzB6sIOL7bOA5d1i6O9aa6VxQQ9ioHBH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #I72WuAKdX9pmVK3LNAW2qJeQP6s7V42L {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #XMCy0kgh7gIsBSNEypLeqA8m3z0mdXWm {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #DgS4S8r63k31Ivpv3SLv2VZ7xvggiz7d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #XQtUoRsM1OsMlpZ15e143z9Bb2BOIKyv {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #eW1PPZ7xdrPMHoT8RLc1OzoGIlNDxANX {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #ATOLKHbdA1l7LSa3SSmxsnrCPIiJG0CZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #X7qkW2tUJ4TNKXVNSJXtuMaUEtAOl3Pr {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #ogq5gyNxoBL2alAJgxNZz0zTpCa6qRCk {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #PPGTrHDR6g8VLPHDtUAL2XDyvdOfo6ix { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #eVuhPQcxpdeR6wcLHVApVJi0ZoZiqK5Q {  }
 }@media only screen and (max-width: 763px) { #Ayl5RRs5vzCFDA3hvCtGdVJkbJd0D8Z1 #FOMFEoalZ8MOFnNBCTkXmxTKeX25lEvD {  }
 }@media only screen and (max-width: 763px) { #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca { display:block; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJx2DESUnCiQSW22fMzILTIMKu2Ofhd3 { width:20rem;height:1.75rem;top:4.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { width:20rem;height:4.19921875rem;top:34.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #npNbkCbp6SHaOJXgVmy071kxhvJHFp6I { width:8.1875rem;height:3.1875rem;top:1.125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ  { width:17.5rem;height:auto;top:39.375rem;left:0rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ {display:block;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ { width:17.5rem;height:auto;top:39.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #BErv89Uyo89Z1UffCvbAKLBOv128m4Bo {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #QohMe4wMOxV8hfDzDSozQ4bIDL4zqTb7 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #reeMn3tMvfOU7RgNxieWgXU69ATdiZkq {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #NnbZOJOCrnq2qwLIXBr8sBFODtLx061r {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #U2F68Dqi9qFBAWnObmrqtK4QVqtW9Utd {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #wqRGAcDJsUnLelWqOFQfaIiM34WNZomz {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #pP60THy1Hdi5gUH1chg0uXQLntdbsH0T {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #mAzcKHMWilIr9I9cs6qXB6ETGFTtQCJm {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #X16xh6RDmGher3DmFHvA0hllRpE3cSOA {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #y7B18XmaqPW3PcQFpVafueJTDqV5o2kl {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #uyVIdBrnWMEAp0HSZtcTGkSnOJFCw5f2 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #ancOE7P0ngsIAeLxma1afg1GkTCBwdxH {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #lBx7T03bm6CDHWpb80aTZ51BSICVTtI7 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #SPlmb37MPwQZCaJErPSZwOiKfq9UQFUf {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #M3BGRJH7rRnlItkUW4ARbAZEn3yfLFac {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #r0C8XcLxpHzohTQ9Tu4BR6xaOfEsOUcH {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #Mxu2p6aV1lyC7AFZ8NitdhhK6rEoXaTs {  }
 }@media only screen and (max-width: 763px) { #K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { width:20rem;height:30.375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9WcoZVAAHJxO7IosLHIgsNdKznmxF9 { width:15.9375rem;height:24rem;top:10.08203125rem;left:4.0625rem;z-index:14998;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za8pENfX5mmJH5UXEaJS4v54AmyD0dUg { width:19.4375rem;height:4.6875rem;top:6.0625rem;left:0.28125rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 { display:block; }#zyUnbVEOaXWbPK4wrygfWTd8p1okgEJ9 > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gsbm2nERU8FJT3Te73iasCsOZ6s1813a { width:13.75rem;height:5.625rem;top:0.87239646911619rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfyJ0slNJ3W8cefTy8VJ76QEcFKksKH7 { width:20rem;height:2.79948125rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dC7tNFiNm8myqqNHh0s6kRssi976urOe { width:20rem;height:18.4375rem;top:10.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg5XTCEP4NtB2KuuIlqBeZGcwww9NTTH { width:16.25rem;height:2.625rem;top:13.3125rem;left:1.875rem;font-size:2.625rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #rfoIB4f3aIl0wwTvMLNOkq0GubZBiIiR { width:16.25rem;height:1.75rem;top:17.1875rem;left:1.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTagJ1MtSJto29HeALzWqo56eoTJA2rV { width:16.25rem;height:2.79948125rem;top:21.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KysKihwvoOZ4OEQJD8U6dCJeAJBOvHWK { width:20rem;height:18.4375rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rERUf1m46epNMTluvRe4V5bJUPra6ugh { width:16.25rem;height:4.19921875rem;top:42.875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tqz43bdAATFGHGrVrbciwaFWIuyZLUFX { width:16.25rem;height:1.75rem;top:38.125rem;left:1.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fQEd3oyGZS7wW6To1ZsVIIrBfnU4bpHb { width:16.25rem;height:2.625rem;top:34.3125rem;left:1.875rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yRm93qLqOU0AusGmu49If8UZEt1QVxZg { width:20rem;height:18.4375rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hks2JEKGx30HnxUWuekz76rBqlIRLWld { width:16.25rem;height:2.79948125rem;top:63.250002622606rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XaRTN5Pia7DAZc0T70lvP70PI7ngP2Vs { width:16.25rem;height:1.75rem;top:59.0625rem;left:1.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbRe0CG0CGNT2mX74LZAUKQLO75J7e2X { width:16.25rem;height:2.625rem;top:55.1875rem;left:1.875rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s6NWXP3vNJ1V8STe8XOWx4ecP10nW0bQ { width:6.25rem;height:6.25rem;top:0rem;left:13.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:#ffd476;background-image:none;display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { width:20rem;height:7.875rem;top:7.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { width:20rem;height:4.19921875rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { width:12.5rem;height:3.5rem;top:22.875007629394rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { width:6.25rem;height:6.25rem;top:25.5625rem;left:13.75rem;z-index:15001;background-color:#ae1042;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#ae1042;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { width:18.3125rem;height:34.125rem;top:38.812501907349rem;left:0.84375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;z-index:15035;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c6uByc5JRO74oESpGXMfaaABznnXJGus { width:17.5rem;height:6.9986875rem;top:30.250001907349rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#8d163b;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { width:17.5rem;height:2.625rem;top:26.125001430511rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { width:20rem;height:29.25rem;top:0rem;left:0rem;z-index:14998;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c066a178-8015-42d2-9db4-a9c89d98b148/Designsemnome.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { width:10rem;height:10rem;top:73.4375038147rem;left:10rem;background-color:#a92446;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { width:20rem;height:55.75rem;top:23.0625rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#fbc102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B0APoVMptgrRMLXSiT0RxIHvRENu8MJU { display:block; }#B0APoVMptgrRMLXSiT0RxIHvRENu8MJU > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2v53vH8aL0Zul275oGUa8HkCedhMWgV { width:20rem;height:1.3125rem;top:9.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBTikf7JREaLnyRiesfcMw3hlQqvleaC { display:flex;width:2.375rem;height:2.375rem;top:5.9375rem;left:5.8125rem;font-size:1.625rem; }
#pBTikf7JREaLnyRiesfcMw3hlQqvleaC > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #V92FhV2sVDnfleT1QT6X68TGf7ZdhOe9 { display:flex;width:2.375rem;height:2.375rem;top:5.9375rem;left:8.8125rem;font-size:1.625rem; }
#V92FhV2sVDnfleT1QT6X68TGf7ZdhOe9 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #x1cqPeupUvPP2WGcpuFyzD9na3JJlKAy { display:flex;width:2.375rem;height:2.375rem;top:5.9375rem;left:11.8125rem;font-size:1.625rem; }
#x1cqPeupUvPP2WGcpuFyzD9na3JJlKAy > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #bA6vQzXCLBi8xGcJ3MdJGLPLdxXNlsGo { width:7rem;height:3.0625rem;top:1.25rem;left:5.9375rem;overflow:hidden;display:block; }
 }