.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); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r { 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; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r.adaptive-delivery-prevent-bg, #Vk3Co9wGzPfhGWcdcla5y653agkCK76r.lazyload, #Vk3Co9wGzPfhGWcdcla5y653agkCK76r.lazyloading { background-image: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container { background-color: transparent; background-image: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container > .video-iframe-container { display: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row > .video-iframe-container { display: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .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); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container { border-width: 0; border-radius: 0; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#c88272f0bab855f1fc66b788137beb56 { 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; }
#L40b2bc5dc7fa7002f9b8d9986331b70 { 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; }
#u72805896dcbfc4b6fb7cd0bed12ef0a { 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; }
#b4dc997c169f05bae38d6ff2f55b250c { 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; }
#Tf5fb9cd115b767bff054f9ce207f34e { 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; }
#i6976ceaadbd37eb817597cc52bf0029 { 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; }
#g441b74bfa60094f052e73c6b1e1f9e5 { 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; }
#c778b460ca57ee0e3cfe419d694c591e { 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; }
#s276d1b60066ae0224cdfe722688bd97 { color:#ffffff;display:block;width:27.312125rem;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.299475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u9ce9c3cfdc56e524f40fe46d2368355 { 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; }
#x844gmhTDd1AsdZH2AufTywRauQOnWza { position:relative;display:block; } #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection *:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="text"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="email"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="tel"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection textarea:focus-visible { outline: none; } #x844gmhTDd1AsdZH2AufTywRauQOnWza > .row .container { position:relative;display:block; }#BkT6PqlBU1aeB7x90pNScIaXLOAL582F { position:relative;display:block; } #Ia7b36555414343453d9593a7887436a.widget-smartsection *:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="text"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="email"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="tel"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection textarea:focus-visible { outline: none; } #BkT6PqlBU1aeB7x90pNScIaXLOAL582F > .row .container { position:relative;display:block; }#nLa81sMHgxV9tsXpbphDK43sRPPMnc0r { position:relative;display:block; } #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection *:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="text"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="email"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="tel"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection textarea:focus-visible { outline: none; } #nLa81sMHgxV9tsXpbphDK43sRPPMnc0r > .row .container { position:relative;display:block; }#MaDbKWD3PT16op48p9BE0TGnILL93ZE3 { position:relative;display:block; } #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection *:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="text"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="email"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="tel"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection textarea:focus-visible { outline: none; } #MaDbKWD3PT16op48p9BE0TGnILL93ZE3 > .row .container { position:relative;display:block; }#d09EIPXsV4OTsbw0xgm36cTM7ihSTdbn { position:relative;display:block; } #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection *:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="text"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="email"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="tel"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection textarea:focus-visible { outline: none; } #d09EIPXsV4OTsbw0xgm36cTM7ihSTdbn > .row .container { position:relative;display:block; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu { 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; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container { background-color: transparent; background-image: none; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container > .video-iframe-container { display: none; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row > .video-iframe-container { display: none; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .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); }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container { border-width: 0; border-radius: 0; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#X7000d64070c6580d814f5efbc8475a0 { 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; }
#f7949f8df5790105b0a90a17a96346f0 { 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; }
#e85ae0beec4662588837f08189b59857 { 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; }
#b364f25610b395070f6b29b45d1191cb { 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; }
#eb3c885159599d0bfcedbe34dc9a827f { 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.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tbdab6a47bd42ce8a01b23b5457c50fc { 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; }
#Q11251747bdfc3695cbc97347490e9b7 { 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; }
#fe0c2e9076618922fa420720b77a1ef1 { 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; }
#f1cc34a0273da359eca0b1c8fe935658 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uca47554e3e6b5fecfbd97b8f8106ca3 { 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; }
#e139ffc7cba681ab6c16e716ddc6c943 { 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; }
#b8f10a70c019262418fb72bf587ae713 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vfab97a80c2cde1be09555710de8d153 { 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.29953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gb4aa05ae72e783dd90b90039b86d82e { 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; }
#ve16f485d86573927e230d41f950a4ff { 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; }
#U75c7bc6a709eba1e2211a1db1f029a0 { 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.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eb173b0a8c3c81f478676ff7d39f7d46 { 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; }
#Z6dbd62369a2bf55834a517a14029b33 { 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; }
#i250338aa394f0f74cbbbcf547f4478e { 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; }
#ef8547043fcc1f4e29059e60c0acceb3 { 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; }
#c5052eeae4e108faa6af25e990345792 { 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; }
#Me8d0a7ae28ac0a75a6554637ca93a84 { 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.099825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1e94e0d8f042478f5a23bc8398541a5 { 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; }
#E58549dceb56ab0ed0012a2ca3497d45 { 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; }
#QtXSvR2xkTbqSea4nvZAFofDsK9S9tge { position:relative;display:block; } #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection *:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="text"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="email"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="tel"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection textarea:focus-visible { outline: none; } #QtXSvR2xkTbqSea4nvZAFofDsK9S9tge > .row .container { position:relative;display:block; }#s506ed0a2df0c252a6b998b90445a9cf { 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; }#s506ed0a2df0c252a6b998b90445a9cf > .row .container { background-color: transparent; background-image: none; }#s506ed0a2df0c252a6b998b90445a9cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s506ed0a2df0c252a6b998b90445a9cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s506ed0a2df0c252a6b998b90445a9cf > .row .container > .video-iframe-container { display: none; }#s506ed0a2df0c252a6b998b90445a9cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s506ed0a2df0c252a6b998b90445a9cf > .row > .video-iframe-container { display: none; }#s506ed0a2df0c252a6b998b90445a9cf > .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); }#s506ed0a2df0c252a6b998b90445a9cf > .row .container { border-width: 0; border-radius: 0; }#s506ed0a2df0c252a6b998b90445a9cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s506ed0a2df0c252a6b998b90445a9cf > .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) { #Vk3Co9wGzPfhGWcdcla5y653agkCK76r { display:block; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c88272f0bab855f1fc66b788137beb56 { top:7.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L40b2bc5dc7fa7002f9b8d9986331b70 { top:17.875rem;left:8.7500038146975rem;width:30.1875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u72805896dcbfc4b6fb7cd0bed12ef0a { top:13.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4dc997c169f05bae38d6ff2f55b250c { top:26.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5fb9cd115b767bff054f9ce207f34e { top:16.1875rem;left:21.0625rem;width:9.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #i6976ceaadbd37eb817597cc52bf0029 { top:29.625rem;left:5.4375rem;width:36.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g441b74bfa60094f052e73c6b1e1f9e5 { top:30.75rem;left:7.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c778b460ca57ee0e3cfe419d694c591e { top:31.375rem;left:8.4689865112306rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s276d1b60066ae0224cdfe722688bd97 { top:30.625rem;left:12.811632156372rem;width:27.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ce9c3cfdc56e524f40fe46d2368355 { width:39.75rem;height:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x844gmhTDd1AsdZH2AufTywRauQOnWza { display:block; } #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection *:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="text"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="email"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="tel"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection textarea:focus-visible { outline: none; } #x844gmhTDd1AsdZH2AufTywRauQOnWza > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkT6PqlBU1aeB7x90pNScIaXLOAL582F { display:block; } #Ia7b36555414343453d9593a7887436a.widget-smartsection *:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="text"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="email"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="tel"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection textarea:focus-visible { outline: none; } #BkT6PqlBU1aeB7x90pNScIaXLOAL582F > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLa81sMHgxV9tsXpbphDK43sRPPMnc0r { display:block; } #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection *:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="text"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="email"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="tel"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection textarea:focus-visible { outline: none; } #nLa81sMHgxV9tsXpbphDK43sRPPMnc0r > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaDbKWD3PT16op48p9BE0TGnILL93ZE3 { display:block; } #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection *:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="text"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="email"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="tel"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection textarea:focus-visible { outline: none; } #MaDbKWD3PT16op48p9BE0TGnILL93ZE3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #d09EIPXsV4OTsbw0xgm36cTM7ihSTdbn { display:block; } #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection *:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="text"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="email"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="tel"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection textarea:focus-visible { outline: none; } #d09EIPXsV4OTsbw0xgm36cTM7ihSTdbn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu { display:block; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7000d64070c6580d814f5efbc8475a0 { top:0rem;left:0rem;width:35.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7949f8df5790105b0a90a17a96346f0 { top:1.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e85ae0beec4662588837f08189b59857 { top:0.875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b364f25610b395070f6b29b45d1191cb { top:0.875rem;left:4.875rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb3c885159599d0bfcedbe34dc9a827f { 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) { #Tbdab6a47bd42ce8a01b23b5457c50fc { top:4.1875rem;left:4.875rem;width:15.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q11251747bdfc3695cbc97347490e9b7 { 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) { #fe0c2e9076618922fa420720b77a1ef1 { width:27.3125rem;height:3.4375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1cc34a0273da359eca0b1c8fe935658 { display:block; }
 }@media only screen and (max-width: 763px) { #uca47554e3e6b5fecfbd97b8f8106ca3 { top:10.625rem;left:1.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e139ffc7cba681ab6c16e716ddc6c943 { width:27.3125rem;height:3.4375rem;top:14.125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8f10a70c019262418fb72bf587ae713 { display:block; }
 }@media only screen and (max-width: 763px) { #Vfab97a80c2cde1be09555710de8d153 { 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) { #Gb4aa05ae72e783dd90b90039b86d82e { top:4.25rem;left:27.8125rem;width:19.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve16f485d86573927e230d41f950a4ff { top:0.875rem;left:31.1875rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75c7bc6a709eba1e2211a1db1f029a0 { 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) { #eb173b0a8c3c81f478676ff7d39f7d46 { top:14.8125rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6dbd62369a2bf55834a517a14029b33 { top:0.875rem;left:23.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i250338aa394f0f74cbbbcf547f4478e { top:10.1875rem;left:24.125rem;width:23.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8547043fcc1f4e29059e60c0acceb3 { top:11.3125rem;left:28.25rem;width:5.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5052eeae4e108faa6af25e990345792 { top:12.3125rem;left:32.125rem;width:15.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Me8d0a7ae28ac0a75a6554637ca93a84 { top:11.0625rem;left:34.999132156372rem;width:10.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1e94e0d8f042478f5a23bc8398541a5 { top:0rem;left:11.75rem;width:35.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E58549dceb56ab0ed0012a2ca3497d45 { top:1.625rem;left:24.906368255615rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtXSvR2xkTbqSea4nvZAFofDsK9S9tge { display:block; } #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection *:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="text"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="email"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="tel"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection textarea:focus-visible { outline: none; } #QtXSvR2xkTbqSea4nvZAFofDsK9S9tge > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #s506ed0a2df0c252a6b998b90445a9cf { display:block; }#s506ed0a2df0c252a6b998b90445a9cf > .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) { #Vk3Co9wGzPfhGWcdcla5y653agkCK76r { 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; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r.adaptive-delivery-prevent-bg, #Vk3Co9wGzPfhGWcdcla5y653agkCK76r.lazyload, #Vk3Co9wGzPfhGWcdcla5y653agkCK76r.lazyloading { background-image: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container { background-color: transparent; background-image: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container > .video-iframe-container { display: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row > .video-iframe-container { display: none; }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .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); }#Vk3Co9wGzPfhGWcdcla5y653agkCK76r > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c88272f0bab855f1fc66b788137beb56 { 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) { #L40b2bc5dc7fa7002f9b8d9986331b70 { width:17.3745rem;height:6.79875rem;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) { #u72805896dcbfc4b6fb7cd0bed12ef0a { 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) { #b4dc997c169f05bae38d6ff2f55b250c { 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) { #Tf5fb9cd115b767bff054f9ce207f34e { width:9.375rem;height:0;top:27.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6976ceaadbd37eb817597cc52bf0029 { width:20rem;height:11.25rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g441b74bfa60094f052e73c6b1e1f9e5 { width:3.18710625rem;height:3.18710625rem;top:28.716979980469rem;left:8.4048737287519rem;display:block; }
 }@media only screen and (max-width: 763px) { #c778b460ca57ee0e3cfe419d694c591e { display:flex;width:1.75rem;height:1.75rem;top:29.434747695923rem;left:9.1249998807906rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #s276d1b60066ae0224cdfe722688bd97 { width:19.8125rem;height:4.3993rem;top:32.873672485351rem;left:-0.031692326068878rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9ce9c3cfdc56e524f40fe46d2368355 { 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) { #x844gmhTDd1AsdZH2AufTywRauQOnWza { display:block; } #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection *:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="text"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="email"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection input[type="tel"]:focus-visible, #f347b7ebe1d13a44db3a3265404a39b0.widget-smartsection textarea:focus-visible { outline: none; } #x844gmhTDd1AsdZH2AufTywRauQOnWza > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkT6PqlBU1aeB7x90pNScIaXLOAL582F { display:block; } #Ia7b36555414343453d9593a7887436a.widget-smartsection *:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="text"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="email"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection input[type="tel"]:focus-visible, #Ia7b36555414343453d9593a7887436a.widget-smartsection textarea:focus-visible { outline: none; } #BkT6PqlBU1aeB7x90pNScIaXLOAL582F > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLa81sMHgxV9tsXpbphDK43sRPPMnc0r { display:block; } #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection *:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="text"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="email"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection input[type="tel"]:focus-visible, #y77d0f26a70cca3a652828a37d11e9f2.widget-smartsection textarea:focus-visible { outline: none; } #nLa81sMHgxV9tsXpbphDK43sRPPMnc0r > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaDbKWD3PT16op48p9BE0TGnILL93ZE3 { display:block; } #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection *:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="text"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="email"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection input[type="tel"]:focus-visible, #fe0a1c36558751d4446dd1ed238a0007.widget-smartsection textarea:focus-visible { outline: none; } #MaDbKWD3PT16op48p9BE0TGnILL93ZE3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #d09EIPXsV4OTsbw0xgm36cTM7ihSTdbn { display:block; } #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection *:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="text"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="email"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection input[type="tel"]:focus-visible, #n3442e6ce2f2bc6e790679df168c84ce.widget-smartsection textarea:focus-visible { outline: none; } #d09EIPXsV4OTsbw0xgm36cTM7ihSTdbn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu { display:block; }#Sv585oBOHZS5sVd4zxJ4nVJ3xasS0dhu > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7000d64070c6580d814f5efbc8475a0 { width:19.8125rem;height:15.5625rem;top:0.24976348876953rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7949f8df5790105b0a90a17a96346f0 { display:flex;width:2.1875rem;height:2.1875rem;top:1.9365539550781rem;left:1.9365530610084rem; }
 }@media only screen and (max-width: 763px) { #e85ae0beec4662588837f08189b59857 { width:3.8125rem;height:3.8125rem;top:1.1245269775391rem;left:1.1245265603066rem;display:block; }
 }@media only screen and (max-width: 763px) { #b364f25610b395070f6b29b45d1191cb { width:6.437rem;height:2.4372625rem;top:1.1245269775391rem;left:6.7808950543406rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb3c885159599d0bfcedbe34dc9a827f { width:6.25rem;height:1.544025rem;top:1.5620269775391rem;left:6.8750002980231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbdab6a47bd42ce8a01b23b5457c50fc { width:12.6243125rem;height:1.1002625rem;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) { #Q11251747bdfc3695cbc97347490e9b7 { width:17.312375rem;height:1.9236125rem;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) { #fe0c2e9076618922fa420720b77a1ef1 { 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) { #f1cc34a0273da359eca0b1c8fe935658 { display:block; }
 }@media only screen and (max-width: 763px) { #uca47554e3e6b5fecfbd97b8f8106ca3 { display:flex;width:2.1875rem;height:2.1875rem;top:12.009824752807rem;left:1.4370265603066rem; }
 }@media only screen and (max-width: 763px) { #e139ffc7cba681ab6c16e716ddc6c943 { 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) { #b8f10a70c019262418fb72bf587ae713 { display:block; }
 }@media only screen and (max-width: 763px) { #Vfab97a80c2cde1be09555710de8d153 { width:12.75rem;height:3.847225rem;top:25.249605178833rem;left:3.6249998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb4aa05ae72e783dd90b90039b86d82e { width:15.9375rem;height:1.1002625rem;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) { #ve16f485d86573927e230d41f950a4ff { width:6.437rem;height:2.4372625rem;top:18.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75c7bc6a709eba1e2211a1db1f029a0 { width:6.25rem;height:1.544025rem;top:18.5rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb173b0a8c3c81f478676ff7d39f7d46 { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Z6dbd62369a2bf55834a517a14029b33 { width:3.8125rem;height:3.8125rem;top:17.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i250338aa394f0f74cbbbcf547f4478e { width:18.625rem;height:2.87405rem;top:30.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8547043fcc1f4e29059e60c0acceb3 { width:5.625rem;height:1.1002625rem;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) { #c5052eeae4e108faa6af25e990345792 { width:10.9375rem;height:0.0625rem;top:32.4375rem;left:7.375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Me8d0a7ae28ac0a75a6554637ca93a84 { width:10.375rem;height:1.1002625rem;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) { #c1e94e0d8f042478f5a23bc8398541a5 { width:19.8125rem;height:21.6875rem;top:16.687383651733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E58549dceb56ab0ed0012a2ca3497d45 { display:flex;width:2.31238125rem;height:2.31238125rem;top:18.4375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #QtXSvR2xkTbqSea4nvZAFofDsK9S9tge { display:block; } #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection *:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="text"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="email"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection input[type="tel"]:focus-visible, #bbac96d51fb4b474a9754a932931a6c4.widget-smartsection textarea:focus-visible { outline: none; } #QtXSvR2xkTbqSea4nvZAFofDsK9S9tge > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #s506ed0a2df0c252a6b998b90445a9cf { display:block; }#s506ed0a2df0c252a6b998b90445a9cf > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }