.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:228,243,222;--color-primary-1:175,219,155;--color-primary-2:122,195,88;--color-primary-3:82,125,56;--color-primary-4:39,60,24;--color-secondary-0:219,225,228;--color-secondary-1:134,155,164;--color-secondary-2:13,55,73;--color-secondary-3:7,28,37;--color-secondary-4:2,8,11;--color-tertiary-0:255,255,255;--color-tertiary-1:226,232,226;--color-tertiary-2:136,139,136;--color-tertiary-3:82,83,82;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/b9573045-7ea6-4e63-84fc-3fcce8ae7159/MuCangChaiRiceFieldVietnam.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f7f4ee; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f7f4ee; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ee;background-image:url("https://images.assets-landingi.com/uc/0a7a89d9-23de-4cf1-a82b-458c8982ce7e/GreenTYP.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD.adaptive-delivery-prevent-bg, #k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD.lazyload, #k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD.lazyloading { background-image: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container { background-color: transparent; background-image: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container > .video-iframe-container { display: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row > .video-iframe-container { display: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .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); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container { border-width: 0; border-radius: 0; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#d2e96df0e9cb6927c952518db4ef4198 { color:#1b3427;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:7.625rem;left:0rem;height:4.78144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fb6cec3ce7c179ee138b47e8b8890497 { color:#1b3427;display:block;width:30.249375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:17.9375rem;left:22.375rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5ee774f6408bda0eb9f55f681cf8db0 { color:#486859;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:13.4375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jd5e0d904ae7b62152d7b3f5a2e6d1fe { color:#486859;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15015;line-height:.9;letter-spacing:0;top:26.0625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d61827d6ecdd8b1d94c4dfa20f96ccc8 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15029;background-color:#486859;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:34.6875rem;display:block; }
#Z05060f7ba36f4641355c336225432eb { box-sizing:content-box;height:5.375rem;width:36.9375rem;position:absolute;display:block;z-index:15010;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.625rem;left:19.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Bb840896be800d4605404c7b0701312e { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#eae6de;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.75rem;left:21.375rem;display:block; }
#e7ed5b1e09eac7457b11e4754d175138 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81108125rem;width:1.81108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.406250953674rem;left:22.093986511231rem; }
#k1b328129d7e850868f653e6f9a3c903 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:30.661949157715rem;left:26.437107086182rem;height:3.29883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ef8b4c1597b75594bcbca98a1a234fc5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:39.75rem;display:none; }
#fNo3Ak3GKUC8xfssfw11P2fHPUkkM710 { position:relative;display:block; } #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection *:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="text"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="email"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="tel"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection textarea:focus-visible { outline: none; } #fNo3Ak3GKUC8xfssfw11P2fHPUkkM710 > .row .container { position:relative;display:block; }#fidUbXHtU3T4t4y9lvB0oNNrOKW8fQn5 { position:relative;display:block; } #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection *:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="text"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="email"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="tel"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection textarea:focus-visible { outline: none; } #fidUbXHtU3T4t4y9lvB0oNNrOKW8fQn5 > .row .container { position:relative;display:block; }#NoPq6aMrTrLRXhzV7DvsqqKhDR52Zvns { position:relative;display:block; } #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection *:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="text"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="email"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="tel"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection textarea:focus-visible { outline: none; } #NoPq6aMrTrLRXhzV7DvsqqKhDR52Zvns > .row .container { position:relative;display:block; }#gSea57gK8AoKlT8JockagW5Nk4tLExtA { position:relative;display:block; } #K500636cde04c71c3add2b7180e62b6f.widget-smartsection *:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="text"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="email"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="tel"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection textarea:focus-visible { outline: none; } #gSea57gK8AoKlT8JockagW5Nk4tLExtA > .row .container { position:relative;display:block; }#ODITHecR7RtFC3DSbHOocCseqFJXXVt9 { position:relative;display:block; } #p710eda1fa1901ad70977211033205ab.widget-smartsection *:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="text"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="email"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="tel"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection textarea:focus-visible { outline: none; } #ODITHecR7RtFC3DSbHOocCseqFJXXVt9 > .row .container { position:relative;display:block; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ee;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; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container { background-color: transparent; background-image: none; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container > .video-iframe-container { display: none; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row > .video-iframe-container { display: none; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .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); }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container { border-width: 0; border-radius: 0; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#b3e627ae9a9581495b5f4db427d0c260 { box-sizing:content-box;height:19.375rem;width:35.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #eae6de;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0.125rem solid #eae6de;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#u5f80fb15f4eccb5fc93d077a4446356 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374525rem;width:2.374525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.7805404663086rem;left:5.4054222106934rem; }
#f29067c205316a214f2a8b5c56c4798b { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#1b3427;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.875rem;left:4.4375rem;display:block; }
#s75298f8bbfec2280131e165e25d5a21 { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15002;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:11.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#N793406b449e072d05fd42609b74122d { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:11.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rba113216a93e0d540a646f0ffc9e0b7 { color:#1b3427;display:block;width:15.687125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.1875rem;left:11.6875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6e922668f84c2c7379c67c2b288136e { color:#1b3427;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:6.3125rem;left:11.6875rem;height:2.1996875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fede8217af1e14cea44a76d4b875eebd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1b3427;border-left:0.125rem solid #1b3427;border-right:0.125rem solid #1b3427;border-bottom:0.125rem solid #1b3427;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1b3427;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:3.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:9.9375rem;left:6.0625rem;display:block; }
#b84989eb97133e378690824173ac15f0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3673d298fb25b8e56d5d31d46d4a57a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1247625rem;width:2.1247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:10.625rem;left:7.9375rem; }
#U5447460e16d73a7d88c8b313ddf76d7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1b3427;border-left:0.125rem solid #1b3427;border-right:0.125rem solid #1b3427;border-bottom:0.125rem solid #1b3427;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1b3427;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:3.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:14.125rem;left:45.9375rem;display:block; }
#U8a8d794c417ce775a3d1dd7a7cd831d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1eb637831a8d84123162d34a4275922 { color:#1b3427;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:6.3125rem;left:51.625rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G522c8757ba711c1ae8ef2fdcec09f4b { color:#1b3427;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:4.25rem;left:51.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Abe846d8f4dcfb1327b9b96645bb34cd { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15010;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:51.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Qe055a0bf5bbecd5b73b2b7461ec117e { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5rem;left:51.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ff2e266ad20321ca2d2046e54a50f0f1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12416875rem;width:2.12416875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.8125rem;left:48.375rem; }
#A2002bcaaed3d26399fd80d0203e83c8 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#1b3427;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.875rem;left:44.375rem;display:block; }
#Ia5bed8cf3ae10702d00265de335478b { box-sizing:content-box;height:2.9375rem;width:23.625rem;position:absolute;display:block;z-index:15029;background-color:#eae6de;background-image:none;box-shadow: 0.0625rem 0.8125rem 1.0625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:47.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#d98de0033458dfeb43f4adb02153037a { color:#1b3427;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:11.3125rem;left:48.6875rem;height:1.09984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ec5d191c5aec32213785459bd9b05ec2 { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:54.375rem;display:block; }
#dabdfdd9b8e9eab5d54af725c41954fe { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:11.124526977539rem;left:55.437381744385rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1b91bac56d5b35d3499899bfa02cd6b { box-sizing:content-box;height:19.375rem;width:35.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #eae6de;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0.125rem solid #eae6de;top:0rem;left:39rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#cbf7456dc384beb257330bdcf6b13467 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3739375rem;width:2.3739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:1.6555404663086rem;left:45.343868255615rem; }
#bbgsdWlx5F0RhtwgvVKzf0SE7gmc64RN { position:relative;display:block; } #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection *:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="text"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="email"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="tel"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection textarea:focus-visible { outline: none; } #bbgsdWlx5F0RhtwgvVKzf0SE7gmc64RN > .row .container { position:relative;display:block; }#W3b70f9b2ca0dcfa50c13246241b2fb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ee;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; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container { background-color: transparent; background-image: none; }#W3b70f9b2ca0dcfa50c13246241b2fb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container > .video-iframe-container { display: none; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row > .video-iframe-container { display: none; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .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); }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container { border-width: 0; border-radius: 0; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD { display:block; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2e96df0e9cb6927c952518db4ef4198 { top:7.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6cec3ce7c179ee138b47e8b8890497 { top:17.9375rem;left:8.75rem;width:30.1875rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ee774f6408bda0eb9f55f681cf8db0 { top:13.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5e0d904ae7b62152d7b3f5a2e6d1fe { top:26.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d61827d6ecdd8b1d94c4dfa20f96ccc8 { top:16.1875rem;left:21.0625rem;width:9.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z05060f7ba36f4641355c336225432eb { top:29.625rem;left:5.4375rem;width:36.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb840896be800d4605404c7b0701312e { top:30.75rem;left:7.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ed5b1e09eac7457b11e4754d175138 { top:31.375rem;left:8.4689865112306rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1b328129d7e850868f653e6f9a3c903 { top:30.625rem;left:12.81201171875rem;width:27rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8b4c1597b75594bcbca98a1a234fc5 { width:39.75rem;height:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNo3Ak3GKUC8xfssfw11P2fHPUkkM710 { display:block; } #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection *:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="text"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="email"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="tel"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection textarea:focus-visible { outline: none; } #fNo3Ak3GKUC8xfssfw11P2fHPUkkM710 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fidUbXHtU3T4t4y9lvB0oNNrOKW8fQn5 { display:block; } #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection *:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="text"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="email"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="tel"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection textarea:focus-visible { outline: none; } #fidUbXHtU3T4t4y9lvB0oNNrOKW8fQn5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoPq6aMrTrLRXhzV7DvsqqKhDR52Zvns { display:block; } #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection *:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="text"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="email"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="tel"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection textarea:focus-visible { outline: none; } #NoPq6aMrTrLRXhzV7DvsqqKhDR52Zvns > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSea57gK8AoKlT8JockagW5Nk4tLExtA { display:block; } #K500636cde04c71c3add2b7180e62b6f.widget-smartsection *:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="text"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="email"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="tel"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection textarea:focus-visible { outline: none; } #gSea57gK8AoKlT8JockagW5Nk4tLExtA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODITHecR7RtFC3DSbHOocCseqFJXXVt9 { display:block; } #p710eda1fa1901ad70977211033205ab.widget-smartsection *:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="text"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="email"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="tel"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection textarea:focus-visible { outline: none; } #ODITHecR7RtFC3DSbHOocCseqFJXXVt9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jty2fOt507hXPv2iM1KFq7oiSOZIia8t { display:block; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3e627ae9a9581495b5f4db427d0c260 { top:0rem;left:0rem;width:35.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5f80fb15f4eccb5fc93d077a4446356 { top:1.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29067c205316a214f2a8b5c56c4798b { top:0.875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75298f8bbfec2280131e165e25d5a21 { top:0.875rem;left:4.875rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N793406b449e072d05fd42609b74122d { top:1.5rem;left:4.9375rem;width:6.25rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rba113216a93e0d540a646f0ffc9e0b7 { top:4.1875rem;left:4.875rem;width:15.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6e922668f84c2c7379c67c2b288136e { top:6.3125rem;left:3.25rem;width:20.625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fede8217af1e14cea44a76d4b875eebd { width:27.3125rem;height:3.4375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b84989eb97133e378690824173ac15f0 { display:block; }
 }@media only screen and (max-width: 763px) { #c3673d298fb25b8e56d5d31d46d4a57a { top:10.625rem;left:1.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5447460e16d73a7d88c8b313ddf76d7 { width:27.3125rem;height:3.4375rem;top:14.125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8a8d794c417ce775a3d1dd7a7cd831d { display:block; }
 }@media only screen and (max-width: 763px) { #a1eb637831a8d84123162d34a4275922 { top:6.25rem;left:27.125rem;width:20.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G522c8757ba711c1ae8ef2fdcec09f4b { top:4.25rem;left:27.8125rem;width:19.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abe846d8f4dcfb1327b9b96645bb34cd { top:0.875rem;left:31.1875rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe055a0bf5bbecd5b73b2b7461ec117e { top:1.5rem;left:31.25rem;width:6.25rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff2e266ad20321ca2d2046e54a50f0f1 { top:14.8125rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2002bcaaed3d26399fd80d0203e83c8 { top:0.875rem;left:23.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5bed8cf3ae10702d00265de335478b { top:10.1875rem;left:24.125rem;width:23.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d98de0033458dfeb43f4adb02153037a { top:11.3125rem;left:28.25rem;width:5.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5d191c5aec32213785459bd9b05ec2 { top:12.3125rem;left:32.125rem;width:15.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dabdfdd9b8e9eab5d54af725c41954fe { top:11.0625rem;left:34.99951171875rem;width:10.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1b91bac56d5b35d3499899bfa02cd6b { top:0rem;left:11.75rem;width:35.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbf7456dc384beb257330bdcf6b13467 { top:1.625rem;left:24.906368255615rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbgsdWlx5F0RhtwgvVKzf0SE7gmc64RN { display:block; } #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection *:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="text"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="email"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="tel"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection textarea:focus-visible { outline: none; } #bbgsdWlx5F0RhtwgvVKzf0SE7gmc64RN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3b70f9b2ca0dcfa50c13246241b2fb4 { display:block; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f4ee;background-image:none;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); } }@media only screen and (max-width: 763px) { #k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD { background-color:#f7f4ee;background-image:url("https://images.assets-landingi.com/uc/805e9ec1-4779-4d58-8377-5beff68db42e/Greenmobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD.adaptive-delivery-prevent-bg, #k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD.lazyload, #k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD.lazyloading { background-image: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container { background-color: transparent; background-image: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container > .video-iframe-container { display: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row > .video-iframe-container { display: none; }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .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); }#k4sP6qvT1MVKGTweD5KtZsHTwmFLurpD > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2e96df0e9cb6927c952518db4ef4198 { width:20rem;height:2.25rem;top:11.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #fb6cec3ce7c179ee138b47e8b8890497 { width:17.3745rem;height:6.7988125rem;top:17.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5ee774f6408bda0eb9f55f681cf8db0 { width:20rem;height:1.125rem;top:14.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5e0d904ae7b62152d7b3f5a2e6d1fe { width:20rem;height:1.125rem;top:25.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #d61827d6ecdd8b1d94c4dfa20f96ccc8 { width:9.375rem;height:0;top:27.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z05060f7ba36f4641355c336225432eb { width:20rem;height:11.25rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb840896be800d4605404c7b0701312e { width:3.18710625rem;height:3.18710625rem;top:28.966979980469rem;left:8.4048737287519rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ed5b1e09eac7457b11e4754d175138 { display:flex;width:1.75rem;height:1.75rem;top:29.684747695923rem;left:9.1249998807906rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #k1b328129d7e850868f653e6f9a3c903 { width:19.8125rem;height:4.3984375rem;top:32.874214172363rem;left:0.031053423881531rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef8b4c1597b75594bcbca98a1a234fc5 { top:1.62109375rem;left:4.5312502980232rem;width:10.9375rem;height:9.25rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fNo3Ak3GKUC8xfssfw11P2fHPUkkM710 { display:block; } #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection *:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="text"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="email"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection input[type="tel"]:focus-visible, #k7f4bc8880a5f0fb9fb6b950b3e7c4d5.widget-smartsection textarea:focus-visible { outline: none; } #fNo3Ak3GKUC8xfssfw11P2fHPUkkM710 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fidUbXHtU3T4t4y9lvB0oNNrOKW8fQn5 { display:block; } #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection *:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="text"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="email"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection input[type="tel"]:focus-visible, #g010653078d9b60d4a4306f19bcf87ab.widget-smartsection textarea:focus-visible { outline: none; } #fidUbXHtU3T4t4y9lvB0oNNrOKW8fQn5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoPq6aMrTrLRXhzV7DvsqqKhDR52Zvns { display:block; } #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection *:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="text"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="email"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection input[type="tel"]:focus-visible, #R6c27a34eab4cb4c0e7849b91679eb00.widget-smartsection textarea:focus-visible { outline: none; } #NoPq6aMrTrLRXhzV7DvsqqKhDR52Zvns > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSea57gK8AoKlT8JockagW5Nk4tLExtA { display:block; } #K500636cde04c71c3add2b7180e62b6f.widget-smartsection *:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="text"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="email"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection input[type="tel"]:focus-visible, #K500636cde04c71c3add2b7180e62b6f.widget-smartsection textarea:focus-visible { outline: none; } #gSea57gK8AoKlT8JockagW5Nk4tLExtA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODITHecR7RtFC3DSbHOocCseqFJXXVt9 { display:block; } #p710eda1fa1901ad70977211033205ab.widget-smartsection *:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="text"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="email"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection input[type="tel"]:focus-visible, #p710eda1fa1901ad70977211033205ab.widget-smartsection textarea:focus-visible { outline: none; } #ODITHecR7RtFC3DSbHOocCseqFJXXVt9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jty2fOt507hXPv2iM1KFq7oiSOZIia8t { display:block; }#Jty2fOt507hXPv2iM1KFq7oiSOZIia8t > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3e627ae9a9581495b5f4db427d0c260 { width:19.8125rem;height:15.5625rem;top:0.24976348876953rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5f80fb15f4eccb5fc93d077a4446356 { display:flex;width:2.1875rem;height:2.1875rem;top:1.9365539550781rem;left:1.9365530610084rem; }
 }@media only screen and (max-width: 763px) { #f29067c205316a214f2a8b5c56c4798b { width:3.8125rem;height:3.8125rem;top:1.1245269775391rem;left:1.1245265603066rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75298f8bbfec2280131e165e25d5a21 { width:6.437rem;height:2.4372625rem;top:1.1245269775391rem;left:6.7808950543406rem;display:block; }
 }@media only screen and (max-width: 763px) { #N793406b449e072d05fd42609b74122d { width:6.25rem;height:1.54345625rem;top:1.5620269775391rem;left:6.8750002980231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rba113216a93e0d540a646f0ffc9e0b7 { width:12.6243125rem;height:1.0996125rem;top:5.9996452331543rem;left:3.6872633099556rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6e922668f84c2c7379c67c2b288136e { width:17.312375rem;height:1.92480625rem;top:8.249881744385rem;left:1.3429213166237rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fede8217af1e14cea44a76d4b875eebd { width:18.3577275rem;height:3.23283375rem;top:11.487810134887rem;left:0.83155781030656rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b84989eb97133e378690824173ac15f0 { display:block; }
 }@media only screen and (max-width: 763px) { #c3673d298fb25b8e56d5d31d46d4a57a { display:flex;width:2.1875rem;height:2.1875rem;top:12.009824752807rem;left:1.4370265603066rem; }
 }@media only screen and (max-width: 763px) { #U5447460e16d73a7d88c8b313ddf76d7 { width:18.75rem;height:3.4375rem;top:34.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8a8d794c417ce775a3d1dd7a7cd831d { display:block; }
 }@media only screen and (max-width: 763px) { #a1eb637831a8d84123162d34a4275922 { width:12.75rem;height:3.8496125rem;top:25.204008102417rem;left:3.6926101446152rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G522c8757ba711c1ae8ef2fdcec09f4b { width:15.9375rem;height:2.19921875rem;top:23.0625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abe846d8f4dcfb1327b9b96645bb34cd { width:6.437rem;height:2.4372625rem;top:18.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe055a0bf5bbecd5b73b2b7461ec117e { width:6.25rem;height:1.54345625rem;top:18.5rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff2e266ad20321ca2d2046e54a50f0f1 { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #A2002bcaaed3d26399fd80d0203e83c8 { width:3.8125rem;height:3.8125rem;top:17.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5bed8cf3ae10702d00265de335478b { width:18.625rem;height:2.87405rem;top:30.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d98de0033458dfeb43f4adb02153037a { width:5.625rem;height:1.0996125rem;top:31.375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ec5d191c5aec32213785459bd9b05ec2 { width:10.9375rem;height:0.0625rem;top:32.4375rem;left:7.375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #dabdfdd9b8e9eab5d54af725c41954fe { width:10.375rem;height:1.0996125rem;top:31.125rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1b91bac56d5b35d3499899bfa02cd6b { width:19.8125rem;height:21.6875rem;top:16.687383651733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbf7456dc384beb257330bdcf6b13467 { display:flex;width:2.31238125rem;height:2.31238125rem;top:18.4375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #bbgsdWlx5F0RhtwgvVKzf0SE7gmc64RN { display:block; } #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection *:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="text"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="email"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection input[type="tel"]:focus-visible, #if25b2737e24e5eadbf8af45bbf54e3e.widget-smartsection textarea:focus-visible { outline: none; } #bbgsdWlx5F0RhtwgvVKzf0SE7gmc64RN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3b70f9b2ca0dcfa50c13246241b2fb4 { display:block; }#W3b70f9b2ca0dcfa50c13246241b2fb4 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }