.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,252,252;--color-primary-1:253,245,246;--color-primary-2:251,234,236;--color-primary-3:126,117,118;--color-primary-4:38,35,35;--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: #2e2e2e; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2e2e2e; }#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); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container { background-color: transparent; background-image: none; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container > .video-iframe-container { display: none; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row > .video-iframe-container { display: none; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .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); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container { border-width: 0; border-radius: 0; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#hTl0rUhLcR3Xa9F7mJ3s7cep5n3ukddG { color:#2e2e2e;display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:8.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmAZTMHfyJyJnRo7CH814apm64wkmrDN { color:#cba135;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container { background-color: transparent; background-image: none; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container > .video-iframe-container { display: none; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row > .video-iframe-container { display: none; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .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); }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container { border-width: 0; border-radius: 0; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#BCSJcoBUPzP2t0k5BoCSOFohL3LpmXR7 { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8pJ8TJL5DOpHbNFUGJHFA6URlEWIiFL { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15017;background-color:#cba135;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:7.5rem;display:block; }
#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container { background-color: transparent; background-image: none; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container > .video-iframe-container { display: none; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row > .video-iframe-container { display: none; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .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); }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container { border-width: 0; border-radius: 0; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#Lze49b9aDkaPEEM844evqXDQrhkV0sob { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.75rem;width:60rem;top:1.625rem;left:7.5rem;display:block; }
#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container { background-color: transparent; background-image: none; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container > .video-iframe-container { display: none; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row > .video-iframe-container { display: none; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .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); }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container { border-width: 0; border-radius: 0; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Nao2ghBSKLhkw9afGWVZvNFHXnCEnETw { color:#2e2e2e;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.6025390625rem;left:16.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgS8AP3Tfq4ZtKO8ZgFb45viN8tKplKs { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;top:8.400390625rem;left:18.75rem;background-color:transparent;background-image:none;height:1.94970625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#eP35JtWUTfgJGsfNRwyTkE1D93AFf4D3 { color:#2e2e2e;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.8935546875rem;left:16.59375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmgg40NBCe1JvghgM2dRyAL6CxQBb67U { display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;top:12.6669921875rem;left:15.375rem;background-color:transparent;background-image:none;height:1.70605625rem;text-align:center;text-align-last:center;color:#2e2e2e;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gyfvVUKHABpMmuEDSRZL5LG4c9ElZe5t { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#cba135;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.125rem;left:7.5rem;display:block; }
#cQcmS0zP3TLNABpVMqgMILthFLW49H7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container { background-color: transparent; background-image: none; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container > .video-iframe-container { display: none; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row > .video-iframe-container { display: none; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .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); }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container { border-width: 0; border-radius: 0; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#mXbq0rLwuMpUZPPVModKFNxPB086Uwwl { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:1.6875rem;left:22.3125rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNLoMTuXPXM5LRqWLTPkxDz9wnH29pf3 { background-color:#3b5998;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.375rem;left:27.84375rem;display:block; }
#ixCJMu1xRvfd3eSAJImobdWGHob0tBvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container { background-color: transparent; background-image: none; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container > .video-iframe-container { display: none; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row > .video-iframe-container { display: none; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .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); }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container { border-width: 0; border-radius: 0; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#hD10JgJ4Emp9wH0R8c7BL0N6KSMAczT2 { background-color:#cba135;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:10.625rem;width:0.3125rem;position:absolute;display:block;z-index:15006;top:2.375rem;left:37.3134765625rem;display:block; }
#qvIzM4RiovRsnJtZwu4JkwVLqFREDR5c { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.9150390625rem;left:16.875rem; }
#qvIzM4RiovRsnJtZwu4JkwVLqFREDR5c > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#Q5612bPM8Tgmr9MxDrmgFNcpRT9C0TCR { color:#2e2e2e;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAm9EtVVsky6uzut8VocaXy99V0np1yb { color:#2e2e2e;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.375rem;left:37.5rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aahb4Tgud1LExAVzixZAIfTNuWR1vCwP { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.9150390625rem;left:54.375rem; }
#Aahb4Tgud1LExAVzixZAIfTNuWR1vCwP > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeaec;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; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container { background-color: transparent; background-image: none; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container > .video-iframe-container { display: none; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row > .video-iframe-container { display: none; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .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); }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container { border-width: 0; border-radius: 0; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#FezKd9THU7ikZo9Rmdn5A2zP2uxMg1Va { position:absolute;display:block;z-index:15005;background-color:#2e2e2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:15.625rem;top:7.28125rem;left:29.6875rem;display:block; }
#IAwwuuzPUyQA1fsG7Nuuc8QbVKHUA83u { position:absolute;display:block;z-index:15038;height:4.5rem;width:15.3125rem;top:6.75rem;left:29.84375rem;display:block; }
#sPOrRF5wE4cCbTOcmIDaIwmlo0Vat9RH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.8125rem;left:42rem; }
#RttV38ViIK2Vog4RahVQFrJLyxlTBNZr { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;height:1.94970625rem;top:8rem;left:32.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTBD82DMq8N4JKs5ybuoB9Ot91VrcHwP { color:#2e2e2e;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.4560546875rem;left:11.15625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfcfsApH2xtvmohk93gIuymWk3XOQsEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;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; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container { background-color: transparent; background-image: none; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container > .video-iframe-container { display: none; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row > .video-iframe-container { display: none; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .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); }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container { border-width: 0; border-radius: 0; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;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) { #wuRON22zXBWvmwFXaTmHmBGQky94OA0I { display:block; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTl0rUhLcR3Xa9F7mJ3s7cep5n3ukddG { top:2.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAZTMHfyJyJnRo7CH814apm64wkmrDN { top:6.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv { display:block; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCSJcoBUPzP2t0k5BoCSOFohL3LpmXR7 { top:2.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8pJ8TJL5DOpHbNFUGJHFA6URlEWIiFL { top:5.75rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom { display:block; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lze49b9aDkaPEEM844evqXDQrhkV0sob { top:1.625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 { display:block; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nao2ghBSKLhkw9afGWVZvNFHXnCEnETw { top:1.5625rem;left:2.96875rem;width:41.8125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS8AP3Tfq4ZtKO8ZgFb45viN8tKplKs { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP35JtWUTfgJGsfNRwyTkE1D93AFf4D3 { top:4.875rem;left:2.96875rem;width:41.8125rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmgg40NBCe1JvghgM2dRyAL6CxQBb67U { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyfvVUKHABpMmuEDSRZL5LG4c9ElZe5t { top:17.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQcmS0zP3TLNABpVMqgMILthFLW49H7A { display:block; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXbq0rLwuMpUZPPVModKFNxPB086Uwwl { width:30.4375rem;height:8.75rem;top:1.6875rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNLoMTuXPXM5LRqWLTPkxDz9wnH29pf3 { width:19.3125rem;height:3.4375rem;top:11.375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCJMu1xRvfd3eSAJImobdWGHob0tBvQ { display:block; }
 }@media only screen and (max-width: 763px) { #AC81tMildB5Acg7IpRmBvUzz08EMTJe1 { display:block; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD10JgJ4Emp9wH0R8c7BL0N6KSMAczT2 { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIzM4RiovRsnJtZwu4JkwVLqFREDR5c { top:5.875rem;left:10.0625rem;width:3.75rem;height:3.75rem;display:block; }
#qvIzM4RiovRsnJtZwu4JkwVLqFREDR5c > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #Q5612bPM8Tgmr9MxDrmgFNcpRT9C0TCR { top:2.375rem;left:0rem;width:37.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAm9EtVVsky6uzut8VocaXy99V0np1yb { top:2.375rem;left:10.25rem;width:37.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aahb4Tgud1LExAVzixZAIfTNuWR1vCwP { top:5.875rem;left:33.9375rem;width:3.75rem;height:3.75rem;display:block; }
#Aahb4Tgud1LExAVzixZAIfTNuWR1vCwP > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 { display:none; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FezKd9THU7ikZo9Rmdn5A2zP2uxMg1Va { top:7.25rem;left:16.0625rem;width:15.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAwwuuzPUyQA1fsG7Nuuc8QbVKHUA83u { top:6.75rem;left:16.21875rem;width:15.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPOrRF5wE4cCbTOcmIDaIwmlo0Vat9RH { top:7.8125rem;left:28.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RttV38ViIK2Vog4RahVQFrJLyxlTBNZr { top:8rem;left:18.6875rem;width:10.3125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTBD82DMq8N4JKs5ybuoB9Ot91VrcHwP { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfcfsApH2xtvmohk93gIuymWk3XOQsEW { display:block; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fbeaec;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) { #wuRON22zXBWvmwFXaTmHmBGQky94OA0I { background-color:#fbeaec;background-image:none;position:relative;z-index:auto;display:block; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container { background-color: transparent; background-image: none; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container > .video-iframe-container { display: none; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row > .video-iframe-container { display: none; }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .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); }#wuRON22zXBWvmwFXaTmHmBGQky94OA0I > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTl0rUhLcR3Xa9F7mJ3s7cep5n3ukddG { width:20rem;height:2.5996125rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmAZTMHfyJyJnRo7CH814apm64wkmrDN { width:17.5625rem;height:5.361325rem;top:5.1875rem;left:1.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv { display:block; }#XZ8ZDENivBpw8adqRB1MEMwWxyurBlVv > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCSJcoBUPzP2t0k5BoCSOFohL3LpmXR7 { width:19.5625rem;height:1.4624rem;top:1.9248046875rem;left:0.21875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N8pJ8TJL5DOpHbNFUGJHFA6URlEWIiFL { width:18.75rem;height:0.25rem;top:4.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom { display:block; }#e0H6NNQAnBTSe9nBhJJyUl7PKmJHTrom > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lze49b9aDkaPEEM844evqXDQrhkV0sob { height:10.8125rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 { display:block; }#cItc2Fhc3qdVNcTO4hSwZSinTD84ARl8 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nao2ghBSKLhkw9afGWVZvNFHXnCEnETw { width:16.875rem;height:1.94970625rem;top:0.9375rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS8AP3Tfq4ZtKO8ZgFb45viN8tKplKs { left:0rem;background-color:transparent;background-image:none;top:7.45703125rem;width:20rem;height:1.54345625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP35JtWUTfgJGsfNRwyTkE1D93AFf4D3 { width:15.5625rem;height:2.92480625rem;top:3.5078125rem;left:2.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmgg40NBCe1JvghgM2dRyAL6CxQBb67U { left:1.25rem;background-color:transparent;background-image:none;top:10.5rem;width:17.5rem;height:2.5996125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gyfvVUKHABpMmuEDSRZL5LG4c9ElZe5t { width:18.75rem;height:0.25rem;top:14.787109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQcmS0zP3TLNABpVMqgMILthFLW49H7A { display:block; }#cQcmS0zP3TLNABpVMqgMILthFLW49H7A > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXbq0rLwuMpUZPPVModKFNxPB086Uwwl { width:18.5rem;height:7.31200625rem;top:0.8505859375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HNLoMTuXPXM5LRqWLTPkxDz9wnH29pf3 { width:17.5rem;height:3.4375rem;top:9.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCJMu1xRvfd3eSAJImobdWGHob0tBvQ { display:block; }
 }@media only screen and (max-width: 763px) { #AC81tMildB5Acg7IpRmBvUzz08EMTJe1 { display:block; }#AC81tMildB5Acg7IpRmBvUzz08EMTJe1 > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD10JgJ4Emp9wH0R8c7BL0N6KSMAczT2 { left:0.625rem;background-color:#e8af4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:10.09375rem;width:18.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIzM4RiovRsnJtZwu4JkwVLqFREDR5c { display:flex;width:3.125rem;height:3.125rem;top:4.40625rem;left:8.75rem;font-size:2.1875rem; }
#qvIzM4RiovRsnJtZwu4JkwVLqFREDR5c > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Q5612bPM8Tgmr9MxDrmgFNcpRT9C0TCR { width:20rem;height:1.4624rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAm9EtVVsky6uzut8VocaXy99V0np1yb { width:20rem;height:1.4624rem;top:12.59375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aahb4Tgud1LExAVzixZAIfTNuWR1vCwP { display:flex;width:3.25rem;height:3.25rem;top:15.32421875rem;left:8.4375rem;font-size:2.25rem; }
#Aahb4Tgud1LExAVzixZAIfTNuWR1vCwP > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 { display:block; }#P6mbWOVV5u0gAkVxc4BGAFytuZCE4vD0 > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FezKd9THU7ikZo9Rmdn5A2zP2uxMg1Va { width:15.625rem;height:3.4375rem;top:6.4375rem;left:2.1875rem;z-index:15001;background-color:#2e2e2e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IAwwuuzPUyQA1fsG7Nuuc8QbVKHUA83u { width:15.3125rem;height:4.5rem;top:5.90625rem;left:2.34375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #sPOrRF5wE4cCbTOcmIDaIwmlo0Vat9RH { display:flex;width:2.375rem;height:2.375rem;top:6.9375rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #RttV38ViIK2Vog4RahVQFrJLyxlTBNZr { top:7.125rem;left:4.3125rem;width:10.3125rem;height:1.94970625rem;z-index:15036;font-family:roboto;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gTBD82DMq8N4JKs5ybuoB9Ot91VrcHwP { width:20rem;height:2.92480625rem;top:1.28857421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfcfsApH2xtvmohk93gIuymWk3XOQsEW { display:block; }#VfcfsApH2xtvmohk93gIuymWk3XOQsEW > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }