.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;
}
@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: #43694f; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #43694f; }#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); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#43694f;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; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { background-color: transparent; background-image: none; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container > .video-iframe-container { display: none; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row > .video-iframe-container { display: none; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .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); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { border-width: 0; border-radius: 0; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#WvIEvwqHi9w9Tlc5dbhKJhOyyQD4qvuJ { color:#43694f;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.328125rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTZ8ZuByTPROWI9TsOblVDIuSPQ03BQO { position:absolute;display:block;z-index:15015;background-color:rgba(149,163,91,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:37.4375rem;left:3.25rem;display:block; }
#ahnhBoyhUbQF4zbSA78O5cudOAcknGO3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:38.0625rem;left:3.875rem; }
#AitZlgdPix7hI8LNW1cUt5gw5VHrTNMK { color:#e8af4a;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.5rem;left:8.25rem;height:1.46180625rem;font-style:normal;display:block; }
#unpTVibUPtFdcFI0ft5yfaEDTfCLpJw9 { position:absolute;display:block;z-index:15017;background-color:rgba(232,175,74,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.375rem;left:3.25rem;display:block; }
#a7i8CTrdyIgHFAc6AnXTJtTcsVnOV01T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:43rem;left:3.875rem; }
#mLX6OXmEs15TxnQ1WP81ZVtmrBEXLOKt { color:#95a35b;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:43.5rem;left:8.25rem;height:1.46180625rem;font-style:normal;display:block; }
#yRcTXUA8JIE2Xs1kCg0trNpom1ynrPRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.3;top:35rem;left:3.5625rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-form-header {  }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #95a35b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:3.5625rem;color:#ffffff;font-size:1.25rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #95a35b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.25rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e8af4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#43694f;width:18.9375rem;height:3.4375rem;font-family:montserrat;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(232,175,74,0.5) ; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:first-of-type{padding-top:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:last-of-type{padding-bottom:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.125rem;left:3.25rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF {display:block;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.125rem;left:3.25rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #pWGihRtUbdtrpbItQtbkVb7XXhEy8W4F { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #k9LSLiGGUJHXsRP7FD1Lip3TyCHVCBEE { position:relative;display:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #FN5bKCa0TbE82q4mIKqISDAxpUHLKLRs { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EoxZBWSecbTGFJUZqTuxLB7cIgNCdPuP { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #UID6rNZhpkSUic5LZFGFylvyhUAFozFT { position:relative;display:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #ydM8SiTOhU4DSrmE4kaiV4qGU0aOk2ws { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #TsuS70GOtBfwFM1sgOBbwn2ktEsygGbV { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #OtweSVC9Adoogya3fZgl1Cn6wIavg7Vx { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EzVdqI7T0TcpTuuF8xW3wkJun6AUDMzH { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #t27g51kC2dSgRVvy0JPpED73HXsoVUTT { position:relative;z-index:2; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #KDoqtfKwCPL00mvPq2wC9QhiKgHE6AZV { position:relative; }
#Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd38389d-5822-4b84-b32b-006be06d1ec1/Lynn_Lin_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:42.375rem;top:18.5625rem;left:29.375rem;display:block; }#Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.adaptive-delivery-prevent-bg, #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.lazyload, #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.lazyloading { background-image: none; }
#IttxEpumQwH9ml1T8RsFvv8DtbTyGJLu { color:#43694f;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:10.243055343628rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebafa249f4e7af07b4949c08baa2699027c23c44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7d894f;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; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { background-color: transparent; background-image: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .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); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { border-width: 0; border-radius: 0; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#T4d52c2409c5874fd4dd4e26766c6b0eb10f472c { color:#242629;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875009536743rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t20346cef7f50d13c8f6adc7bbcc278c0a16ed50 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.84375rem;left:0rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O830946b237864484264d73dedb1142490044957 { position:absolute;display:block;z-index:15010;background-color:#d8ae3c;background-image:none;border-top:0.125rem solid #fecd4d;border-left:0.125rem solid #fecd4d;border-right:0.125rem solid #fecd4d;border-bottom:0.125rem solid #fecd4d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:22.25rem;left:38.4375rem;display:block; }
#X340d5002d06d27623011fb842805f5c87f5f06e { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.875rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0f4a24750cc9ab1558697dcc54246efbae79a1b { position:absolute;display:block;z-index:15007;background-color:#636d3f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #43694f;border-left:0.125rem solid #43694f;border-right:0.125rem solid #43694f;border-bottom:0.125rem solid #43694f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:22.25rem;left:27.875rem;display:block; }
#b1d410734ef6587046154343474ef8fde797ed3d { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.0625rem;left:27.75rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T03f669e9c982551cb9e1006f6a7c726aef9c0e3 { position:absolute;display:block;z-index:15004;background-color:#be8b34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e8af4a;border-left:0.125rem solid #e8af4a;border-right:0.125rem solid #e8af4a;border-bottom:0.125rem solid #e8af4a;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:22.25rem;left:17.1875rem;display:block; }
#Z0b928da7085d6bb039d176c9b6500bda25625c9 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.0625rem;left:17.3125rem;height:1.46180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9c5d3de3ea18b204e2d24943568c4fe13b73623 { position:absolute;display:block;z-index:15013;background-color:#43694f;background-image:none;border-top:0.125rem solid #95a35b;border-left:0.125rem solid #95a35b;border-right:0.125rem solid #95a35b;border-bottom:0.125rem solid #95a35b;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:22.25rem;left:49.125rem;display:block; }
#Scb25c88d815e1350b6fa5241c99fc290388e304 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:49.0625rem;height:1.46180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.875000953674rem;left:26.312501907349rem;height:8.4375rem;font-style:normal;display:block; }#ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q li:before{  }
#pSL978zcsydrWR6n25rIhAoCMGQTfb6M { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.4375rem;top:23.5625rem;left:19.9375rem;overflow:hidden;display:block; }
#wvOaFk2ttJCo6g5LroOe4twahhTwkoUM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.125rem;top:23.5625rem;left:30.75rem;overflow:hidden;display:block; }
#ACHVKuqpU0BrXTyUB3qvprAq5hKVuE5o { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.5625rem;left:41.375rem;overflow:hidden;display:block; }
#OanzHwt0XxGiM6vVqNsev57V7DZ2VJ8b { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.125rem;top:24.1875rem;left:52rem;overflow:hidden;display:block; }
#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#43694f;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; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { background-color: transparent; background-image: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .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); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { border-width: 0; border-radius: 0; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#zuIXFTOtVEPgJBXEDGIOVf922OWgk4aU { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:7.4375000530856rem;left:42.187501907349rem;height:36.3341875rem;font-style:normal;display:block; }
#ZTp5TgFWGAQ2Xcf97QJQnZfUOPgz6EiT { color:#e8af4a;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.40234375rem;left:0rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac1e5e29-33bc-4ac2-b21e-158e11bdc50a/Lynn_Lin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:22.5rem;width:22.5rem;top:4.6015625rem;left:7.5rem;display:block; }#vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh.adaptive-delivery-prevent-bg, #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh.lazyload, #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh.lazyloading { background-image: none; }
#oqC17r1ZMOOIRl6Ah4FcSMQFLTIdkhP1 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e8af4a;border-left:0.1875rem solid #e8af4a;border-right:0.1875rem solid #e8af4a;border-bottom:0.1875rem solid #e8af4a;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#e2e8e2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.04079125rem;height:2.53992875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.111110687256rem;left:60.077257156372rem;display:block; }
#mzAeJshgHaK3SEOF3tdAQsaQmwhgaMSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MO2FwPL6sIQ1GuqAJDXrVquS461qChDS { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.9175346428528rem;left:42.187501907349rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7d894f;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; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container { background-color: transparent; background-image: none; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container > .video-iframe-container { display: none; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row > .video-iframe-container { display: none; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .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); }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container { border-width: 0; border-radius: 0; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#CIuF5tS4FuVdPQull641lIGaymPNmV0s { color:#43694f;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7d894f;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; } #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection *:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="text"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="email"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="tel"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection textarea:focus-visible { outline: none; } #kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container { background-color: transparent; background-image: none; }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container > .video-iframe-container { display: none; }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row > .video-iframe-container { display: none; }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .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); }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container { border-width: 0; border-radius: 0; }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { position:relative;display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { background-color: transparent; background-image: none; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container > .video-iframe-container { display: none; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row > .video-iframe-container { display: none; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .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); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { border-width: 0; border-radius: 0; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.1875rem solid #e8af4a;background-color:#43694f;background-image:none;font-size:0.875rem;font-family:arial;height:15.7083125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vXXhg0ocu6TORf3C44KgadSwg0FnSAWb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:5.3611125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTFs9CzN71zOBPHS4ZA0gN7B8PbkKQpp { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e8af4a;border-left:0.1875rem solid #e8af4a;border-right:0.1875rem solid #e8af4a;border-bottom:0.1875rem solid #e8af4a;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#e2e8e2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.4375rem;left:30.8125rem;display:block; }
#wELMTTU4inQZiRDosAcdlTcvJXsxTNkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#43694f;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; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { background-color: transparent; background-image: none; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container > .video-iframe-container { display: none; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row > .video-iframe-container { display: none; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .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); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { border-width: 0; border-radius: 0; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#kWQEpkU1Ev8Z8kEZFvPbwM5NLhX3aSPK { color:#ffffff;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.48046875rem;left:0rem;height:2.0989625rem;text-align:center;text-align-last:center;display:block; }
#wT9m72d0NpH8hb6v5PZD1XgNCVttGgDi { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.39453125rem;left:28rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMoTdVTPVrEXuLWHJJ9esFh9RmviCBCT { z-index:15003;top:2.375rem;left:50rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.311525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aTTGW8p1Ood5VThK6vxMSWDZL32mPrqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z { display:block; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvIEvwqHi9w9Tlc5dbhKJhOyyQD4qvuJ { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZ8ZuByTPROWI9TsOblVDIuSPQ03BQO { top:37.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnhBoyhUbQF4zbSA78O5cudOAcknGO3 { top:38.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AitZlgdPix7hI8LNW1cUt5gw5VHrTNMK { top:38.5rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unpTVibUPtFdcFI0ft5yfaEDTfCLpJw9 { top:42.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7i8CTrdyIgHFAc6AnXTJtTcsVnOV01T { top:43rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLX6OXmEs15TxnQ1WP81ZVtmrBEXLOKt { top:43.5rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcTXUA8JIE2Xs1kCg0trNpom1ynrPRW { top:35rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF  { width:18.9375rem;height:15.5rem;top:16.125rem;left:0rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF {display:block;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF { width:18.9375rem;height:15.5rem;top:16.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #pWGihRtUbdtrpbItQtbkVb7XXhEy8W4F {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #k9LSLiGGUJHXsRP7FD1Lip3TyCHVCBEE {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #FN5bKCa0TbE82q4mIKqISDAxpUHLKLRs {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EoxZBWSecbTGFJUZqTuxLB7cIgNCdPuP {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #UID6rNZhpkSUic5LZFGFylvyhUAFozFT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #ydM8SiTOhU4DSrmE4kaiV4qGU0aOk2ws {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #TsuS70GOtBfwFM1sgOBbwn2ktEsygGbV {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #OtweSVC9Adoogya3fZgl1Cn6wIavg7Vx {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EzVdqI7T0TcpTuuF8xW3wkJun6AUDMzH {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #t27g51kC2dSgRVvy0JPpED73HXsoVUTT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #KDoqtfKwCPL00mvPq2wC9QhiKgHE6AZV {  }
 }@media only screen and (max-width: 763px) { #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP { top:18.5625rem;left:5.375rem;width:42.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IttxEpumQwH9ml1T8RsFvv8DtbTyGJLu { width:47.75rem;height:2.625rem;top:10.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebafa249f4e7af07b4949c08baa2699027c23c44 { display:block; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4d52c2409c5874fd4dd4e26766c6b0eb10f472c { width:47.75rem;height:4.4375rem;top:1.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t20346cef7f50d13c8f6adc7bbcc278c0a16ed50 { width:47.75rem;height:1.75rem;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O830946b237864484264d73dedb1142490044957 { width:8.6875rem;height:8.75rem;top:22.25rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X340d5002d06d27623011fb842805f5c87f5f06e { width:8.125rem;height:2.875rem;top:27.0625rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0f4a24750cc9ab1558697dcc54246efbae79a1b { width:8.6875rem;height:8.75rem;top:22.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1d410734ef6587046154343474ef8fde797ed3d { width:9.25rem;height:2.875rem;top:27.0625rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03f669e9c982551cb9e1006f6a7c726aef9c0e3 { width:8.6875rem;height:8.75rem;top:22.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0b928da7085d6bb039d176c9b6500bda25625c9 { width:8.75rem;height:1.4375rem;top:27.0625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9c5d3de3ea18b204e2d24943568c4fe13b73623 { width:8.6875rem;height:8.75rem;top:22.25rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scb25c88d815e1350b6fa5241c99fc290388e304 { width:8.75rem;height:1.4375rem;top:27.0625rem;left:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q { width:22.375rem;height:8.4375rem;top:10.875rem;left:12.687501907349rem;font-size:1.25rem;display:block; }#ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q li:before{  }
 }@media only screen and (max-width: 763px) { #pSL978zcsydrWR6n25rIhAoCMGQTfb6M { top:23.5625rem;left:6.3125rem;width:3.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvOaFk2ttJCo6g5LroOe4twahhTwkoUM { top:23.5625rem;left:17.125rem;width:3.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHVKuqpU0BrXTyUB3qvprAq5hKVuE5o { top:23.5625rem;left:27.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OanzHwt0XxGiM6vVqNsev57V7DZ2VJ8b { top:24.1875rem;left:38.375rem;width:3.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv { display:block; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIXFTOtVEPgJBXEDGIOVf922OWgk4aU { width:30.875rem;height:36.3125rem;top:7.4375rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTp5TgFWGAQ2Xcf97QJQnZfUOPgz6EiT { width:37.5rem;height:2.25rem;top:27.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh { top:4.5625rem;left:0.6875rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqC17r1ZMOOIRl6Ah4FcSMQFLTIdkhP1 { width:13rem;height:2.5rem;top:45.0625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAeJshgHaK3SEOF3tdAQsaQmwhgaMSl { display:block; }
 }@media only screen and (max-width: 763px) { #MO2FwPL6sIQ1GuqAJDXrVquS461qChDS { width:30.0625rem;height:1.8125rem;top:3.875rem;left:17.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv { display:block; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIuF5tS4FuVdPQull641lIGaymPNmV0s { width:47.75rem;height:4.4375rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection { display:block; } #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection *:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="text"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="email"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="tel"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection textarea:focus-visible { outline: none; } #kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXXhg0ocu6TORf3C44KgadSwg0FnSAWb { top:7.8125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFs9CzN71zOBPHS4ZA0gN7B8PbkKQpp { width:13.375rem;height:2.875rem;top:2.4375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wELMTTU4inQZiRDosAcdlTcvJXsxTNkz { display:block; }
 }@media only screen and (max-width: 763px) { #STcQzNnsbUS4zC6TytNAxtSDPQvWKPho { display:block; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWQEpkU1Ev8Z8kEZFvPbwM5NLhX3aSPK { top:2.4375rem;left:0rem;width:25rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9m72d0NpH8hb6v5PZD1XgNCVttGgDi { top:2.375rem;left:12.75rem;width:19rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoTdVTPVrEXuLWHJJ9esFh9RmviCBCT { top:2.375rem;left:22.625rem;width:25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTGW8p1Ood5VThK6vxMSWDZL32mPrqz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#43694f;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) { #hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z { display:block; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvIEvwqHi9w9Tlc5dbhKJhOyyQD4qvuJ { width:20rem;height:5.22395625rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kTZ8ZuByTPROWI9TsOblVDIuSPQ03BQO { width:3.75rem;height:3.75rem;top:45.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnhBoyhUbQF4zbSA78O5cudOAcknGO3 { display:flex;width:2.5rem;height:2.5rem;top:46.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #AitZlgdPix7hI8LNW1cUt5gw5VHrTNMK { width:20rem;height:1.29948125rem;top:50.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unpTVibUPtFdcFI0ft5yfaEDTfCLpJw9 { width:3.75rem;height:3.75rem;top:53.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7i8CTrdyIgHFAc6AnXTJtTcsVnOV01T { display:flex;width:2.5rem;height:2.5rem;top:53.9375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mLX6OXmEs15TxnQ1WP81ZVtmrBEXLOKt { width:20rem;height:1.29948125rem;top:58rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRcTXUA8JIE2Xs1kCg0trNpom1ynrPRW { display:flex;width:3.125rem;height:3.125rem;top:43.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:1.875rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:first-of-type{padding-top:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:last-of-type{padding-bottom:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF  { width:17.5rem;height:auto;top:26.305554389954rem;left:0rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF {display:block;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF { width:17.5rem;height:auto;top:26.305554389954rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #pWGihRtUbdtrpbItQtbkVb7XXhEy8W4F {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #k9LSLiGGUJHXsRP7FD1Lip3TyCHVCBEE {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #FN5bKCa0TbE82q4mIKqISDAxpUHLKLRs {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EoxZBWSecbTGFJUZqTuxLB7cIgNCdPuP {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #UID6rNZhpkSUic5LZFGFylvyhUAFozFT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #ydM8SiTOhU4DSrmE4kaiV4qGU0aOk2ws {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #TsuS70GOtBfwFM1sgOBbwn2ktEsygGbV {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #OtweSVC9Adoogya3fZgl1Cn6wIavg7Vx {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EzVdqI7T0TcpTuuF8xW3wkJun6AUDMzH {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #t27g51kC2dSgRVvy0JPpED73HXsoVUTT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #KDoqtfKwCPL00mvPq2wC9QhiKgHE6AZV {  }
 }@media only screen and (max-width: 763px) { #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP { width:18.1875rem;height:10.1875rem;top:14.8125rem;left:0.90625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd38389d-5822-4b84-b32b-006be06d1ec1/Lynn_Lin_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.adaptive-delivery-prevent-bg, #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.lazyload, #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IttxEpumQwH9ml1T8RsFvv8DtbTyGJLu { width:17rem;height:2.9236125rem;top:9.54861164093rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ebafa249f4e7af07b4949c08baa2699027c23c44 { background-color:#7d894f;background-image:none;display:block; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { background-color: transparent; background-image: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .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); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4d52c2409c5874fd4dd4e26766c6b0eb10f472c { width:15.75rem;height:4.22395625rem;top:1.8159723281861rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t20346cef7f50d13c8f6adc7bbcc278c0a16ed50 { width:20rem;height:3.8984375rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O830946b237864484264d73dedb1142490044957 { width:8.75rem;height:8.75rem;top:24.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X340d5002d06d27623011fb842805f5c87f5f06e { width:8.125rem;height:2.5989625rem;top:29.0625rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0f4a24750cc9ab1558697dcc54246efbae79a1b { width:8.75rem;height:8.75rem;top:24.125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1d410734ef6587046154343474ef8fde797ed3d { width:8.75rem;height:2.5989625rem;top:28.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03f669e9c982551cb9e1006f6a7c726aef9c0e3 { width:8.75rem;height:8.75rem;top:35.0625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0b928da7085d6bb039d176c9b6500bda25625c9 { width:8.1865rem;height:1.29948125rem;top:39.875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9c5d3de3ea18b204e2d24943568c4fe13b73623 { width:8.75rem;height:8.75rem;top:35.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scb25c88d815e1350b6fa5241c99fc290388e304 { width:8.75rem;height:1.29948125rem;top:39.875rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q { width:20rem;height:6.53475rem;top:14.306428909302rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#ptTIcwwwX4dZ3Gun7utdM44Km61WTm8q li:before{  }
 }@media only screen and (max-width: 763px) { #pSL978zcsydrWR6n25rIhAoCMGQTfb6M { width:3.4375rem;height:3.1875rem;top:35.841146469116rem;left:2.7048610448837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvOaFk2ttJCo6g5LroOe4twahhTwkoUM { width:3.125rem;height:3.1875rem;top:24.875003814698rem;left:2.8611110448837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHVKuqpU0BrXTyUB3qvprAq5hKVuE5o { width:3.125rem;height:3.125rem;top:24.90625rem;left:13.736110806465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OanzHwt0XxGiM6vVqNsev57V7DZ2VJ8b { width:3.125rem;height:1.875rem;top:37.209201812744rem;left:13.736110806465rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv { background-color:rgba(67,105,79,0.99);background-image:none;display:block; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { background-color: transparent; background-image: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .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); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIXFTOtVEPgJBXEDGIOVf922OWgk4aU { width:18.875rem;height:42.49129375rem;top:24.749999523163rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTp5TgFWGAQ2Xcf97QJQnZfUOPgz6EiT { width:20rem;height:1.94965rem;top:67.06250190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh { width:16.3125rem;height:16.3125rem;top:1.9375rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqC17r1ZMOOIRl6Ah4FcSMQFLTIdkhP1 { width:11.16579125rem;height:2.47742875rem;top:70.62500190735rem;left:4.4166666269303rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAeJshgHaK3SEOF3tdAQsaQmwhgaMSl { display:block; }
 }@media only screen and (max-width: 763px) { #MO2FwPL6sIQ1GuqAJDXrVquS461qChDS { width:19.5rem;height:3.57465rem;top:19.749999523163rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv { display:block; }#kNLPuNRuRIrd1vfpQVDiT2St0CvBbrEv > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIuF5tS4FuVdPQull641lIGaymPNmV0s { width:20rem;height:5.52430625rem;top:1.11328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection { display:block; } #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection *:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="text"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="email"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection input[type="tel"]:focus-visible, #hFb0cUTATgWGVmICHuaVyoQ4mw8g3ubd.widget-smartsection textarea:focus-visible { outline: none; } #kfp3RbhHhUEcSlIxgQpgwxvcMAN10WXZ > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXXhg0ocu6TORf3C44KgadSwg0FnSAWb { width:20rem;height:3.7361125rem;top:6.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFs9CzN71zOBPHS4ZA0gN7B8PbkKQpp { width:11.5625rem;height:2.8125rem;top:2.1875rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wELMTTU4inQZiRDosAcdlTcvJXsxTNkz { display:block; }
 }@media only screen and (max-width: 763px) { #STcQzNnsbUS4zC6TytNAxtSDPQvWKPho { display:block; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWQEpkU1Ev8Z8kEZFvPbwM5NLhX3aSPK { width:20rem;height:1.798825rem;top:1.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9m72d0NpH8hb6v5PZD1XgNCVttGgDi { width:20rem;height:2.111325rem;top:3.787109375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoTdVTPVrEXuLWHJJ9esFh9RmviCBCT { top:5.896484375rem;left:0rem;width:20rem;height:2.249025rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTGW8p1Ood5VThK6vxMSWDZL32mPrqz { display:block; }
 }