.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5b349;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/SkCP6naG/web_banner.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:10.625rem;top:6.5rem;left:13.211719512939rem;overflow:hidden;display:block; }
#qCmxant3h1VOAnfg4XoZVxAlSqPpBUoH { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:33.4375rem;top:10.25rem;left:3.125rem;overflow:hidden;display:block; }
#XRLQhqUBmc4KSKGr3esPTtufR80GBaXI { z-index:100000;top:1.125rem;left:22.64999961853rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lhMTr7bB8OPIO1BA2JIPP6K6INuXLS52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dt5c4lWr48nc6pQzCoTzhPFgrQqGMQuz { z-index:100001;top:1.125rem;left:30.64999961853rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E48buwqVKx0CzUlUnbvUDUoSX97KxfOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z7vfQz319u1ZcrF7gBUF82mHzvUcCIQL { z-index:100002;top:1.125rem;left:38.64999961853rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aVWA705Uouyo9r6hD90gcph1KKdFEcMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AnNX2SLW6RfAueai1b6Xp1nvdNPEVCiz { z-index:100003;top:1.125rem;left:46.64999961853rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IaSZkdv8N0Rk5VvQ8m0KyPOhrwPRuqOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OTIT4G2iH8VEl5E6voxHtdu5DpgPlXar { color:#4f4b4c;display:block;width:29.625rem;position:absolute;font-family:"noto sans tc";font-size:2.75rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:3.6375rem;text-align:left;text-align-last:left;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; }
#TryqTb77xDeH9m4xpehbLierGkpTERUH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk.adaptive-delivery-prevent-bg, #SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk.lazyload, #SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk.lazyloading { background-image: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container { background-color: transparent; background-image: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container > .video-iframe-container { display: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row > .video-iframe-container { display: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .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); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container { border-width: 0; border-radius: 0; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#rM0anp0ZCC6eLkzqBsS9LSSaPMsmOOTe { color:#2c2d2d;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:3.3750009536743rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgOR7azlpcCqUa2L590wZuAvSzGgohIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container { background-color: transparent; background-image: none; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container > .video-iframe-container { display: none; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row > .video-iframe-container { display: none; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .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); }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container { border-width: 0; border-radius: 0; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#JVU7EadOGgq5ZBNFbv2iOPiMKuslGw1V { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:16.9375rem;top:1.6234376430511rem;left:35.937501907349rem;overflow:hidden;display:block; }
#gOZ68LTkzNmIFHVkXPoQ9QRrioV5gNSq { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.6875rem;width:31rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container { background-color: transparent; background-image: none; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container > .video-iframe-container { display: none; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row > .video-iframe-container { display: none; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .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); }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container { border-width: 0; border-radius: 0; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container { font-size:0.875rem;font-family:arial;height:125.5625rem;width:60rem;position:relative;display:block; }#f2Nfu6yq6fKTO12i8Pqh8bm0UwrXssvx { position:absolute;display:block;z-index:100002;background-color:#fbf5ee;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:125.5625rem;width:60rem;top:-0.0625rem;left:0rem;display:block; }
#CrrSfRRrXRNxfSbBFuDuJMCIAtk6plD9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:62.479689598084rem;left:11.649219512939rem;display:block; }
#BG0pZvNSx4bX0K1deKTmggKh55i0MxNN { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:13.375rem;top:88.9484333992rem;left:9.02499961853rem;overflow:hidden;display:block; }
#w9vF5Qo8CdrNhW3OSH8h3LUL5slSRHZ9 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:13.375rem;top:105.70000219345rem;left:38.336717605591rem;overflow:hidden;display:block; }
#zDMgAfRTQe13o3K5NQsIIthBSncloth2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:27.375rem;top:89.696870803831rem;left:27.836717605591rem;overflow:hidden;display:block; }
#DRs66E72qtT4ZMBgQhPOdH3FTsRxAAv9 { color:#666666;display:block;width:22.875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:94.1718711853rem;left:31.18124961853rem;height:2.925rem;display:block; }
#T9HnDWbeUMqGCHUWr2SbsPsBucxTFeGT { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:27.125rem;top:107.17500209808rem;left:6.2117195129394rem;overflow:hidden;display:block; }
#noCIKJ4q8S5OcMtbUsk25xiR9eABzeUF { color:#666666;display:block;width:22.875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:111.77500247956rem;left:9.02499961853rem;height:2.925rem;display:block; }
#oKciAsIuTMC62RxeFRUREPNb1PfUDrVb { color:#4f4b4c;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.4625000953674rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnd32vGFlXtdkLQJrOodWURmHpzFPpvX { color:#4f4b4c;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.211718559265rem;left:9.46249961853rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKMAdwhJ6PRRAxn8wvryJz7QGOsRbrVO { color:#eeb013;display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:13.323437452316rem;left:8.21249961853rem;height:9.75rem;font-style:normal;display:block; }
#Hq6CxwNJ5rWikzkQkk9SAGnRWACcwkLE { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:19.374998450279rem;left:21.33749961853rem;height:1.4625rem;font-style:normal;display:block; }
#Wmkvx98MB7gHysHtizpQ4309qsFdUOrx { color:#4f4b4c;display:block;width:18.375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:23.073438644409rem;left:5.8367195129394rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBJFTnyxDFfqsANBkSt10K7yrUUzuXnb { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:27.1875rem;top:12.167187213898rem;left:27.836717605591rem;overflow:hidden;display:block; }
#BxVAV1S7uxF9ACVFLHCwSpFZNCQ54qbJ { color:#4f4b4c;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:31.837501287461rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqn0SBWfKfQL2UWh5sbJiMas2yhpcxPF { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:23.948437213897rem;left:27.836717605591rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Z6LBhmkIGRxEUL0KVr0CGQIBliTKhu6F { color:#eeb013;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:36.78750038147rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbo4wDEqLDuPIT6TpskM2d0gvSc7UKTB { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:11.5rem;top:43.16250038147rem;left:10.96249961853rem;overflow:hidden;display:block; }
#WutAwPEnq1BvDRhGLLKaTpcARDHMbfk5 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dotted #eeb013;border-left:0.25rem dotted #eeb013;border-right:0.25rem dotted #eeb013;border-bottom:0.25rem dotted #eeb013;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:12.4375rem;width:28.375rem;top:44.47500038147rem;left:27.086717605591rem;display:block; }
#XnH5AuFI3NovpMJv9rBTtiiVCSN1FM5B { color:#4f4b4c;display:block;width:28.5rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:46.35000038147rem;left:27.274217605591rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#fMK23ciy6tKln9HdkzBlkghTsydCc3X8 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:49.190626144409rem;left:47.774221420288rem;height:1.3rem;display:block; }
#btIn0souXnifp9QFTOnvFKNvCGurMfIM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:48.743751525879rem;left:35.274217605591rem;height:2.19375rem;font-style:normal;display:block; }
#TUkvgwgVnJRS8PMGCyIxTVz7T00K1GnT { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:51.950000762939rem;left:29.992967605591rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#eRiMoGSX8S66Ei5A2UMrUMePbBbXaTZ3 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.18), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.18), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.18), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.18), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.18), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:20.0625rem;width:53.0625rem;top:8.1671872138975rem;left:3.46875rem;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { color:#ffc500;display:block;width:27.375rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:4.1218715310097rem;left:32.687501907349rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IIGaC6gCinNi5AhKU6U3TGLopuZuIide { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:7.24843364954rem;left:32.687501907349rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#D6T01W0a4FcZvRm2aIxO0qude1yqqbte { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:30rem;top:3.0547380447388E-6rem;left:0rem;overflow:hidden;display:block; }
#Jn0TZ7TyVhoN44HSqBMsbeTQ6f1bENMn { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:30rem;top:16.750000953674rem;left:30.000001907349rem;overflow:hidden;display:block; }
#Eu70IdxLZIdQp9e4zKmxba2IPkOLUofr { color:#ffc500;display:block;width:27.375rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:19.74609375rem;left:2.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMlahqazxSJyHmkzDc3n6yPgA2ics7bD { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:23.036716461182rem;left:2.6875rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UvE2NbRqBlk0n0tCppWGK9bfT4Tnpan3 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:30rem;top:33.499999523163rem;left:0rem;overflow:hidden;display:block; }
#e41s6AsQuNgLI4tHMTTWC0Z7F1VV9nnZ { color:#ffc500;display:block;width:27.375rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:36.558595277369rem;left:32.625001907349rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDxbveWPRQ9EW3StCb9TZxDqgrwUOP5p { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:39.311712838709rem;left:32.687501907349rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TVnJ9qx8mslbG7g8CbzG9h12ngPTb8t9 { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:52.25rem;left:21.27499961853rem;display:block; }
#Pki8aH4D6ZzgPhraTAqG0N1cpigRGlBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qtlAnH0M/bg_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E.adaptive-delivery-prevent-bg, #vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E.lazyload, #vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E.lazyloading { background-image: none; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container { background-color: transparent; background-image: none; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container > .video-iframe-container { display: none; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row > .video-iframe-container { display: none; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .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); }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container { border-width: 0; border-radius: 0; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;position:relative;display:block; }#MLRN0QTMJ8bsiTSVDNdnzciXUgeKkDzT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:16.5625rem;top:12.137500047684rem;left:8.27499961853rem;overflow:hidden;display:block; }
#o2kNtACI8EyeWOBsySof0PZ5oViGt3Gd { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FFRzvBLMm0Wi1rIQqDJ150uBHvW4JaFU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.3117175102231rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFH3JqURfCnSFkMisWXdUw9TE2BtPv7Q { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.430469512939rem;left:8.33749961853rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCd9kGJJKBAc3b7ThESCAyTntovOSgh0 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:17.729688644409rem;left:8.33749961853rem;height:2.9875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noKOFkpwnsxwb2QD8l77EHHbm9ZEavgN { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.023438453674rem;left:27.64999961853rem;height:2.3375rem;font-style:normal;display:block; }
#LZPwICPM6u5rodAxC5tPEIn7ZtkEczEu { color:#f5b349;display:block;width:13rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.043749809265rem;left:34.96249961853rem;height:9.75rem;font-style:normal;display:block; }
#JeZT9KqTw1NABfbZzTJSUPe29TlLb2WJ { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:18.023438274861rem;left:48.58749961853rem;height:2.3375rem;font-style:normal;display:block; }
#qzqZTBoeUgq0M5CBPTzFQX64WAvPm4Ah { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:16.4375rem;top:28.429699420929rem;left:31.58749961853rem;overflow:hidden;display:block; }
#CN8E1k92aCxAbJ10J1SWeqAwkfJ0KNh6 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:33.667187213897rem;left:31.58749961853rem;height:2.9875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdwrQb58o7uNABxzW0n1P37k4562qavN { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:30.555469989777rem;left:31.58749961853rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8xQCXBzkd0VAcSZv9KTRVofmFx0g8hs { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:35.542972564698rem;left:4.6492195129394rem;height:2.3375rem;font-style:normal;display:block; }
#cKodqs2dfFyBmudW1HizXlxweZfrNXS3 { color:#f5b349;display:block;width:13rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.679691314698rem;left:12.711719512939rem;height:9.75rem;font-style:normal;display:block; }
#XmDGqyosoSCi4DXEvIVpIpSaPtzHFH42 { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:35.542972564698rem;left:26.52499961853rem;height:2.3375rem;font-style:normal;display:block; }
#P0c1Svr9iVrkk5bpq0eFoRd39Kvc2HGX { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:43.250009536743rem;left:21.250001907349rem;display:block; }
#DbkDR0F9Gxxk80RI1XixwTIwlF7mVO9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IN1OXPcxLkQevCu1syTwGxSiEB6kHbrv { position:absolute;display:block;z-index:100003;background-color:rgba(23,23,23,0.1);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;height:50.625rem;width:60rem;top:0rem;left:0rem;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#2c2d2d;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:3.5000019073486rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container { background-color: transparent; background-image: none; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container > .video-iframe-container { display: none; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row > .video-iframe-container { display: none; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .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); }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container { border-width: 0; border-radius: 0; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#WZRgLA2SITIeiVcaWeOxJaLJ4bWR58QD { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:url("https://images.assets-landingi.com/ahxyLX2x/about_01.jpg");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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:3.0625rem;left:5.0625rem;display:block; }#WZRgLA2SITIeiVcaWeOxJaLJ4bWR58QD.adaptive-delivery-prevent-bg, #WZRgLA2SITIeiVcaWeOxJaLJ4bWR58QD.lazyload, #WZRgLA2SITIeiVcaWeOxJaLJ4bWR58QD.lazyloading { background-image: none; }
#wwiJEDpgxSdw34RXIzb5gZIrGPQoxNxk { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:url("https://images.assets-landingi.com/2xDGR21w/about_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:3.0625rem;left:25.0625rem;display:block; }#wwiJEDpgxSdw34RXIzb5gZIrGPQoxNxk.adaptive-delivery-prevent-bg, #wwiJEDpgxSdw34RXIzb5gZIrGPQoxNxk.lazyload, #wwiJEDpgxSdw34RXIzb5gZIrGPQoxNxk.lazyloading { background-image: none; }
#w48gl8unU8vrEGnOGL1qS9AWbPfBPaNn { color:#eeb013;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:14.125rem;left:2.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ETl3s1hm5kdGVsUWbQHfhBNhpKDfQha4 { color:#eeb013;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:14.125rem;left:22.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JkUg4RbuLKnQguhPHxGyva5drvrKVPbS { color:#eeb013;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:14.125rem;left:43.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#l6CnOUFHIMGdtz7osdXOcZitiRoPadyi { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:url("https://images.assets-landingi.com/y1jVx7kA/about_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:3.0625rem;left:45.6875rem;display:block; }#l6CnOUFHIMGdtz7osdXOcZitiRoPadyi.adaptive-delivery-prevent-bg, #l6CnOUFHIMGdtz7osdXOcZitiRoPadyi.lazyload, #l6CnOUFHIMGdtz7osdXOcZitiRoPadyi.lazyloading { background-image: none; }
#WqaAg4as1o4pkdQETAMEwDcKg2H4lcr9 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwfWTh9w4OgE3nsxUevfzh6ZWaXwRGAi { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:16.625rem;left:22.8125rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFLno8qhXcTD61f39F60iIy8QPL2CfWX { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:16.625rem;left:42.8125rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container { background-color: transparent; background-image: none; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container > .video-iframe-container { display: none; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row > .video-iframe-container { display: none; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .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); }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container { border-width: 0; border-radius: 0; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#RTf7CacK1Sv0GOZxZOnyO9mkOpbTcVtO { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:url("https://images.assets-landingi.com/Voc2aY8s/about_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:2.5625rem;left:5.3125rem;display:block; }#RTf7CacK1Sv0GOZxZOnyO9mkOpbTcVtO.adaptive-delivery-prevent-bg, #RTf7CacK1Sv0GOZxZOnyO9mkOpbTcVtO.lazyload, #RTf7CacK1Sv0GOZxZOnyO9mkOpbTcVtO.lazyloading { background-image: none; }
#DLW4P9q4WHLbcrh2z8LFQ9wE01f5qW0b { color:#eeb013;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:13.6875rem;left:3rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bbNNeX5mo9LJLUclzTdeUJDintDKbl1q { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:16.1875rem;left:3.0625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRgempTle5LCt59c7Uuh2DVhT9TIBubI { color:#eeb013;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:13.6875rem;left:23rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QZnpnwnJLqRHvT9ZwD9BT9iPriOqK37W { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:16.1875rem;left:23.0625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oR17y7aUhlPdV2XWVbyNi3OvkxKKUhmH { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:url("https://images.assets-landingi.com/RkvqqceJ/about_05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:2.5625rem;left:25.3125rem;display:block; }#oR17y7aUhlPdV2XWVbyNi3OvkxKKUhmH.adaptive-delivery-prevent-bg, #oR17y7aUhlPdV2XWVbyNi3OvkxKKUhmH.lazyload, #oR17y7aUhlPdV2XWVbyNi3OvkxKKUhmH.lazyloading { background-image: none; }
#ZyAHFD5I9KpvGfKNdnS6R4f4UxQ53ANN { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:16.1875rem;left:43.0625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQvAGdPyS3Cq0idILTTPWwThiv7yifkq { color:#eeb013;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:13.6875rem;left:43.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yuVzu9muiRl1aNOKl1mUtUgDz9CDku3a { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:url("https://images.assets-landingi.com/ryTMbzME/about_06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:2.5625rem;left:45.9375rem;display:block; }#yuVzu9muiRl1aNOKl1mUtUgDz9CDku3a.adaptive-delivery-prevent-bg, #yuVzu9muiRl1aNOKl1mUtUgDz9CDku3a.lazyload, #yuVzu9muiRl1aNOKl1mUtUgDz9CDku3a.lazyloading { background-image: none; }
#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container { background-color: transparent; background-image: none; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container > .video-iframe-container { display: none; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row > .video-iframe-container { display: none; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .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); }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container { border-width: 0; border-radius: 0; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#izl2Dbumos8COTmWO4sN5J5SWZMnTs7g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:3.4687385559082rem;left:10rem;display:block; }
#tsRGx5X8o0OwaTsWkyCgqvPPJNoxsl9H { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:28.562488555908rem;left:21.250001907349rem;display:block; }
#zo9aHFKE3v11fEhdyIP6dIs9815mVhRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f6f0;background-image:none;position:relative;display:block; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container { background-color: transparent; background-image: none; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container > .video-iframe-container { display: none; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row > .video-iframe-container { display: none; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .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); }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container { border-width: 0; border-radius: 0; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#EaesJ4xZvbOmiEz3PeNm7KvH1hv1bk1n { color:#2c2d2d;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f6f0;background-image:none;position:relative;display:block; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container { background-color: transparent; background-image: none; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container > .video-iframe-container { display: none; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row > .video-iframe-container { display: none; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .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); }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container { border-width: 0; border-radius: 0; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#Ez5GvDFpCiNZWR8aw2mlSQkLbEGNFCTT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:21.375rem;top:1.6867189407349rem;left:4.875rem;overflow:hidden;display:block; }
#TKXbLnTuyOk8IHQCoHcGzId6VTT1JIug { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:19.875rem;top:1.6867189407349rem;left:32.062501907349rem;overflow:hidden;display:block; }
#qL9vMTKgFXEJH9RmsHQqNH9ozZDmXOIe { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:48.4375rem;top:9.3875074386594rem;left:4.875rem;overflow:hidden;display:block; }
#nttlxfOJtdmgKtseychvMQ4iDXH6moNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f6f0;background-image:none;position:relative;display:block; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container { background-color: transparent; background-image: none; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container > .video-iframe-container { display: none; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row > .video-iframe-container { display: none; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .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); }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container { border-width: 0; border-radius: 0; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#VHAOoWRAo0BHTIAh0bdhTMniuQzsxJPN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.3125rem;width:48.6875rem;top:1.3250007629394rem;left:5rem;overflow:hidden;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f6f0;background-image:none;position:relative;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:95rem;width:60rem;position:relative;display:block; }#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:#2c2d2d;display:block;width:30rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:6.1875076293945rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:22.5rem;top:9.8750005960463rem;left:34.858594894409rem;overflow:hidden;display:block; }
#N7Fds6y94iwttXXfyN48dpQpRE1PiOxW { color:#000000;display:block;width:30rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100011;line-height:1;letter-spacing:0;top:5.0000190734863rem;left:30.000001907349rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#dlNK3ZFUhVqRsbWdMFPrDG7y7b33Ca5a { color:#2c2d2d;display:block;width:30rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:7.4375200271606rem;left:30.000001907349rem;height:1.75035625rem;text-align:center;text-align-last:center;display:block; }
#zVoJGGs9MZrdaOip4yeFcOXXMdVbsegg { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.0625rem;top:12.505469322204rem;left:6.4375rem;overflow:hidden;display:block; }
#xgVQ2LqxBUCmygqRclea7iw2aXr1hhVN { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:88.875005722044rem;left:21.250001907349rem;display:block; }
#xTicIsTe2u2CvqO5Bbif6UUTW8JBK9OO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wl8qfhvENTxhJZ979aTf9WIazT5E95zP { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(5deg, rgba(238,176,19,0.8), #ffffff);background-image: -moz-linear-gradient(5deg, rgba(238,176,19,0.8), #ffffff);background-image: -ms-linear-gradient(5deg, rgba(238,176,19,0.8), #ffffff);background-image: -o-linear-gradient(5deg, rgba(238,176,19,0.8), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cceeb013', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cceeb013', endColorstr='#ffffff' );";background-image: linear-gradient(5deg, rgba(238,176,19,0.8), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:10.75rem;width:51rem;top:36.210938453674rem;left:4.5rem;display:block; }
#eudUR3WLL4dgpzG9qNOHdLKQNJGmVRny { color:#4f4b4c;display:block;width:16.75rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:40.398438453674rem;left:9.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wb2K3IC2pISqn1xUCblBF63JmWLcAv9s { color:#2c2d2d;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:52.562514305115rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ufTs94qBzoscTQADX28vTTKqrMsd95mo { color:#eeb013;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:57.630472183228rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#uEdbbIAdJMyTWFqCe6wnyiLaNWFvvcs9 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:60rem;top:62.000005722046rem;left:0rem;overflow:hidden;display:block; }
#fmrGmVDSST7AI0HdgrS1vdWXNrtA8kct { color:#000000;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:36.710938453674rem;left:29.249219894409rem;height:9.75rem;font-style:normal;display:block; }
#hBTIXNx5yVZFfPn9lrZr07bC57CHF2SV { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:42.550001144409rem;left:49.311719894409rem;height:1.625rem;font-style:normal;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zKGUAzQN/web_banner_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe.adaptive-delivery-prevent-bg, #yNoahgDx65Xy38NoMfGVbm44lszTccfe.lazyload, #yNoahgDx65Xy38NoMfGVbm44lszTccfe.lazyloading { background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.2500118315219rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b349;background-image:none;position:relative;display:block; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container { background-color: transparent; background-image: none; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container > .video-iframe-container { display: none; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row > .video-iframe-container { display: none; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .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); }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container { border-width: 0; border-radius: 0; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#GNcX0FwD6O0T8LrLmnwxyEu4c7OedTC6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.5000493526459rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:100017;background-color:#ffffff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:26.5rem;width:18.875rem;top:1.6875rem;left:0rem;display:block; }
#FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.625rem;top:3.8750004768372rem;left:7.603125rem;overflow:hidden;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:#171717;display:block;width:18.875rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:400;z-index:100022;line-height:1;letter-spacing:0;top:9.0625004768369rem;left:-0.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100023;line-height:1.7;letter-spacing:0;top:11.625rem;left:1.6875rem;height:6.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:100023;background-color:#ffffff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:26.5rem;width:18.875rem;top:1.6875rem;left:20.562501907349rem;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:#000000;display:block;width:17rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:11.537500858307rem;left:21.499219894409rem;height:6.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:normal;z-index:100028;line-height:1;letter-spacing:0;top:9.0625004768369rem;left:20.562501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.625rem;top:3.875rem;left:28.187501907349rem;overflow:hidden;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:100029;background-color:#ffffff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:26.625rem;width:18.875rem;top:1.6875rem;left:41.062501907349rem;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:400;z-index:100034;line-height:1;letter-spacing:0;top:9.0625004768369rem;left:41.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.625rem;top:3.8437500596046rem;left:48.686719894409rem;overflow:hidden;display:block; }
#ZxeU5Uy84zxZ6EgdwvC5Xxs2Fmbz6hHw { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:12.875rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:23.155469179154rem;left:3.5625rem;display:block; }
#zNOTcdOTf5luRNa2UMAms6FP6DoE7gUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lya8VHEztg7cET7tJ3u5ZGwXG9L8KfZv { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:12.875rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:23.155469179154rem;left:23.562501907349rem;display:block; }
#ETRTXUgrACbveyTWJlhBB1t9tTSx58f7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MSWPFEsRcVKZLehLlzdbH3bLkhB9C3wk { color:#000000;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100030;line-height:1.7;letter-spacing:0;top:18.925000429154rem;left:22.500001907349rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5ZJwoOWLB6uCxlTJwVvEGXpJAoST0dH { background-color:#f5b349;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:12.875rem;height:3.4375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:23.155469477177rem;left:44.187501907349rem;display:block; }
#bP5ICXeEeV2W0FI0ywpNKquppXupAtyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iSev8LA5qTSi4h2gpHKc4XTGB4wnHVG0 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:11.537499964237rem;left:42.781251907349rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzsO4I8PHdkfsbHrn3q2rOgcw1uUWXBF { color:#000000;display:block;width:15rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100031;line-height:1.7;letter-spacing:0;top:18.925000727177rem;left:43.000001907349rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b349;background-image:none;position:relative;display:block; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container { background-color: transparent; background-image: none; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container > .video-iframe-container { display: none; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row > .video-iframe-container { display: none; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .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); }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container { border-width: 0; border-radius: 0; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#BUt3r3tqh60baH2BUUT6sUWhG0OE7h1n { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:11.0625rem;top:2.1484375rem;left:1.8367195129394rem;overflow:hidden;display:block; }
#h1Msw2iasWao7HvIc04M7ICA0P9ApBJF { z-index:100004;top:2.5625rem;left:16.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TxmPn8BJR83eBkaIQ3cmPh1LbnTBi4yI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qFGG23OCVKG1t3OXURABgeRN9rBKkiTH { z-index:100005;top:2.5625rem;left:24.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CqQTRQlC4URavUSweEpJxBMpD9vJqQNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uTwUzyuNOx7tJbaZO0kweFm0S9oDVHgV { z-index:100006;top:2.5625rem;left:32.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PPNz2Had7TxfNFxCcsIt46d5Ipc4V1Q0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KApnnJsTTzKATiswcrUooipwqmGS1rzm { z-index:100007;top:2.5625rem;left:40.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KylhzgOE7UmAJ3T401TvWl3o5SgUw9xN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rB72QHHy5baAzCpkoAV4QbVuiBVMyyJ1 { background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:"noto sans tc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.6484375rem;left:50.812498092651rem;display:block; }
#wL4HvOUJIhmwJmRffc22PnHUhXoZ3FTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ThbtkADXLbA2SnscDRiABmp7rUT2XGru { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.02499961853rem;left:1.8367195129394rem;height:1.1375rem;display:block; }
#cORc5D6CqI5oqEsHFN1riuIwKpoAo4nl { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:9.61874961853rem;left:1.8367195129394rem;height:1.1375rem;display:block; }
#LLOJoflSovsn0N8hf1GifciXOkL4RXen { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:7.0304684638975rem;left:44.250001907349rem;overflow:hidden;display:block; }
#x5TIptbsyBGRWaiTixhnaiXc1LWOPgd6 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:7.0304684638975rem;left:50.811719894409rem;overflow:hidden;display:block; }
#sJRTFnEEUp2n1PogtT90swkD9N2tuPSG { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:7.0304684638975rem;left:56.874998092651rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:6.5rem;left:7.0867195129394rem;width:10.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCmxant3h1VOAnfg4XoZVxAlSqPpBUoH { width:33.4375rem;height:16.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRLQhqUBmc4KSKGr3esPTtufR80GBaXI { top:1.125rem;left:16.52499961853rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhMTr7bB8OPIO1BA2JIPP6K6INuXLS52 { display:block; }
 }@media only screen and (max-width: 763px) { #Dt5c4lWr48nc6pQzCoTzhPFgrQqGMQuz { top:1.125rem;left:24.52499961853rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E48buwqVKx0CzUlUnbvUDUoSX97KxfOE { display:block; }
 }@media only screen and (max-width: 763px) { #Z7vfQz319u1ZcrF7gBUF82mHzvUcCIQL { top:1.125rem;left:32.52499961853rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVWA705Uouyo9r6hD90gcph1KKdFEcMd { display:block; }
 }@media only screen and (max-width: 763px) { #AnNX2SLW6RfAueai1b6Xp1nvdNPEVCiz { top:1.125rem;left:39.75rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaSZkdv8N0Rk5VvQ8m0KyPOhrwPRuqOk { display:block; }
 }@media only screen and (max-width: 763px) { #OTIT4G2iH8VEl5E6voxHtdu5DpgPlXar { width:29.625rem;height:3.625rem;top:28.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TryqTb77xDeH9m4xpehbLierGkpTERUH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk { display:block; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0anp0ZCC6eLkzqBsS9LSSaPMsmOOTe { top:3.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgOR7azlpcCqUa2L590wZuAvSzGgohIb { display:block; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVU7EadOGgq5ZBNFbv2iOPiMKuslGw1V { width:16.9375rem;height:22.0625rem;top:1.5625rem;left:26.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZ68LTkzNmIFHVkXPoQ9QRrioV5gNSq { width:31rem;height:23.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 { display:block; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2Nfu6yq6fKTO12i8Pqh8bm0UwrXssvx { top:-0.0625rem;left:0rem;width:47.75rem;height:125.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrrSfRRrXRNxfSbBFuDuJMCIAtk6plD9 { width:40rem;height:22.5rem;top:62.4375rem;left:5.5242195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0pZvNSx4bX0K1deKTmggKh55i0MxNN { width:13.375rem;height:13.375rem;top:88.9375rem;left:2.8999996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9vF5Qo8CdrNhW3OSH8h3LUL5slSRHZ9 { width:13.375rem;height:13.375rem;top:105.6875rem;left:32.211717605591rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDMgAfRTQe13o3K5NQsIIthBSncloth2 { width:27.375rem;height:12.6875rem;top:89.6875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRs66E72qtT4ZMBgQhPOdH3FTsRxAAv9 { width:22.875rem;height:2.875rem;top:94.125rem;left:24.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9HnDWbeUMqGCHUWr2SbsPsBucxTFeGT { width:27.125rem;height:12.75rem;top:107.125rem;left:0.08671951293945rem;display:block; }
 }@media only screen and (max-width: 763px) { #noCIKJ4q8S5OcMtbUsk25xiR9eABzeUF { width:22.875rem;height:2.875rem;top:111.75rem;left:2.8999996185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKciAsIuTMC62RxeFRUREPNb1PfUDrVb { width:47.75rem;height:2.875rem;top:3.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnd32vGFlXtdkLQJrOodWURmHpzFPpvX { width:12.5rem;height:2.0625rem;top:11.1875rem;left:3.3374996185302rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMAdwhJ6PRRAxn8wvryJz7QGOsRbrVO { width:12.6875rem;height:9.75rem;top:13.3125rem;left:2.0874996185302rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq6CxwNJ5rWikzkQkk9SAGnRWACcwkLE { width:3.75rem;height:1.4375rem;top:19.3125rem;left:15.21249961853rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmkvx98MB7gHysHtizpQ4309qsFdUOrx { width:18.375rem;height:2.0625rem;top:23.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBJFTnyxDFfqsANBkSt10K7yrUUzuXnb { width:27.1875rem;height:12.0625rem;top:12.125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVAV1S7uxF9ACVFLHCwSpFZNCQ54qbJ { width:47.75rem;height:2.875rem;top:31.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqn0SBWfKfQL2UWh5sbJiMas2yhpcxPF { width:27.25rem;height:2.5625rem;top:23.9375rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6LBhmkIGRxEUL0KVr0CGQIBliTKhu6F { width:47.75rem;height:1.625rem;top:36.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbo4wDEqLDuPIT6TpskM2d0gvSc7UKTB { width:11.5rem;height:14.125rem;top:43.125rem;left:4.8374996185303rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutAwPEnq1BvDRhGLLKaTpcARDHMbfk5 { width:28.375rem;height:12.4375rem;top:44.4375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnH5AuFI3NovpMJv9rBTtiiVCSN1FM5B { width:28.5rem;height:1.4375rem;top:46.3125rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMK23ciy6tKln9HdkzBlkghTsydCc3X8 { width:5.3125rem;height:1.25rem;top:49.1875rem;left:41.649221420288rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btIn0souXnifp9QFTOnvFKNvCGurMfIM { width:12.5rem;height:2.1875rem;top:48.6875rem;left:29.149217605591rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkvgwgVnJRS8PMGCyIxTVz7T00K1GnT { width:24.1875rem;height:2.5625rem;top:51.9375rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiMoGSX8S66Ei5A2UMrUMePbBbXaTZ3 { width:47.75rem;height:20.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { top:4.0625rem;left:20.375rem;width:27.375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { top:7.1875rem;left:23.125rem;width:24.625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6T01W0a4FcZvRm2aIxO0qude1yqqbte { width:30rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn0TZ7TyVhoN44HSqBMsbeTQ6f1bENMn { width:30rem;height:16.75rem;top:16.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu70IdxLZIdQp9e4zKmxba2IPkOLUofr { top:19.6875rem;left:0rem;width:27.375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlahqazxSJyHmkzDc3n6yPgA2ics7bD { top:23rem;left:0rem;width:24.625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvE2NbRqBlk0n0tCppWGK9bfT4Tnpan3 { width:30rem;height:16.75rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e41s6AsQuNgLI4tHMTTWC0Z7F1VV9nnZ { top:36.5rem;left:20.375rem;width:27.375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxbveWPRQ9EW3StCb9TZxDqgrwUOP5p { top:39.25rem;left:23.125rem;width:24.625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVnJ9qx8mslbG7g8CbzG9h12ngPTb8t9 { width:17.5rem;height:3.4375rem;top:52.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pki8aH4D6ZzgPhraTAqG0N1cpigRGlBX { display:block; }
 }@media only screen and (max-width: 763px) { #vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E { display:block; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLRN0QTMJ8bsiTSVDNdnzciXUgeKkDzT { width:16.5625rem;height:11.9375rem;top:12.125rem;left:2.1499996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2kNtACI8EyeWOBsySof0PZ5oViGt3Gd { top:3.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFRzvBLMm0Wi1rIQqDJ150uBHvW4JaFU { top:7.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFH3JqURfCnSFkMisWXdUw9TE2BtPv7Q { width:16.4375rem;height:2.875rem;top:14.375rem;left:2.2124996185302rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCd9kGJJKBAc3b7ThESCAyTntovOSgh0 { width:16.4375rem;height:2.9375rem;top:17.6875rem;left:2.2124996185302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKOFkpwnsxwb2QD8l77EHHbm9ZEavgN { width:7.3125rem;height:2.3125rem;top:18rem;left:21.52499961853rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZPwICPM6u5rodAxC5tPEIn7ZtkEczEu { width:13rem;height:9.75rem;top:13rem;left:28.83749961853rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeZT9KqTw1NABfbZzTJSUPe29TlLb2WJ { width:2.0625rem;height:2.3125rem;top:18rem;left:40.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzqZTBoeUgq0M5CBPTzFQX64WAvPm4Ah { width:16.4375rem;height:11.9375rem;top:28.375rem;left:25.46249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN8E1k92aCxAbJ10J1SWeqAwkfJ0KNh6 { width:16.4375rem;height:2.9375rem;top:33.625rem;left:25.46249961853rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdwrQb58o7uNABxzW0n1P37k4562qavN { width:16.4375rem;height:2.875rem;top:30.5rem;left:25.46249961853rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xQCXBzkd0VAcSZv9KTRVofmFx0g8hs { width:7.3125rem;height:2.3125rem;top:35.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKodqs2dfFyBmudW1HizXlxweZfrNXS3 { width:13rem;height:9.75rem;top:30.625rem;left:6.5867195129394rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDGqyosoSCi4DXEvIVpIpSaPtzHFH42 { width:2.0625rem;height:2.3125rem;top:35.5rem;left:20.39999961853rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0c1Svr9iVrkk5bpq0eFoRd39Kvc2HGX { width:17.5rem;height:3.4375rem;top:43.25rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbkDR0F9Gxxk80RI1XixwTIwlF7mVO9k { display:block; }
 }@media only screen and (max-width: 763px) { #IN1OXPcxLkQevCu1syTwGxSiEB6kHbrv { width:47.75rem;height:50.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X { display:block; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZRgLA2SITIeiVcaWeOxJaLJ4bWR58QD { top:3.0625rem;left:3rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwiJEDpgxSdw34RXIzb5gZIrGPQoxNxk { top:3.0625rem;left:18.875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w48gl8unU8vrEGnOGL1qS9AWbPfBPaNn { top:14.125rem;left:0.6875rem;width:15rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETl3s1hm5kdGVsUWbQHfhBNhpKDfQha4 { top:14.125rem;left:16.5625rem;width:15rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkUg4RbuLKnQguhPHxGyva5drvrKVPbS { top:14.125rem;left:32.625rem;width:15rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6CnOUFHIMGdtz7osdXOcZitiRoPadyi { top:3.0625rem;left:35.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqaAg4as1o4pkdQETAMEwDcKg2H4lcr9 { top:16.625rem;left:0.75rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfWTh9w4OgE3nsxUevfzh6ZWaXwRGAi { top:16.625rem;left:16.625rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFLno8qhXcTD61f39F60iIy8QPL2CfWX { top:16.625rem;left:32.5rem;width:14.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIawKiegT3kV41QC8QWzH8T6HcXFGDE { display:block; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTf7CacK1Sv0GOZxZOnyO9mkOpbTcVtO { top:2.5625rem;left:3.25rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLW4P9q4WHLbcrh2z8LFQ9wE01f5qW0b { top:13.6875rem;left:0.875rem;width:15rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbNNeX5mo9LJLUclzTdeUJDintDKbl1q { top:16.1875rem;left:0.9375rem;width:14.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRgempTle5LCt59c7Uuh2DVhT9TIBubI { top:13.6875rem;left:16.75rem;width:15rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZnpnwnJLqRHvT9ZwD9BT9iPriOqK37W { top:16.1875rem;left:16.8125rem;width:14.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR17y7aUhlPdV2XWVbyNi3OvkxKKUhmH { top:2.5625rem;left:19.125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyAHFD5I9KpvGfKNdnS6R4f4UxQ53ANN { top:16.1875rem;left:32.6875rem;width:14.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQvAGdPyS3Cq0idILTTPWwThiv7yifkq { top:13.6875rem;left:32.625rem;width:15rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuVzu9muiRl1aNOKl1mUtUgDz9CDku3a { top:2.5625rem;left:35.625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk { display:block; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izl2Dbumos8COTmWO4sN5J5SWZMnTs7g { width:40rem;height:22.5rem;top:3.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRGx5X8o0OwaTsWkyCgqvPPJNoxsl9H { width:17.5rem;height:3.4375rem;top:28.5rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo9aHFKE3v11fEhdyIP6dIs9815mVhRV { display:block; }
 }@media only screen and (max-width: 763px) { #TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 { display:block; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaesJ4xZvbOmiEz3PeNm7KvH1hv1bk1n { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmA7cPQ92URDJHZxdtTFoMLae28oSTVc { display:block; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez5GvDFpCiNZWR8aw2mlSQkLbEGNFCTT { width:21.375rem;height:6.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXbLnTuyOk8IHQCoHcGzId6VTT1JIug { width:19.875rem;height:6.75rem;top:1.625rem;left:25.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL9vMTKgFXEJH9RmsHQqNH9ozZDmXOIe { width:47.75rem;height:13.061935483871rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttlxfOJtdmgKtseychvMQ4iDXH6moNs { display:block; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHAOoWRAo0BHTIAh0bdhTMniuQzsxJPN { width:47.75rem;height:27.767329910141rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:6.1875rem;left:0rem;width:30rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:9.875rem;left:25.25rem;width:22.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Fds6y94iwttXXfyN48dpQpRE1PiOxW { top:5rem;left:17.75rem;width:30rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlNK3ZFUhVqRsbWdMFPrDG7y7b33Ca5a { top:7.4375rem;left:17.75rem;width:30rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVoJGGs9MZrdaOip4yeFcOXXMdVbsegg { width:17.0625rem;height:15.625rem;top:12.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVQ2LqxBUCmygqRclea7iw2aXr1hhVN { width:17.5rem;height:3.4375rem;top:88.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTicIsTe2u2CvqO5Bbif6UUTW8JBK9OO { display:block; }
 }@media only screen and (max-width: 763px) { #Wl8qfhvENTxhJZ979aTf9WIazT5E95zP { width:47.75rem;height:10.75rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudUR3WLL4dgpzG9qNOHdLKQNJGmVRny { width:16.75rem;height:3.25rem;top:40.375rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb2K3IC2pISqn1xUCblBF63JmWLcAv9s { top:52.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTs94qBzoscTQADX28vTTKqrMsd95mo { top:57.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdbbIAdJMyTWFqCe6wnyiLaNWFvvcs9 { width:47.75rem;height:19.84609375rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrGmVDSST7AI0HdgrS1vdWXNrtA8kct { width:20.125rem;height:9.75rem;top:36.6875rem;left:3.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBTIXNx5yVZFfPn9lrZr07bC57CHF2SV { width:2.6875rem;height:1.625rem;top:42.5rem;left:40.124219894409rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:6.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 { display:block; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNcX0FwD6O0T8LrLmnwxyEu4c7OedTC6 { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:1.6875rem;left:0rem;width:18.875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { top:3.875rem;left:5.540625rem;width:3.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:9.0625rem;left:0rem;width:18.875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:11.625rem;left:0rem;width:15.125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:1.6875rem;left:12.875rem;width:18.875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:11.5rem;left:14.75rem;width:17rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:9.0625rem;left:12.8125rem;width:18.9375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { top:3.875rem;left:22.000001907349rem;width:3.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:1.6875rem;left:28.75rem;width:18.875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:9.0625rem;left:28.6875rem;width:18.9375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { top:3.8125rem;left:38.374219894409rem;width:3.625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxeU5Uy84zxZ6EgdwvC5Xxs2Fmbz6hHw { width:12.875rem;height:3.4375rem;top:23.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNOTcdOTf5luRNa2UMAms6FP6DoE7gUX { display:block; }
 }@media only screen and (max-width: 763px) { #lya8VHEztg7cET7tJ3u5ZGwXG9L8KfZv { width:12.875rem;height:3.4375rem;top:23.125rem;left:17.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRTXUgrACbveyTWJlhBB1t9tTSx58f7 { display:block; }
 }@media only screen and (max-width: 763px) { #MSWPFEsRcVKZLehLlzdbH3bLkhB9C3wk { top:18.875rem;left:16.312498092651rem;width:15rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ZJwoOWLB6uCxlTJwVvEGXpJAoST0dH { width:12.875rem;height:3.4375rem;top:23.125rem;left:33.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP5ICXeEeV2W0FI0ywpNKquppXupAtyc { display:block; }
 }@media only screen and (max-width: 763px) { #iSev8LA5qTSi4h2gpHKc4XTGB4wnHVG0 { top:11.5rem;left:32.1875rem;width:15.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzsO4I8PHdkfsbHrn3q2rOgcw1uUWXBF { top:18.875rem;left:32.625rem;width:15rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D { display:block; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUt3r3tqh60baH2BUUT6sUWhG0OE7h1n { width:11.0625rem;height:3.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Msw2iasWao7HvIc04M7ICA0P9ApBJF { top:2.5625rem;left:10.75rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxmPn8BJR83eBkaIQ3cmPh1LbnTBi4yI { display:block; }
 }@media only screen and (max-width: 763px) { #qFGG23OCVKG1t3OXURABgeRN9rBKkiTH { top:2.5625rem;left:18.75rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQTRQlC4URavUSweEpJxBMpD9vJqQNF { display:block; }
 }@media only screen and (max-width: 763px) { #uTwUzyuNOx7tJbaZO0kweFm0S9oDVHgV { top:2.5625rem;left:26.75rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNz2Had7TxfNFxCcsIt46d5Ipc4V1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #KApnnJsTTzKATiswcrUooipwqmGS1rzm { top:2.5625rem;left:34.75rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KylhzgOE7UmAJ3T401TvWl3o5SgUw9xN { display:block; }
 }@media only screen and (max-width: 763px) { #rB72QHHy5baAzCpkoAV4QbVuiBVMyyJ1 { width:9.1875rem;height:2.5rem;top:2.625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL4HvOUJIhmwJmRffc22PnHUhXoZ3FTN { display:block; }
 }@media only screen and (max-width: 763px) { #ThbtkADXLbA2SnscDRiABmp7rUT2XGru { width:27.75rem;height:1.125rem;top:8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cORc5D6CqI5oqEsHFN1riuIwKpoAo4nl { width:35.625rem;height:1.125rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLOJoflSovsn0N8hf1GifciXOkL4RXen { width:3.125rem;height:3.125rem;top:7rem;left:38.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5TIptbsyBGRWaiTixhnaiXc1LWOPgd6 { width:3.125rem;height:3.125rem;top:7rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRTFnEEUp2n1PogtT90swkD9N2tuPSG { width:3.125rem;height:3.125rem;top:7rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5b349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/QKCN3iFF/mobile_banner_01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:8.125rem;height:2.375rem;top:1.625rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCmxant3h1VOAnfg4XoZVxAlSqPpBUoH { width:20rem;height:9.4375rem;top:4.8125rem;left:-0.030302911093742rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRLQhqUBmc4KSKGr3esPTtufR80GBaXI { top:38.9375rem;left:0rem;width:5.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhMTr7bB8OPIO1BA2JIPP6K6INuXLS52 { display:block; }
 }@media only screen and (max-width: 763px) { #Dt5c4lWr48nc6pQzCoTzhPFgrQqGMQuz { top:38.9375rem;left:5.25rem;width:5.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E48buwqVKx0CzUlUnbvUDUoSX97KxfOE { display:block; }
 }@media only screen and (max-width: 763px) { #Z7vfQz319u1ZcrF7gBUF82mHzvUcCIQL { top:38.9375rem;left:10.625rem;width:4.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVWA705Uouyo9r6hD90gcph1KKdFEcMd { display:block; }
 }@media only screen and (max-width: 763px) { #AnNX2SLW6RfAueai1b6Xp1nvdNPEVCiz { top:38.9375rem;left:14.875rem;width:5.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaSZkdv8N0Rk5VvQ8m0KyPOhrwPRuqOk { display:block; }
 }@media only screen and (max-width: 763px) { #OTIT4G2iH8VEl5E6voxHtdu5DpgPlXar { width:20rem;height:2.19375rem;top:33.456250667572rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TryqTb77xDeH9m4xpehbLierGkpTERUH { top:38.8125rem;left:0rem;width:20rem;height:2.875rem;z-index:99999;background-color:#f5b349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk.adaptive-delivery-prevent-bg, #SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk.lazyload, #SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk.lazyloading { background-image: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container { background-color: transparent; background-image: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container > .video-iframe-container { display: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row > .video-iframe-container { display: none; }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .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); }#SLPAkTKgVKaiAQ99VG2F4ASpUcFv3MXk > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0anp0ZCC6eLkzqBsS9LSSaPMsmOOTe { width:20rem;height:2rem;top:2.6250038146973rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgOR7azlpcCqUa2L590wZuAvSzGgohIb { display:block; }#AgOR7azlpcCqUa2L590wZuAvSzGgohIb > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVU7EadOGgq5ZBNFbv2iOPiMKuslGw1V { width:13.375rem;height:17.375rem;top:0rem;left:2.5000001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gOZ68LTkzNmIFHVkXPoQ9QRrioV5gNSq { width:20rem;height:15.282rem;top:13.062499761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 { display:block; }#ZNvLtDhFLIsBG3d97DM4PQkLyBuCQTa9 > .row .container { width:20rem;height:139.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2Nfu6yq6fKTO12i8Pqh8bm0UwrXssvx { width:20rem;height:139.5625rem;top:-0.061718940734863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrrSfRRrXRNxfSbBFuDuJMCIAtk6plD9 { height:11.25rem;width:20rem;top:77.567967176438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG0pZvNSx4bX0K1deKTmggKh55i0MxNN { width:11.125rem;height:11.125rem;top:92.04296684265rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9vF5Qo8CdrNhW3OSH8h3LUL5slSRHZ9 { width:11.125rem;height:11.125rem;top:115.25155806541rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDMgAfRTQe13o3K5NQsIIthBSncloth2 { width:18.75rem;height:8.875rem;top:104.68126058579rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DRs66E72qtT4ZMBgQhPOdH3FTsRxAAv9 { width:15.3125rem;height:3.9rem;top:106.79297637939rem;left:2.3437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9HnDWbeUMqGCHUWr2SbsPsBucxTFeGT { width:18.75rem;height:8.75rem;top:128.22421836853rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #noCIKJ4q8S5OcMtbUsk25xiR9eABzeUF { width:15.3125rem;height:2.6rem;top:130.63829231262rem;left:2.3437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKciAsIuTMC62RxeFRUREPNb1PfUDrVb { width:20rem;height:2.6rem;top:3.1117477416992rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnd32vGFlXtdkLQJrOodWURmHpzFPpvX { width:20rem;height:1.7875rem;top:9.5625004768369rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMAdwhJ6PRRAxn8wvryJz7QGOsRbrVO { width:12.5rem;height:8.125rem;top:11.28750038147rem;left:4.4374998807907rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq6CxwNJ5rWikzkQkk9SAGnRWACcwkLE { width:3.75rem;height:1.4625rem;top:15.9375rem;left:15.562500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmkvx98MB7gHysHtizpQ4309qsFdUOrx { width:20rem;height:1.7875rem;top:18.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBJFTnyxDFfqsANBkSt10K7yrUUzuXnb { width:18.75rem;height:8.3125rem;top:22.500000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVAV1S7uxF9ACVFLHCwSpFZNCQ54qbJ { width:20rem;height:2.6rem;top:37.47421836853rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqn0SBWfKfQL2UWh5sbJiMas2yhpcxPF { width:20rem;height:2.6rem;top:31.500005722046rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6LBhmkIGRxEUL0KVr0CGQIBliTKhu6F { width:20rem;height:3.25rem;top:41.012503147125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbo4wDEqLDuPIT6TpskM2d0gvSc7UKTB { width:11.5rem;height:14.125rem;top:46.560937404632rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutAwPEnq1BvDRhGLLKaTpcARDHMbfk5 { width:18.75rem;height:12.4375rem;top:62.528903961181rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnH5AuFI3NovpMJv9rBTtiiVCSN1FM5B { width:20rem;height:1.4625rem;top:64.575000762938rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMK23ciy6tKln9HdkzBlkghTsydCc3X8 { width:5.375rem;height:1.3rem;top:67.35937690735rem;left:14.687500357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btIn0souXnifp9QFTOnvFKNvCGurMfIM { width:12rem;height:2.19375rem;top:67.038282394406rem;left:2.8124998807907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkvgwgVnJRS8PMGCyIxTVz7T00K1GnT { width:20rem;height:2.6rem;top:70.451551437375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiMoGSX8S66Ei5A2UMrUMePbBbXaTZ3 { width:18.75rem;height:27.0625rem;top:7.5492186546325rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.57), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.57), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.57), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.57), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.57), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { width:11.9375rem;height:1.375rem;top:13.124999523163rem;left:0.90625rem;font-size:1.375rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { width:18.1875rem;height:7.4375rem;top:15.499999523163rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6T01W0a4FcZvRm2aIxO0qude1yqqbte { width:20rem;height:11.125rem;top:9.0599060058594E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn0TZ7TyVhoN44HSqBMsbeTQ6f1bENMn { width:20rem;height:11.1664375rem;top:49.403121948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu70IdxLZIdQp9e4zKmxba2IPkOLUofr { width:19.0625rem;height:1.375rem;top:39.373438358307rem;left:0.93750011920931rem;font-size:1.375rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #iMlahqazxSJyHmkzDc3n6yPgA2ics7bD { width:18.125rem;height:5.95rem;top:41.29140663147rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvE2NbRqBlk0n0tCppWGK9bfT4Tnpan3 { width:20rem;height:11.166666666667rem;top:26.050001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e41s6AsQuNgLI4tHMTTWC0Z7F1VV9nnZ { width:19rem;height:1.375rem;top:62.622657775881rem;left:1rem;font-size:1.375rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #KDxbveWPRQ9EW3StCb9TZxDqgrwUOP5p { width:18rem;height:5.95rem;top:64.977344512938rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVnJ9qx8mslbG7g8CbzG9h12ngPTb8t9 { width:17.5rem;height:3.4375rem;top:72.50000190735rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pki8aH4D6ZzgPhraTAqG0N1cpigRGlBX { display:block; }
 }@media only screen and (max-width: 763px) { #vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E { display:block; }#vACHZEJCiEDlzUsVitoaRgFnpz1p3N1E > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLRN0QTMJ8bsiTSVDNdnzciXUgeKkDzT { width:15.875rem;height:11.375rem;top:9.3749971389769rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2kNtACI8EyeWOBsySof0PZ5oViGt3Gd { width:20rem;height:1.5rem;top:2.6249952316284rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFRzvBLMm0Wi1rIQqDJ150uBHvW4JaFU { width:20rem;height:1.5rem;top:4.873441696167rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFH3JqURfCnSFkMisWXdUw9TE2BtPv7Q { width:16.4375rem;height:2.6rem;top:11.785937786102rem;left:1.7812501192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCd9kGJJKBAc3b7ThESCAyTntovOSgh0 { width:16.4375rem;height:2.6rem;top:14.636722564698rem;left:1.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKOFkpwnsxwb2QD8l77EHHbm9ZEavgN { width:12.375rem;height:1.4625rem;top:22.298438310623rem;left:7.6250001192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZPwICPM6u5rodAxC5tPEIn7ZtkEczEu { width:10.75rem;height:8.125rem;top:23.760937929154rem;left:4.0624998807907rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeZT9KqTw1NABfbZzTJSUPe29TlLb2WJ { width:2.0625rem;height:1.4625rem;top:28.625001192093rem;left:15.125000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzqZTBoeUgq0M5CBPTzFQX64WAvPm4Ah { width:16.4375rem;height:11.9375rem;top:33.135937690735rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN8E1k92aCxAbJ10J1SWeqAwkfJ0KNh6 { width:16.4375rem;height:2.6rem;top:39.010937690735rem;left:2.3750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdwrQb58o7uNABxzW0n1P37k4562qavN { width:16.4375rem;height:2.6rem;top:35.885938072577rem;left:1.7812501192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xQCXBzkd0VAcSZv9KTRVofmFx0g8hs { width:6.125rem;height:1.4625rem;top:47.673425674439rem;left:7.6250003576281rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKodqs2dfFyBmudW1HizXlxweZfrNXS3 { width:11.125rem;height:8.125rem;top:48.73593711853rem;left:3.4999998807907rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmDGqyosoSCi4DXEvIVpIpSaPtzHFH42 { width:2.0625rem;height:1.4625rem;top:53.61093711853rem;left:14.812500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0c1Svr9iVrkk5bpq0eFoRd39Kvc2HGX { width:17.5rem;height:3.4375rem;top:58.42343711853rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbkDR0F9Gxxk80RI1XixwTIwlF7mVO9k { display:block; }
 }@media only screen and (max-width: 763px) { #IN1OXPcxLkQevCu1syTwGxSiEB6kHbrv { width:20rem;height:66.125rem;top:3.814697265625E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X { display:block; }#cGrSOafPd08wxRZlWJf133Q4Kl4RgB3X > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZRgLA2SITIeiVcaWeOxJaLJ4bWR58QD { width:10.375rem;height:10.375rem;top:1.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwiJEDpgxSdw34RXIzb5gZIrGPQoxNxk { width:10.375rem;height:10.375rem;top:17rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w48gl8unU8vrEGnOGL1qS9AWbPfBPaNn { width:20rem;height:1.5rem;top:12.5rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETl3s1hm5kdGVsUWbQHfhBNhpKDfQha4 { width:15rem;height:1.5rem;top:28.625rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkUg4RbuLKnQguhPHxGyva5drvrKVPbS { width:15rem;height:1.5rem;top:46.687501907349rem;left:2.5000001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6CnOUFHIMGdtz7osdXOcZitiRoPadyi { width:10.375rem;height:10.375rem;top:35.374219894409rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqaAg4as1o4pkdQETAMEwDcKg2H4lcr9 { width:20rem;height:2.6rem;top:14.75rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfWTh9w4OgE3nsxUevfzh6ZWaXwRGAi { width:14.9375rem;height:1rem;top:31.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFLno8qhXcTD61f39F60iIy8QPL2CfWX { width:14.9375rem;height:2.4rem;top:49.187503814698rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIawKiegT3kV41QC8QWzH8T6HcXFGDE { display:block; }#vXIawKiegT3kV41QC8QWzH8T6HcXFGDE > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTf7CacK1Sv0GOZxZOnyO9mkOpbTcVtO { width:10.375rem;height:10.375rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLW4P9q4WHLbcrh2z8LFQ9wE01f5qW0b { width:20rem;height:1.5rem;top:10.875rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbNNeX5mo9LJLUclzTdeUJDintDKbl1q { width:20rem;height:2.4rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRgempTle5LCt59c7Uuh2DVhT9TIBubI { width:15rem;height:1.5rem;top:28.625rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZnpnwnJLqRHvT9ZwD9BT9iPriOqK37W { width:14.9375rem;height:2.4rem;top:31.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR17y7aUhlPdV2XWVbyNi3OvkxKKUhmH { width:10.375rem;height:10.375rem;top:17rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyAHFD5I9KpvGfKNdnS6R4f4UxQ53ANN { width:14.9375rem;height:2.4rem;top:50.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQvAGdPyS3Cq0idILTTPWwThiv7yifkq { width:15rem;height:1.5rem;top:47.3125rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuVzu9muiRl1aNOKl1mUtUgDz9CDku3a { width:10.375rem;height:10.375rem;top:35.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk { display:block; }#oJO3Ou2bR0SB1evbUhHSv663h3IFhhRk > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izl2Dbumos8COTmWO4sN5J5SWZMnTs7g { height:11.25rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRGx5X8o0OwaTsWkyCgqvPPJNoxsl9H { width:17.5rem;height:3.4375rem;top:12.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo9aHFKE3v11fEhdyIP6dIs9815mVhRV { display:block; }
 }@media only screen and (max-width: 763px) { #TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 { display:block; }#TpG6uaKOEIS82DrDKFo9gtEZEwLrEeZ8 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaesJ4xZvbOmiEz3PeNm7KvH1hv1bk1n { width:20rem;height:2rem;top:2.71875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmA7cPQ92URDJHZxdtTFoMLae28oSTVc { display:block; }#zmA7cPQ92URDJHZxdtTFoMLae28oSTVc > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez5GvDFpCiNZWR8aw2mlSQkLbEGNFCTT { width:17.5rem;height:5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXbLnTuyOk8IHQCoHcGzId6VTT1JIug { width:17.5rem;height:5.9375rem;top:7.48671913147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL9vMTKgFXEJH9RmsHQqNH9ozZDmXOIe { width:18.75rem;height:5.125rem;top:14.503124237061rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttlxfOJtdmgKtseychvMQ4iDXH6moNs { display:block; }#nttlxfOJtdmgKtseychvMQ4iDXH6moNs > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHAOoWRAo0BHTIAh0bdhTMniuQzsxJPN { width:18.75rem;height:10.875rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.125rem;top:2.3125011920929rem;left:0.34375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:15.375rem;height:15.5rem;top:26.561718940735rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Fds6y94iwttXXfyN48dpQpRE1PiOxW { width:20rem;height:1.125rem;top:21.31093788147rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlNK3ZFUhVqRsbWdMFPrDG7y7b33Ca5a { width:20rem;height:1.125rem;top:22.936717987061rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVoJGGs9MZrdaOip4yeFcOXXMdVbsegg { width:12.9375rem;height:11.875rem;top:5.9999990463257rem;left:3.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVQ2LqxBUCmygqRclea7iw2aXr1hhVN { width:17.5rem;height:3.4375rem;top:77.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTicIsTe2u2CvqO5Bbif6UUTW8JBK9OO { display:block; }
 }@media only screen and (max-width: 763px) { #Wl8qfhvENTxhJZ979aTf9WIazT5E95zP { width:17.625rem;height:14.4375rem;top:44.809375762939rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudUR3WLL4dgpzG9qNOHdLKQNJGmVRny { width:15rem;height:2.925rem;top:47.74765586853rem;left:2.5000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wb2K3IC2pISqn1xUCblBF63JmWLcAv9s { width:20rem;height:1.625rem;top:62.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTs94qBzoscTQADX28vTTKqrMsd95mo { width:20rem;height:1.125rem;top:65.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdbbIAdJMyTWFqCe6wnyiLaNWFvvcs9 { width:20rem;height:8.3125rem;top:68.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrGmVDSST7AI0HdgrS1vdWXNrtA8kct { width:12.75rem;height:6.5rem;top:51.54921913147rem;left:2.7500001192093rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBTIXNx5yVZFfPn9lrZr07bC57CHF2SV { width:2.6875rem;height:1.4625rem;top:55.17421913147rem;left:15.312500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:18rem;height:3.25rem;top:2.8750009536743rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 { display:block; }#l2I4eJeMW1nHF9KZP9fPupgHfN3XD6S9 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNcX0FwD6O0T8LrLmnwxyEu4c7OedTC6 { width:20rem;height:2rem;top:2.7187995910644rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:20rem;height:77.125rem;background-color:#f5b349;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:18.875rem;height:22.375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { width:2.875rem;height:2.75rem;top:3.3125009536743rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:18.875rem;height:1.5rem;top:7.4375009536744rem;left:0.56250011920929rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:15.125rem;height:6.8rem;top:10.187500953674rem;left:2.3750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:18.875rem;height:25.125rem;top:24.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:17rem;height:6.8rem;top:33.436719894409rem;left:1.4992188811302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:18.9375rem;height:1.5rem;top:31.187500953674rem;left:0.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { width:2.875rem;height:2.75rem;top:27.187512397766rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:18.875rem;height:23.6875rem;top:51.436721801757rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:18.875rem;height:1.5rem;top:57.875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { width:2.875rem;height:2.75rem;top:54.125rem;left:8.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxeU5Uy84zxZ6EgdwvC5Xxs2Fmbz6hHw { width:12.875rem;height:3.4375rem;top:18.249218940735rem;left:3.5624998807907rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #zNOTcdOTf5luRNa2UMAms6FP6DoE7gUX { display:block; }
 }@media only screen and (max-width: 763px) { #lya8VHEztg7cET7tJ3u5ZGwXG9L8KfZv { width:12.875rem;height:3.4375rem;top:45.062512397766rem;left:3.5624998807907rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #ETRTXUgrACbveyTWJlhBB1t9tTSx58f7 { display:block; }
 }@media only screen and (max-width: 763px) { #MSWPFEsRcVKZLehLlzdbH3bLkhB9C3wk { width:15rem;height:3.4rem;top:40.687501192093rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ZJwoOWLB6uCxlTJwVvEGXpJAoST0dH { width:12.875rem;height:3.4375rem;top:70.150022506713rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP5ICXeEeV2W0FI0ywpNKquppXupAtyc { display:block; }
 }@media only screen and (max-width: 763px) { #iSev8LA5qTSi4h2gpHKc4XTGB4wnHVG0 { width:15.4375rem;height:5.1rem;top:60.073401689529rem;left:2.2812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzsO4I8PHdkfsbHrn3q2rOgcw1uUWXBF { width:15rem;height:3.4rem;top:65.875002861025rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D { display:block; }#lDl3tG7XVNLW2KnU5FWA6F5kskQyQG3D > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUt3r3tqh60baH2BUUT6sUWhG0OE7h1n { width:11.0625rem;height:3.5rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Msw2iasWao7HvIc04M7ICA0P9ApBJF { top:5.9991950988769rem;left:1.4367188215256rem;width:8rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxmPn8BJR83eBkaIQ3cmPh1LbnTBi4yI { display:block; }
 }@media only screen and (max-width: 763px) { #qFGG23OCVKG1t3OXURABgeRN9rBKkiTH { top:5.9976568222046rem;left:10.687500357628rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQTRQlC4URavUSweEpJxBMpD9vJqQNF { display:block; }
 }@media only screen and (max-width: 763px) { #uTwUzyuNOx7tJbaZO0kweFm0S9oDVHgV { top:9.624218940735rem;left:1.4367188215256rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNz2Had7TxfNFxCcsIt46d5Ipc4V1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #KApnnJsTTzKATiswcrUooipwqmGS1rzm { top:9.624218940735rem;left:10.687500357628rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KylhzgOE7UmAJ3T401TvWl3o5SgUw9xN { display:block; }
 }@media only screen and (max-width: 763px) { #rB72QHHy5baAzCpkoAV4QbVuiBVMyyJ1 { width:9.1875rem;height:2.5rem;top:13.624999046326rem;left:5.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL4HvOUJIhmwJmRffc22PnHUhXoZ3FTN { display:block; }
 }@media only screen and (max-width: 763px) { #ThbtkADXLbA2SnscDRiABmp7rUT2XGru { width:20rem;height:1.1375rem;top:23.475012779236rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cORc5D6CqI5oqEsHFN1riuIwKpoAo4nl { width:15.75rem;height:2.3375rem;top:25.262500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLOJoflSovsn0N8hf1GifciXOkL4RXen { width:3.125rem;height:3.125rem;top:18.387499809265rem;left:2.3429688215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5TIptbsyBGRWaiTixhnaiXc1LWOPgd6 { width:3.125rem;height:3.125rem;top:18.387487411499rem;left:8.8117192983625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRTFnEEUp2n1PogtT90swkD9N2tuPSG { width:3.125rem;height:3.125rem;top:18.387499809265rem;left:15.062500357628rem;display:block; }
 }