.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); }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3427;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; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container { background-color: transparent; background-image: none; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container > .video-iframe-container { display: none; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row > .video-iframe-container { display: none; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .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); }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container { border-width: 0; border-radius: 0; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:block; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container { background-color: transparent; background-image: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container > .video-iframe-container { display: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row > .video-iframe-container { display: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .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); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container { border-width: 0; border-radius: 0; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#C9eca894e3dd9c02499d7a17f39aa09a { color:#1b3427;display:block;width:75rem;position:absolute;font-family:"alex brush";font-size:5.3125rem;font-weight:400;z-index:15013;line-height:.9;letter-spacing:0;top:2.625rem;left:0rem;height:4.78144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6a483e0a854681a79262c529dd966a6 { color:#1b3427;display:block;width:30.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:10.3125rem;left:22.3740234375rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3ae9f0176804caa1d1ca53efab4a6a8 { 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:9.0625rem;left:32.8125rem;display:block; }
#ddfb2f491059e935ae9dda08de061104 { box-sizing:content-box;height:6.625rem;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:18.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; }
#Tf951bf4ef905b3a98d3a84f4e70199a { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:.8;letter-spacing:0;top:19.937889099121rem;left:27.686321258545rem;height:3.99765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCRk7PZ0EmTHeVu5DAq142aHLEul3IHE { position:absolute;display:block;z-index:15030;height:21.75rem;width:38.75rem;top:9.0487422943112rem;left:36.250003814698rem;display:none; }
#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q { 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; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container { background-color: transparent; background-image: none; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container > .video-iframe-container { display: none; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row > .video-iframe-container { display: none; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .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); }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container { border-width: 0; border-radius: 0; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#ef4b65cefb48ddc038151f47cae42106 { box-sizing:content-box;height:3.2487rem;width:8.3741875rem;position:absolute;display:block;z-index:15000;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6246452331543rem;left:33.312618255615rem;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; }
#dc710c589b51080008dc0725bc9ab71d { color:#ffffff;display:block;width:4.1234625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4769172668457rem;left:35.437976837158rem;height:1.544025rem;font-style:normal;display:block; }
#b339510a15e732dbec9dd8215f0e6a6e { color:#1b3427;display:block;width:75rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:6.8429612517356rem;left:0rem;height:3.09355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jc54b3bb48a09cfd2e49b43b4b929849 { box-sizing:content-box;height:9.75rem;width:74.8125rem;position:absolute;display:block;z-index:15000;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;top:0.47372245788574rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 { 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; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container { background-color: transparent; background-image: none; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container > .video-iframe-container { display: none; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row > .video-iframe-container { display: none; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .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); }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container { border-width: 0; border-radius: 0; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#v13ff4085dd5b7cb488552dd8ae4d1c8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37.125rem;width:64.4375rem;top:3.8715276718139rem;left:5.310920715332rem;display:block; }
#f25e0247e5b436fadd7b008d03548caf { box-sizing:content-box;height:57.25rem;width:74.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0;top:0.062342166900635rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bb86ecbca6516613c0d0b3c9a76cf180 { position:absolute;display:block;z-index:15016;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:57.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ClzMbTFiDKWTSyENec35iihnGbRxbHlA { 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; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container { background-color: transparent; background-image: none; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container > .video-iframe-container { display: none; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row > .video-iframe-container { display: none; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .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); }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container { border-width: 0; border-radius: 0; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#Tcd902beb4640ad4d63aa641b81fa902 { box-sizing:content-box;height:10.93575rem;width:0.12429rem;position:absolute;display:block;z-index:15024;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:62.375rem;display:block; }
#me000e53fac06cd517abe5f2a194d7ac { color:#1b3427;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:9.1875rem;left:51.125rem;height:2.1996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb37d3deee2acd469e6f3bbb6a15725e { color:#1b3427;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.1875rem;left:63.3125rem;height:2.1996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af147e63fca980c069acadfc9b4ce439 { box-sizing:content-box;height:3.2492875rem;width:3.2492875rem;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:15054;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #1b3427;border-left:0.0625rem solid #1b3427;border-right:0.0625rem solid #1b3427;border-bottom:0.0625rem solid #1b3427;top:5.375rem;left:67.0625rem;display:block; }
#cb946ae435d1de5cb0822989c7b6061f { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.75rem;left:55.3125rem; }
#wf38a56a40f0fde827798bdbdff900ab { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:5.75rem;left:67.5rem; }
#o98e1629507fb99d455f5d256df4c4c6 { box-sizing:content-box;height:10.93575rem;width:0.12429rem;position:absolute;display:block;z-index:15023;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:50.0625rem;display:block; }
#b4409c05e25b00002729459da8b78586 { color:#1b3427;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:9.1875rem;left:38.375rem;height:2.1996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zea6807afcf10c8b4805da3f4becfce3 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.75rem;left:42.5625rem; }
#c65868b3422edaebecd72ec4609658bd { box-sizing:content-box;height:10.93575rem;width:0.12429rem;position:absolute;display:block;z-index:15023;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:37.4375rem;display:block; }
#d044fd65c94a3942d6bd70dbb29831f0 { color:#1b3427;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:9.3125rem;left:25.6875rem;height:2.1996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q53e9f20391216d9ecbd08111d78bed3 { color:#1b3427;display:block;width:30.4368125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:1rem;left:22.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7fb495978856deea78149b63be43728 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.75rem;left:29.875rem; }
#e8dde3520f148a5e08ece0b2641b9536 { box-sizing:content-box;height:10.9363125rem;width:0.12429rem;position:absolute;display:block;z-index:15022;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:24.875rem;display:block; }
#H6fdf094b09ac410a078f564a634011b { color:#1b3427;display:block;width:10.8108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:9.1875rem;left:13.125rem;height:2.1996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pf1d3521077c1f998f45f51194d1958c { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43666875rem;width:2.43666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.75rem;left:17.3125rem; }
#c6a575bb0f3ba45458d3ad04c113d080 { box-sizing:content-box;height:10.9363125rem;width:0.12429rem;position:absolute;display:block;z-index:15023;background-color:rgba(136,139,136,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:12.375rem;display:block; }
#fb822a2cb278b682a6d67ec083b8545a { color:#1b3427;display:block;width:10.81125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:9.7285346984862rem;left:0.74889755249025rem;height:1.09984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4474ac5fc4c818a37661499ea11a148 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4372625rem;width:2.4372625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.75rem;left:4.9375rem; }
#gc72bc40732397d2ba57011c24eb36fe { box-sizing:content-box;height:17.375rem;width:74.81125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0;border-left:0.125rem solid #eae6de;border-right:0.125rem solid #eae6de;border-bottom:0.125rem solid #eae6de;top:0.00078582763671875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ { 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; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container { background-color: transparent; background-image: none; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container > .video-iframe-container { display: none; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row > .video-iframe-container { display: none; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .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); }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container { border-width: 0; border-radius: 0; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#hEzlZ6nvXaEVsXxwbbJGr4wNTa5frMw1 { box-sizing:content-box;height:29.5625rem;width:74.8125rem;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:0.45990753173828rem;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; }
#TBVhTBn8Q0BS2LZffQuigaa2ut305K4L { 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.3608675rem;height:3.48584875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:24.6875rem;left:23.8125rem;display:block; }
#v2qZxiNCJiGi3dSmkO9hK3NMbJDdGTN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tigz9Tu9tyU8XWTps9bZFDhZtTIWupQF { box-sizing:content-box;height:2.93710625rem;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:20.625rem;left:25.6875rem;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; }
#bJgMMhvQpT7pNN4bf60f02A0QdKC6DFs { box-sizing:content-box;height:0.0621069375rem;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:22.6875rem;left:32.5rem;display:block; }
#MVVKTkpnqy83EPvkWpmhMKcJGOHgfQ5h { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:21.437110900879rem;left:34.812107086182rem;height:1.09984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPgBvTdnehRtPIB2aPHfV1qTDP6a77vi { color:#1b3427;display:block;width:20.687125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:16.312110900879rem;left:27.154872894287rem;height:3.29953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pq9E5wXAIfhb0xLKbfHf3QnmvaxX5EWs { color:#1b3427;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:21.437110900879rem;left:26.812107086182rem;height:1.09984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3qVx24DKE8kCD22XB2ygOWBap6axeeM { color:#1b3427;display:block;width:43.125rem;position:absolute;font-family:oswald;font-size:2.6875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:6.5605354309081rem;left:15.936321258545rem;height:8.8679375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekGLFgaPRGqLRR0fZ0WJP5243GnLUGgU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.123425rem;width:2.123425rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:25.4375rem;left:26.25rem; }
#QIbzZhN0igSMocQOGQPMvfHh8Vyt8BqG { box-sizing:content-box;height:3.25rem;width:8.375rem;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:2.1875rem;left:33.3125rem;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; }
#ZvRvymgT8kQ83LcUgxTvsoWrV9QOQRCB { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:34.3125rem;height:1.544025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R { 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; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container { background-color: transparent; background-image: none; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container > .video-iframe-container { display: none; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row > .video-iframe-container { display: none; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .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); }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container { border-width: 0; border-radius: 0; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#k421f78e06eb2932d63d320188761fce { box-sizing:content-box;height:3.24988125rem;width:8.37475rem;position:absolute;display:block;z-index:15000;background-color:#1b3427;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:33.312030792236rem;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; }
#ac5b2d93ff6175f8849bfb3730aec220 { color:#ffffff;display:block;width:4.43714375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:35.312503814698rem;height:1.544025rem;font-style:normal;display:block; }
#H7fd2d12e1dccd42555ee37dad93181e { color:#1b3427;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.6875rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:5.8121490478516rem;left:0rem;height:2.419025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af98b5f4d9f4a267c6c4e681fb8aafbf { background-color:#1b3427;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.1875rem;height:5.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:17.375rem;left:15.875rem;display:block; }
#d4ed6da11fa614c24a1950f3f936ff88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d647dc7e279e07fb61f98433658db493 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.562125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.171382904052rem;left:20.935535430908rem;height:2.03144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e47bcc65f94e3a308c2d3b27f69e7f2c { box-sizing:content-box;height:5.06214375rem;width:43.187125rem;position:absolute;display:block;z-index:15028;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.375rem;left:15.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#r614a47af394c950765ec03d742a31e0 { color:#1b3427;display:block;width:34.9365rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:11.5rem;left:21.4375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b60abd04fc6605452f8f489b674bd6bc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.68666875rem;width:3.68666875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.0625rem;left:17.25rem; }
#Hb6147fb66f1bf53aafc8a60f8694abc { box-sizing:content-box;height:24.625rem;width:74.6875rem;position:absolute;display:block;z-index:15001;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:0.43711090087891rem;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; }
#e31893cb9a61c7e0eae4e856db8d543c { position:absolute;display:block;z-index:15040;height:5.75rem;width:43.5rem;top:17.312103271484rem;left:15.874217987061rem;display:block; }
#A8b057bffa0cf570f987a6199da6e509 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:19.25rem;left:53.496852874756rem; }
#a24d5d8f8f1562e2446dfe19750334c6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.93631875rem;width:5.93631875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.9237403869629rem;left:9.9882087707519rem; }
#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 { position:relative;display:block; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 { background-color: transparent; background-image: none; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row .container > .video-iframe-container { display: none; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row > .video-iframe-container { display: none; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .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); }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 { border-width: 0; border-radius: 0; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae6de;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#cabf10199e7c440953bebb84ddcdcd55 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43588125rem;width:2.43588125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:1.1875rem;left:16.9375rem; }
#R8e5df61885ac52219903d956023c746 { color:#1b3427;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:1.6875rem;left:21.75rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N347f9311b01b1fff1d5ec20cd6d6c69 { 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; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row .container { background-color: transparent; background-image: none; }#N347f9311b01b1fff1d5ec20cd6d6c69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row .container > .video-iframe-container { display: none; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row > .video-iframe-container { display: none; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .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); }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row .container { border-width: 0; border-radius: 0; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .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) { #Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi { display:block; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSzmJcFL02bHAggSHLI9CnZA33ziryi { display:block; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9eca894e3dd9c02499d7a17f39aa09a { top:2.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6a483e0a854681a79262c529dd966a6 { top:10.3125rem;left:8.7490234375rem;width:30.1875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ae9f0176804caa1d1ca53efab4a6a8 { top:9.0625rem;left:19.1875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfb2f491059e935ae9dda08de061104 { top:18.625rem;left:5.4375rem;width:36.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf951bf4ef905b3a98d3a84f4e70199a { top:19.875rem;left:14.061321258545rem;width:19.625rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRk7PZ0EmTHeVu5DAq142aHLEul3IHE { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q { display:block; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef4b65cefb48ddc038151f47cae42106 { top:1.5625rem;left:19.687618255615rem;width:8.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc710c589b51080008dc0725bc9ab71d { top:2.4375rem;left:21.812976837158rem;width:4.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b339510a15e732dbec9dd8215f0e6a6e { top:6.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc54b3bb48a09cfd2e49b43b4b929849 { top:0.4375rem;left:0rem;width:47.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 { display:block; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v13ff4085dd5b7cb488552dd8ae4d1c8 { top:3.8125rem;left:0rem;width:47.75rem;height:27.510669253152rem;display:block; }
 }@media only screen and (max-width: 763px) { #f25e0247e5b436fadd7b008d03548caf { top:0rem;left:0rem;width:47.5rem;height:57.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb86ecbca6516613c0d0b3c9a76cf180 { top:0rem;left:0rem;width:47.75rem;height:36.886875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClzMbTFiDKWTSyENec35iihnGbRxbHlA { display:block; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcd902beb4640ad4d63aa641b81fa902 { top:4.8125rem;left:47.6875rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me000e53fac06cd517abe5f2a194d7ac { top:9.1875rem;left:37rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb37d3deee2acd469e6f3bbb6a15725e { top:9.1875rem;left:37rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #af147e63fca980c069acadfc9b4ce439 { top:5.375rem;left:44.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb946ae435d1de5cb0822989c7b6061f { top:5.75rem;left:41.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf38a56a40f0fde827798bdbdff900ab { top:5.75rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98e1629507fb99d455f5d256df4c4c6 { top:4.9375rem;left:36.4375rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4409c05e25b00002729459da8b78586 { top:9.1875rem;left:24.75rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zea6807afcf10c8b4805da3f4becfce3 { top:5.75rem;left:28.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c65868b3422edaebecd72ec4609658bd { top:4.8125rem;left:23.8125rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d044fd65c94a3942d6bd70dbb29831f0 { top:9.3125rem;left:12.0625rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53e9f20391216d9ecbd08111d78bed3 { top:1rem;left:8.6875rem;width:30.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7fb495978856deea78149b63be43728 { top:5.75rem;left:16.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8dde3520f148a5e08ece0b2641b9536 { top:4.8125rem;left:11.25rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fdf094b09ac410a078f564a634011b { top:9.125rem;left:0rem;width:10.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1d3521077c1f998f45f51194d1958c { top:5.75rem;left:3.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6a575bb0f3ba45458d3ad04c113d080 { top:4.8125rem;left:0rem;width:0.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb822a2cb278b682a6d67ec083b8545a { top:9.6875rem;left:0rem;width:10.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4474ac5fc4c818a37661499ea11a148 { top:5.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc72bc40732397d2ba57011c24eb36fe { top:0rem;left:0rem;width:47.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ { display:block; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEzlZ6nvXaEVsXxwbbJGr4wNTa5frMw1 { top:0.4375rem;left:0rem;width:47.5rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVhTBn8Q0BS2LZffQuigaa2ut305K4L { width:27.25rem;height:3.375rem;top:24.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qZxiNCJiGi3dSmkO9hK3NMbJDdGTN2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tigz9Tu9tyU8XWTps9bZFDhZtTIWupQF { top:20.625rem;left:12.0625rem;width:23.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgMMhvQpT7pNN4bf60f02A0QdKC6DFs { top:22.6875rem;left:18.875rem;width:15.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MVVKTkpnqy83EPvkWpmhMKcJGOHgfQ5h { top:21.375rem;left:21.187107086182rem;width:12.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPgBvTdnehRtPIB2aPHfV1qTDP6a77vi { top:16.25rem;left:13.529872894287rem;width:20.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9E5wXAIfhb0xLKbfHf3QnmvaxX5EWs { top:21.375rem;left:13.187107086182rem;width:6.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3qVx24DKE8kCD22XB2ygOWBap6axeeM { top:6.5rem;left:2.3113212585449rem;width:43.125rem;height:8.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekGLFgaPRGqLRR0fZ0WJP5243GnLUGgU { top:25.4375rem;left:12.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIbzZhN0igSMocQOGQPMvfHh8Vyt8BqG { top:2.1875rem;left:19.6875rem;width:8.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRvymgT8kQ83LcUgxTvsoWrV9QOQRCB { top:3.0625rem;left:20.6875rem;width:6.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R { display:block; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k421f78e06eb2932d63d320188761fce { top:1.6875rem;left:19.687030792236rem;width:8.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac5b2d93ff6175f8849bfb3730aec220 { top:2.5rem;left:21.687107086182rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7fd2d12e1dccd42555ee37dad93181e { top:5.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af98b5f4d9f4a267c6c4e681fb8aafbf { width:43.125rem;height:5.625rem;top:17.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ed6da11fa614c24a1950f3f936ff88 { display:block; }
 }@media only screen and (max-width: 763px) { #d647dc7e279e07fb61f98433658db493 { top:19.125rem;left:7.3105354309081rem;width:32.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47bcc65f94e3a308c2d3b27f69e7f2c { top:10.375rem;left:2.25rem;width:43.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r614a47af394c950765ec03d742a31e0 { top:11.5rem;left:7.8125rem;width:34.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60abd04fc6605452f8f489b674bd6bc { top:11.0625rem;left:3.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb6147fb66f1bf53aafc8a60f8694abc { top:0.375rem;left:0rem;width:47.5rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31893cb9a61c7e0eae4e856db8d543c { top:17.25rem;left:2.2492179870606rem;width:43.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8b057bffa0cf570f987a6199da6e509 { top:19.25rem;left:39.871852874756rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24d5d8f8f1562e2446dfe19750334c6 { top:3.875rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 { display:block; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cabf10199e7c440953bebb84ddcdcd55 { top:1.1875rem;left:3.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8e5df61885ac52219903d956023c746 { top:1.6875rem;left:8.125rem;width:36.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N347f9311b01b1fff1d5ec20cd6d6c69 { display:block; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .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) { #Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi { display:block; }#Ud5Ti4fZb7xnV0Wf599BB42XHKaD3rAi > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSzmJcFL02bHAggSHLI9CnZA33ziryi { 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; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi.adaptive-delivery-prevent-bg, #EmSzmJcFL02bHAggSHLI9CnZA33ziryi.lazyload, #EmSzmJcFL02bHAggSHLI9CnZA33ziryi.lazyloading { background-image: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container { background-color: transparent; background-image: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container > .video-iframe-container { display: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row > .video-iframe-container { display: none; }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .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); }#EmSzmJcFL02bHAggSHLI9CnZA33ziryi > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9eca894e3dd9c02499d7a17f39aa09a { width:20rem;height:2.53144375rem;top:2.5625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #c6a483e0a854681a79262c529dd966a6 { width:17.374rem;height:6.79875rem;top:5.9375rem;left:1.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3ae9f0176804caa1d1ca53efab4a6a8 { width:9.375rem;height:0;top:14.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfb2f491059e935ae9dda08de061104 { width:20rem;height:7.0625rem;top:13.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf951bf4ef905b3a98d3a84f4e70199a { width:20rem;height:3.99765625rem;top:14.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCRk7PZ0EmTHeVu5DAq142aHLEul3IHE { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q { display:block; }#rAHReduuSJ5Ovq5RD3brITX5s8dUWw6q > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef4b65cefb48ddc038151f47cae42106 { width:6.4375rem;height:2.4375rem;top:1.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc710c589b51080008dc0725bc9ab71d { width:4.0625rem;height:1.544025rem;top:1.625rem;left:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b339510a15e732dbec9dd8215f0e6a6e { width:20rem;height:1.40644375rem;top:4.4986972808838rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jc54b3bb48a09cfd2e49b43b4b929849 { width:19.8125rem;height:5.5rem;top:0.55930376052856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 { display:block; }#O7vLV1WMssw5qmnFLyzwlsPJ7zUlAt22 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v13ff4085dd5b7cb488552dd8ae4d1c8 { height:9.8125rem;width:17.1875rem;top:1.4976310729981rem;left:1.4053031206131rem;display:block; }
 }@media only screen and (max-width: 763px) { #f25e0247e5b436fadd7b008d03548caf { width:19.8125rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb86ecbca6516613c0d0b3c9a76cf180 { width:20rem;height:15.0625rem;top:0.49952697753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClzMbTFiDKWTSyENec35iihnGbRxbHlA { display:block; }#ClzMbTFiDKWTSyENec35iihnGbRxbHlA > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcd902beb4640ad4d63aa641b81fa902 { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #me000e53fac06cd517abe5f2a194d7ac { width:10.7493125rem;height:2.1996875rem;top:19.499763488769rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cb37d3deee2acd469e6f3bbb6a15725e { width:10.7493125rem;height:2.1996875rem;top:23.250354766846rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #af147e63fca980c069acadfc9b4ce439 { width:2.6242875rem;height:2.6242875rem;top:23.062854766846rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb946ae435d1de5cb0822989c7b6061f { display:flex;width:2.374525rem;height:2.374525rem;top:19.374763488769rem;left:1.3750000596046rem; }
 }@media only screen and (max-width: 763px) { #wf38a56a40f0fde827798bdbdff900ab { display:flex;width:2.3739375rem;height:2.3739375rem;top:23.187854766846rem;left:1.3750000596046rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #o98e1629507fb99d455f5d256df4c4c6 { width:0.0625rem;height:10.875rem;top:90.735576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4409c05e25b00002729459da8b78586 { width:10.7493125rem;height:2.1996875rem;top:15.693893432618rem;left:5.0622633099556rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zea6807afcf10c8b4805da3f4becfce3 { display:flex;width:2.374525rem;height:2.374525rem;top:15.625354766846rem;left:1.3750000596046rem; }
 }@media only screen and (max-width: 763px) { #c65868b3422edaebecd72ec4609658bd { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d044fd65c94a3942d6bd70dbb29831f0 { width:6.437rem;height:2.1996875rem;top:11.987335205078rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q53e9f20391216d9ecbd08111d78bed3 { width:13.812125rem;height:2.1996875rem;top:0.67116546630862rem;left:3.0930398106575rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7fb495978856deea78149b63be43728 { display:flex;width:2.374525rem;height:2.374525rem;top:11.875354766846rem;left:1.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #e8dde3520f148a5e08ece0b2641b9536 { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6fdf094b09ac410a078f564a634011b { width:10.7493125rem;height:2.1996875rem;top:8.2497634887694rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1d3521077c1f998f45f51194d1958c { display:flex;width:2.374525rem;height:2.374525rem;top:8.1247634887694rem;left:1.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #c6a575bb0f3ba45458d3ad04c113d080 { width:0.0625rem;height:10.875rem;top:90.610576483156rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb822a2cb278b682a6d67ec083b8545a { width:10.748875rem;height:1.09984375rem;top:4.88636302948rem;left:4.9992111921311rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4474ac5fc4c818a37661499ea11a148 { display:flex;width:2.374525rem;height:2.374525rem;top:4.2495274543763rem;left:1.3125000596046rem; }
 }@media only screen and (max-width: 763px) { #gc72bc40732397d2ba57011c24eb36fe { width:19.8125rem;height:26.6875rem;top:0.046756744384766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ { display:block; }#wSippzSvzXxATcwhPgO5Rp8fIWM0u0ZQ > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEzlZ6nvXaEVsXxwbbJGr4wNTa5frMw1 { width:19.8125rem;height:25.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVhTBn8Q0BS2LZffQuigaa2ut305K4L { width:18.75rem;height:3.4375rem;top:21.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qZxiNCJiGi3dSmkO9hK3NMbJDdGTN2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tigz9Tu9tyU8XWTps9bZFDhZtTIWupQF { width:18.625rem;height:2.87405rem;top:17.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgMMhvQpT7pNN4bf60f02A0QdKC6DFs { width:10.9375rem;height:0.0625rem;top:20.1875rem;left:7.375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #MVVKTkpnqy83EPvkWpmhMKcJGOHgfQ5h { width:12.5625rem;height:1.03144375rem;top:19rem;left:7.1249998807906rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HPgBvTdnehRtPIB2aPHfV1qTDP6a77vi { width:12.75rem;height:3.84905625rem;top:13.372249603271rem;left:3.6249998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9E5wXAIfhb0xLKbfHf3QnmvaxX5EWs { width:6.4375rem;height:1.09984375rem;top:19rem;left:0.56249988079071rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M3qVx24DKE8kCD22XB2ygOWBap6axeeM { width:18.562125rem;height:6.8741875rem;top:5.7480354309082rem;left:0.71698105335238rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #ekGLFgaPRGqLRR0fZ0WJP5243GnLUGgU { display:flex;width:2.062025rem;height:2.062025rem;top:22.5rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #QIbzZhN0igSMocQOGQPMvfHh8Vyt8BqG { width:6.437rem;height:2.4372625rem;top:2.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRvymgT8kQ83LcUgxTvsoWrV9QOQRCB { width:6.25rem;height:1.544025rem;top:2.8125rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R { display:block; }#u4UqwVJHoRNbG1V3fZlp2LsGEEp9ab9R > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k421f78e06eb2932d63d320188761fce { width:6.4375rem;height:2.4375rem;top:1.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac5b2d93ff6175f8849bfb3730aec220 { width:4.375rem;height:1.544025rem;top:2.25rem;left:7.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7fd2d12e1dccd42555ee37dad93181e { width:12.625rem;height:3.43710625rem;top:5.3121070861816rem;left:3.6871069669724rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15030;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #af98b5f4d9f4a267c6c4e681fb8aafbf { width:18.75rem;height:5.25rem;top:16.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ed6da11fa614c24a1950f3f936ff88 { display:block; }
 }@media only screen and (max-width: 763px) { #d647dc7e279e07fb61f98433658db493 { width:10.062125rem;height:2.59905625rem;top:17.949687957764rem;left:3.8121069669724rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47bcc65f94e3a308c2d3b27f69e7f2c { width:18.75rem;height:5.25rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r614a47af394c950765ec03d742a31e0 { width:13.6865rem;height:4.399375rem;top:10.3125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b60abd04fc6605452f8f489b674bd6bc { display:flex;width:2.62488125rem;height:2.62488125rem;top:11.1875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #Hb6147fb66f1bf53aafc8a60f8694abc { width:19.8125rem;height:22.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31893cb9a61c7e0eae4e856db8d543c { width:18.812125rem;height:4.875rem;top:16.812107086182rem;left:0.59276723861694rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #A8b057bffa0cf570f987a6199da6e509 { display:flex;width:1.875rem;height:1.875rem;top:18.312107086182rem;left:15.049528002739rem; }
 }@media only screen and (max-width: 763px) { #a24d5d8f8f1562e2446dfe19750334c6 { display:flex;width:2.3125rem;height:2.3125rem;top:5.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 { display:block; }#mBxM9oZ2sfyslTczFaDwcrmBVd4VEb11 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cabf10199e7c440953bebb84ddcdcd55 { display:flex;width:2.374525rem;height:2.374525rem;top:0.74988174438475rem;left:1.0617898106575rem; }
 }@media only screen and (max-width: 763px) { #R8e5df61885ac52219903d956023c746 { width:14.187375rem;height:1.92453125rem;top:0.94401168823244rem;left:4.8745267987251rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N347f9311b01b1fff1d5ec20cd6d6c69 { display:block; }#N347f9311b01b1fff1d5ec20cd6d6c69 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }