.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,32;--color-primary-1:255,214,0;--color-primary-2:255,173,0;--color-primary-3:255,190,0;--color-primary-4:243,129,0;--color-secondary-0:79,93,199;--color-secondary-1:0,106,255;--color-secondary-2:0,60,255;--color-secondary-3:111,59,167;--color-secondary-4:8,8,70;--color-tertiary-0:255,255,255;--color-tertiary-1:28,28,28;--color-tertiary-2:26,26,26;--color-tertiary-3:21,21,23;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/0f28eef6-0ca4-4167-8dbe-34cb5d8cf311/BGMay.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { border-width: 0; border-radius: 0; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#v9gkE7uTshSAiR8DtscU8KDKhmWJ6rme { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.9375rem;left:60.4375rem;display:block; }
#KrOnM2exHS6pbA3wRgAhHZVE7pF4mfoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4ufVefPrwNCgv7WoTV2vxnLcGlA3mZ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:0.25rem;left:47.18896484375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-number { border-top:0.0625rem solid #ff3245;border-left:0.0625rem solid #ff3245;border-right:0.0625rem solid #ff3245;border-bottom:0.0625rem solid #ff3245;background-color:rgba(var(--color-tertiary-0),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.246875rem;padding-right:0.2275rem;padding-bottom:0.246875rem;padding-left:0.2275rem;display:block;align-items:center;width:1.365625rem;min-width:1.365625rem;height:1.326875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.9875rem;font-weight:700;line-height:21.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.154375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.820625rem;height:0.524375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.370625rem;font-weight:400;line-height:8.39px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:11.8125rem;height:2.624375rem;padding-top:0.423125rem;padding-right:0.439375rem;padding-bottom:0.423125rem;padding-left:0.439375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.2158203125rem;left:47.4375rem;z-index:15048; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gHlRxh1a826pyT4zdaSJXp8ysx6gXNg9 { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #H9fc1Cg1lITEOTtNLgNVyShZPoOr1yS4 { width:auto; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #XXSaScwgg8zo277XJ63EAKmlZy0GFAer {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #zebV79xrb7UbGNz6V74VUh0gg7QP6rlI { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sTcEwCAliX2w9ufHTwZ1Xn5EIRQGBfhA {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #mTReBZc25c7vubL3ZzrBHwGa0F8X3FbG {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gci6kt7gnU9T6SUatz9ziT0RQvWv5DmN { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sIiLvrpkPSCORWaQ8CXihmnZqLxvWUAX {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #OZfEIWB5sxFqdrHWWdeZv38QZTHXARV9 {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #N0Bi5FpNXcEcny3CtCx2PatBNdPlTtRe { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #HLSq5zRKJgu8viR7llnxv4o7JIgkfM7y {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #Xs1PaluXznB8SlOoEUSRtPd9ToWU2F01 {  }
#euxGTKGNNQNQuXnk3PgQ3mAN0DeaEHDn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:14.625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/26f0292e-6847-4369-bb8a-a6eecb80cc92/LandingPromotionNew1584x600px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K.adaptive-delivery-prevent-bg, #fT0mOFschl0xBURIFHp6XsdkSmvz8U3K.lazyload, #fT0mOFschl0xBURIFHp6XsdkSmvz8U3K.lazyloading { background-image: none; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K > .row .container { border-width: 0; border-radius: 0; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:none; }#VvmWrRhNFGlL9QNAyNQsQpTCqKipHb8k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.1875rem;width:6.25rem;top:26.4375rem;left:39.875rem;overflow:hidden;display:block; }
#ro2tdUpKwF8Ay2Iy2mK4UvT88Zo3V0WT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:30.25rem;left:33.0625rem;overflow:hidden;display:block; }
#eMALSpL3LxLOPMEoUefs6QF70EcZmJT5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:30.3125rem;left:39.875rem;overflow:hidden;display:block; }
#uGktrOqDhxxwO4kvOdHUGVrQrLRHqBG8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:26.375rem;left:33.0625rem;overflow:hidden;display:block; }
#evrVCQ1u2ExheEh21Xn8BdUQES0HAEII { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:26.21875rem;left:49.375rem;overflow:hidden;display:block; }
#DZ5zvBvkFwTWisHfloNsaQays19y1fom { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:26.1875rem;left:53.75rem;overflow:hidden;display:block; }
#cTZMPdcFePLN89wEWXrEc9LT2BvFLOOD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4rem;width:7.5rem;top:30.4375rem;left:50.0625rem;overflow:hidden;display:block; }
#mVybaRxKkK1RGbnVa89Wnf0JLpnonZe5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qUoBs8QF8K01bRFudaevpnS7h83bznTq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kvIDwcvbPHtWQHtSltPaiNymqLXWHTmW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:15.4375rem;left:8.4375rem;display:none; }
#DQpntwsuvCugWNbB8MfLeuQV6OTLfdev { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:25.5625rem;left:7.625rem;display:none; }
#qTIKE2UzedvB3qFUX5gmBZ6sfxcuk44D { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:38.5625rem;left:7.5625rem;display:none; }
#E8Lib1cBHusMXUDWJGmwrVyxLBoloR4B { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:42.1875rem;left:7.5rem;display:none; }
#soyTfk1NztF6trchQycHybJd4iCzl4rL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:2.1875rem;top:44.0625rem;left:7.5rem;display:none; }
#K16bZeHJnZlVZIgfssFrAqUm0De1eDJP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:46.125rem;left:7.5rem;display:none; }
#yNSDIMRTv6knonUInTCyVxAsSHTgtdUV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4rem;width:4rem;top:30.4375rem;left:50.0625rem;overflow:hidden;display:none; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ff0018;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.5rem;left:7.5rem;z-index:1; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #OwWoLz9XA4VseBVgD988Qk8vylq3PmuX { display:flex;position:relative;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #iLT5CG4xTo49gM2qv6dM1Q2qh8mVp3pT { width:auto; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #BrDlTn8oIGrIX6SUxo47EfUMUTb9uWlq {  }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #qq51bxL2qpXOsoUNVCdVgNPV7Fav38Uf { display:flex;position:relative;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #kwSDOG76tPAnATRiTHybS4B4l86RtTTk {  }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #M4a2iZRaDIHKg1BV8Ew80rllEIMC2w1A {  }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #BCTIhTf2rw9T1LeXeFu3rvRKCyK9PspI { display:flex;position:relative;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #rFDTsSVdJmsMmQZsQ7GMgoASnvSfMlVE {  }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #seladuyO7Zgr1iHGFb9zyR0Gr5wsgrLp {  }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #eOpJCWiZXyUFm04FyePdQw6K4IRwTTQ3 { display:flex;position:relative;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #PDsURS7g3ZC6s7vruEUxvU8vTnEchv9q {  }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #Q6iP5z5Whd9zxaqCrAXfpSJFoLebaFs9 {  }
#rckfShUz6g9iGLhh165TGIOGVZz4TK4l { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.94970625rem;top:30.900390625rem;left:7.5rem;display:block; }
#bTMqRJ4bMLwzqokvTmFwyMmJZp7gA3Jl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#B3zb6a8hdKzOVqgcGNDpSiaCOA0xUTzq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.625rem;left:7.5rem;display:none; }
#ifgUUU371ZiAAo4c2B3z6EZvoobBv4G8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:6.5625rem;top:16.6875rem;left:8.375rem;display:none; }
#bDdrP7TnoVqDcuaESBF8fkAvXqaafhGN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ITRZQEqqogGm5Ll9TgEZuLIOrtZiRGE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.75rem;top:28.25rem;left:8.5625rem;display:none; }
#FK7z8pvGdb9TgkhJouuCmvFOIXuQ9VXU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aifwJqbpq7l6q0IcrB0FkgnXqGcXVJfI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:33.75rem;left:36.375rem;overflow:hidden;display:block; }
#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6e9c7351-14c6-44db-9478-ce55e5a325f7/image8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP.adaptive-delivery-prevent-bg, #DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP.lazyload, #DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP.lazyloading { background-image: none; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP > .row .container { border-width: 0; border-radius: 0; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d37e9898-7a2b-4db3-b3bc-d6b20441871d/image.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG.adaptive-delivery-prevent-bg, #HTZXAZf5I47rThMeUWDErJcQJq5gzZHG.lazyload, #HTZXAZf5I47rThMeUWDErJcQJq5gzZHG.lazyloading { background-image: none; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG > .row .container { border-width: 0; border-radius: 0; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:none; }#OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #101010, #000000);background-image: -moz-linear-gradient(180deg, #101010, #000000);background-image: -ms-linear-gradient(180deg, #101010, #000000);background-image: -o-linear-gradient(180deg, #101010, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000000' );";background-image: linear-gradient(180deg, #101010, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv > .row .container { border-width: 0; border-radius: 0; }#OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:none; }#pthlf6UQLEEM0dTGoee5IZiN9aerky2g { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:17.4375rem;left:17.25rem;display:block; }
#ayWSlbIpNNIT12F2LuB4qnWA7gJZWLH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4542LTEHJP02QI47fRlTf2UG2PDvdWA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));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: none;height:20.9375rem;width:54.125rem;top:1.4375rem;left:10.375rem;display:block; }
#d0xDTQwnypwqCA9iKqR2liNiFVEKTs5t { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:3.3125rem;left:6.75rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMV4DplNMrrtclW3AkKZHm2huswiDVld { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:11.9375rem;left:7.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpNyLfgbHulXMT0ruAkNbe2fFpmAPzce { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:8.9375rem;left:10.375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CxT3MC0xacSr9JVw8qTzCkPk2zD1wVsk { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:0rem;left:41.75rem;overflow:hidden;display:block; }
#rIWTt9JwyOAZbAc9mv7RKwTivqJDU9Il { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:19.9375rem;left:47.75rem;height:1.13720625rem;font-style:normal;display:block; }
#AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #101010, #000000);background-image: -moz-linear-gradient(180deg, #101010, #000000);background-image: -ms-linear-gradient(180deg, #101010, #000000);background-image: -o-linear-gradient(180deg, #101010, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000000' );";background-image: linear-gradient(180deg, #101010, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM > .row .container { border-width: 0; border-radius: 0; }#AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:none; }#pct0J4hT16fvMQyFxODSL0bb9ulZaCty { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:22.37548828125rem;left:26.43798828125rem;display:block; }
#xAXqaQ3T17eO3UVnsaCRdd31biZntN5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yuTeydEv3gv8fBJJwo7H3yseAnVOLFWA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));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: none;height:22.4375rem;width:54.125rem;top:1.875rem;left:10.8125rem;display:block; }
#e8uKl9THvl2KsTHTnEduv9yrf6s9Rz7Z { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:3.125rem;left:10.6875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gzx2mQMNVXtn0yJTqABPPXAyldTMT2PT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.1875rem;left:15.6875rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#acyMH8Oo6f7UAUSzPEAnFxLDxsOhesaV { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.625rem;left:7.6875rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaIioAlU70xdXTCNDKZirA0MbXpCgHxi { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19rem;left:8.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTt0zSDsykgOhH4OTFBoZmgWqTcxewTa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.5rem;left:11.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R2qrlxQp37TdUf1UB1vo9XNUFdzKFcvP { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:1.9375rem;left:43.875rem;overflow:hidden;display:block; }
#qZJP7VzDBXJ7laTy85RV32Is5G8ntSgT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:21.81298828125rem;left:50.5rem;height:1.13720625rem;font-style:normal;display:block; }
#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/32c14039-2eb2-42be-aef0-fa5d1a6b89ad/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF.adaptive-delivery-prevent-bg, #bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF.lazyload, #bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF.lazyloading { background-image: none; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row .container { border-width: 0; border-radius: 0; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:none; }#gUzrCzr6oTgM5mS6ucUkUCT0AE64zlDG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:17.8125rem;top:6.09375rem;left:52.20947265625rem;overflow:hidden;display:block; }
#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6c3a4e42-40cf-4115-b67e-cc2426028d1e/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.adaptive-delivery-prevent-bg, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyload, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyloading { background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { background-color: transparent; background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .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); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { border-width: 0; border-radius: 0; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#qv9N6cIQ4gXGkPf9SsGvDytZegZQhVvf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:41.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HyEmlf4MHIun0T663BKp3rxXCA74F5PW { color:#9a52e4;display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem rgba(var(--color-tertiary-0),0.5);top:25.0625rem;left:31.75rem;height:4.2246125rem;text-align:center;text-align-last:center;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; }
#rZdh9oQ7tpNecKSrDqdop046NQKr5dvq { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:31.9375rem;overflow:hidden;display:none; }
#Ts10D8iyrLs8NfzwZRJ76qrgVz2laNPF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:13.375rem;left:36.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rcfufl1DT22P8PHTMvOzT8rT6xGnqBD8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #b7bbf1 ;height:5.125rem;width:44.8125rem;top:24.5625rem;left:30.1875rem;display:block; }
#Odb2d5gwOhBoOP9kTEAw2GKnHA7lIqsM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #b7bbf1 ;height:2.125rem;width:35.875rem;top:13.0625rem;left:35rem;display:block; }
#IIifIU2WB4CbnckTVi2DkeuRMcoVGmfd { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:4.9375rem;left:31.75rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEOUdewvpEz89aG0XLJ3IVLVMH94NafL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15162;text-align:center;text-align-last:center;top:32.375rem;left:38.5rem;display:block; }
#oKErmrG9Rp8DtWQsmesbWwx0SdL3gdpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNJWxXg3HJ1E4RzruQ7wWLyKpvLC9Sdz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15163;text-align:center;text-align-last:center;top:32.375rem;left:55.0625rem;display:block; }
#Nm7T3kZnHtPT45VsRir3nQCJtRfi9tSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMctXqcoJE9Xgw9nlO2hDdS2AP8qt4TW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:1.875rem;left:36.3125rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlZVyw8Qlrb3kCpGvK1VRPUIhF9TNzbc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:2.25rem;width:12.25rem;top:1.9375rem;left:46.5625rem;display:block; }
#UuaXQRE5uIqfHDMDeX0r1TuXyO1ubmoO { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:28.25rem;left:38.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UuCa9M75SMhANNmTfiUHTwvmBxBdaA1o { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:1.24267578125rem;left:6.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VSigHmEl9xucqc0vR93Tz5OChJgySypw { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:9.61767578125rem;left:35.6875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bDVmzOgEPKDsxcN7LECyhNmmWnF7bcJU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:26.125rem;display:none; }
#kcOlhNViqILfRvfH3pTACdB3DEZKeKH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:9.61767578125rem;left:35.6875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ab73566-b1fe-4d0e-ac14-c73bc90d42ab/2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt.adaptive-delivery-prevent-bg, #oBOimzSOrzsyVAEQRNv5CBic0twf1nXt.lazyload, #oBOimzSOrzsyVAEQRNv5CBic0twf1nXt.lazyloading { background-image: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { background-color: transparent; background-image: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container > .video-iframe-container { display: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row > .video-iframe-container { display: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .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); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { border-width: 0; border-radius: 0; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#BPxXxvi9NxpbH6Xiefusvm2QIAN2D8qq { color:#3c3cff;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISxnncMrRyOUpiZ1il2MRmdUIKbT3V04 { position:absolute;display:block;z-index:15038;background-color:rgba(151,151,151,0.5);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:0.5625rem;left:24.9375rem;display:block; }
#LTqMVtKRrdCB2QF8qyPvGVU8bi9qzXLh { position:absolute;display:block;z-index:15039;background-color:rgba(151,151,151,0.5);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:0.5625rem;left:49.9375rem;display:block; }
#vIDZWMQvBAHBbtkfo8gmzRwehiOsTa1v { position:absolute;display:block;z-index:15039;background-color:#e5e5e5;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:3.0625rem;left:47.4375rem;display:none; }
#ZM6TmE32v1HWLOr1DHRJyur1ThiH1ux8 { position:absolute;display:block;z-index:15039;background-color:#e5e5e5;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:3.0625rem;left:47.4375rem;display:none; }
#C0wb9rQcGkKpDdxop5tWSw4ZWopi3c0D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"sukhumvit text";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSHeS6FFWKmAGb92ispXnTD7H5AG1nSt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.46875rem;left:4.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jek6egKGTWS7PZIIAAzvb6vOX5LbZLso { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.1630859375rem;left:6.25rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#fyga9TGfHhwhkWEXKd2VfvQqdvKMbc0q { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1rem;left:30rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oElF8om5Ogebl9O187G6BPxDRc0X5ghh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.9375rem;left:33.3125rem; }
#oO3XzAkASUqhKitnub8VdvMVqHtTGhIv { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.9375rem;left:35.5rem;height:1.54358125rem;text-align:left;text-align-last:left;display:block; }
#gkU6SflfcFKqTtoVt94TmKvd9dbSJM3T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.625rem;left:55.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTqX6uAmuws9cuEAWHVsR6chTREzgPmR { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.8125rem;top:0.9375rem;left:58.125rem;overflow:hidden;display:block; }
#lXFyR24URNClTkgvlk2HeoxNVbbrHleO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0.9375rem;left:59.5625rem;overflow:hidden;display:block; }
#ox3laEtHUV8ORkCEaRQUwzq3dhgJeA1f { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.6875rem;top:0.9375rem;left:61rem;overflow:hidden;display:block; }
#x0gDUmQFh5qgBe6WSbTM2zfb1vTWnpPX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.5rem;left:33.3125rem; }
#DUQ2Uq1HcRz4iGiXPCCsZSHn3euVcOxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.5625rem;left:35.5rem;height:1.54358125rem;text-align:left;text-align-last:left;display:block; }
#iFJtnDHM0fdyAKsrznTSbD5pcLh3TkCn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.0625rem;left:29.9375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#oMbbspN7R2oJaP3mDk2Sx7ZsxuD7psOU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5rem;left:55.1875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#hvLJF0UVOc9O1nMBP2a8kHIzTZ37lnwr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.791015625rem;left:30rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z7h48fJqygJfDvSh1WT8usGqQKteOaZO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.9375rem;left:33.3125rem;display:none; }
#ik4UeAyBtXvKmsHqFJeBtGElGXC7bwPV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.8125rem;top:0.9375rem;left:58.125rem;overflow:hidden;display:none; }
#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { background-color: transparent; background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .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); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { border-width: 0; border-radius: 0; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#cSM2CTi5lpzpToUUGdeDE1hXk13bbVQw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:13.75rem;left:9.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9WcG1VupiH1RU3I9i05PhADNxfW3sEk { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ai64L0ANvLhI3Oo9vMCavSaokOPIpV5U { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:13.75rem;left:22.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWkEw2s8m10tDdvzG1o15laHQwT08b5U { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:13.75rem;left:55.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#if7rSQGe9EpMrCPOM5BviCnE51T2Tt9r { color:#00c646;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:46.4375rem;left:21.125rem;height:2.81875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kiRTEWazenk5MIktluJotfDsh99L1GpG { color:#3c3cff;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2rem;left:20.1875rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykR9CuK3TaOWaw69opsqLbGosQJp31Gr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:34rem;top:1.287109375rem;left:21.25rem;display:block; }
#uCfNu4OxzZ3UA7If4098NXpctDDR9u1c { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:10.1875rem;top:4rem;left:11.1875rem;overflow:hidden;display:block; }
#NCLgS0TMCwHSOyIBVRrl1f7b5MvDIfQu { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:12.5rem;top:3.875rem;left:25.15625rem;overflow:hidden;display:block; }
#zotDVKsTxcvVvHeW1Hs8M39MaBuTEqzJ { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.4375rem;top:4.40625rem;left:40.71875rem;overflow:hidden;display:block; }
#GzwTPX7N7OdhnmwH09LT6g5fwDqTAbnT { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:11.8125rem;top:4.474609375rem;left:53.9375rem;overflow:hidden;display:block; }
#koaiQ0h2V8JCg58dtvnrFHzOxFdTsfh2 { position:absolute;display:block;z-index:15039;background-color:#e5e5e5;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:3.0625rem;left:47.4375rem;display:none; }
#tiyax8dWNVtoDVEgTIInd39Z5mgKiTSJ { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.adaptive-delivery-prevent-bg, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyload, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyloading { background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { background-color: transparent; background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .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); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { border-width: 0; border-radius: 0; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;position:relative;display:block; }#WoD9ZZmOIXCKAxNMnShs0C58VfShhUuT { color:#3c3cff;display:block;width:35.4375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:16.625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PqfFTvLb3ulttocTgcKJ0aBFgmQetnG8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:block; }
#zLaiN4Fh3Opgpd1TNwKMfJbfxQi0K2sT { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GI4gk9UIwNd1Fr5vdTRu93yHAAPU2ygm { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4560546875rem;left:16.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CgAHO6JsKfsIdo1E8UdihCfFmXmmtw1V { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.5625rem;top:18.625rem;left:7.5rem;display:block; }
#Fpex5iL9iVrGPPDTdZBOZTsdFk7X5FTF { color:#3c3cff;display:block;width:36.375rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:36.5810546875rem;left:16.15625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O2GvtRldVsFCQvaZ3GvdkkfSIbMO2Q8e { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zpn8sTwUNn5fk5xsnuQTCQTgyCcS78yw { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:38.2685546875rem;left:16.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFGECZAU7ztw2uLryXfhNWr2lQcUF1s0 { color:#3c3cff;display:block;width:32.8125rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.06201171875rem;left:16.625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FqUnRDyFRKMdfpT9oRH4zeMnq2ZUonVW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.0625rem;top:26.74658203125rem;left:7.5rem;display:block; }
#O1SanZDZorrfo0Vrt69DSkz0SFoROL0I { color:rgba(var(--color-tertiary-3),1);display:block;width:34.875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:21.8681640625rem;left:16.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vgAsNX3gZ8nWu1CwwF85xT3DqxHTmTPX { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.6875rem;top:34.93408203125rem;left:7.5rem;display:block; }
#awZFMfesXq8OAyi4r9csTfzyAmLTx6Fz { color:#3c3cff;display:block;width:29.4375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:44.7470703125rem;left:16.125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#omM0ClLA4WvV76fseK9kLS8AF8uHx6om { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:46.515625rem;left:16.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNtbALFMpaNHdxftwvPZcXs4knBPgkcm { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o0ffCrfVmBFFTcsZMDKVgxQyICwizlxx { color:#3c3cff;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.375rem;left:17.875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kx0h3JWDfuAlPnbI9eZIxkWcaNyqdSNx { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:35.8125rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hc4gv9zwSC1dou9K6E997K4JmpamVkE9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#JWwBGHW5KlMShkeTs1g0tHPwgMSP0T4y { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:40.4375rem;top:2.84375rem;left:17.28125rem;display:block; }
#kQiAx8Ir35khdK8g0d8tLzQk8rWbESuI { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#wMKKlwTC25BvLvr5k7EwBeCTRkGppRdU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#VIhTL4pgkPALcJpdtM787E5EBlyheo7Z { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.6875rem;top:51.375rem;left:7.5rem;display:block; }
#FdLLWBVZlAE1gLM0EM1cztAJqhWorofK { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54.75rem;left:16.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p14fNd8kyqtTQWOJuWih47GeSvk0XClb { color:#3c3cff;display:block;width:34.625rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.9814453125rem;left:16.125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zx2ho11cqXrhKQXiiTtomnsDWAokyra3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(183,187,241,0.7) ;height:6.875rem;width:55.75rem;top:43.1875rem;left:8.46875rem;display:block; }
#QnlwCEE8CGbn21slTHJBTmOsCHSw2idz { color:rgba(var(--color-tertiary-3),1);display:block;width:34.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30.392578125rem;left:16.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FbptZfbNI8DdQaPAsTKqKTcwbfuxiE8n { color:#3c3cff;display:block;width:28.625rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.6865234375rem;left:16.625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTEwaeCH2qs8gSGEpkniP5fBcbs9EgHP { color:#9a52e4;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.0654296875rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmT9p9LLAXi0nqS1vyuuJ8Mzk9t4RFB8 { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:44.0654296875rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cSubnnA1t9CH0aedaRA4Z92bA8HOp7Et { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:52.2529296875rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XytvrShQiTz5f9o0tr8lBCRdFeBEvJhD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#fseZfaHtn37QNb02riXllAgKCaa7EXIV { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#wUQ6zUbd4ANr42PGO9TwOl3lXsrquBb5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.6875rem;top:59.5625rem;left:7.4375rem;display:block; }
#Myxr08EZIxk0eEgt37F1w16Jgo1oocy2 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:62.99609375rem;left:16.15625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qBwo7bpO88vKBPsX7K3lf4wrfVMkWBeP { color:#3c3cff;display:block;width:46.0625rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:61.02490234375rem;left:16.15625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HvIfxQg2x6FXKvzJIfDo9rKU1PvAl8cT { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:60.4404296875rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTTDaZrpOv57RAezuTS0cTFmT05p4u5r { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:15rem;top:9.9375rem;left:51.3125rem;overflow:hidden;display:block; }
#VKUAkSKPeTTGyBX0AMmTlb0ZSE5aKcmu { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:14.375rem;top:18.5rem;left:51.750762879346rem;overflow:hidden;display:block; }
#gHqNHBUPWL3CmPkT2frIKbvM2faizVNq { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:14.875rem;top:26.09033203125rem;left:51.221153846154rem;overflow:hidden;display:block; }
#iZclSsAMvubZmBXDfGHGaNFLHaVQfT7V { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:14.75rem;top:34.49658203125rem;left:51.5rem;overflow:hidden;display:block; }
#dET6qFPcnFiqOU2qGk1SZRZmqdSLVzZh { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:14.875rem;top:42.8125rem;left:51.25rem;overflow:hidden;display:block; }
#NbysJRW49DTxgfpl5fbxTGuMdd4xJnk9 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:14.9375rem;top:50.75rem;left:51.3125rem;overflow:hidden;display:block; }
#rpryyURbynnanDpHToHII9aRC6Ao5L7W { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:14.6875rem;top:59.3125rem;left:51.5rem;overflow:hidden;display:block; }
#drKHniT4O1oRr6vGM8WTXyPCax1txynw { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:15.1875rem;top:67.59375rem;left:51.0625rem;overflow:hidden;display:block; }
#haEsB9KaE03o6VbcEoldXWUNnhfa0v6T { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;height:6.875rem;width:58.6875rem;top:67.9375rem;left:7.4375rem;display:block; }
#h47naoXIW5WQw9D3tXSN9ISR7caHQ1Hz { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:71.875rem;left:16.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HmngZKlD7IMKpn4SPXd1IeF4Gbgk7Ife { color:#3c3cff;display:block;width:46.0625rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:68.35107421875rem;left:16.15625rem;height:3.0871625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M4RZutZmLCJA1WJw04QpqBRl1LE15ewD { color:#3c3cff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:68.8125rem;left:11.75rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGSTT1lF9aGXOcgEywUcDyJwKZeCn5eF { color:#3c3cff;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.375rem;left:17.875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NGr37Fsy58PTEyZhhHeKKy2Kak1gTVGD { color:#3c3cff;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.375rem;left:17.875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lBw58vNticE6LAENcuFRbTmEaIFoBOvs { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#Lvg9s9iipm8sPFuo2HQibcWhphZubTN0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:7.5rem;display:none; }
#hThux7wDfZKsZXDvJkm4DZaENZGiADwX { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54.75rem;left:16.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pAAmqTX75TIW1d1yNemNv2SxlG7L5y2i { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:62.99609375rem;left:16.15625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LhNxCLQd0EfT9bKXX2q4IpEPBVw46u11 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:71.875rem;left:16.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC.adaptive-delivery-prevent-bg, #wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC.lazyload, #wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC.lazyloading { background-image: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container { background-color: transparent; background-image: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container > .video-iframe-container { display: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row > .video-iframe-container { display: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .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); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container { border-width: 0; border-radius: 0; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#oetfgqpBdKuOGCTQVF1mGcMzLFdizZbX { color:#a920ff;display:block;width:33.75rem;position:absolute;font-family:sukhumvit;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:20.625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPy4u6FkhPV6eBTVnlDR1JzXU9vTXHcU { color:#3c3cff;display:block;width:58.125rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2rem;left:8.4375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ievKOoqdNZBAyZNdt5pXRgULZyzR9muH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.5rem;left:32.75rem;display:block; }
#XreEuRPvU9xdMAZhXeVsiAyOi9J6ZNbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BO5cPFVKn2cnPCNv3ZUpA7DC8eCAQVLm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #95bdff ;height:8.8125rem;width:16.25rem;top:8.7060546875rem;left:54.375rem;overflow:hidden;display:block; }
#DfA9X59eaI4p2FctGLlAGB5mmgvGe7tN { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem #95bdff ;height:8.8125rem;width:13.8125rem;top:11.8125rem;left:43rem;overflow:hidden;display:block; }
#Sze8kxiUiv1AaAX9Lp8octDwUwqTbJDv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #95bdff ;height:8.875rem;width:18.125rem;top:17.5185546875rem;left:50.375rem;overflow:hidden;display:block; }
#y1XBtz5SH87Gg4mcWx9Tfpl4g6fB9GqI { color:rgba(var(--color-tertiary-4),1);display:block;width:42.625rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.8125rem;left:3.25rem;height:14.624rem;display:block; }
#rgSGEAle1ftQrnWSqy3uDpexil5g8gFJ { color:#a920ff;display:block;width:33.75rem;position:absolute;font-family:sukhumvit;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:20.625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gkqVGsro0StzUXG9Vi9PWPu6rtpkAWoz { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.8125rem;left:10.3125rem;height:15.597675rem;display:none; }
#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { background-color: transparent; background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .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); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { border-width: 0; border-radius: 0; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#T9Ad080wcST4ui8q65BVQlHrkgDXCT0D { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:1.625rem;left:22.21875rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwEzeAIeP154Bs6oPnEqALn2WvXVSIGo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #b7bbf1 ;height:9.125rem;width:17.9375rem;top:11.4375rem;left:9.0625rem;display:block; }
#O9F3Twfy6HVLqvK3W1bZtFhBOeTS8AX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6875rem;left:10.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4cbrClQFbVRFT0X46keRdP8RbqCBIHT { color:#3c3cff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8125rem;left:48.96875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5bT9ROIddt5h1ItzPh3KyZ9PmmO5tKG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #b7bbf1 ;height:9.125rem;width:17.9375rem;top:11.4375rem;left:28.5rem;display:block; }
#NsTHknOLe7vLLqHqSWWRdfWGcV2FnFKC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #b7bbf1 ;height:9.125rem;width:17.9375rem;top:11.4375rem;left:48.0625rem;display:block; }
#NVxEGSHPyWp8SHQeFsr7tOkWUQMFL4xh { color:#3c3cff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:29.125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWPefcuM4TTid6ougyDe5MBvgZRrZzba { color:#3c3cff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:10.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXfSHISNzpxN8H55LzRRUXD5nwGV5VAG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:30.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I3w4OO47CF3z6pwzxuI42sWwzVrMATUO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5625rem;left:49.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNn2g2TcqlZAkaCW0O153qX3o2dxkhz0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:12.9375rem;top:3.25rem;left:10.875rem;overflow:hidden;display:block; }
#IHI0URIa3Jw1ywQq9eM6VsBaZ5LFc83S { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.9375rem;top:4.8125rem;left:31.5rem;overflow:hidden;display:block; }
#FEfbDmJ2nZyatdO9qPMgSKy3lnzTbH1T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:11.5625rem;top:4.3125rem;left:51rem;overflow:hidden;display:block; }
#CTqQXZPNVru9Up9iaLT1kTF2WEQheUV7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #b7bbf1 ;height:9.125rem;width:17.9375rem;top:29.9375rem;left:9.0625rem;display:block; }
#MJapDBGCPkKeJEhEmiclQJ6ZfsfHy2TQ { color:#3c3cff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.34912109375rem;left:10.84375rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8QEU1WoUqtwHt8WekyJg3fsW9f50fAi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:15.1875rem;top:23.25rem;left:10.4375rem;overflow:hidden;display:block; }
#DDTB7OcVoFeex9P8e1RaE7yFsE7GnIHN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #b7bbf1 ;height:9.125rem;width:17.9375rem;top:30rem;left:28.5625rem;display:block; }
#AsBsXtTioP7xzo9SxfDsHACiyuwH2XT3 { color:#3c3cff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.349609375rem;left:29.125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukcNUzVgbQdbAWdcHc9P0hXLATT2s8WF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32rem;left:30.375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VB9lI7veTVhuayGtydKpA4R8X654kcFg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:10.4375rem;top:22.375rem;left:32.25rem;overflow:hidden;display:block; }
#wwhFDqfST5sR6rUJ6r3KSlBOp67flIQ8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #b7bbf1 ;height:9.125rem;width:17.9375rem;top:30rem;left:48.0625rem;display:block; }
#azHyvrtvLxAXaz5pI18PfiEEkhF4nwyO { color:#3c3cff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.34912109375rem;left:48.96875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SOiMiIfGB7X26EMXSs0loCyKguTJFA42 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32rem;left:49.84375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsSZNx7rKf5iVb1giH7i3awX4XzoVI3i { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:15.9375rem;top:23.1875rem;left:49.0625rem;overflow:hidden;display:block; }
#hootEDXXwsfFfHgFnosgE6RubK9TEJ8J { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.99951171875rem;left:10.84375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fD71zsCTe7uBEJTl403OJdpUWuOg8GO5 { color:#3c3cff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8125rem;left:48.96875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sV9k4M41P3MTzA5HWxT2s5sATPayxOvs { color:#3c3cff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.349609375rem;left:29.125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.66);background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7.adaptive-delivery-prevent-bg, #vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7.lazyload, #vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7.lazyloading { background-image: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { background-color: transparent; background-image: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container > .video-iframe-container { display: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row > .video-iframe-container { display: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .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); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { border-width: 0; border-radius: 0; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:75rem;position:relative;display:block; }#IsGbT1LTq3kw9xavJrPtSFSDQTpP8Kz4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.625rem;width:9.625rem;top:38.25rem;left:31.875rem;overflow:hidden;display:none; }
#yfNCIiOFqTzlfGGQWrnXNEUv5mukIGCN { color:#0a0c0e;display:block;width:42.8125rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:1.73828125rem;left:16.09375rem;height:3.82486875rem;text-align:center;text-align-last:center;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; }
#xMvxQKCU9ItkdUMnlptK6DVXpl3fe2z9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.4375rem;width:12.5rem;top:12.1875rem;left:42.5625rem;display:block; }
#EocLhXvTIPn5ikBfTbyB540msMcZlR0r { color:#0a0c0e;display:block;width:11rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:12.4375rem;left:43.5rem;height:2.17501875rem;text-align:center;text-align-last:center;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; }
#rB86QWt4Ia8TUtCfUXVkA6XoddyhoOlz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:11.9375rem;left:40.125rem; }
#CaSIbTbhIIBCNa2Qk1yTVhVrQkMhwq0x { position:absolute;display:block;z-index:15006;background-color:#7de4ff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.375rem;width:16.3125rem;top:12.3125rem;left:21.625rem;display:block; }
#Oi7ZNToTyKIZuRHTDMb034McLJpuAyr4 { color:#0a0c0e;display:block;width:16.4375rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:12.4375rem;left:21.5625rem;height:2.17501875rem;text-align:center;text-align-last:center;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; }
#SSc1sJ2BhvAytQvm4xL5zRoIcdFZN8Cn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:12rem;left:20rem; }
#kMP1K7hvLfx1T1mNh08a6Rp5oEhmwS0Z { color:#0a0c0e;display:block;width:65.4375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:6.1123046875rem;left:4.625rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#Zv9VF0fQmuwF80IqGihV3d9IqhOF0aPt { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:16.875rem;left:1.3125rem;display:block; }
#h7xP6hbV9d4v1cXecENMT5V1tnI3bfkq { color:rgba(var(--color-tertiary-1),1);display:block;width:23.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:18.625rem;left:0.5625rem;height:2.5rem;text-align:center;text-align-last:center;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; }
#QPwNmVy9cJuKDGclMLNC9ybXZ9SpGTRo { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.6875rem;width:10.9375rem;top:22.375rem;left:3.1875rem;overflow:hidden;display:block; }
#o9f3JTX5mrsDHIPWIW96utXNyuxsRTik { color:#3c3cff;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:33.49951171875rem;left:3.1875rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#xeayl6Idl356U0B3RRoaC9pnkgR0fCxF { z-index:15011;top:37.75rem;left:6.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gUtpH7uvXn1XD7yPcI6pKtwRk79imJ2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdRzrirsWCWAzXts9y8Rb8rzNwpGvk2D { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:16.875rem;left:51.0625rem;display:block; }
#AigptJ7s3Kbk7DWn3d05hD2y4UxKLtf1 { z-index:15016;top:37.75rem;left:56.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OJkmL0NN81n6piqonBsN5JToKZzzt0Ct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXFG1yhfM5Tn2npFRTw3Ss0kOGBbA0Jh { color:#3c3cff;display:block;width:17.125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:33.5rem;left:53.6875rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#dHZdRaFpoX8QkgOtKbunRF0Zy0AoHnMh { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.75rem;width:11.0625rem;top:22.34375rem;left:54.5rem;overflow:hidden;display:block; }
#XoTSAto4ffuEoAXJJFsOixm64B8KBIVM { color:rgba(var(--color-tertiary-1),1);display:block;width:18.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:18.5rem;left:53.3125rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#aHm96UqHOswMycrP5IkprgDtFpVPhg8g { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:41.125rem;left:26.375rem;display:block; }
#SCETklQOSqWaBIUi1KvcXKAC001XvzF8 { z-index:15031;top:62.125rem;left:31.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dyKCIzqWVUXUXqdVqHvfZfe3nDtQkguN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dke9drxaIz2LJGSTrIe5UHqquRt3mMU7 { color:#3c3cff;display:block;width:17.125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:57.3125rem;left:29rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#HvHhOiPrp5WlJI6z49LRJGuhspgfW5Ve { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.9375rem;width:11.5rem;top:46.28125rem;left:30.25rem;overflow:hidden;display:block; }
#CxZAOK0VRBN7IV8M578DF8AUQzd5E0DC { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:42.25rem;left:27.3125rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#qw2NchvbzOKxDSEKz0Eydz5RCpy5K2xb { z-index:15021;top:62.125rem;left:6.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hu5U5o6FgTiFm8ZISshkCeozRpAwxRNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgMV7RQKhOZxvBggNwxpSzRgukQUFDXJ { z-index:15026;top:61.6875rem;left:56.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTK1cRcdrcqENHtLfCFfP7UI61mywVhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNZMKcULXSGNN26RNF885B2yb88HfVTh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:41.25rem;left:1.3125rem;display:block; }
#s75K1G1yOc591XVDP9aeD21n9nFKEaJK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:40.8125rem;left:51.0625rem;display:block; }
#FZkVMaeBMTyJBtwLNsBC2FqBI4OBOqUk { color:#3c3cff;display:block;width:17.125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:57.875rem;left:3.9375rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#s0mrUrnAwg8Z7fWmo28g1ekm4lvbiQaJ { color:#3c3cff;display:block;width:19.0625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:57.5rem;left:52.75rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#gTvUUBnwSwEOIqVKhVvwRq2JHwdwLbpn { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.375rem;width:10.4375rem;top:47.28125rem;left:5.71875rem;overflow:hidden;display:block; }
#uRbCxlN0CQ5qzqMaRAdqsWmf3JHIpwKB { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:18.625rem;top:46.3125rem;left:53.0625rem;overflow:hidden;display:block; }
#TeE4eWBdHRCoRkfaSWiA1K67vpaTl8UM { color:rgba(var(--color-tertiary-1),1);display:block;width:16.3115234375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:42.875rem;left:4.5rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#ywGIGDq4PHuOGOBGhfTAVVrJcFn6Xo0B { color:rgba(var(--color-tertiary-1),1);display:block;width:16.3115rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:42.5rem;left:54.125rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#h2SiIhT4TTkdC0etsoRUo9twNUXyXG9n { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe36e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffe36e, rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15161;text-align:center;text-align-last:center;top:65.625rem;left:29.6875rem;display:block; }
#DF8EaZEEVdUlKf7IfIfaGArlFGtRIPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVGZJgm9EUBXLeN8iDMSALo9SGrV5MAO { z-index:15026;top:37.75rem;left:31.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(45deg, #ffea7d, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f5QT2yaBEIZg0xKdwZCzZ8znT1egPzDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvbLIHXbk4ibT7qbmuAtwzq8TEuaSGpb { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:16.875rem;left:26.1875rem;display:block; }
#re4rW1BT6Q0ZHEtAbewXKM7JazVyHJku { color:#3c3cff;display:block;width:20.125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:33.5625rem;left:27.4375rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#mh0hVTQmz78LM43SW6cAP39u8CkXbUWU { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.5625rem;width:8.8125rem;top:22.625rem;left:28.75rem;overflow:hidden;display:block; }
#X4TsROOnpwZngdN8sdwgXiWlusDc1sv5 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.8125rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:18.625rem;left:27rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#N58PkdTQIek8DRmDX2xU8vMTrISoLd01 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.6875rem;width:10.9375rem;top:24.40625rem;left:10.75rem;overflow:hidden;display:block; }
#Cd8Rp3q4kWGvLJuhHs93TphFBEux4czG { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.6875rem;width:10.9375rem;top:26.5rem;left:4.375rem;overflow:hidden;display:block; }
#yWslP9oL92RtFTfTrFh1cpZe34pDgIJP { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.6875rem;width:9.0625rem;top:22.375rem;left:37.9375rem;overflow:hidden;display:block; }
#WLgnPEofzllEGpp4qlxGqanTGnTkX7Nd { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.6875rem;width:8.9375rem;top:27.5rem;left:28.75rem;overflow:hidden;display:block; }
#BCiiLWcuuszvohTneA4KHhNZyMRIqDME { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.6875rem;width:8.375rem;top:27.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#zTO9KTksPefyRLmheT184JnZ7152DDdR { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.6875rem;width:8.375rem;top:24.90625rem;left:33.3125rem;overflow:hidden;display:block; }
#ceeabAKUEnF5Iud9TK4pi4TiowKFCasi { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.75rem;width:11.0625rem;top:26.46875rem;left:60.5625rem;overflow:hidden;display:block; }
#Hfow8UXNJmlQDWkb8IT6BsSq8MFzaNoM { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.625rem;width:10.8125rem;top:49.125rem;left:10.875rem;overflow:hidden;display:block; }
#UD6hQOA5hnxT4ZfSP99Oi2JpZkpOP7ED { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.625rem;width:10.8125rem;top:51.25rem;left:3.9375rem;overflow:hidden;display:block; }
#kBItKVDzrOsSxAhmaFl6VwT7hycAeDg2 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.9375rem;width:11.375rem;top:48.0625rem;left:35.9375rem;overflow:hidden;display:block; }
#OsIuqnVJuPgQtf82VKUUGeMO3R4AWkqt { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.9375rem;width:11.375rem;top:50.375rem;left:28.6875rem;overflow:hidden;display:block; }
#LI1o4nrpqoAfPguGsmNRaHelaBdIaKZn { color:#0a0c0e;display:block;width:65.4375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:6.1123046875rem;left:4.625rem;height:4.875rem;text-align:center;text-align-last:center;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:none; }
#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.66);background-image:url("https://images.assets-landingi.com/uc/bafb962d-8e21-45f9-8558-aa2329dff3ab/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay.adaptive-delivery-prevent-bg, #duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay.lazyload, #duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay.lazyloading { background-image: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { background-color: transparent; background-image: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container > .video-iframe-container { display: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row > .video-iframe-container { display: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .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); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { border-width: 0; border-radius: 0; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#eATUOAUn53Qcq8uSRgIeMADnQcqfwKVe { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:1.5rem;left:11.375rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMyWh4gac5iKAokIh3vzwd05DmrVC8dy { position:absolute;display:block;z-index:15004;background-color:rgba(154,82,228,0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:49.6875rem;top:1.0625rem;left:12.8125rem;display:block; }
#yNUqGU82wEmb82yUULqoHtwHmFyO19ct { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.625rem;width:9.625rem;top:6.875rem;left:12.8125rem;overflow:hidden;display:none; }
#LlmBPyTqPdfz5rq7Ecz0aniyIi0qP2is { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.625rem;width:9.625rem;top:6.875rem;left:12.8125rem;overflow:hidden;display:none; }
#tEAN2KPRQgmSTVAXlRyBnDNC15sTZBVh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:41.3125rem;top:6.6875rem;left:0rem;overflow:hidden;display:block; }
#GhBmP28tT0kg8tHOoZLgNHKnMQhDBHd2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.75rem;left:46.875rem;height:1.29980625rem;display:block; }
#LF0ZfPIo48JbX6hI51LCDdOTnrcVnG9X { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:block; }
#Ii2RVF1dxh2PxD01E7TJhPHIkMcWlblP { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.3125rem;top:9rem;left:41.75rem;overflow:hidden;display:block; }
#hddkC9LUL0m7DtN4pQ0bSoNWgZUt2VNu { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.4375rem;top:14rem;left:41.9375rem;overflow:hidden;display:block; }
#oWfHqikvBhI3iAwRWaCWq5MuCJubewyt { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.9375rem;top:4.3125rem;left:41.375rem;overflow:hidden;display:block; }
#RohusvRhQvPbDhdIIskAzoHci9Sa5iDx { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.125rem;left:46.875rem;height:1.0563125rem;display:block; }
#gF1ebUxFPzu7Fos0PkTzCmQsdVZV5m1p { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:9.75rem;left:43.875rem;display:block; }
#PdsiSidwsDio8va0M0lAVElrUwnQ7ZvM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:14.3125rem;left:43.875rem;display:block; }
#eiird30ulam28UTkA9z277H84ovlFacg { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.125rem;top:17.8125rem;left:41.8125rem;overflow:hidden;display:block; }
#DGT4coAtmSxop1T5vbHR4sTxwDRld0Bn { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:4.1875rem;top:22.0625rem;left:41.8125rem;overflow:hidden;display:block; }
#yFb4UwgHteUvrL6dBT3iZE73OMlQt08d { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:27.25rem;left:41.6875rem;overflow:hidden;display:block; }
#oo92bE1qv2CW5DoZp1QGgJAvgOkOC8RM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:18.75rem;left:43.9375rem;display:block; }
#E2TIxcoEJrVOGfdmk6xS9mMbAbQiyr0n { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:23.1875rem;left:43.9375rem;display:block; }
#RsLTu5OPTztz12m72F8sMDghMdwknA98 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:27.625rem;left:43.875rem;display:block; }
#VrxXikXkgxOiUZw6T0CpcFMfsapK0hZx { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:32.0625rem;left:43.9375rem;display:block; }
#KaumWW2DTWFBFcGfg2id2X8cddzm3S3v { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:3.625rem;top:31.625rem;left:42.125rem;overflow:hidden;display:block; }
#rrzIOZbi9htkRkz5iDNHrHupnWd6JDbt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:10.0625rem;left:46.875rem;height:1.29980625rem;display:block; }
#h86HFh7zuSc6lyqVOuAWGITKJZoTE1sU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.625rem;left:46.9375rem;height:1.0563125rem;display:block; }
#esCVn7hDwT0Oi0btqP28K3D5eRyxXhdi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.5rem;left:46.875rem;height:1.29980625rem;display:block; }
#k5CHfJL0SW9Jz50JAaPdTbCIoTzOu8V6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.75rem;left:46.875rem;height:1.0563125rem;display:block; }
#azJG6otK0gvV5c8HTTfCQT5hTGzDa6LJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.375rem;left:46.875rem;height:1.0563125rem;display:block; }
#gGIC0p6GNLnUzrvHPT3DLFyBM0saaAAc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.9375rem;left:46.875rem;height:1.29980625rem;display:block; }
#ehThuuHpk8vCPeywVMLXgEphze3DhOSf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:23.5625rem;left:46.875rem;height:1.29980625rem;display:block; }
#PVZ82i2NzpMUtJf2w9HVTsyJpDIx8Iso { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.875rem;left:46.875rem;height:1.0563125rem;display:block; }
#rczi2KbeyWt3puSmTCfHmIHURCbl8Ca5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:28.3125rem;left:46.875rem;height:1.29980625rem;display:block; }
#Sp17d7OamZX3JV2beHZT12eEz4aTSqNf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:29.625rem;left:46.875rem;height:1.0563125rem;display:block; }
#Qolly73gcsbJ5RV1cQPgsTSMCsQwIKHD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:32.6875rem;left:46.875rem;height:1.29980625rem;display:block; }
#NvyWWR5LgICwif3CFQzWXsTD8IsTrSQu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:34rem;left:46.875rem;height:1.0563125rem;display:block; }
#PLo8nMHLMp9gsMAFTMcbmr1JyqM40up2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:none; }
#wv4ksvenhtGvAkvmogXmTt6GZmWyAyqg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:none; }
#CKQrtoU3kU2K8pwpJTxE1s18pnhAXMUn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:none; }
#TJFmf5md1g0w1fsumI0agCq5MTPTJhs7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:none; }
#nGCTTX3OqD3W8XarpzJZU008J8E5Cqwz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:none; }
#ZPKTPbM05NRANsRn2ixONbWb23CxVQsg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.19);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:30.125rem;top:5.3125rem;left:43.875rem;display:none; }
#eF9UfvMeoolgRe3mss3gPL9PcaLDfM8z { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:1.5rem;left:11.375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TJJLwJQUQfGriVFLLgBxIpCDGaotSPxg { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.5rem;left:11.375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.adaptive-delivery-prevent-bg, #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.lazyload, #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.lazyloading { background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { background-color: transparent; background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .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); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { border-width: 0; border-radius: 0; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#wpxAMguSwZft8oOXX3COXcM5S1eGpk8f { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.4375rem;width:18.375rem;top:18rem;left:37.5625rem;display:block; }
#uhLhd1exKvVyQizyGEy6B9MIVq854p0X { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9rem;width:18.375rem;top:18.1875rem;left:18.125rem;display:block; }
#qy5CaV2FVyKN3psfvDVUComa5RVORlTS { position:absolute;display:block;z-index:15012;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-shadow: none;height:1.9375rem;width:6.625rem;top:21.0625rem;left:24rem;overflow:hidden;display:block; }
#aHSI1myQB2B4dFdO0rz2OTDeqvaQQH2H { position:absolute;display:block;z-index:15013;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-shadow: none;height:1.9375rem;width:6.625rem;top:21.0625rem;left:43.4375rem;overflow:hidden;display:block; }
#EnP9AA7BPIB12a7MVw6CMXBfMVQ8X8Dp { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:23rem;left:39rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KD2z15y3TZ188PwseHN6I13SeizeBTN2 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:23rem;left:18.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zioIZFhd5HlWuK7G1NAePwTqTNtWPgST { color:#606060;display:block;width:14.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.125rem;left:39.3125rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLvGgdOBgSxqKq3TsTAJHIzZPsTxslfL { color:#606060;display:block;width:11.8125rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.125rem;left:21.4375rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7rsHdQpG7o9rWutTPAQMIfTTf6XF4VM { color:#3c3cff;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.5rem;left:18.125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwSPgWP7Ls7sQBCe2B7O6tOJ0HBV2RTd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.1875rem;width:18.375rem;top:7.0625rem;left:8.875rem;display:block; }
#WoNB7Vlx0TEvw7vU8FAHMTBEt6IX3oaE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.3125rem;width:18.375rem;top:7.0625rem;left:28.25rem;display:block; }
#SbNECMLWu0lRDe1NIrRgn3doe4OiU4Ud { position:absolute;display:block;z-index:15011;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-shadow: none;height:1.9375rem;width:6.625rem;top:10.375rem;left:14.75rem;overflow:hidden;display:block; }
#kshdl1XCNzN1qna8Do2TAnUu1vhPIy6C { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:9.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WwGxn4uBooJhT0kcXtyF7RSOE92yyEF8 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:29.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6zMo3m8ml9QJoiv1dbIsKoVgAtaugtv { position:absolute;display:block;z-index:15012;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-shadow: none;height:1.9375rem;width:6.625rem;top:10.375rem;left:34.1875rem;overflow:hidden;display:block; }
#gObATv5PFAicqFPoTLUzkrwDGXwmRW9b { color:#606060;display:block;width:9.5625rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.25rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sO9GJ8SnRcFEUVxLR59IoksZqV0Tvwyn { color:#606060;display:block;width:10.375rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:32.3125rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCOEigkGCP0KZP24klf7kd6GlzcJLOXg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.3125rem;width:18.375rem;top:7.0625rem;left:47.8125rem;display:block; }
#s3eLTuE0E5aX5gxU4Xx8qsRag4QvZT0e { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:49rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoXikW7pG0OHb4dLOnyMaxIyaO0PMwEF { color:#606060;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:49.75rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn0gqVzGQDeyoeqHww1pinUeLm3KtqAB { position:absolute;display:block;z-index:15013;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-shadow: none;height:1.9375rem;width:6.625rem;top:10.375rem;left:53.6875rem;overflow:hidden;display:block; }
#GmU2ZheKbaNQv5VGtWSleQdKqwTVBfaW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#oeyLuyCEWT5XQtffPda7tcWgdqcli0px { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#pa8EDqwDqv8CZuiUMRDNV5hDy5hlHrme { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#LTROGGX8PxuqtnrNrN1xVVhbXtpADksn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#g0ucUL1O6J31thWKkZ4dJappAIWCDDLT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC.adaptive-delivery-prevent-bg, #U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC.lazyload, #U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC.lazyloading { background-image: none; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container { background-color: transparent; background-image: none; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container > .video-iframe-container { display: none; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row > .video-iframe-container { display: none; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .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); }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container { border-width: 0; border-radius: 0; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#QI5tsTdNRtbV02neITNrXB3FTfvTyHUm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.875rem;left:30.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tERokGDy2czG5BaUTnmSGCxKhZzr0aGS { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.5625rem;left:9.9375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fm6lXrS3hE7tbF2otpVaePwABaFtTuSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.75rem;left:48.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UvURShQtBc1V322yZcpf4vO7CEE2HB62 { color:#3c3cff;display:block;width:16.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:23.75rem;left:29.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KC6TI5Ql6E6GU7CZdIgLks5x3avKK09y { color:#3c3cff;display:block;width:18.6875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:24.5rem;left:8.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTvHDo9eyEOQRTT2NLAl2CA47ANG5UwZ { color:#3c3cff;display:block;width:17.875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:24.5rem;left:48.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtsofOg9gsJ6PHk4bz6KkaDgVlkKZirS { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #3c3cff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.5) ;height:20.3125rem;width:18.75rem;top:7.5625rem;left:47.6875rem;display:block; }
#NWifRwukKKZg85DHDbRPGlQWsAXRxzwD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #3c3cff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.5) ;height:20.3125rem;width:18.75rem;top:6.4375rem;left:28.125rem;display:block; }
#q9VGxD3DrKDnXMeMukvsUyV5pk2IZ3TD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.5rem;top:10rem;left:51.4375rem;overflow:hidden;display:block; }
#q39TLb8OWbZLWNWyUqQZyAwwRTMxMexT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:13.0625rem;top:6.4375rem;left:30.9375rem;overflow:hidden;display:block; }
#tBo6pl1CBNwGprkgHcTl7JP5WKDgcygW { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.375rem solid #3c3cff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.5) ;height:20.3125rem;width:18.75rem;top:7.5625rem;left:8.5625rem;display:block; }
#qz0iofsTgND3tZShriJ9Fmrlrv2UsidI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:13.0625rem;top:9.25rem;left:11.375rem;overflow:hidden;display:block; }
#K6hnTEpOZcF22T0s9hwV3RClqCuGNxJF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.4375rem;left:22.21875rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container { background-color: transparent; background-image: none; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container > .video-iframe-container { display: none; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row > .video-iframe-container { display: none; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .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); }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container { border-width: 0; border-radius: 0; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;overflow:visible;position:relative;display:block; }#K3g0HtEvo4ETpPhzHoaeNtTXl1cZBHMg { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:6.3125rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#fqBmQAaUHtqM6TveodutT4yw4Forc1NM { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(87deg, #8d00d1, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(87deg, #8d00d1, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(87deg, #8d00d1, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(87deg, #8d00d1, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.75rem;width:30.9375rem;top:14.5625rem;left:38.4375rem;display:block; }
#ptZdGMLHicxx7x0QABbWxXs5nP1IM627 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.375rem;left:32.8125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#RytXauhtVwTwvHpdPHC3mbIwN3q3bWD9 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.375rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#qCDnTixVpwAvKd3WL6TkpCaTN8oOJzEo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:51.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#bdQ9QuTle65LHILDD1BA0s8wEfxIPFyE { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.7626953125rem;left:11.03125rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#er8V0g3ruuxk7NnuDkIdauXS1OAG1BhT { color:#ffe800;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.75rem;left:35.5625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#pd1anTOKBygdB535GZRx9Ap8Ovk3N5LT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.6875rem;left:39.375rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#HZNONKfFFltxcTX6uVTwVnxwXqFEBDEL { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:20.25rem;left:42.0625rem;display:block; }
#ZWcouhNRdcwC3e3rMOOGDIXcgKi0iqlA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.9130859375rem;left:39.375rem;height:3.89941875rem;text-align:left;text-align-last:left;display:none; }
#WrTkODN7OBkBeZghh2sGIOr15CcRVbHW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#k4WJMAPo5kDT7cVOTVxxtwqCtkT7o7kd { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:32.8125rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#Q72PoGyTVDC6lClieReM7H6kmbN1dru2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:11.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#wrtEtNl2VFTp1GenP2rzkMWcJJwQnV96 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.4375rem;width:12.5rem;top:12.9375rem;left:5.9375rem;overflow:hidden;display:block; }
#esmGCNTsVrB0D6XvM9yF89kQVAJIHqgU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.5rem;width:12.5rem;top:12.9375rem;left:18.75rem;overflow:hidden;display:block; }
#vOFAAof15HNHi7PX6L63pTr2z9OrFmRg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.5rem;width:12.5rem;top:19.6875rem;left:18.75rem;overflow:hidden;display:block; }
#Jlw9gMNeHiquyFcPmFXMCgSbazAwJZkd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.5rem;width:12.5rem;top:19.75rem;left:5.9375rem;overflow:hidden;display:block; }
#kLMBbHclM5JdgbdCNM4teJcTWt2WhHKq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.5rem;width:12.5rem;top:26.4375rem;left:12.125rem;overflow:hidden;display:block; }
#Jy3kuiprqIBRNR5UIf2D2OfhpfunRJPA { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.125rem;left:32.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs.adaptive-delivery-prevent-bg, #NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs.lazyload, #NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs.lazyloading { background-image: none; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row .container { border-width: 0; border-radius: 0; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#G18fiieezZ4Qfzhr7OpbAZ6cRbQFZ94S { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:23.5625rem;left:0rem;display:none; }
#WCfLd5XcbfxH0qFqA2CbnIVTA6RqSCdI { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#b2afJxaOT4KTCInMWTyWP06lhnCfcccJ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#boL1GExdlDOx7XETRK4kHvA3F7TohvKF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.4375rem;left:2.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgfQGnzQJR71FM2VUe5HTJhF0HhMzuTC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.125rem #b7bbf1 ;height:26.875rem;width:22.8125rem;top:4.6875rem;left:45.4375rem;display:block; }
#wJfSGv585AGUAUTRkGuZQVfsEi3vIn9C { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5rem;left:2.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v4KbByDFtMm3zOO0far4OFHH8kaa5GK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tAprdgPkf3t2h7I1FZbAMCrDHg3ItEP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:8rem;left:10.9375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#C07E40yVnwDR3z1cGoTQ5xphywhdNBMh { position:absolute;display:block;z-index:15008;background-color:rgba(223,240,255,0.74);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:33.125rem;top:7.4375rem;left:4.0625rem;display:block; }
#uWG1f8Ag8duQHJ8CIFlIKHUziISF8gh0 { color:#ff007f;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.0625rem;height:2.19346875rem;text-align:center;text-align-last:center;display:block; }
#JyG13eegTVAVmsUmySq1ZwwFeZLV7u3v { color:#ff007f;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:30.25rem;left:13.9375rem;height:5.36230625rem;text-align:center;text-align-last:center;display:block; }
#TGdAncEpS6E0D0xiQaiiRcNd51WPepnT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:29.248046875rem;left:5.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Z1a64V6VioPil14A8G1B40ON8SxLUA3X { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.0625rem;left:27.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3735625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:29.375rem;left:38.6259765625rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBTitJcV3GcG04TwywLKGRnfC7DXorOa { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32rem;left:27.8125rem;height:1.0563125rem;text-align:center;text-align-last:center;display:block; }
#COKvzOsT7bwF3TnK4TBanTdcfBCahCDy { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:23.75rem;top:10.25rem;left:7.625rem;overflow:hidden;display:block; }
#n1R0GsKLWk4VELTNFdfbi373zMTnvCrb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:12.9375rem;top:9.59814453125rem;left:26rem;overflow:hidden;display:block; }
#fn3ryPI7OarESxC3UAp09QpabR8iXQKn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:14rem;top:8rem;left:0rem;overflow:hidden;display:block; }
#QwnsOr77r3PE0bPzRU48qJ6rBIsmDiXT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:14rem;top:8rem;left:0rem;overflow:hidden;display:none; }
#GRuZS5TXTZOh43QLWJcQSAbGcwq9DptH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:12.9375rem;top:9.59814453125rem;left:26rem;overflow:hidden;display:none; }
#TdsfqGFfbTR3uhCQ1w1lcliBkGVA8hPC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32rem;left:27.8125rem;height:1.05615rem;text-align:center;text-align-last:center;display:none; }
#flkqmwfv5mnlslZizS3fdsk7rF9hm8QF { color:#ff007f;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:1.6875rem;left:46.5625rem;height:2.19346875rem;text-align:center;text-align-last:center;display:block; }
#AsyEhQkWPTSUB37CTz4b7fGmThCtyi7u { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C4dJCAZGtaN1sc9VqU2zGD0Vg31I0e6R { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-form-header {  }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:19.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-text {padding-top: 0; padding-bottom: 0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-select {padding-top: 0; padding-bottom: 0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-container:first-of-type{padding-top:0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-container:last-of-type{padding-bottom:0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.78125rem;top:5.5rem;z-index:15024;position:absolute; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI {display:block;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.78125rem;top:5.5rem;z-index:15024;position:absolute; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #FCH0tbMzdpumwXtpwWlue4DdQy2QCWfN { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #fxIcUP8CnEyh1knSNOH79B10d191C8eS { position:relative;display:block; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #APPmGRLEHESeGGTDSkP1EiyZ573r8yTV { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #zc2PStFiaHJg94zLHnOCaQqz3yNWxClZ { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #sB5PTX5E4dLT3fSl4fJ7PUI1KFZgO0J4 { position:relative;display:block; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #aEV1cI3awfB24hWOZkePDsXxLlxDNKoF { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #dgwoeQW6GNTeaZb56K5isgCmfZgOtkcJ { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #XKT2O4euTO19uU8bny7qksD2ymVd1sAF { position:relative;display:block; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #A8VxbZWk5fL8WakyUsCviVZUIru7kRAc { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #yeC0i1eXHg769qWdRWCk4gwtfSNPgJWh { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #m5JsgBJzdI9Dk0LBqGL8V7PzKRmnAvSx { position:relative;z-index:2; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #avzBsLpBq5T8bnT1waz5S86VMbid3Kxp { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #MU2LTncG0cCWLeGeSSvCiwfdroSJJlpk { position:relative;display:block;z-index:15000; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #xtPO5ZkIN55hWLvBamNTnQcoUugnT5Bi { position:relative;display:block;z-index:15000; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #UxD44dl1kJqTn84zLxVXbs33XgOBqlTn { position:relative; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #Ko4WBUn82ObTQkpycHnpLxcEK6s6UQrt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CMTMeCBVEHCN4kvvboyuQOEvMiyN8w5r { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HQVEevB69TLpAHD9Hq9FgCT3CW0HWWtd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J5BNLSfa23nL3VQATsRQcsN4IMMR7cqp { position:relative; }
#Wp4HXNu6ZQ5hAeuxz6PgS8croCBByFxB { position:relative;display:block; }
#guCbRxqsWsrQM6Uf2NobEmphJ059hWyK { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HQdHW3LiIzwi73DEX45bFfQx0WQmSitS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #B9kES6Su2bkk681Jbdh2oCLr6slgTCsb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uIb8XQylSwrAFWoAGMmNm89weOTmDavn { position:relative; }
#aInZkQgxIMwSZl0UrORmoIXvCnMN1AG3 { position:relative;display:block; }
#datWKXHZ8C4EOD3H17d0k6PLDTF8aveM { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #huwVdtmH6IsiKQJ8hw6C7J7RuwGOywqK { position:relative; }
#TuStHF6QxqSRHMPZweOhnSmglMeaeWEp { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qr7lMUklNh1hJs2Ea4ECMMPq448nlmv3 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ex4abGiNIu9zfmT9rOseJCc6gPoLgBNu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PFNKuqxHcTlUW4lP0ZU4spqk9NvcnOp7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SvCv9ekaOTC0vJgBx4SGs23CugHp8tVq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FKN2LE82q8cF1tfQpmIkSxNcZm4fSIiJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #koT8r1O2T7d5lW0lMaSiP3mFhCDRk2kD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WNBb8sNt7BBWbBmxJklFSrRiLa48Ip9A { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #u6aDV2gpttfdrv3CpfXswQGc41lTsQvQ { position:relative; }
#zcNHUXE7SeWKgNrdXFmBD4T1E7hEoG1s { position:relative;display:block; }
#Uau26HOWUXWJqVtF5nNxZMPIlTgcoH0U { position:relative;display:block; }
#zvDdwbcPe8vy5ZrdGxMASSs5ObWW0oRm { position:relative;display:block; }
#QEUTGXTLKpKHTT1ld0l8fBTETL8yAnp8 { position:relative;display:block; }
#x5TdBwtZ6LQkRNThxJArRTVTlkh3uE0z { position:relative;display:block; }
#sXhT9u5zupyBtg4gVzTqzyQ82i3xZ0Ir { position:relative;display:block; }
#ZhFflPWSGDmgK4t08sVmoRnASKmeQVTU { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uvmZJm04VFgL9mrKCDtdR2stUXy6tGSA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pDEcK5MHLrvSTL6sCL9zM2aMNTzTRau5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fVU0H30BMSEbJTmIKtTqmnWGF73IoUmo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pPEKfFBtcsbgL9TLZUwk5LMWspU7MF2U { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aOREIMipuFXtZKV78fd7Fwnw1qT1M8Gp { position:relative; }
#DqcskNaafttT4thCpHWu51SLabAOFWgd { position:relative;display:block; }
#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r.adaptive-delivery-prevent-bg, #n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r.lazyload, #n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r.lazyloading { background-image: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { background-color: transparent; background-image: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container > .video-iframe-container { display: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row > .video-iframe-container { display: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .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); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { border-width: 0; border-radius: 0; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#iuK2Znzc8AT5FJiVICpiMnEGNzKUePhM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:23.5625rem;left:0rem;display:none; }
#Ld4Awzr3ZU8eiotUB9TbzhEL2v7dsKEF { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#zTVzHo2w5uk83Sep5DsEawLaJmmxrMO6 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#DZ2fvqJZBsz92HknqIOA6KpfyB9pBrgU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.4375rem;left:2.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O0Wh45IUfaTZSG3eT4zciTSbHmt2hIJA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.125rem #b7bbf1 ;height:26.875rem;width:22.8125rem;top:4.6875rem;left:45.4375rem;display:block; }
#x8qoxubyHPa1dh4k6NZ1IyeJxNyJ2pEz { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5rem;left:2.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2TnFp6xUX8xTXvgy1FgV05C3HcviU5e { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAbVPZaGiwbQVaNFmBKSqh1GT6vLTLli { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:8rem;left:10.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#f8xhpT28pDrwt8ADvfkPwPs9m5dBspBq { position:absolute;display:block;z-index:15008;background-color:rgba(223,240,255,0.74);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.8125rem;width:33.125rem;top:7.4375rem;left:4.0625rem;display:block; }
#FVXFl5kWxRXzkUDQIREJBLshTqxlsruW { color:#ff007f;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.0625rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#CXbbicCs2oHwBdKmpaMqOa3BBW86nN85 { color:#ff007f;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:14.0625rem;left:12.5rem;height:5.36230625rem;text-align:center;text-align-last:center;display:block; }
#EBH1D3pdTqGFmyvOQzsKTfd5rVmLWnM8 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3735625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:29.375rem;left:38.6259765625rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IQzXcumOXbNJ8o21Ka47lvm27ODLw3iV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:14rem;top:8rem;left:0rem;overflow:hidden;display:none; }
#uHPHyE8UKFLDhXN9GygTF81q6TWUGH3C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:12.9375rem;top:9.59814453125rem;left:26rem;overflow:hidden;display:none; }
#XVAomVpQ5yhtbmCorTuvq6CAVRAA5Xgq { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32rem;left:27.8125rem;height:1.05615rem;text-align:center;text-align-last:center;display:none; }
#NH5P0qSlAWSS30JRqUChMKWPJzLmmrJQ { color:#ff007f;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:1.6875rem;left:46.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#PULBCbKGnL1uKXWNkd9ecW7EQ58HSO6D { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qnCXNlcqSPP1xIMIsQe7DathghJbRrdU { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0.625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-form-header {  }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:19.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-container:first-of-type{padding-top:0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-container:last-of-type{padding-bottom:0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.78125rem;top:5.5rem;z-index:15024;position:absolute; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 {display:block;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.78125rem;top:5.5rem;z-index:15024;position:absolute; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #GopfncBy7MOpAudcOfkhCl04wv9fWa6O { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #cUr0cnpRxLQqI01tpSTAzfTEuyFXZfT8 { position:relative;display:block; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #HcBo00uUfdQ2HQCOwgpNVmlQCK74vBhl { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #yLIMF8XZONWDVmMDe6kaI4yrnF0DT8AW { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #vHZh4ihgpbUzcLJcoPNx6uQrWKfTtMM2 { position:relative;display:block; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #wicuB7wXBCRQW4vAFaeC0hRiiH6LUpTk { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #TmBowueL2WLrJscrkAdQmSWEu3OxnOIk { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #hd3matHPoDKD60OsNSr9EaWHhUykwkTk { position:relative;display:block; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #fyOFE7FdhSJHf1PhHVpTHX6HS70DKXgx { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #D9B0yKm56mnEiHc6oav4CIhHXhRxOuqh { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #tcDztTTmsmqqgeBn1xk7NdzypriG5oIa { position:relative;z-index:2; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #LDzRNv9tFtUDnP8Tp7yiJvvsapJvmkvz { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #UQpU7GNTM65u0CL7tB0qTdlpqZAxTUvD { position:relative;display:block;z-index:15000; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #ieXGCkZ2GqBeUdaHhTbNt6SZdhmTxCbN { position:relative;display:block;z-index:15000; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #bqfZ0FAT26GGrrUCnhmCETRheTPmlKkW { position:relative; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #clQoTJ6pfMzXTKixidpkI1EoTFgwUezF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RIW44dphN9rn2o1qUSTLREELMNgvRDw5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DRRK4fBnroSAn6ahsD2IVIOAnMJpB1Iz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rFC9bOAbox88CCoyqf0dW2FopRdMVSBl { position:relative; }
#wUo4Pwb4X0MBCFuV7tMgW4TfKNzfc3GK { position:relative;display:block; }
#w9cqepui0vS00BK1CtJf17ziyM86orvx { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x7Qyp4lM0xZ4eUxQTkpWVrKXLabhiVmJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r8EamkQDWDHSAst3agoTtbOAhG5lmCA9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xfLO3Rk2GDPeqOrCMCv3TW4iiguTZtBJ { position:relative; }
#c8El4m6bCppwaNumgvQtiKpdD6cfvdW9 { position:relative;display:block; }
#EGptpMdD9TS1evZRT5TNRKMqnk7A0ITv { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VkzFhpZlyevJx2hDvU5QUxW6nIekkzbH { position:relative; }
#BeqaInVHLP5oiw3qmh0oKmy7e7dTJzlD { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RNDZrNqfgVlQuNBwWQ7e2kwH8teSArgQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RqImuPWowzhQa1lJi4NgJ8dUepIV07Sc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rw30mEmloilrEVulzKLNp5BW6bZNI13V { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vSe3p4t0NphZtKRrXEebnFlkhtM0CATI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #me6X6l2xyeRoTAUTXtRNvMEE3bw2xgmZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LVE5mybsN0CkfmtTfz4WOOvBrJ8FpRI5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MkdX1IHlcqz7FGxJVUCAdinPfwdCqSd7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IH9HU4rBVoDmdaPqNZJTtqKPWszbN1rX { position:relative; }
#POBLfTLaDy50AWbdGwc3aufm2s8FlHsO { position:relative;display:block; }
#kFbDlTapbDxVeESkhdeXGnfdswfPrDWD { position:relative;display:block; }
#NSCETKzOR9LuDMrJCfxdKHDwQTFIPm8V { position:relative;display:block; }
#KzNBWP1k9aXdMihQwfd9BzcLyJOSop34 { position:relative;display:block; }
#AAfLG843iDHvDrgPFH4vPdyi1HQQO12X { position:relative;display:block; }
#zWhgKI03seV6eOw5201ZgT87M5nsTKE5 { position:relative;display:block; }
#fPuCPxPTAZ3wTiEW8JuietqKl7hGmNC4 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eLAwonNPuszyBAJZP4nhNLEZcugTqD5W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iDVSKNOqF3bbg5RO4VZ5kDC6Rqrvn6NF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wunkwyz8b0KlbDvVIVSRfWJA4yXBRkH9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ETQhhmtsDxR4fgPPv6M8x4cDgf2quswg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ot3AgQEnSvpFcTquJ2A8HwC9HJANC27P { position:relative; }
#FbSlH9qTWxlk1rtSP5JzHwPHH9pw1HMg { position:relative;display:block; }
#vBJH5m7eyNXLXUscoGOaJJrIhyuFelcF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.0625rem;left:8.125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#WArVbSQ1OQKLFUiSudXrQ9lQaBuAcxw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9995125rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.8125rem;left:5.25rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#JcefJfkDisXfCJ3geMOGWrDxnl0yhzk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.125rem;left:7.875rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#BntLxaiqV6hGmQfhUUKZDu0TSPxTF67T { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.5rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#ntFTsGLat58Gmp3LLcwKJhZNb4DL80S1 { color:#3c3cff;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.4375rem;left:8rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CswTmeQ01MuN0UeQMNpKBHV0EkXWCXQA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:22.6875rem;left:8.625rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.795625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.75rem;left:13.375rem;z-index:15043; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #D9tiT2ZgWTLM4Dd36iEO1JmN5zNykv8m { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #LEl45wOTFXrpOpsgR6KX7FrZpGOl9Mi4 { width:auto; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #fNJ6zvTA7V2eeP1mv8kTgFn2899WhwlO {  }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #OXvCxsRPLXZv4V7x1e2iqBfBtkqfPUiZ { display:flex;position:relative;top:0rem;left:0rem; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #lsa7DDQ6puu3QMTf53wmxbPozXTElXq5 {  }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #OW3f0bh14LUcJw6UgWsCe6VAohsZuZ0m {  }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #krLo4R3sRyfeUeQPRuyTp3nGcZzv21F8 { display:flex;position:relative;top:0rem;left:0rem; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #CKvUvdmZEzVQ4KaAZuvLnPuEl7HLc54o {  }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #P6VWG4BcKazeXdwnkHAXb435AU4fNPlQ {  }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #QGW6HVQPRH3T7WxvmlHf9ke7TrPkOXiJ { display:flex;position:relative;top:0rem;left:0rem; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #fcQLTyikkNUDNL4xFC24Ph6Ix5SRN2bI {  }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #oBhdNZWEmyTHcQn1hspVxldOweeVHVVR {  }
#MLGNXKdQMZOn8kvpwXiKqTTE1a2cg8Uh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:30.25rem;left:10.75rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMmeLU0luSKHbKH5F56J6Rpdr4raLh6S { box-sizing:content-box;height:19.75rem;width:0.3125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.875rem;left:6.59326171875rem;display:block; }
#WyeLFZMMlSoFhrNwTn3HQk6TKTfdpc7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31rem;left:6.43701171875rem; }
#El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP > .row .container { border-width: 0; border-radius: 0; }#El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:none; }#JWC3i53nKLPCIJXeOJ8VULBvgV0JUg7F { box-sizing:content-box;height:2.125rem;width:13.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.4248046875rem;left:45.375rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:none; }
#Z7Iu97xMRgZvrZAnNNMhPRxBNXc94r0N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.64990234375rem;left:45.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A4ogI5JFuvTb8iSZGtiRnBKzXWecSEL0 { color:#ff0042;display:block;width:24.9375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:39.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#zg6gtK841BAA5Nfm3r059lsNTF66Mc5U { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.015625rem;left:9.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#wXrIQqiFWRTfWllM7vpIA4ai3dwAddVT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5927734375rem;left:17.625rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#ZJwOXAo50Uo0VasJBX9dXNkmhs6vPlXv { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:9.25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#wFGEwph7Xhp2suQ92Hp9T2BCl8QuaIcR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:26.375rem;width:19.5rem;top:1.1875rem;left:43.6875rem;overflow:hidden;display:block; }
#vKf23qDKNa69Kv2Gkbom8fxWk0RtkpTo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.140625rem;left:35.4375rem; }
#E2dmU5Sv6KQGD0gDqWk7CfFTECtCU8X9 { box-sizing:content-box;height:3.875rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;top:4.5rem;left:44.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#R8fPecL9WeTQZkQ2Tt4tTQSOkR5m1a4y { color:#ffd300;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8173828125rem;left:17rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#XLuxp8vxNKUaBC2Q9O3NMgp0CMcBHDBu { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:27.125rem;top:14.203125rem;left:11.625rem;overflow:hidden;display:block; }
#yXPVsCO96ZMcmqGKaSgZ7Bmf7dhh3gdi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.140625rem;left:38.0625rem;display:none; }
#l9pD0f5m595oJldNfKPyFzFv4GXq95nD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.43);background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD.adaptive-delivery-prevent-bg, #l9pD0f5m595oJldNfKPyFzFv4GXq95nD.lazyload, #l9pD0f5m595oJldNfKPyFzFv4GXq95nD.lazyloading { background-image: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { background-color: transparent; background-image: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container > .video-iframe-container { display: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container { display: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .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); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { border-width: 0; border-radius: 0; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#DWhFntS9Lcy7UP6vFzgbaiF8beXyNMen { color:#3c3cff;display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1rem;left:25.875rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnh2MhQ7hXrvAnbE03Bh7m8TDaKgQ6xM { color:#9a52e4;display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:4.625rem;left:13.625rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#SCUDaZgcUqW5sTc1mibyX1dBVDiiuzD9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.5rem rgba(154,82,228,0.6) ;height:3.1875rem;width:46.3125rem;top:4.3125rem;left:15.0625rem;display:block; }
#o5aHuvtGhTftMu6egIaS5FfkXdINablb { color:#3c3cff;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.375rem;left:12.625rem;height:1.81274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvsBdXevNqhc3yVVlHhBJJaeIM2QxJ2e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:29.0625rem;left:31.375rem;height:4.875rem;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;text-align:center;text-align-last:center;display:block; }
#A2CIUxTGrQ1SBycKm3rCmyhcEnkACZUo { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:19.3125rem;left:34rem;overflow:hidden;display:block; }
#gWIlqwxbW3qkOKPoKduLg18DU2QdV3NO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:33rem;left:57.5625rem;overflow:hidden;display:block; }
#ZkfxK8k64u31bheqrkD49RN6eVSpCZ5f { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.75rem;top:31.6875rem;left:56.75rem;overflow:hidden;display:block; }
#IBEf8ZMNie2LLsKZCOXOZJIuIPNmBS6v { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.0625rem;top:31.9375rem;left:60.375rem;overflow:hidden;display:block; }
#KRvM2wOPAvm3a3kqKVRDsXkcKWyb92CQ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.8125rem;top:31.65625rem;left:61.75rem;overflow:hidden;display:block; }
#TK0WnCJIXwnwKxxo6994TziGOo7Wyxhv { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.5625rem;top:33rem;left:60.375rem;overflow:hidden;display:block; }
#pupHEeCQEJMB86xOl3qGdAvIe66h5IHc { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.375rem;top:31.375rem;left:53.25rem;overflow:hidden;display:block; }
#BNzcQ5ATc1qXFbT7qSV4cVUm0arKmue9 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.1875rem;top:33.375rem;left:54.625rem;overflow:hidden;display:block; }
#Qinn8iy9dlxzuoJ3wzDhzGCqQrXZX8gF { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:33.0625rem;left:50.875rem;overflow:hidden;display:block; }
#Q6U422O0GIkxoxRT9aEKz0auTGIUzTh0 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:32.1875rem;left:50.875rem;overflow:hidden;display:block; }
#kaSuGtiNK3uW60SOGEmcEmKuoiat8KZ5 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:19.1875rem;left:54.3125rem;overflow:hidden;display:block; }
#FxApGt011egF1XW1Rv1TB2mlheQTW5pe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:29.6875rem;left:48.25rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#PQP2UHFIZsv8X2WyC9QWDeCprKeKmqvb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:27.3125rem;left:50.5625rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#uk6Sh21cKgVBRXJ0kbxSVzkCuqGaDfwO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:31.75rem;top:8.625rem;left:19.3125rem;display:block; }
#yIyfG9NLmdCiW9dy2yy1ygCEswfz49J8 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.0625rem;top:27.6875rem;left:20.9375rem;overflow:hidden;display:none; }
#mcLqI0XXnoVvKdgXkpPA7M5KeKesDNwq { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.5625rem;left:51.4375rem;overflow:hidden;display:block; }
#EZMqwXzrDRQAT3Ai3CX8IwkQvK56lWIo { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;background-image:none;border-top:0.25rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,113,255,0.5) ;height:20.5rem;width:16.875rem;top:16.1875rem;left:7.125rem;display:block; }
#MHr5ca5C35MTawP73Z9EZKezNzTfd1Zh { position:absolute;display:block;z-index:15022;background-color:#3c3cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13.6875rem;left:12.875rem;display:block; }
#llidOkaOITqNuCKq0LQUWm8FKX9N8v5t { color:#185800;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.625rem;left:13.625rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTMnRFPMDqXu5mgWs8097sd9DZxBLAds { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:9.375rem;top:20.125rem;left:10.875rem;overflow:hidden;display:block; }
#wMW9Xw4BeLXlZN0NbrRKCIVqBXaTZxNF { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.0625rem;top:25rem;left:12.5rem;overflow:hidden;display:block; }
#dkC9XZI4bNl2LDoyN4fcfQcuBK8GRi9u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:29.125rem;left:9.5rem;height:4.7119125rem;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;text-align:center;text-align-last:center;display:block; }
#VqDdUsN5UzkZTyrNSOZgo7Dd6aZ7bw13 { position:absolute;display:block;z-index:15016;background-color:#f9f9f9;background-image:none;border-top:0.25rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,113,255,0.5) ;height:20.5rem;width:16.875rem;top:15.5rem;left:28.5rem;display:block; }
#O800nkSZllP9fXil0NdbTdsUPxOM2ynt { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.0625rem;top:25.5rem;left:33.9375rem;overflow:hidden;display:block; }
#cMNs7TnrUroQyxBlArPhPAHVThv06Ez4 { position:absolute;display:block;z-index:15028;background-color:#3c3cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13rem;left:34.25rem;display:block; }
#VAfSEP0LH3oGuqNsXbRBp7zVM0tXUMwC { color:#185800;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:13.9375rem;left:35rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJ6enqgabTJ3ikUd5vVHeini3xLrEanF { position:absolute;display:block;z-index:15022;background-color:#f9f9f9;background-image:none;border-top:0.25rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,113,255,0.5) ;height:20.5rem;width:16.875rem;top:16.1875rem;left:48.75rem;display:block; }
#qS5x9pyeJdnr7xJJHlRT7kJNrvlHfLc8 { position:absolute;display:block;z-index:15034;background-color:#3c3cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13.6875rem;left:54.125rem;display:block; }
#I8o7n27NrDoOLcdtFGdqVM946pubJFy8 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.0625rem;top:25rem;left:54.375rem;overflow:hidden;display:block; }
#ZRknsTVleoQV2WCZHBqP14cLTgoQN8Gk { color:#185800;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.4375rem;left:55rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnolbztnVB9A6qHv7AcOC0Jq0fUEfJTu { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.0625rem;top:31.9375rem;left:60.375rem;overflow:hidden;display:none; }
#l7XHTNBJAakKfqTkTMkTe5dtsVgkDMtb { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:33rem;left:57.5625rem;overflow:hidden;display:none; }
#QCOR3RPlv8uUCqekKqTVDmV6GKkfMl3J { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.5625rem;top:33rem;left:60.375rem;overflow:hidden;display:none; }
#VwAV3x9mZVxsDKsOmSTBeFr96FVspOZT { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.1875rem;top:33.375rem;left:54.625rem;overflow:hidden;display:none; }
#lTFLHMgad0gmF9enPfr8uVkkTSTmb9SK { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:33.0625rem;left:50.875rem;overflow:hidden;display:none; }
#WRn68Rn1CEU0ykTQLKM74iGlm0kiOKWW { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.8125rem;top:33.3125rem;left:62rem;overflow:hidden;display:none; }
#lG1FLMd2fHlZBOtpsmeCWsWMilmSHCWD { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.75rem;top:31.6875rem;left:56.75rem;overflow:hidden;display:none; }
#xdE3pNvEdT6SRmFoaeaX1QTM1RXZKkwf { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.375rem;top:31.375rem;left:53.25rem;overflow:hidden;display:none; }
#SlWsc1MLWa3aLuyiuFV03nQ4mRuNLpzP { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.1875rem;top:32.1875rem;left:50.875rem;overflow:hidden;display:none; }
#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { background-color: transparent; background-image: none; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container > .video-iframe-container { display: none; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row > .video-iframe-container { display: none; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .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); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { border-width: 0; border-radius: 0; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { font-size:0.875rem;font-family:prompt;height:14.1875rem;width:75rem;position:relative;display:block; }#zVub5AZJzyXDUuPexGoL7UsN0wLVDLQo { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.75rem;height:2.2744125rem;display:block; }
#Brasn26S98kBl8MfJKaKVkXgGTvwT0tb { color:#9b9b9b;display:block;width:30rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:3.75rem;height:1.7871125rem;display:block; }
#Bo9THXL2VGCwlqDB9gsAS8LQVcmV7HFE { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875rem;left:50.375rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#TKSEIbI6EVkJr2gCyTxpHrQXfAmuHZKu { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.755859375rem;left:56.3125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#bAKfsK3b6iWh19Xb4IBTkQcyPsmHwAuz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:3.375rem;left:65.5625rem;overflow:hidden;display:block; }
#NsH9P7MXp2U4VTyfHrWytnWUwrFbvbe9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.5625rem;top:1.5rem;left:3.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN { display:block; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9gkE7uTshSAiR8DtscU8KDKhmWJ6rme { width:12.4375rem;height:2.9375rem;top:0.9375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrOnM2exHS6pbA3wRgAhHZVE7pF4mfoA { display:block; }
 }@media only screen and (max-width: 763px) { #f4ufVefPrwNCgv7WoTV2vxnLcGlA3mZ4 { top:0.25rem;left:33.56396484375rem;width:12.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP { display:flex;width:18.5rem;height:5.1875rem;top:1.4375rem;left:17.21249961853rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gHlRxh1a826pyT4zdaSJXp8ysx6gXNg9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #H9fc1Cg1lITEOTtNLgNVyShZPoOr1yS4 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #XXSaScwgg8zo277XJ63EAKmlZy0GFAer {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #zebV79xrb7UbGNz6V74VUh0gg7QP6rlI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sTcEwCAliX2w9ufHTwZ1Xn5EIRQGBfhA {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #mTReBZc25c7vubL3ZzrBHwGa0F8X3FbG {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gci6kt7gnU9T6SUatz9ziT0RQvWv5DmN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sIiLvrpkPSCORWaQ8CXihmnZqLxvWUAX {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #OZfEIWB5sxFqdrHWWdeZv38QZTHXARV9 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #N0Bi5FpNXcEcny3CtCx2PatBNdPlTtRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #HLSq5zRKJgu8viR7llnxv4o7JIgkfM7y {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #Xs1PaluXznB8SlOoEUSRtPd9ToWU2F01 {  }
 }@media only screen and (max-width: 763px) { #euxGTKGNNQNQuXnk3PgQ3mAN0DeaEHDn { top:1.0625rem;left:0rem;width:14.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT0mOFschl0xBURIFHp6XsdkSmvz8U3K { display:block; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvmWrRhNFGlL9QNAyNQsQpTCqKipHb8k { top:26.4375rem;left:26.25rem;width:6.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro2tdUpKwF8Ay2Iy2mK4UvT88Zo3V0WT { top:30.25rem;left:19.4375rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMALSpL3LxLOPMEoUefs6QF70EcZmJT5 { top:30.3125rem;left:26.25rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGktrOqDhxxwO4kvOdHUGVrQrLRHqBG8 { top:26.375rem;left:19.4375rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrVCQ1u2ExheEh21Xn8BdUQES0HAEII { top:26.1875rem;left:35.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ5zvBvkFwTWisHfloNsaQays19y1fom { top:26.1875rem;left:40.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTZMPdcFePLN89wEWXrEc9LT2BvFLOOD { top:30.4375rem;left:36.4375rem;width:7.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVybaRxKkK1RGbnVa89Wnf0JLpnonZe5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qUoBs8QF8K01bRFudaevpnS7h83bznTq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kvIDwcvbPHtWQHtSltPaiNymqLXWHTmW { top:15.4375rem;left:0rem;width:12.5rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQpntwsuvCugWNbB8MfLeuQV6OTLfdev { top:25.5625rem;left:0rem;width:4.875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTIKE2UzedvB3qFUX5gmBZ6sfxcuk44D { top:38.5625rem;left:0rem;width:4.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8Lib1cBHusMXUDWJGmwrVyxLBoloR4B { top:42.1875rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #soyTfk1NztF6trchQycHybJd4iCzl4rL { top:44.0625rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K16bZeHJnZlVZIgfssFrAqUm0De1eDJP { top:46.125rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNSDIMRTv6knonUInTCyVxAsSHTgtdUV { top:30.4375rem;left:36.4375rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #OwWoLz9XA4VseBVgD988Qk8vylq3PmuX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #iLT5CG4xTo49gM2qv6dM1Q2qh8mVp3pT {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #BrDlTn8oIGrIX6SUxo47EfUMUTb9uWlq {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #qq51bxL2qpXOsoUNVCdVgNPV7Fav38Uf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #kwSDOG76tPAnATRiTHybS4B4l86RtTTk {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #M4a2iZRaDIHKg1BV8Ew80rllEIMC2w1A {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #BCTIhTf2rw9T1LeXeFu3rvRKCyK9PspI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #rFDTsSVdJmsMmQZsQ7GMgoASnvSfMlVE {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #seladuyO7Zgr1iHGFb9zyR0Gr5wsgrLp {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #eOpJCWiZXyUFm04FyePdQw6K4IRwTTQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #PDsURS7g3ZC6s7vruEUxvU8vTnEchv9q {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #Q6iP5z5Whd9zxaqCrAXfpSJFoLebaFs9 {  }
 }@media only screen and (max-width: 763px) { #rckfShUz6g9iGLhh165TGIOGVZz4TK4l { top:30.875rem;left:0rem;width:21.8125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTMqRJ4bMLwzqokvTmFwyMmJZp7gA3Jl { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #B3zb6a8hdKzOVqgcGNDpSiaCOA0xUTzq { top:13.625rem;left:0rem;width:13.3125rem;height:;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifgUUU371ZiAAo4c2B3z6EZvoobBv4G8 { top:16.6875rem;left:0rem;width:4.875rem;height:6.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDdrP7TnoVqDcuaESBF8fkAvXqaafhGN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ITRZQEqqogGm5Ll9TgEZuLIOrtZiRGE2 { top:28.25rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK7z8pvGdb9TgkhJouuCmvFOIXuQ9VXU { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aifwJqbpq7l6q0IcrB0FkgnXqGcXVJfI { top:33.75rem;left:22.75rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP { display:block; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTZXAZf5I47rThMeUWDErJcQJq5gzZHG { display:block; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv { display:block; }#OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pthlf6UQLEEM0dTGoee5IZiN9aerky2g { width:22.8125rem;height:3rem;top:17.4375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayWSlbIpNNIT12F2LuB4qnWA7gJZWLH2 { display:block; }
 }@media only screen and (max-width: 763px) { #h4542LTEHJP02QI47fRlTf2UG2PDvdWA { top:1.4375rem;left:0rem;width:47.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xDTQwnypwqCA9iKqR2liNiFVEKTs5t { width:43.375rem;height:4.3125rem;top:3.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMV4DplNMrrtclW3AkKZHm2huswiDVld { width:42.1875rem;height:3.75rem;top:11.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpNyLfgbHulXMT0ruAkNbe2fFpmAPzce { width:36.625rem;height:1.9375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxT3MC0xacSr9JVw8qTzCkPk2zD1wVsk { top:0rem;left:24.3125rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWTt9JwyOAZbAc9mv7RKwTivqJDU9Il { top:19.9375rem;left:34.125rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM { display:block; }#AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pct0J4hT16fvMQyFxODSL0bb9ulZaCty { width:22.8125rem;height:3rem;top:22.375rem;left:12.81298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAXqaQ3T17eO3UVnsaCRdd31biZntN5C { display:block; }
 }@media only screen and (max-width: 763px) { #yuTeydEv3gv8fBJJwo7H3yseAnVOLFWA { top:1.875rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8uKl9THvl2KsTHTnEduv9yrf6s9Rz7Z { width:37.3125rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzx2mQMNVXtn0yJTqABPPXAyldTMT2PT { width:27.375rem;height:2rem;top:7.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyMH8Oo6f7UAUSzPEAnFxLDxsOhesaV { width:43.375rem;height:4.3125rem;top:10.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaIioAlU70xdXTCNDKZirA0MbXpCgHxi { width:42.1875rem;height:1.875rem;top:19rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTt0zSDsykgOhH4OTFBoZmgWqTcxewTa { width:36.625rem;height:1.9375rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2qrlxQp37TdUf1UB1vo9XNUFdzKFcvP { top:1.9375rem;left:24.3125rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJP7VzDBXJ7laTy85RV32Is5G8ntSgT { top:21.8125rem;left:36.3125rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF { display:block; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUzrCzr6oTgM5mS6ucUkUCT0AE64zlDG { top:6.0625rem;left:29.9375rem;width:17.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak { display:block; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv9N6cIQ4gXGkPf9SsGvDytZegZQhVvf { top:2.0625rem;left:28.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyEmlf4MHIun0T663BKp3rxXCA74F5PW { top:25.0625rem;left:5.375rem;width:42.375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdh9oQ7tpNecKSrDqdop046NQKr5dvq { top:5rem;left:18.3125rem;width:18.8125rem;height:36.566958845502rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts10D8iyrLs8NfzwZRJ76qrgVz2laNPF { top:13.375rem;left:15.0625rem;width:32.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcfufl1DT22P8PHTMvOzT8rT6xGnqBD8 { width:44.8125rem;height:5.125rem;top:24.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odb2d5gwOhBoOP9kTEAw2GKnHA7lIqsM { width:35.875rem;height:2.125rem;top:13.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIifIU2WB4CbnckTVi2DkeuRMcoVGmfd { top:4.9375rem;left:6.5rem;width:41.25rem;height:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEOUdewvpEz89aG0XLJ3IVLVMH94NafL { width:15.625rem;height:3.875rem;top:32.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKErmrG9Rp8DtWQsmesbWwx0SdL3gdpk { display:block; }
 }@media only screen and (max-width: 763px) { #NNJWxXg3HJ1E4RzruQ7wWLyKpvLC9Sdz { width:15.625rem;height:3.875rem;top:32.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7T3kZnHtPT45VsRir3nQCJtRfi9tSm { display:block; }
 }@media only screen and (max-width: 763px) { #AMctXqcoJE9Xgw9nlO2hDdS2AP8qt4TW { top:1.875rem;left:15.0625rem;width:32.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlZVyw8Qlrb3kCpGvK1VRPUIhF9TNzbc { width:12.25rem;height:2.25rem;top:1.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuaXQRE5uIqfHDMDeX0r1TuXyO1ubmoO { top:20.5625rem;left:0rem;width:11.5rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuCa9M75SMhANNmTfiUHTwvmBxBdaA1o { top:1.1875rem;left:0rem;width:37.25rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSigHmEl9xucqc0vR93Tz5OChJgySypw { top:4.875rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDVmzOgEPKDsxcN7LECyhNmmWnF7bcJU { width:16.625rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcOlhNViqILfRvfH3pTACdB3DEZKeKH6 { top:6.625rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBOimzSOrzsyVAEQRNv5CBic0twf1nXt { display:block; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPxXxvi9NxpbH6Xiefusvm2QIAN2D8qq { width:14.5rem;height:1.4375rem;top:7.8125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxnncMrRyOUpiZ1il2MRmdUIKbT3V04 { top:0.5625rem;left:15.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTqMVtKRrdCB2QF8qyPvGVU8bi9qzXLh { top:0.5625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIDZWMQvBAHBbtkfo8gmzRwehiOsTa1v { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM6TmE32v1HWLOr1DHRJyur1ThiH1ux8 { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0wb9rQcGkKpDdxop5tWSw4ZWopi3c0D { top:1.6875rem;left:1.6875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHeS6FFWKmAGb92ispXnTD7H5AG1nSt { top:3.4375rem;left:0rem;width:16.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jek6egKGTWS7PZIIAAzvb6vOX5LbZLso { top:6.125rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyga9TGfHhwhkWEXKd2VfvQqdvKMbc0q { top:1rem;left:15.5625rem;width:16.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElF8om5Ogebl9O187G6BPxDRc0X5ghh { top:4.9375rem;left:19.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO3XzAkASUqhKitnub8VdvMVqHtTGhIv { top:4.9375rem;left:21.8125rem;width:6.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkU6SflfcFKqTtoVt94TmKvd9dbSJM3T { top:6.625rem;left:31.5625rem;width:16.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTqX6uAmuws9cuEAWHVsR6chTREzgPmR { top:0.9375rem;left:35.3125rem;width:7.8125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFyR24URNClTkgvlk2HeoxNVbbrHleO { top:0.9375rem;left:36.75rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox3laEtHUV8ORkCEaRQUwzq3dhgJeA1f { top:0.9375rem;left:38.1875rem;width:7.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gDUmQFh5qgBe6WSbTM2zfb1vTWnpPX { top:6.5rem;left:19.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUQ2Uq1HcRz4iGiXPCCsZSHn3euVcOxZ { top:6.5625rem;left:21.8125rem;width:8.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFJtnDHM0fdyAKsrznTSbD5pcLh3TkCn { top:8.0625rem;left:15.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMbbspN7R2oJaP3mDk2Sx7ZsxuD7psOU { top:8.5rem;left:30.8125rem;width:16.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvLJF0UVOc9O1nMBP2a8kHIzTZ37lnwr { top:2.75rem;left:15.5625rem;width:16.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7h48fJqygJfDvSh1WT8usGqQKteOaZO { top:4.9375rem;left:19.625rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ik4UeAyBtXvKmsHqFJeBtGElGXC7bwPV { top:0.9375rem;left:35.3125rem;width:7.8125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk { display:block; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSM2CTi5lpzpToUUGdeDE1hXk13bbVQw { width:13.3125rem;height:2.4375rem;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WcG1VupiH1RU3I9i05PhADNxfW3sEk { width:13.75rem;height:2.4375rem;top:13.75rem;left:25.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai64L0ANvLhI3Oo9vMCavSaokOPIpV5U { width:16.9375rem;height:2.4375rem;top:13.75rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkEw2s8m10tDdvzG1o15laHQwT08b5U { width:10.5rem;height:2.4375rem;top:13.75rem;left:37.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #if7rSQGe9EpMrCPOM5BviCnE51T2Tt9r { top:46.4375rem;left:7.5rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiRTEWazenk5MIktluJotfDsh99L1GpG { top:2rem;left:6.5625rem;width:36rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykR9CuK3TaOWaw69opsqLbGosQJp31Gr { top:1.25rem;left:7.625rem;width:34rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCfNu4OxzZ3UA7If4098NXpctDDR9u1c { top:4rem;left:0rem;width:10.1875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLgS0TMCwHSOyIBVRrl1f7b5MvDIfQu { top:3.875rem;left:11.53125rem;width:12.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zotDVKsTxcvVvHeW1Hs8M39MaBuTEqzJ { top:4.375rem;left:27.09375rem;width:10.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzwTPX7N7OdhnmwH09LT6g5fwDqTAbnT { top:4.4375rem;left:35.9375rem;width:11.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koaiQ0h2V8JCg58dtvnrFHzOxFdTsfh2 { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiyax8dWNVtoDVEgTIInd39Z5mgKiTSJ { display:none; }
 }@media only screen and (max-width: 763px) { #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq { display:block; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoD9ZZmOIXCKAxNMnShs0C58VfShhUuT { width:35.4375rem;height:1.6875rem;top:12.375rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqfFTvLb3ulttocTgcKJ0aBFgmQetnG8 { width:47.75rem;height:6.875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaiN4Fh3Opgpd1TNwKMfJbfxQi0K2sT { width:3.375rem;height:5.0625rem;top:11.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4gk9UIwNd1Fr5vdTRu93yHAAPU2ygm { width:35.625rem;height:1.1875rem;top:14.4375rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgAHO6JsKfsIdo1E8UdihCfFmXmmtw1V { width:47.75rem;height:6.875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpex5iL9iVrGPPDTdZBOZTsdFk7X5FTF { width:36.375rem;height:1.625rem;top:36.5625rem;left:2.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2GvtRldVsFCQvaZ3GvdkkfSIbMO2Q8e { width:3.375rem;height:5.0625rem;top:19.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpn8sTwUNn5fk5xsnuQTCQTgyCcS78yw { width:34.375rem;height:2.4375rem;top:38.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFGECZAU7ztw2uLryXfhNWr2lQcUF1s0 { width:32.8125rem;height:1.6875rem;top:20rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqUnRDyFRKMdfpT9oRH4zeMnq2ZUonVW { width:47.75rem;height:6.875rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1SanZDZorrfo0Vrt69DSkz0SFoROL0I { width:34.875rem;height:2.4375rem;top:21.8125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgAsNX3gZ8nWu1CwwF85xT3DqxHTmTPX { width:47.75rem;height:6.875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awZFMfesXq8OAyi4r9csTfzyAmLTx6Fz { width:29.4375rem;height:1.6875rem;top:44.6875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omM0ClLA4WvV76fseK9kLS8AF8uHx6om { width:34.375rem;height:2.4375rem;top:46.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNtbALFMpaNHdxftwvPZcXs4knBPgkcm { width:3.375rem;height:5.0625rem;top:27.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ffCrfVmBFFTcsZMDKVgxQyICwizlxx { top:3.375rem;left:4.25rem;width:39.3125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0h3JWDfuAlPnbI9eZIxkWcaNyqdSNx { width:3.375rem;height:5.0625rem;top:35.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc4gv9zwSC1dou9K6E997K4JmpamVkE9 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWwBGHW5KlMShkeTs1g0tHPwgMSP0T4y { top:2.8125rem;left:3.65625rem;width:40.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQiAx8Ir35khdK8g0d8tLzQk8rWbESuI { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMKKlwTC25BvLvr5k7EwBeCTRkGppRdU { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIhTL4pgkPALcJpdtM787E5EBlyheo7Z { width:47.75rem;height:6.875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLLWBVZlAE1gLM0EM1cztAJqhWorofK { width:34.375rem;height:2.4375rem;top:54.75rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p14fNd8kyqtTQWOJuWih47GeSvk0XClb { width:34.625rem;height:1.6875rem;top:52.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx2ho11cqXrhKQXiiTtomnsDWAokyra3 { width:47.75rem;height:6.875rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlwCEE8CGbn21slTHJBTmOsCHSw2idz { width:34.125rem;height:1.25rem;top:30.375rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbptZfbNI8DdQaPAsTKqKTcwbfuxiE8n { width:28.625rem;height:1.6875rem;top:28.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEwaeCH2qs8gSGEpkniP5fBcbs9EgHP { width:3.375rem;height:5.0625rem;top:44.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmT9p9LLAXi0nqS1vyuuJ8Mzk9t4RFB8 { width:3.375rem;height:5.0625rem;top:44.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSubnnA1t9CH0aedaRA4Z92bA8HOp7Et { width:3.375rem;height:5.0625rem;top:52.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XytvrShQiTz5f9o0tr8lBCRdFeBEvJhD { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fseZfaHtn37QNb02riXllAgKCaa7EXIV { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUQ6zUbd4ANr42PGO9TwOl3lXsrquBb5 { width:47.75rem;height:6.875rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myxr08EZIxk0eEgt37F1w16Jgo1oocy2 { width:34.375rem;height:2.4375rem;top:62.9375rem;left:2.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBwo7bpO88vKBPsX7K3lf4wrfVMkWBeP { width:46.0625rem;height:1.6875rem;top:61rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvIfxQg2x6FXKvzJIfDo9rKU1PvAl8cT { width:3.375rem;height:5.0625rem;top:60.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTDaZrpOv57RAezuTS0cTFmT05p4u5r { top:9.9375rem;left:32.75rem;width:15rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKUAkSKPeTTGyBX0AMmTlb0ZSE5aKcmu { top:18.5rem;left:33.375rem;width:14.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqNHBUPWL3CmPkT2frIKbvM2faizVNq { top:26.0625rem;left:32.875rem;width:14.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZclSsAMvubZmBXDfGHGaNFLHaVQfT7V { top:34.4375rem;left:33rem;width:14.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dET6qFPcnFiqOU2qGk1SZRZmqdSLVzZh { top:42.8125rem;left:32.875rem;width:14.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbysJRW49DTxgfpl5fbxTGuMdd4xJnk9 { top:50.75rem;left:32.8125rem;width:14.9375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpryyURbynnanDpHToHII9aRC6Ao5L7W { top:59.3125rem;left:33.0625rem;width:14.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKHniT4O1oRr6vGM8WTXyPCax1txynw { top:67.5625rem;left:32.5625rem;width:15.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEsB9KaE03o6VbcEoldXWUNnhfa0v6T { width:47.75rem;height:6.875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47naoXIW5WQw9D3tXSN9ISR7caHQ1Hz { width:34.375rem;height:2.4375rem;top:71.875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmngZKlD7IMKpn4SPXd1IeF4Gbgk7Ife { width:46.0625rem;height:3.0625rem;top:68.3125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4RZutZmLCJA1WJw04QpqBRl1LE15ewD { width:3.375rem;height:5.0625rem;top:68.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGSTT1lF9aGXOcgEywUcDyJwKZeCn5eF { top:0.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGr37Fsy58PTEyZhhHeKKy2Kak1gTVGD { top:0rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBw58vNticE6LAENcuFRbTmEaIFoBOvs { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lvg9s9iipm8sPFuo2HQibcWhphZubTN0 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hThux7wDfZKsZXDvJkm4DZaENZGiADwX { width:20rem;height:1.625rem;top:91.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAAmqTX75TIW1d1yNemNv2SxlG7L5y2i { width:20rem;height:1.625rem;top:106.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhNxCLQd0EfT9bKXX2q4IpEPBVw46u11 { width:15.75rem;height:1.625rem;top:120.375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC { display:block; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oetfgqpBdKuOGCTQVF1mGcMzLFdizZbX { top:6.1875rem;left:7rem;width:33.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPy4u6FkhPV6eBTVnlDR1JzXU9vTXHcU { top:2rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ievKOoqdNZBAyZNdt5pXRgULZyzR9muH { width:11.0625rem;height:3.3125rem;top:27.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XreEuRPvU9xdMAZhXeVsiAyOi9J6ZNbW { display:block; }
 }@media only screen and (max-width: 763px) { #BO5cPFVKn2cnPCNv3ZUpA7DC8eCAQVLm { top:8.6875rem;left:31.5rem;width:16.25rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfA9X59eaI4p2FctGLlAGB5mmgvGe7tN { top:11.8125rem;left:29.375rem;width:13.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sze8kxiUiv1AaAX9Lp8octDwUwqTbJDv { top:17.5rem;left:29.625rem;width:18.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1XBtz5SH87Gg4mcWx9Tfpl4g6fB9GqI { top:11.8125rem;left:0rem;width:42.625rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgSGEAle1ftQrnWSqy3uDpexil5g8gFJ { top:7.625rem;left:7rem;width:20rem;height:1.625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkqVGsro0StzUXG9Vi9PWPu6rtpkAWoz { top:14.375rem;left:0rem;width:18.9375rem;height:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e { display:block; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ad080wcST4ui8q65BVQlHrkgDXCT0D { width:30.5625rem;height:2.625rem;top:1.625rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwEzeAIeP154Bs6oPnEqALn2WvXVSIGo { width:17.9375rem;height:9.125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9F3Twfy6HVLqvK3W1bZtFhBOeTS8AX7 { top:13.6875rem;left:0rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cbrClQFbVRFT0X46keRdP8RbqCBIHT { top:15.8125rem;left:31.625rem;width:16.125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5bT9ROIddt5h1ItzPh3KyZ9PmmO5tKG { width:17.9375rem;height:9.125rem;top:11.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTHknOLe7vLLqHqSWWRdfWGcV2FnFKC { width:17.9375rem;height:9.125rem;top:11.4375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxEGSHPyWp8SHQeFsr7tOkWUQMFL4xh { top:15.8125rem;left:15.5rem;width:16.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWPefcuM4TTid6ougyDe5MBvgZRrZzba { top:15.8125rem;left:0rem;width:14.375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXfSHISNzpxN8H55LzRRUXD5nwGV5VAG { top:13.6875rem;left:16.6875rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3w4OO47CF3z6pwzxuI42sWwzVrMATUO { top:13.5625rem;left:33.375rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNn2g2TcqlZAkaCW0O153qX3o2dxkhz0 { top:3.25rem;left:0rem;width:12.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHI0URIa3Jw1ywQq9eM6VsBaZ5LFc83S { top:4.8125rem;left:17.875rem;width:11.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEfbDmJ2nZyatdO9qPMgSKy3lnzTbH1T { top:4.3125rem;left:36.1875rem;width:11.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqQXZPNVru9Up9iaLT1kTF2WEQheUV7 { width:17.9375rem;height:9.125rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJapDBGCPkKeJEhEmiclQJ6ZfsfHy2TQ { top:35.3125rem;left:0rem;width:14.375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8QEU1WoUqtwHt8WekyJg3fsW9f50fAi { top:23.25rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTB7OcVoFeex9P8e1RaE7yFsE7GnIHN { width:17.9375rem;height:9.125rem;top:30rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBsXtTioP7xzo9SxfDsHACiyuwH2XT3 { top:35.3125rem;left:15.5rem;width:16.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukcNUzVgbQdbAWdcHc9P0hXLATT2s8WF { top:32rem;left:16.75rem;width:14.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB9lI7veTVhuayGtydKpA4R8X654kcFg { top:22.375rem;left:18.625rem;width:10.4375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwhFDqfST5sR6rUJ6r3KSlBOp67flIQ8 { width:17.9375rem;height:9.125rem;top:30rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHyvrtvLxAXaz5pI18PfiEEkhF4nwyO { top:35.3125rem;left:31.625rem;width:16.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOiMiIfGB7X26EMXSs0loCyKguTJFA42 { top:32rem;left:33.375rem;width:14.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsSZNx7rKf5iVb1giH7i3awX4XzoVI3i { top:23.1875rem;left:31.8125rem;width:15.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hootEDXXwsfFfHgFnosgE6RubK9TEJ8J { top:31.9375rem;left:0rem;width:14.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD71zsCTe7uBEJTl403OJdpUWuOg8GO5 { top:40.6875rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV9k4M41P3MTzA5HWxT2s5sATPayxOvs { top:99.4375rem;left:0rem;width:16.75rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 { display:block; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsGbT1LTq3kw9xavJrPtSFSDQTpP8Kz4 { top:38.875rem;left:18.25rem;width:9.625rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfNCIiOFqTzlfGGQWrnXNEUv5mukIGCN { top:1.6875rem;left:2.46875rem;width:42.8125rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvxQKCU9ItkdUMnlptK6DVXpl3fe2z9 { top:12.1875rem;left:28.9375rem;width:12.5rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EocLhXvTIPn5ikBfTbyB540msMcZlR0r { top:12.4375rem;left:29.875rem;width:11rem;height:2.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rB86QWt4Ia8TUtCfUXVkA6XoddyhoOlz { top:11.9375rem;left:26.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaSIbTbhIIBCNa2Qk1yTVhVrQkMhwq0x { top:12.3125rem;left:8rem;width:16.3125rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oi7ZNToTyKIZuRHTDMb034McLJpuAyr4 { top:12.4375rem;left:7.9375rem;width:16.4375rem;height:2.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSc1sJ2BhvAytQvm4xL5zRoIcdFZN8Cn { top:12rem;left:6.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMP1K7hvLfx1T1mNh08a6Rp5oEhmwS0Z { top:6.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv9VF0fQmuwF80IqGihV3d9IqhOF0aPt { top:16.875rem;left:0rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xP6hbV9d4v1cXecENMT5V1tnI3bfkq { top:18.625rem;left:0rem;width:23.9375rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPwNmVy9cJuKDGclMLNC9ybXZ9SpGTRo { top:22.375rem;left:0rem;width:10.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9f3JTX5mrsDHIPWIW96utXNyuxsRTik { top:33.4375rem;left:0rem;width:18.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeayl6Idl356U0B3RRoaC9pnkgR0fCxF { top:37.75rem;left:0rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUtpH7uvXn1XD7yPcI6pKtwRk79imJ2u { display:block; }
 }@media only screen and (max-width: 763px) { #CdRzrirsWCWAzXts9y8Rb8rzNwpGvk2D { top:16.875rem;left:25.3125rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AigptJ7s3Kbk7DWn3d05hD2y4UxKLtf1 { top:37.75rem;left:35.9375rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJkmL0NN81n6piqonBsN5JToKZzzt0Ct { display:block; }
 }@media only screen and (max-width: 763px) { #UXFG1yhfM5Tn2npFRTw3Ss0kOGBbA0Jh { top:33.5rem;left:30.625rem;width:17.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHZdRaFpoX8QkgOtKbunRF0Zy0AoHnMh { top:22.3125rem;left:36.6875rem;width:11.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoTSAto4ffuEoAXJJFsOixm64B8KBIVM { top:18.5rem;left:29.5rem;width:18.25rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHm96UqHOswMycrP5IkprgDtFpVPhg8g { top:41.125rem;left:12.75rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCETklQOSqWaBIUi1KvcXKAC001XvzF8 { top:62.125rem;left:18.125rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyKCIzqWVUXUXqdVqHvfZfe3nDtQkguN { display:block; }
 }@media only screen and (max-width: 763px) { #Dke9drxaIz2LJGSTrIe5UHqquRt3mMU7 { top:57.3125rem;left:15.375rem;width:17.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvHhOiPrp5WlJI6z49LRJGuhspgfW5Ve { top:46.25rem;left:16.625rem;width:11.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxZAOK0VRBN7IV8M578DF8AUQzd5E0DC { top:42.25rem;left:13.6875rem;width:20.5rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw2NchvbzOKxDSEKz0Eydz5RCpy5K2xb { top:62.125rem;left:0rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu5U5o6FgTiFm8ZISshkCeozRpAwxRNx { display:block; }
 }@media only screen and (max-width: 763px) { #PgMV7RQKhOZxvBggNwxpSzRgukQUFDXJ { top:61.6875rem;left:35.9375rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTK1cRcdrcqENHtLfCFfP7UI61mywVhe { display:block; }
 }@media only screen and (max-width: 763px) { #cNZMKcULXSGNN26RNF885B2yb88HfVTh { top:41.25rem;left:0rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75K1G1yOc591XVDP9aeD21n9nFKEaJK { top:40.8125rem;left:25.3125rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZkVMaeBMTyJBtwLNsBC2FqBI4OBOqUk { top:57.875rem;left:0rem;width:17.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0mrUrnAwg8Z7fWmo28g1ekm4lvbiQaJ { top:57.5rem;left:28.6875rem;width:19.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvUUBnwSwEOIqVKhVvwRq2JHwdwLbpn { top:47.25rem;left:0rem;width:10.4375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRbCxlN0CQ5qzqMaRAdqsWmf3JHIpwKB { top:46.3125rem;left:29.125rem;width:18.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeE4eWBdHRCoRkfaSWiA1K67vpaTl8UM { top:42.875rem;left:0rem;width:16.25rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywGIGDq4PHuOGOBGhfTAVVrJcFn6Xo0B { top:42.5rem;left:31.5rem;width:16.25rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2SiIhT4TTkdC0etsoRUo9twNUXyXG9n { width:15.625rem;height:3.875rem;top:65.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF8EaZEEVdUlKf7IfIfaGArlFGtRIPgh { display:block; }
 }@media only screen and (max-width: 763px) { #yVGZJgm9EUBXLeN8iDMSALo9SGrV5MAO { top:37.75rem;left:17.9375rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5QT2yaBEIZg0xKdwZCzZ8znT1egPzDI { display:block; }
 }@media only screen and (max-width: 763px) { #DvbLIHXbk4ibT7qbmuAtwzq8TEuaSGpb { top:16.875rem;left:12.5625rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4rW1BT6Q0ZHEtAbewXKM7JazVyHJku { top:33.5625rem;left:13.8125rem;width:20.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh0hVTQmz78LM43SW6cAP39u8CkXbUWU { top:22.625rem;left:15.125rem;width:8.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4TsROOnpwZngdN8sdwgXiWlusDc1sv5 { top:18.625rem;left:13.375rem;width:20.8125rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N58PkdTQIek8DRmDX2xU8vMTrISoLd01 { top:24.375rem;left:0rem;width:10.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd8Rp3q4kWGvLJuhHs93TphFBEux4czG { top:26.5rem;left:0rem;width:10.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWslP9oL92RtFTfTrFh1cpZe34pDgIJP { top:22.375rem;left:24.3125rem;width:9.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLgnPEofzllEGpp4qlxGqanTGnTkX7Nd { top:27.5rem;left:15.125rem;width:8.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiiLWcuuszvohTneA4KHhNZyMRIqDME { top:27.4375rem;left:24.5625rem;width:8.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTO9KTksPefyRLmheT184JnZ7152DDdR { top:24.875rem;left:19.6875rem;width:8.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceeabAKUEnF5Iud9TK4pi4TiowKFCasi { top:26.4375rem;left:36.6875rem;width:11.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfow8UXNJmlQDWkb8IT6BsSq8MFzaNoM { top:49.125rem;left:0rem;width:10.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD6hQOA5hnxT4ZfSP99Oi2JpZkpOP7ED { top:51.25rem;left:0rem;width:10.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBItKVDzrOsSxAhmaFl6VwT7hycAeDg2 { top:48.0625rem;left:22.3125rem;width:11.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsIuqnVJuPgQtf82VKUUGeMO3R4AWkqt { top:50.375rem;left:15.0625rem;width:11.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1o4nrpqoAfPguGsmNRaHelaBdIaKZn { top:3.875rem;left:0rem;width:20rem;height:7.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay { display:block; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eATUOAUn53Qcq8uSRgIeMADnQcqfwKVe { width:47.75rem;height:2.625rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMyWh4gac5iKAokIh3vzwd05DmrVC8dy { top:1.0625rem;left:0rem;width:47.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNUqGU82wEmb82yUULqoHtwHmFyO19ct { top:6.875rem;left:0rem;width:9.625rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlmBPyTqPdfz5rq7Ecz0aniyIi0qP2is { top:6.875rem;left:0rem;width:9.625rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEAN2KPRQgmSTVAXlRyBnDNC15sTZBVh { top:6.6875rem;left:0rem;width:41.3125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhBmP28tT0kg8tHOoZLgNHKnMQhDBHd2 { top:5.75rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF0ZfPIo48JbX6hI51LCDdOTnrcVnG9X { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2RVF1dxh2PxD01E7TJhPHIkMcWlblP { top:9rem;left:28.125rem;width:4.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddkC9LUL0m7DtN4pQ0bSoNWgZUt2VNu { top:14rem;left:28.3125rem;width:4.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWfHqikvBhI3iAwRWaCWq5MuCJubewyt { top:4.3125rem;left:27.75rem;width:4.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RohusvRhQvPbDhdIIskAzoHci9Sa5iDx { top:7.125rem;left:21.8125rem;width:25.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1ebUxFPzu7Fos0PkTzCmQsdVZV5m1p { top:9.75rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdsiSidwsDio8va0M0lAVElrUwnQ7ZvM { top:14.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiird30ulam28UTkA9z277H84ovlFacg { top:17.8125rem;left:28.1875rem;width:4.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT4coAtmSxop1T5vbHR4sTxwDRld0Bn { top:22.0625rem;left:28.1875rem;width:4.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFb4UwgHteUvrL6dBT3iZE73OMlQt08d { top:27.25rem;left:28.0625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo92bE1qv2CW5DoZp1QGgJAvgOkOC8RM { top:18.75rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TIxcoEJrVOGfdmk6xS9mMbAbQiyr0n { top:23.1875rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsLTu5OPTztz12m72F8sMDghMdwknA98 { top:27.625rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxXikXkgxOiUZw6T0CpcFMfsapK0hZx { top:32.0625rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaumWW2DTWFBFcGfg2id2X8cddzm3S3v { top:31.625rem;left:28.5rem;width:3.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrzIOZbi9htkRkz5iDNHrHupnWd6JDbt { top:10.0625rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86HFh7zuSc6lyqVOuAWGITKJZoTE1sU { top:11.625rem;left:19.6875rem;width:28.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esCVn7hDwT0Oi0btqP28K3D5eRyxXhdi { top:14.5rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CHfJL0SW9Jz50JAaPdTbCIoTzOu8V6 { top:15.75rem;left:19.6875rem;width:28.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJG6otK0gvV5c8HTTfCQT5hTGzDa6LJ { top:20.375rem;left:19.6875rem;width:28.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGIC0p6GNLnUzrvHPT3DLFyBM0saaAAc { top:18.9375rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehThuuHpk8vCPeywVMLXgEphze3DhOSf { top:23.5625rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZ82i2NzpMUtJf2w9HVTsyJpDIx8Iso { top:24.875rem;left:19.6875rem;width:28.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rczi2KbeyWt3puSmTCfHmIHURCbl8Ca5 { top:28.3125rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp17d7OamZX3JV2beHZT12eEz4aTSqNf { top:29.625rem;left:19.6875rem;width:28.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qolly73gcsbJ5RV1cQPgsTSMCsQwIKHD { top:32.6875rem;left:33.25rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyWWR5LgICwif3CFQzWXsTD8IsTrSQu { top:34rem;left:19.6875rem;width:28.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLo8nMHLMp9gsMAFTMcbmr1JyqM40up2 { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wv4ksvenhtGvAkvmogXmTt6GZmWyAyqg { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKQrtoU3kU2K8pwpJTxE1s18pnhAXMUn { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJFmf5md1g0w1fsumI0agCq5MTPTJhs7 { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGCTTX3OqD3W8XarpzJZU008J8E5Cqwz { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPKTPbM05NRANsRn2ixONbWb23CxVQsg { top:5.3125rem;left:17.625rem;width:30.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF9UfvMeoolgRe3mss3gPL9PcaLDfM8z { width:20rem;height:1.4375rem;top:1.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJJLwJQUQfGriVFLLgBxIpCDGaotSPxg { width:20rem;height:1.4375rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 { display:block; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpxAMguSwZft8oOXX3COXcM5S1eGpk8f { width:18.375rem;height:9.4375rem;top:18rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLhd1exKvVyQizyGEy6B9MIVq854p0X { width:18.375rem;height:9rem;top:18.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5CaV2FVyKN3psfvDVUComa5RVORlTS { top:21.0625rem;left:10.375rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHSI1myQB2B4dFdO0rz2OTDeqvaQQH2H { top:21.0625rem;left:29.8125rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnP9AA7BPIB12a7MVw6CMXBfMVQ8X8Dp { width:15.5rem;height:3.375rem;top:23rem;left:25.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2z15y3TZ188PwseHN6I13SeizeBTN2 { width:17.25rem;height:2.25rem;top:23rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zioIZFhd5HlWuK7G1NAePwTqTNtWPgST { width:14.875rem;height:0.9375rem;top:19.125rem;left:25.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvGgdOBgSxqKq3TsTAJHIzZPsTxslfL { width:11.8125rem;height:0.9375rem;top:19.125rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rsHdQpG7o9rWutTPAQMIfTTf6XF4VM { width:38.75rem;height:2.625rem;top:1.5rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwSPgWP7Ls7sQBCe2B7O6tOJ0HBV2RTd { width:18.375rem;height:9.1875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoNB7Vlx0TEvw7vU8FAHMTBEt6IX3oaE { width:18.375rem;height:9.3125rem;top:7.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbNECMLWu0lRDe1NIrRgn3doe4OiU4Ud { top:10.375rem;left:1.125rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshdl1XCNzN1qna8Do2TAnUu1vhPIy6C { width:16.375rem;height:2.25rem;top:12.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwGxn4uBooJhT0kcXtyF7RSOE92yyEF8 { width:16.375rem;height:2.25rem;top:12.3125rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zMo3m8ml9QJoiv1dbIsKoVgAtaugtv { top:10.375rem;left:20.5625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gObATv5PFAicqFPoTLUzkrwDGXwmRW9b { width:9.5625rem;height:0.9375rem;top:8.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO9GJ8SnRcFEUVxLR59IoksZqV0Tvwyn { width:10.375rem;height:0.9375rem;top:8.6875rem;left:18.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOEigkGCP0KZP24klf7kd6GlzcJLOXg { width:18.375rem;height:9.3125rem;top:7.0625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3eLTuE0E5aX5gxU4Xx8qsRag4QvZT0e { width:16.375rem;height:2.25rem;top:12.3125rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXikW7pG0OHb4dLOnyMaxIyaO0PMwEF { width:14.5rem;height:0.9375rem;top:8.6875rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0gqVzGQDeyoeqHww1pinUeLm3KtqAB { top:10.375rem;left:40.0625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmU2ZheKbaNQv5VGtWSleQdKqwTVBfaW { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeyLuyCEWT5XQtffPda7tcWgdqcli0px { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa8EDqwDqv8CZuiUMRDNV5hDy5hlHrme { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTROGGX8PxuqtnrNrN1xVVhbXtpADksn { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0ucUL1O6J31thWKkZ4dJappAIWCDDLT { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC { display:block; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QI5tsTdNRtbV02neITNrXB3FTfvTyHUm { top:19.875rem;left:16.5rem;width:14.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tERokGDy2czG5BaUTnmSGCxKhZzr0aGS { top:22.5625rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6lXrS3hE7tbF2otpVaePwABaFtTuSQ { top:22.75rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvURShQtBc1V322yZcpf4vO7CEE2HB62 { top:23.75rem;left:15.625rem;width:16.5rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6TI5Ql6E6GU7CZdIgLks5x3avKK09y { top:24.5rem;left:0rem;width:18.6875rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvHDo9eyEOQRTT2NLAl2CA47ANG5UwZ { top:24.5rem;left:29.875rem;width:17.875rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsofOg9gsJ6PHk4bz6KkaDgVlkKZirS { top:7.5625rem;left:29rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWifRwukKKZg85DHDbRPGlQWsAXRxzwD { top:6.4375rem;left:14.5rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9VGxD3DrKDnXMeMukvsUyV5pk2IZ3TD { top:10rem;left:36.25rem;width:11.5rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q39TLb8OWbZLWNWyUqQZyAwwRTMxMexT { top:6.4375rem;left:17.3125rem;width:13.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBo6pl1CBNwGprkgHcTl7JP5WKDgcygW { top:7.5625rem;left:0rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0iofsTgND3tZShriJ9Fmrlrv2UsidI { top:9.25rem;left:0rem;width:13.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6hnTEpOZcF22T0s9hwV3RClqCuGNxJF { width:30.5625rem;height:2.625rem;top:2.4375rem;left:8.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 { display:block; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3g0HtEvo4ETpPhzHoaeNtTXl1cZBHMg { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqBmQAaUHtqM6TveodutT4yw4Forc1NM { top:14.5625rem;left:16.8125rem;width:30.9375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptZdGMLHicxx7x0QABbWxXs5nP1IM627 { top:17.375rem;left:5.5625rem;width:42.1875rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytXauhtVwTwvHpdPHC3mbIwN3q3bWD9 { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCDnTixVpwAvKd3WL6TkpCaTN8oOJzEo { top:9.625rem;left:36.5rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ9QuTle65LHILDD1BA0s8wEfxIPFyE { top:33.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er8V0g3ruuxk7NnuDkIdauXS1OAG1BhT { top:20.75rem;left:21.9375rem;width:18.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1anTOKBygdB535GZRx9Ap8Ovk3N5LT { top:22.6875rem;left:16.875rem;width:30.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZNONKfFFltxcTX6uVTwVnxwXqFEBDEL { top:20.25rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWcouhNRdcwC3e3rMOOGDIXcgKi0iqlA { top:28.3125rem;left:0rem;width:19.5rem;height:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrTkODN7OBkBeZghh2sGIOr15CcRVbHW { display:none; }
 }@media only screen and (max-width: 763px) { #k4WJMAPo5kDT7cVOTVxxtwqCtkT7o7kd { top:15.875rem;left:5.5625rem;width:42.1875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q72PoGyTVDC6lClieReM7H6kmbN1dru2 { top:43.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrtEtNl2VFTp1GenP2rzkMWcJJwQnV96 { top:12.9375rem;left:0rem;width:12.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmGCNTsVrB0D6XvM9yF89kQVAJIHqgU { top:12.9375rem;left:5.125rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOFAAof15HNHi7PX6L63pTr2z9OrFmRg { top:19.6875rem;left:5.125rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlw9gMNeHiquyFcPmFXMCgSbazAwJZkd { top:19.75rem;left:0rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLMBbHclM5JdgbdCNM4teJcTWt2WhHKq { top:26.4375rem;left:0rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy3kuiprqIBRNR5UIf2D2OfhpfunRJPA { top:29.125rem;left:5.5625rem;width:42.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs { display:block; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G18fiieezZ4Qfzhr7OpbAZ6cRbQFZ94S { top:23.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCfLd5XcbfxH0qFqA2CbnIVTA6RqSCdI { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2afJxaOT4KTCInMWTyWP06lhnCfcccJ { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #boL1GExdlDOx7XETRK4kHvA3F7TohvKF { top:7.4375rem;left:0rem;width:28.4375rem;height:0;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfQGnzQJR71FM2VUe5HTJhF0HhMzuTC { width:22.8125rem;height:26.875rem;top:4.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfSGv585AGUAUTRkGuZQVfsEi3vIn9C { top:5.5rem;left:0rem;width:28.4375rem;height:0;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4KbByDFtMm3zOO0far4OFHH8kaa5GK2 { top:1.6875rem;left:0rem;width:38.625rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAprdgPkf3t2h7I1FZbAMCrDHg3ItEP1 { top:8rem;left:0rem;width:25.1875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07E40yVnwDR3z1cGoTQ5xphywhdNBMh { top:7.4375rem;left:0rem;width:33.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWG1f8Ag8duQHJ8CIFlIKHUziISF8gh0 { top:7.5rem;left:0rem;width:9.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyG13eegTVAVmsUmySq1ZwwFeZLV7u3v { top:30.25rem;left:0.3125rem;width:14.5rem;height:5.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdAncEpS6E0D0xiQaiiRcNd51WPepnT { top:29.1875rem;left:0rem;width:17rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a64V6VioPil14A8G1B40ON8SxLUA3X { top:33.0625rem;left:14.1875rem;width:5.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { top:29.375rem;left:11.4375rem;width:36.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBTitJcV3GcG04TwywLKGRnfC7DXorOa { top:32rem;left:14.1875rem;width:5.375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COKvzOsT7bwF3TnK4TBanTdcfBCahCDy { top:10.25rem;left:0rem;width:23.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1R0GsKLWk4VELTNFdfbi373zMTnvCrb { top:9.5625rem;left:12.375rem;width:12.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3ryPI7OarESxC3UAp09QpabR8iXQKn { top:8rem;left:0rem;width:14rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwnsOr77r3PE0bPzRU48qJ6rBIsmDiXT { top:8rem;left:0rem;width:14rem;height:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRuZS5TXTZOh43QLWJcQSAbGcwq9DptH { top:9.5625rem;left:12.375rem;width:12.9375rem;height:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdsfqGFfbTR3uhCQ1w1lcliBkGVA8hPC { top:23.875rem;left:0rem;width:5.375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #flkqmwfv5mnlslZizS3fdsk7rF9hm8QF { top:1.6875rem;left:27.1875rem;width:20.5625rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsyEhQkWPTSUB37CTz4b7fGmThCtyi7u { top:0.9375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4dJCAZGtaN1sc9VqU2zGD0Vg31I0e6R { top:4.6875rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-text {padding-top: 0; padding-bottom: 0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-select {padding-top: 0; padding-bottom: 0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-checkbox-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI  { width:19.625rem;height:auto;top:5.5rem;left:25.625rem; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI {display:block;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI { width:19.625rem;height:auto;top:5.5rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #FCH0tbMzdpumwXtpwWlue4DdQy2QCWfN {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #fxIcUP8CnEyh1knSNOH79B10d191C8eS { display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #APPmGRLEHESeGGTDSkP1EiyZ573r8yTV {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #zc2PStFiaHJg94zLHnOCaQqz3yNWxClZ {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #sB5PTX5E4dLT3fSl4fJ7PUI1KFZgO0J4 { display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #aEV1cI3awfB24hWOZkePDsXxLlxDNKoF {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #dgwoeQW6GNTeaZb56K5isgCmfZgOtkcJ {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #XKT2O4euTO19uU8bny7qksD2ymVd1sAF { display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #A8VxbZWk5fL8WakyUsCviVZUIru7kRAc {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #yeC0i1eXHg769qWdRWCk4gwtfSNPgJWh {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #m5JsgBJzdI9Dk0LBqGL8V7PzKRmnAvSx {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #avzBsLpBq5T8bnT1waz5S86VMbid3Kxp {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #MU2LTncG0cCWLeGeSSvCiwfdroSJJlpk {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #xtPO5ZkIN55hWLvBamNTnQcoUugnT5Bi {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #UxD44dl1kJqTn84zLxVXbs33XgOBqlTn {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #Ko4WBUn82ObTQkpycHnpLxcEK6s6UQrt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CMTMeCBVEHCN4kvvboyuQOEvMiyN8w5r {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HQVEevB69TLpAHD9Hq9FgCT3CW0HWWtd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J5BNLSfa23nL3VQATsRQcsN4IMMR7cqp {  }
 }@media only screen and (max-width: 763px) { #Wp4HXNu6ZQ5hAeuxz6PgS8croCBByFxB { display:block; }
 }@media only screen and (max-width: 763px) { #guCbRxqsWsrQM6Uf2NobEmphJ059hWyK { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HQdHW3LiIzwi73DEX45bFfQx0WQmSitS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #B9kES6Su2bkk681Jbdh2oCLr6slgTCsb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uIb8XQylSwrAFWoAGMmNm89weOTmDavn {  }
 }@media only screen and (max-width: 763px) { #aInZkQgxIMwSZl0UrORmoIXvCnMN1AG3 { display:block; }
 }@media only screen and (max-width: 763px) { #datWKXHZ8C4EOD3H17d0k6PLDTF8aveM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #huwVdtmH6IsiKQJ8hw6C7J7RuwGOywqK {  }
 }@media only screen and (max-width: 763px) { #TuStHF6QxqSRHMPZweOhnSmglMeaeWEp { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qr7lMUklNh1hJs2Ea4ECMMPq448nlmv3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ex4abGiNIu9zfmT9rOseJCc6gPoLgBNu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PFNKuqxHcTlUW4lP0ZU4spqk9NvcnOp7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SvCv9ekaOTC0vJgBx4SGs23CugHp8tVq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FKN2LE82q8cF1tfQpmIkSxNcZm4fSIiJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #koT8r1O2T7d5lW0lMaSiP3mFhCDRk2kD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WNBb8sNt7BBWbBmxJklFSrRiLa48Ip9A {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #u6aDV2gpttfdrv3CpfXswQGc41lTsQvQ {  }
 }@media only screen and (max-width: 763px) { #zcNHUXE7SeWKgNrdXFmBD4T1E7hEoG1s { display:block; }
 }@media only screen and (max-width: 763px) { #Uau26HOWUXWJqVtF5nNxZMPIlTgcoH0U { display:block; }
 }@media only screen and (max-width: 763px) { #zvDdwbcPe8vy5ZrdGxMASSs5ObWW0oRm { display:block; }
 }@media only screen and (max-width: 763px) { #QEUTGXTLKpKHTT1ld0l8fBTETL8yAnp8 { display:block; }
 }@media only screen and (max-width: 763px) { #x5TdBwtZ6LQkRNThxJArRTVTlkh3uE0z { display:block; }
 }@media only screen and (max-width: 763px) { #sXhT9u5zupyBtg4gVzTqzyQ82i3xZ0Ir { display:block; }
 }@media only screen and (max-width: 763px) { #ZhFflPWSGDmgK4t08sVmoRnASKmeQVTU { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uvmZJm04VFgL9mrKCDtdR2stUXy6tGSA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pDEcK5MHLrvSTL6sCL9zM2aMNTzTRau5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fVU0H30BMSEbJTmIKtTqmnWGF73IoUmo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pPEKfFBtcsbgL9TLZUwk5LMWspU7MF2U {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aOREIMipuFXtZKV78fd7Fwnw1qT1M8Gp {  }
 }@media only screen and (max-width: 763px) { #DqcskNaafttT4thCpHWu51SLabAOFWgd { display:block; }
 }@media only screen and (max-width: 763px) { #n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r { display:block; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuK2Znzc8AT5FJiVICpiMnEGNzKUePhM { top:23.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ld4Awzr3ZU8eiotUB9TbzhEL2v7dsKEF { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTVzHo2w5uk83Sep5DsEawLaJmmxrMO6 { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ2fvqJZBsz92HknqIOA6KpfyB9pBrgU { top:7.4375rem;left:0rem;width:28.4375rem;height:0;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Wh45IUfaTZSG3eT4zciTSbHmt2hIJA { width:22.8125rem;height:26.875rem;top:4.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8qoxubyHPa1dh4k6NZ1IyeJxNyJ2pEz { top:5.5rem;left:0rem;width:28.4375rem;height:0;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2TnFp6xUX8xTXvgy1FgV05C3HcviU5e { top:1.6875rem;left:0rem;width:38.625rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAbVPZaGiwbQVaNFmBKSqh1GT6vLTLli { top:8rem;left:0rem;width:25.1875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8xhpT28pDrwt8ADvfkPwPs9m5dBspBq { top:7.4375rem;left:0rem;width:33.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVXFl5kWxRXzkUDQIREJBLshTqxlsruW { top:7.5rem;left:0rem;width:9.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXbbicCs2oHwBdKmpaMqOa3BBW86nN85 { top:14.0625rem;left:0rem;width:14.5rem;height:5.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBH1D3pdTqGFmyvOQzsKTfd5rVmLWnM8 { top:29.375rem;left:11.4375rem;width:36.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQzXcumOXbNJ8o21Ka47lvm27ODLw3iV { top:8rem;left:0rem;width:14rem;height:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHPHyE8UKFLDhXN9GygTF81q6TWUGH3C { top:9.5625rem;left:12.375rem;width:12.9375rem;height:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVAomVpQ5yhtbmCorTuvq6CAVRAA5Xgq { top:18.875rem;left:0.9375rem;width:5.375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NH5P0qSlAWSS30JRqUChMKWPJzLmmrJQ { top:1.6875rem;left:27.1875rem;width:20.5625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PULBCbKGnL1uKXWNkd9ecW7EQ58HSO6D { top:0.9375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnCXNlcqSPP1xIMIsQe7DathghJbRrdU { top:4.6875rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-checkbox-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0  { width:19.625rem;height:auto;top:5.5rem;left:25.625rem; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 {display:block;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 { width:19.625rem;height:auto;top:5.5rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #GopfncBy7MOpAudcOfkhCl04wv9fWa6O {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #cUr0cnpRxLQqI01tpSTAzfTEuyFXZfT8 { display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #HcBo00uUfdQ2HQCOwgpNVmlQCK74vBhl {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #yLIMF8XZONWDVmMDe6kaI4yrnF0DT8AW {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #vHZh4ihgpbUzcLJcoPNx6uQrWKfTtMM2 { display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #wicuB7wXBCRQW4vAFaeC0hRiiH6LUpTk {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #TmBowueL2WLrJscrkAdQmSWEu3OxnOIk {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #hd3matHPoDKD60OsNSr9EaWHhUykwkTk { display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #fyOFE7FdhSJHf1PhHVpTHX6HS70DKXgx {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #D9B0yKm56mnEiHc6oav4CIhHXhRxOuqh {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #tcDztTTmsmqqgeBn1xk7NdzypriG5oIa {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #LDzRNv9tFtUDnP8Tp7yiJvvsapJvmkvz {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #UQpU7GNTM65u0CL7tB0qTdlpqZAxTUvD {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #ieXGCkZ2GqBeUdaHhTbNt6SZdhmTxCbN {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #bqfZ0FAT26GGrrUCnhmCETRheTPmlKkW {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #clQoTJ6pfMzXTKixidpkI1EoTFgwUezF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RIW44dphN9rn2o1qUSTLREELMNgvRDw5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DRRK4fBnroSAn6ahsD2IVIOAnMJpB1Iz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rFC9bOAbox88CCoyqf0dW2FopRdMVSBl {  }
 }@media only screen and (max-width: 763px) { #wUo4Pwb4X0MBCFuV7tMgW4TfKNzfc3GK { display:block; }
 }@media only screen and (max-width: 763px) { #w9cqepui0vS00BK1CtJf17ziyM86orvx { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x7Qyp4lM0xZ4eUxQTkpWVrKXLabhiVmJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r8EamkQDWDHSAst3agoTtbOAhG5lmCA9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xfLO3Rk2GDPeqOrCMCv3TW4iiguTZtBJ {  }
 }@media only screen and (max-width: 763px) { #c8El4m6bCppwaNumgvQtiKpdD6cfvdW9 { display:block; }
 }@media only screen and (max-width: 763px) { #EGptpMdD9TS1evZRT5TNRKMqnk7A0ITv { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VkzFhpZlyevJx2hDvU5QUxW6nIekkzbH {  }
 }@media only screen and (max-width: 763px) { #BeqaInVHLP5oiw3qmh0oKmy7e7dTJzlD { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RNDZrNqfgVlQuNBwWQ7e2kwH8teSArgQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RqImuPWowzhQa1lJi4NgJ8dUepIV07Sc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rw30mEmloilrEVulzKLNp5BW6bZNI13V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vSe3p4t0NphZtKRrXEebnFlkhtM0CATI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #me6X6l2xyeRoTAUTXtRNvMEE3bw2xgmZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LVE5mybsN0CkfmtTfz4WOOvBrJ8FpRI5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MkdX1IHlcqz7FGxJVUCAdinPfwdCqSd7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IH9HU4rBVoDmdaPqNZJTtqKPWszbN1rX {  }
 }@media only screen and (max-width: 763px) { #POBLfTLaDy50AWbdGwc3aufm2s8FlHsO { display:block; }
 }@media only screen and (max-width: 763px) { #kFbDlTapbDxVeESkhdeXGnfdswfPrDWD { display:block; }
 }@media only screen and (max-width: 763px) { #NSCETKzOR9LuDMrJCfxdKHDwQTFIPm8V { display:block; }
 }@media only screen and (max-width: 763px) { #KzNBWP1k9aXdMihQwfd9BzcLyJOSop34 { display:block; }
 }@media only screen and (max-width: 763px) { #AAfLG843iDHvDrgPFH4vPdyi1HQQO12X { display:block; }
 }@media only screen and (max-width: 763px) { #zWhgKI03seV6eOw5201ZgT87M5nsTKE5 { display:block; }
 }@media only screen and (max-width: 763px) { #fPuCPxPTAZ3wTiEW8JuietqKl7hGmNC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eLAwonNPuszyBAJZP4nhNLEZcugTqD5W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iDVSKNOqF3bbg5RO4VZ5kDC6Rqrvn6NF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wunkwyz8b0KlbDvVIVSRfWJA4yXBRkH9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ETQhhmtsDxR4fgPPv6M8x4cDgf2quswg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ot3AgQEnSvpFcTquJ2A8HwC9HJANC27P {  }
 }@media only screen and (max-width: 763px) { #FbSlH9qTWxlk1rtSP5JzHwPHH9pw1HMg { display:block; }
 }@media only screen and (max-width: 763px) { #vBJH5m7eyNXLXUscoGOaJJrIhyuFelcF { top:12.0625rem;left:0rem;width:23.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WArVbSQ1OQKLFUiSudXrQ9lQaBuAcxw4 { top:10.8125rem;left:0rem;width:2.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcefJfkDisXfCJ3geMOGWrDxnl0yhzk4 { top:16.125rem;left:0rem;width:4.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BntLxaiqV6hGmQfhUUKZDu0TSPxTF67T { top:16.125rem;left:12.875rem;width:4.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFTsGLat58Gmp3LLcwKJhZNb4DL80S1 { width:23.1875rem;height:;top:19.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CswTmeQ01MuN0UeQMNpKBHV0EkXWCXQA { width:22.3125rem;height:2.4375rem;top:22.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #D9tiT2ZgWTLM4Dd36iEO1JmN5zNykv8m { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #LEl45wOTFXrpOpsgR6KX7FrZpGOl9Mi4 {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #fNJ6zvTA7V2eeP1mv8kTgFn2899WhwlO {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #OXvCxsRPLXZv4V7x1e2iqBfBtkqfPUiZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #lsa7DDQ6puu3QMTf53wmxbPozXTElXq5 {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #OW3f0bh14LUcJw6UgWsCe6VAohsZuZ0m {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #krLo4R3sRyfeUeQPRuyTp3nGcZzv21F8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #CKvUvdmZEzVQ4KaAZuvLnPuEl7HLc54o {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #P6VWG4BcKazeXdwnkHAXb435AU4fNPlQ {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #QGW6HVQPRH3T7WxvmlHf9ke7TrPkOXiJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #fcQLTyikkNUDNL4xFC24Ph6Ix5SRN2bI {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #oBhdNZWEmyTHcQn1hspVxldOweeVHVVR {  }
 }@media only screen and (max-width: 763px) { #MLGNXKdQMZOn8kvpwXiKqTTE1a2cg8Uh { width:17.125rem;height:1.375rem;top:30.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMmeLU0luSKHbKH5F56J6Rpdr4raLh6S { top:11.875rem;left:0rem;width:0.3125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyeLFZMMlSoFhrNwTn3HQk6TKTfdpc7Z { top:31rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP { display:block; }#El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWC3i53nKLPCIJXeOJ8VULBvgV0JUg7F { top:1.375rem;left:31.75rem;width:13.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Iu97xMRgZvrZAnNNMhPRxBNXc94r0N { top:1.625rem;left:32.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ogI5JFuvTb8iSZGtiRnBKzXWecSEL0 { top:3.875rem;left:22.8125rem;width:24.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg6gtK841BAA5Nfm3r059lsNTF66Mc5U { top:9rem;left:0rem;width:30.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXrIQqiFWRTfWllM7vpIA4ai3dwAddVT { top:1.5625rem;left:4rem;width:15.0625rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJwOXAo50Uo0VasJBX9dXNkmhs6vPlXv { top:9.4375rem;left:0rem;width:30rem;height:4.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFGEwph7Xhp2suQ92Hp9T2BCl8QuaIcR { top:1.1875rem;left:28.25rem;width:19.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKf23qDKNa69Kv2Gkbom8fxWk0RtkpTo { top:3.125rem;left:21.8125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2dmU5Sv6KQGD0gDqWk7CfFTECtCU8X9 { top:4.5rem;left:29.875rem;width:17.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8fPecL9WeTQZkQ2Tt4tTQSOkR5m1a4y { top:5.8125rem;left:3.375rem;width:14.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuxp8vxNKUaBC2Q9O3NMgp0CMcBHDBu { top:14.1875rem;left:0rem;width:27.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPVsCO96ZMcmqGKaSgZ7Bmf7dhh3gdi { top:3.125rem;left:24.4375rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9pD0f5m595oJldNfKPyFzFv4GXq95nD { display:block; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWhFntS9Lcy7UP6vFzgbaiF8beXyNMen { width:22.125rem;height:2.625rem;top:1rem;left:12.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnh2MhQ7hXrvAnbE03Bh7m8TDaKgQ6xM { top:4.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCUDaZgcUqW5sTc1mibyX1dBVDiiuzD9 { width:46.3125rem;height:3.1875rem;top:4.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5aHuvtGhTftMu6egIaS5FfkXdINablb { width:45rem;height:1.8125rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvsBdXevNqhc3yVVlHhBJJaeIM2QxJ2e { top:29.0625rem;left:17.75rem;width:11.0625rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CIUxTGrQ1SBycKm3rCmyhcEnkACZUo { top:19.3125rem;left:20.375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWIlqwxbW3qkOKPoKduLg18DU2QdV3NO { top:33rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkfxK8k64u31bheqrkD49RN6eVSpCZ5f { top:31.6875rem;left:43.125rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBEf8ZMNie2LLsKZCOXOZJIuIPNmBS6v { top:31.9375rem;left:46.6875rem;width:1.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRvM2wOPAvm3a3kqKVRDsXkcKWyb92CQ { top:31.625rem;left:44.9375rem;width:2.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK0WnCJIXwnwKxxo6994TziGOo7Wyxhv { top:33rem;left:44.1875rem;width:3.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pupHEeCQEJMB86xOl3qGdAvIe66h5IHc { top:31.375rem;left:39.625rem;width:3.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNzcQ5ATc1qXFbT7qSV4cVUm0arKmue9 { top:33.375rem;left:41rem;width:2.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qinn8iy9dlxzuoJ3wzDhzGCqQrXZX8gF { top:33.0625rem;left:37.25rem;width:3.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6U422O0GIkxoxRT9aEKz0auTGIUzTh0 { top:32.1875rem;left:37.25rem;width:2.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaSuGtiNK3uW60SOGEmcEmKuoiat8KZ5 { top:19.1875rem;left:40.6875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxApGt011egF1XW1Rv1TB2mlheQTW5pe { top:29.6875rem;left:29.875rem;width:17.875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2UHFIZsv8X2WyC9QWDeCprKeKmqvb { top:27.3125rem;left:34.3125rem;width:13.4375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk6Sh21cKgVBRXJ0kbxSVzkCuqGaDfwO { top:8.625rem;left:5.6875rem;width:31.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIyfG9NLmdCiW9dy2yy1ygCEswfz49J8 { top:27.6875rem;left:7.3125rem;width:6.0625rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcLqI0XXnoVvKdgXkpPA7M5KeKesDNwq { top:8.5625rem;left:37.8125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZMqwXzrDRQAT3Ai3CX8IwkQvK56lWIo { top:16.1875rem;left:0rem;width:16.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHr5ca5C35MTawP73Z9EZKezNzTfd1Zh { top:13.6875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llidOkaOITqNuCKq0LQUWm8FKX9N8v5t { width:3.875rem;height:3.375rem;top:14.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTMnRFPMDqXu5mgWs8097sd9DZxBLAds { top:20.125rem;left:0rem;width:9.375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMW9Xw4BeLXlZN0NbrRKCIVqBXaTZxNF { top:25rem;left:0rem;width:6.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkC9XZI4bNl2LDoyN4fcfQcuBK8GRi9u { top:29.125rem;left:0rem;width:12.1875rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqDdUsN5UzkZTyrNSOZgo7Dd6aZ7bw13 { top:15.5rem;left:14.875rem;width:16.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O800nkSZllP9fXil0NdbTdsUPxOM2ynt { top:25.5rem;left:20.3125rem;width:6.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMNs7TnrUroQyxBlArPhPAHVThv06Ez4 { top:13rem;left:20.625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAfSEP0LH3oGuqNsXbRBp7zVM0tXUMwC { width:3.875rem;height:3.375rem;top:13.9375rem;left:21.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6enqgabTJ3ikUd5vVHeini3xLrEanF { top:16.1875rem;left:30.875rem;width:16.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS5x9pyeJdnr7xJJHlRT7kJNrvlHfLc8 { top:13.6875rem;left:40.5rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8o7n27NrDoOLcdtFGdqVM946pubJFy8 { top:25rem;left:40.75rem;width:6.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRknsTVleoQV2WCZHBqP14cLTgoQN8Gk { width:3.875rem;height:3.375rem;top:14.4375rem;left:41.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnolbztnVB9A6qHv7AcOC0Jq0fUEfJTu { top:31.9375rem;left:46.6875rem;width:1.0625rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7XHTNBJAakKfqTkTMkTe5dtsVgkDMtb { top:33rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCOR3RPlv8uUCqekKqTVDmV6GKkfMl3J { top:33rem;left:44.1875rem;width:3.5625rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwAV3x9mZVxsDKsOmSTBeFr96FVspOZT { top:33.375rem;left:41rem;width:2.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTFLHMgad0gmF9enPfr8uVkkTSTmb9SK { top:33.0625rem;left:37.25rem;width:3.25rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRn68Rn1CEU0ykTQLKM74iGlm0kiOKWW { top:33.3125rem;left:44.9375rem;width:2.8125rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lG1FLMd2fHlZBOtpsmeCWsWMilmSHCWD { top:31.6875rem;left:43.125rem;width:2.75rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdE3pNvEdT6SRmFoaeaX1QTM1RXZKkwf { top:31.375rem;left:39.625rem;width:3.375rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlWsc1MLWa3aLuyiuFV03nQ4mRuNLpzP { top:32.1875rem;left:37.25rem;width:2.1875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi { display:block; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVub5AZJzyXDUuPexGoL7UsN0wLVDLQo { top:3.875rem;left:0rem;width:29rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brasn26S98kBl8MfJKaKVkXgGTvwT0tb { top:8.9375rem;left:0rem;width:30rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9THXL2VGCwlqDB9gsAS8LQVcmV7HFE { top:11.875rem;left:26.875rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSEIbI6EVkJr2gCyTxpHrQXfAmuHZKu { top:8.75rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAKfsK3b6iWh19Xb4IBTkQcyPsmHwAuz { top:3.3125rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsH9P7MXp2U4VTyfHrWytnWUwrFbvbe9 { top:1.4375rem;left:0rem;width:9.5625rem;height:1.3745574201771rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(225,193,237,0.7);background-image:none;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) { #lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN { display:none; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9gkE7uTshSAiR8DtscU8KDKhmWJ6rme { width:13.75rem;height:2.9375rem;top:9.87353515625rem;left:3.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KrOnM2exHS6pbA3wRgAhHZVE7pF4mfoA { display:block; }
 }@media only screen and (max-width: 763px) { #f4ufVefPrwNCgv7WoTV2vxnLcGlA3mZ4 { width:12.4375rem;height:1.4624rem;top:3.72509765625rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-number { padding-top:0.335rem;padding-right:0.2975rem;padding-bottom:0.335rem;padding-left:0.2975rem;width:1.784375rem;min-width:1.784375rem;height:1.800625rem;font-size:1.34rem;line-height:28.81px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff0018;border-left:0.0625rem solid #ff0018;border-right:0.0625rem solid #ff0018;border-bottom:0.0625rem solid #ff0018;color:#ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.209375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.37875rem;height:0.711875rem;font-size:0.5025rem;line-height:11.39px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP { display:flex;width:14rem;height:3.516875rem;top:5.68701171875rem;left:2.9091796875rem;padding-top:0.335rem;padding-right:0.34rem;padding-bottom:0.335rem;padding-left:0.34rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gHlRxh1a826pyT4zdaSJXp8ysx6gXNg9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #H9fc1Cg1lITEOTtNLgNVyShZPoOr1yS4 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #XXSaScwgg8zo277XJ63EAKmlZy0GFAer {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #zebV79xrb7UbGNz6V74VUh0gg7QP6rlI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sTcEwCAliX2w9ufHTwZ1Xn5EIRQGBfhA {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #mTReBZc25c7vubL3ZzrBHwGa0F8X3FbG {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gci6kt7gnU9T6SUatz9ziT0RQvWv5DmN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sIiLvrpkPSCORWaQ8CXihmnZqLxvWUAX {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #OZfEIWB5sxFqdrHWWdeZv38QZTHXARV9 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #N0Bi5FpNXcEcny3CtCx2PatBNdPlTtRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #HLSq5zRKJgu8viR7llnxv4o7JIgkfM7y {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #Xs1PaluXznB8SlOoEUSRtPd9ToWU2F01 {  }
 }@media only screen and (max-width: 763px) { #euxGTKGNNQNQuXnk3PgQ3mAN0DeaEHDn { width:14.625rem;height:2.6875rem;top:0.81201171875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT0mOFschl0xBURIFHp6XsdkSmvz8U3K { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4c4a379-4bf1-468c-b636-933ca916bf8c/image1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K.adaptive-delivery-prevent-bg, #fT0mOFschl0xBURIFHp6XsdkSmvz8U3K.lazyload, #fT0mOFschl0xBURIFHp6XsdkSmvz8U3K.lazyloading { background-image: none; }#fT0mOFschl0xBURIFHp6XsdkSmvz8U3K > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VvmWrRhNFGlL9QNAyNQsQpTCqKipHb8k { width:6.25rem;height:3.1875rem;top:21.28125rem;left:10.1875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ro2tdUpKwF8Ay2Iy2mK4UvT88Zo3V0WT { width:6.25rem;height:3.25rem;top:24.9375rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eMALSpL3LxLOPMEoUefs6QF70EcZmJT5 { width:6.25rem;height:3.25rem;top:24.9375rem;left:10.1875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uGktrOqDhxxwO4kvOdHUGVrQrLRHqBG8 { width:6.25rem;height:3.25rem;top:21.375rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #evrVCQ1u2ExheEh21Xn8BdUQES0HAEII { width:4.0625rem;height:4.0625rem;top:34.75rem;left:5.875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DZ5zvBvkFwTWisHfloNsaQays19y1fom { width:4.0625rem;height:4.0625rem;top:34.75rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #cTZMPdcFePLN89wEWXrEc9LT2BvFLOOD { width:8.0625rem;height:4.25rem;top:39.125rem;left:6.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #mVybaRxKkK1RGbnVa89Wnf0JLpnonZe5 { top:16.875rem;left:1.5rem;width:17rem;height:37.5rem;z-index:14999;background-color:rgba(227,227,227,0.45);background-image:none;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUoBs8QF8K01bRFudaevpnS7h83bznTq { top:18.5rem;left:2.125rem;width:6.25rem;height:1.9375rem;z-index:15007;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #kvIDwcvbPHtWQHtSltPaiNymqLXWHTmW { top:18.5625rem;left:2.75rem;width:4.875rem;height:1.94970625rem;z-index:15010;font-size:1.5rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DQpntwsuvCugWNbB8MfLeuQV6OTLfdev { top:32.25rem;left:2.875rem;width:4.875rem;height:1.94970625rem;z-index:15011;font-size:1.5rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qTIKE2UzedvB3qFUX5gmBZ6sfxcuk44D { top:44.5rem;left:2.875rem;width:4.875rem;height:2.1933625rem;z-index:15012;font-size:1.6875rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E8Lib1cBHusMXUDWJGmwrVyxLBoloR4B { top:46.6875rem;left:3.375rem;width:13.4375rem;height:2.1933625rem;z-index:15012;font-size:1.6875rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #soyTfk1NztF6trchQycHybJd4iCzl4rL { top:48.8125rem;left:3.375rem;width:13.4375rem;height:3.16845625rem;z-index:15013;font-size:2.4375rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(204,0,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #K16bZeHJnZlVZIgfssFrAqUm0De1eDJP { top:51.9375rem;left:3.375rem;width:13.4375rem;height:1.4624rem;z-index:15013;font-size:1.125rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yNSDIMRTv6knonUInTCyVxAsSHTgtdUV { width:5.125rem;height:5.125rem;top:47.0625rem;left:14.0625rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-text.counter-number { padding-top:0.1975rem;padding-right:0.1775rem;padding-bottom:0.1975rem;padding-left:0.1775rem;width:1.063125rem;min-width:1.063125rem;height:1.061875rem;font-size:0.790625rem;line-height:16.99px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#d30a1d;background-color:#000000;background-image:none; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.123125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.418125rem;height:1.178125rem;font-size:0.296875rem;line-height:18.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;color:#ffffff; }
#dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 { display:flex;top:54.9375rem;left:4.625rem;width:9.6875rem;height:2.758125rem;z-index:15014;padding-top:0.246875rem;padding-right:0.253125rem;padding-bottom:0.246875rem;padding-left:0.253125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #OwWoLz9XA4VseBVgD988Qk8vylq3PmuX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #iLT5CG4xTo49gM2qv6dM1Q2qh8mVp3pT {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #BrDlTn8oIGrIX6SUxo47EfUMUTb9uWlq {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #qq51bxL2qpXOsoUNVCdVgNPV7Fav38Uf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #kwSDOG76tPAnATRiTHybS4B4l86RtTTk {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #M4a2iZRaDIHKg1BV8Ew80rllEIMC2w1A {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #BCTIhTf2rw9T1LeXeFu3rvRKCyK9PspI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #rFDTsSVdJmsMmQZsQ7GMgoASnvSfMlVE {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #seladuyO7Zgr1iHGFb9zyR0Gr5wsgrLp {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #eOpJCWiZXyUFm04FyePdQw6K4IRwTTQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #PDsURS7g3ZC6s7vruEUxvU8vTnEchv9q {  }
 }@media only screen and (max-width: 763px) { #dCwOT9a6iw0mGE5Hv1DRQZCTCieDIFv8 #Q6iP5z5Whd9zxaqCrAXfpSJFoLebaFs9 {  }
 }@media only screen and (max-width: 763px) { #rckfShUz6g9iGLhh165TGIOGVZz4TK4l { top:53.9570296875rem;left:0rem;width:20rem;height:0;z-index:15014;font-size:1.5rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bTMqRJ4bMLwzqokvTmFwyMmJZp7gA3Jl { top:12.6875rem;left:2.78125rem;width:14.4375rem;height:2.5625rem;z-index:15008;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #B3zb6a8hdKzOVqgcGNDpSiaCOA0xUTzq { top:12.5625rem;left:3.34375rem;width:13.3125rem;height:2.68115rem;z-index:15011;font-size:2.0625rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ifgUUU371ZiAAo4c2B3z6EZvoobBv4G8 { top:18.5625rem;left:8.375rem;width:9.75rem;height:1.7871125rem;z-index:15011;font-size:1.375rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #bDdrP7TnoVqDcuaESBF8fkAvXqaafhGN { top:32.25rem;left:2.1875rem;width:6.25rem;height:1.9375rem;z-index:15008;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #ITRZQEqqogGm5Ll9TgEZuLIOrtZiRGE2 { top:32.3125rem;left:8.625rem;width:9.75rem;height:1.7871125rem;z-index:15012;font-size:1.375rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #FK7z8pvGdb9TgkhJouuCmvFOIXuQ9VXU { top:44.5rem;left:2.1875rem;width:6.25rem;height:1.9375rem;z-index:15009;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #aifwJqbpq7l6q0IcrB0FkgnXqGcXVJfI { width:6.25rem;height:3.25rem;top:28.48095703125rem;left:6.875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9adaa35b-f543-41f1-9281-cd1fd59bf01b/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP.adaptive-delivery-prevent-bg, #DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP.lazyload, #DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP.lazyloading { background-image: none; }#DMKV5dGm5xvdZs5EcPuRr0c3V0V8yTOP > .row .container { width:20rem;height:38.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTZXAZf5I47rThMeUWDErJcQJq5gzZHG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f38627a-4569-4c7e-9782-64479176d453/image1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG.adaptive-delivery-prevent-bg, #HTZXAZf5I47rThMeUWDErJcQJq5gzZHG.lazyload, #HTZXAZf5I47rThMeUWDErJcQJq5gzZHG.lazyloading { background-image: none; }#HTZXAZf5I47rThMeUWDErJcQJq5gzZHG > .row .container { width:20rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv { display:none; }#OwMmaOnRHpiotbJxa5thoPdsV7MGXPiv > .row .container { width:20rem;height:30.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pthlf6UQLEEM0dTGoee5IZiN9aerky2g { width:17.999rem;height:2.686525rem;top:25.71240234375rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayWSlbIpNNIT12F2LuB4qnWA7gJZWLH2 { display:block; }
 }@media only screen and (max-width: 763px) { #h4542LTEHJP02QI47fRlTf2UG2PDvdWA { width:20rem;height:25.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xDTQwnypwqCA9iKqR2liNiFVEKTs5t { width:20rem;height:2.8496125rem;top:1.912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QMV4DplNMrrtclW3AkKZHm2huswiDVld { width:20rem;height:2.761725rem;top:7.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EpNyLfgbHulXMT0ruAkNbe2fFpmAPzce { width:20rem;height:1.29980625rem;top:5.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CxT3MC0xacSr9JVw8qTzCkPk2zD1wVsk { width:15.25rem;height:15.25rem;top:9.69970703125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWTt9JwyOAZbAc9mv7RKwTivqJDU9Il { width:11.4375rem;height:1.13720625rem;top:23.75048828125rem;left:4.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM { display:none; }#AyMxDOIFwd7TobKJNpE2FP9aQOxH52JM > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pct0J4hT16fvMQyFxODSL0bb9ulZaCty { width:17.9995rem;height:2.686525rem;top:23.68798828125rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXqaQ3T17eO3UVnsaCRdd31biZntN5C { display:block; }
 }@media only screen and (max-width: 763px) { #yuTeydEv3gv8fBJJwo7H3yseAnVOLFWA { width:20rem;height:24.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8uKl9THvl2KsTHTnEduv9yrf6s9Rz7Z { width:20rem;height:1.625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gzx2mQMNVXtn0yJTqABPPXAyldTMT2PT { width:20rem;height:1.29980625rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #acyMH8Oo6f7UAUSzPEAnFxLDxsOhesaV { width:20rem;height:2.8496125rem;top:6.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uaIioAlU70xdXTCNDKZirA0MbXpCgHxi { width:20rem;height:1.05615rem;top:22.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PTt0zSDsykgOhH4OTFBoZmgWqTcxewTa { width:20rem;height:1.29980625rem;top:9.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R2qrlxQp37TdUf1UB1vo9XNUFdzKFcvP { width:13.25rem;height:13.25rem;top:10.0869140625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJP7VzDBXJ7laTy85RV32Is5G8ntSgT { width:11.4375rem;height:1.13720625rem;top:27.62451328125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/779853bd-36c5-42c8-b328-136254750e68/n2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF.adaptive-delivery-prevent-bg, #bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF.lazyload, #bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF.lazyloading { background-image: none; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row .container { border-width: 0; border-radius: 0; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJ372dhl7p6dvIyGNTuMu7wTur0CtZlF > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gUzrCzr6oTgM5mS6ucUkUCT0AE64zlDG { width:17.8125rem;height:10.25rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd890221-37af-4522-a317-79d6f0ad5841/7.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.adaptive-delivery-prevent-bg, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyload, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyloading { background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { background-color: transparent; background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .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); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { border-width: 0; border-radius: 0; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv9N6cIQ4gXGkPf9SsGvDytZegZQhVvf { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HyEmlf4MHIun0T663BKp3rxXCA74F5PW { width:20rem;height:3.8994125rem;top:19.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rZdh9oQ7tpNecKSrDqdop046NQKr5dvq { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Ts10D8iyrLs8NfzwZRJ76qrgVz2laNPF { width:19.875rem;height:0;top:22.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Rcfufl1DT22P8PHTMvOzT8rT6xGnqBD8 { width:19.875rem;height:4.3125rem;top:19.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.875rem rgba(183,187,241,0.18) ;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;display:block; }
 }@media only screen and (max-width: 763px) { #Odb2d5gwOhBoOP9kTEAw2GKnHA7lIqsM { width:19.875rem;height:2.5rem;top:15rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIifIU2WB4CbnckTVi2DkeuRMcoVGmfd { width:20rem;height:0;top:7.8388671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zEOUdewvpEz89aG0XLJ3IVLVMH94NafL { width:8.625rem;height:2.375rem;top:27.5625rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKErmrG9Rp8DtWQsmesbWwx0SdL3gdpk { display:block; }
 }@media only screen and (max-width: 763px) { #NNJWxXg3HJ1E4RzruQ7wWLyKpvLC9Sdz { width:8.875rem;height:2.375rem;top:27.5625rem;left:10.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7T3kZnHtPT45VsRir3nQCJtRfi9tSm { display:block; }
 }@media only screen and (max-width: 763px) { #AMctXqcoJE9Xgw9nlO2hDdS2AP8qt4TW { width:20rem;height:1.94970625rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GlZVyw8Qlrb3kCpGvK1VRPUIhF9TNzbc { width:12.25rem;height:2.25rem;top:1.75rem;left:3.875rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuaXQRE5uIqfHDMDeX0r1TuXyO1ubmoO { width:19.875rem;height:2.4375rem;top:24.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #UuCa9M75SMhANNmTfiUHTwvmBxBdaA1o { width:20rem;height:4.386725rem;top:21.39501953125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VSigHmEl9xucqc0vR93Tz5OChJgySypw { width:20rem;height:1.70605625rem;top:4.9248046875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #bDVmzOgEPKDsxcN7LECyhNmmWnF7bcJU { top:6.630859375rem;left:1.75rem;width:16.5rem;height:15.75rem;z-index:15164;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kcOlhNViqILfRvfH3pTACdB3DEZKeKH6 { width:20rem;height:1.625rem;top:6.630859375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#fff30e;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #oBOimzSOrzsyVAEQRNv5CBic0twf1nXt { display:block; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPxXxvi9NxpbH6Xiefusvm2QIAN2D8qq { width:14.5rem;height:1.21875rem;top:6.43017578125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxnncMrRyOUpiZ1il2MRmdUIKbT3V04 { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTqMVtKRrdCB2QF8qyPvGVU8bi9qzXLh { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIDZWMQvBAHBbtkfo8gmzRwehiOsTa1v { width:15.25rem;height:0.125rem;top:8.6875rem;left:2.375rem;z-index:15040;background-color:#000000;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) { #ZM6TmE32v1HWLOr1DHRJyur1ThiH1ux8 { width:15.25rem;height:0.125rem;top:20.125rem;left:2.375rem;z-index:15041;background-color:#000000;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) { #C0wb9rQcGkKpDdxop5tWSw4ZWopi3c0D { width:12.5rem;height:2.03125rem;top:0.9375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHeS6FFWKmAGb92ispXnTD7H5AG1nSt { width:16.25rem;height:2.4375rem;top:2.53125rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jek6egKGTWS7PZIIAAzvb6vOX5LbZLso { width:12.5rem;height:1.4624rem;top:4.96875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyga9TGfHhwhkWEXKd2VfvQqdvKMbc0q { width:16.1875rem;height:1.94970625rem;top:9.25rem;left:1.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElF8om5Ogebl9O187G6BPxDRc0X5ghh { display:flex;width:1.5rem;height:1.5rem;top:14rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #oO3XzAkASUqhKitnub8VdvMVqHtTGhIv { width:6.4375rem;height:1.54345625rem;top:14.0625rem;left:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkU6SflfcFKqTtoVt94TmKvd9dbSJM3T { width:16.0625rem;height:2.03125rem;top:27.60107421875rem;left:1.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTqX6uAmuws9cuEAWHVsR6chTREzgPmR { width:7.8125rem;height:5.3125rem;top:21.1875rem;left:8.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #lXFyR24URNClTkgvlk2HeoxNVbbrHleO { width:5.3125rem;height:5.3125rem;top:42.63964375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ox3laEtHUV8ORkCEaRQUwzq3dhgJeA1f { width:7.6875rem;height:5.3125rem;top:21.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0gDUmQFh5qgBe6WSbTM2zfb1vTWnpPX { display:flex;width:1.5rem;height:1.5rem;top:6.5rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUQ2Uq1HcRz4iGiXPCCsZSHn3euVcOxZ { width:8.1875rem;height:1.54345625rem;top:15.625rem;left:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFJtnDHM0fdyAKsrznTSbD5pcLh3TkCn { width:16.25rem;height:1.4624rem;top:17.67724609375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMbbspN7R2oJaP3mDk2Sx7ZsxuD7psOU { width:16.8125rem;height:1.4624rem;top:29.63232421875rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvLJF0UVOc9O1nMBP2a8kHIzTZ37lnwr { width:16.1875rem;height:2.2749rem;top:11.19921875rem;left:1.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7h48fJqygJfDvSh1WT8usGqQKteOaZO { display:flex;width:1.5rem;height:1.5rem;top:15.5rem;left:4.875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #ik4UeAyBtXvKmsHqFJeBtGElGXC7bwPV { width:7.8125rem;height:5.3125rem;top:21.1875rem;left:3.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk { background-color:rgba(255,255,255,0.94);background-image:url("https://images.assets-landingi.com/uc/e91fa55f-b681-41a5-8a24-4d787598c3bc/LandingPageCourseDelivery09.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.adaptive-delivery-prevent-bg, #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.lazyload, #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.lazyloading { background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { background-color: transparent; background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .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); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSM2CTi5lpzpToUUGdeDE1hXk13bbVQw { width:8.25rem;height:1.949225rem;top:12.7490234375rem;left:10.65625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WcG1VupiH1RU3I9i05PhADNxfW3sEk { width:7.625rem;height:2.92383125rem;top:12.38720703125rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai64L0ANvLhI3Oo9vMCavSaokOPIpV5U { width:8.5625rem;height:2.1123rem;top:23.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkEw2s8m10tDdvzG1o15laHQwT08b5U { width:8.3125rem;height:1.949225rem;top:23.4375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #if7rSQGe9EpMrCPOM5BviCnE51T2Tt9r { width:20rem;height:3.8994125rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kiRTEWazenk5MIktluJotfDsh99L1GpG { width:20rem;height:0;top:81.03125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ykR9CuK3TaOWaw69opsqLbGosQJp31Gr { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCfNu4OxzZ3UA7If4098NXpctDDR9u1c { width:6rem;height:5.75rem;top:6rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLgS0TMCwHSOyIBVRrl1f7b5MvDIfQu { width:7.6875rem;height:6.0625rem;top:16.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zotDVKsTxcvVvHeW1Hs8M39MaBuTEqzJ { width:6.5625rem;height:6.4375rem;top:6.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzwTPX7N7OdhnmwH09LT6g5fwDqTAbnT { width:7.125rem;height:5.3125rem;top:16.75rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koaiQ0h2V8JCg58dtvnrFHzOxFdTsfh2 { width:15.25rem;height:0.125rem;top:15.875rem;left:2.375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #tiyax8dWNVtoDVEgTIInd39Z5mgKiTSJ { top:9.125rem;left:9.9375rem;width:0.125rem;height:13.375rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/095df794-7f86-4bd3-be00-d0943e2bfda1/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.adaptive-delivery-prevent-bg, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyload, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyloading { background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { background-color: transparent; background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .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); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { border-width: 0; border-radius: 0; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { width:20rem;height:121.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoD9ZZmOIXCKAxNMnShs0C58VfShhUuT { width:16.75rem;height:1.05615rem;top:13.06494140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #PqfFTvLb3ulttocTgcKJ0aBFgmQetnG8 { width:20rem;height:12.0625rem;top:4.875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;display:block; }
 }@media only screen and (max-width: 763px) { #zLaiN4Fh3Opgpd1TNwKMfJbfxQi0K2sT { width:1.625rem;height:2.4375rem;top:12.43701171875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4gk9UIwNd1Fr5vdTRu93yHAAPU2ygm { width:16.4375rem;height:1.94921875rem;top:14.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgAHO6JsKfsIdo1E8UdihCfFmXmmtw1V { width:20rem;height:6.875rem;top:67.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fpex5iL9iVrGPPDTdZBOZTsdFk7X5FTF { width:16.8125rem;height:2.11230625rem;top:57.625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2GvtRldVsFCQvaZ3GvdkkfSIbMO2Q8e { width:2.3125rem;height:2.4375rem;top:26.01171875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpn8sTwUNn5fk5xsnuQTCQTgyCcS78yw { width:16.75rem;height:1.94921875rem;top:60.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFGECZAU7ztw2uLryXfhNWr2lQcUF1s0 { width:15.25rem;height:2.2744125rem;top:26.51123046875rem;left:2.71875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqUnRDyFRKMdfpT9oRH4zeMnq2ZUonVW { width:20rem;height:6.875rem;top:74.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1SanZDZorrfo0Vrt69DSkz0SFoROL0I { width:19.3125rem;height:2.923825rem;top:29.20166015625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgAsNX3gZ8nWu1CwwF85xT3DqxHTmTPX { width:20rem;height:6.875rem;top:93.81249809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #awZFMfesXq8OAyi4r9csTfzyAmLTx6Fz { width:17rem;height:1.21875rem;top:72.9306640625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omM0ClLA4WvV76fseK9kLS8AF8uHx6om { width:17.4375rem;height:1.94921875rem;top:74.412109375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNtbALFMpaNHdxftwvPZcXs4knBPgkcm { width:3.375rem;height:2.4375rem;top:42.44189453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ffCrfVmBFFTcsZMDKVgxQyICwizlxx { width:20rem;height:0;top:1.2177734375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kx0h3JWDfuAlPnbI9eZIxkWcaNyqdSNx { width:3.375rem;height:2.4375rem;top:57.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc4gv9zwSC1dou9K6E997K4JmpamVkE9 { width:20rem;height:14.625rem;top:18.1875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15002;box-shadow: 0rem 0rem 0.6875rem #b7bbf1 ;display:block; }
 }@media only screen and (max-width: 763px) { #JWwBGHW5KlMShkeTs1g0tHPwgMSP0T4y { width:20rem;height:4.5rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQiAx8Ir35khdK8g0d8tLzQk8rWbESuI { width:20rem;height:13rem;top:34.318359375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.2) ;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wMKKlwTC25BvLvr5k7EwBeCTRkGppRdU { width:20rem;height:14.6875rem;top:48.4375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.2) ;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VIhTL4pgkPALcJpdtM787E5EBlyheo7Z { width:20rem;height:6.875rem;top:51.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdLLWBVZlAE1gLM0EM1cztAJqhWorofK { width:20rem;height:0;top:88.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p14fNd8kyqtTQWOJuWih47GeSvk0XClb { width:16rem;height:1.13720625rem;top:86.962890625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx2ho11cqXrhKQXiiTtomnsDWAokyra3 { width:20rem;height:6.875rem;top:43.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnlwCEE8CGbn21slTHJBTmOsCHSw2idz { width:17rem;height:1.94921875rem;top:44.56396484375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbptZfbNI8DdQaPAsTKqKTcwbfuxiE8n { width:14.5625rem;height:1.13720625rem;top:43.1328125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEwaeCH2qs8gSGEpkniP5fBcbs9EgHP { width:3.375rem;height:0;top:50.6279296875rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmT9p9LLAXi0nqS1vyuuJ8Mzk9t4RFB8 { width:2.1875rem;height:2.4375rem;top:72.3212890625rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSubnnA1t9CH0aedaRA4Z92bA8HOp7Et { width:1.9375rem;height:2.4375rem;top:86.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XytvrShQiTz5f9o0tr8lBCRdFeBEvJhD { width:20rem;height:13rem;top:64.236328125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.2) ;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fseZfaHtn37QNb02riXllAgKCaa7EXIV { width:20rem;height:13rem;top:78.25rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.2) ;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wUQ6zUbd4ANr42PGO9TwOl3lXsrquBb5 { width:20rem;height:6.875rem;top:59.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Myxr08EZIxk0eEgt37F1w16Jgo1oocy2 { width:20rem;height:0;top:102.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBwo7bpO88vKBPsX7K3lf4wrfVMkWBeP { width:16.4375rem;height:1.29980625rem;top:100.44384765625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvIfxQg2x6FXKvzJIfDo9rKU1PvAl8cT { width:3.375rem;height:2.4375rem;top:99.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTDaZrpOv57RAezuTS0cTFmT05p4u5r { width:15rem;height:7.5rem;top:5.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKUAkSKPeTTGyBX0AMmTlb0ZSE5aKcmu { width:14.375rem;height:7rem;top:18.82421875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqNHBUPWL3CmPkT2frIKbvM2faizVNq { width:14.875rem;height:7.75rem;top:34.7548828125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZclSsAMvubZmBXDfGHGaNFLHaVQfT7V { width:14.75rem;height:7.5625rem;top:49.33740234375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dET6qFPcnFiqOU2qGk1SZRZmqdSLVzZh { width:14.875rem;height:7.375rem;top:64.94384765625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbysJRW49DTxgfpl5fbxTGuMdd4xJnk9 { width:14.9375rem;height:7.75rem;top:78.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpryyURbynnanDpHToHII9aRC6Ao5L7W { width:13.8125rem;height:6.8125rem;top:93.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKHniT4O1oRr6vGM8WTXyPCax1txynw { width:13rem;height:6.3125rem;top:107.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEsB9KaE03o6VbcEoldXWUNnhfa0v6T { width:20rem;height:6.875rem;top:67.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h47naoXIW5WQw9D3tXSN9ISR7caHQ1Hz { width:20rem;height:0;top:117.3798828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmngZKlD7IMKpn4SPXd1IeF4Gbgk7Ife { width:16.375rem;height:2.1123rem;top:114.22509765625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4RZutZmLCJA1WJw04QpqBRl1LE15ewD { width:2.375rem;height:2.4375rem;top:113.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGSTT1lF9aGXOcgEywUcDyJwKZeCn5eF { width:20rem;height:2.03125rem;top:2.3740234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NGr37Fsy58PTEyZhhHeKKy2Kak1gTVGD { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lBw58vNticE6LAENcuFRbTmEaIFoBOvs { width:20rem;height:13rem;top:92.5rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.2) ;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Lvg9s9iipm8sPFuo2HQibcWhphZubTN0 { width:20rem;height:13rem;top:106.75rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.2) ;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hThux7wDfZKsZXDvJkm4DZaENZGiADwX { width:18.3125rem;height:2.11230625rem;top:88.349609375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pAAmqTX75TIW1d1yNemNv2SxlG7L5y2i { width:18.1875rem;height:3.16845625rem;top:101.74365234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #LhNxCLQd0EfT9bKXX2q4IpEPBVw46u11 { width:18.4375rem;height:1.94921875rem;top:116.7548828125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/709fe4fc-6f5b-4c85-b9c5-520c961e8177/8.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC.adaptive-delivery-prevent-bg, #wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC.lazyload, #wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC.lazyloading { background-image: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container { background-color: transparent; background-image: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container > .video-iframe-container { display: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row > .video-iframe-container { display: none; }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .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); }#wWHE04GkiGcXzP0MhSyGnCIswuCmL1rC > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oetfgqpBdKuOGCTQVF1mGcMzLFdizZbX { width:11.8125rem;height:0;top:6.1875rem;left:4.09375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPy4u6FkhPV6eBTVnlDR1JzXU9vTXHcU { width:18rem;height:4.3994125rem;top:1.06201171875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ievKOoqdNZBAyZNdt5pXRgULZyzR9muH { width:12.125rem;height:2.9375rem;top:43.9580078125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XreEuRPvU9xdMAZhXeVsiAyOi9J6ZNbW { display:block; }
 }@media only screen and (max-width: 763px) { #BO5cPFVKn2cnPCNv3ZUpA7DC8eCAQVLm { width:8.1875rem;height:4.3125rem;top:7.5830078125rem;left:1rem;box-shadow: none;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #DfA9X59eaI4p2FctGLlAGB5mmgvGe7tN { width:8.125rem;height:5.125rem;top:7.5830078125rem;left:10.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Sze8kxiUiv1AaAX9Lp8octDwUwqTbJDv { width:9.9375rem;height:4.8125rem;top:9.5205078125rem;left:5.03125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y1XBtz5SH87Gg4mcWx9Tfpl4g6fB9GqI { width:20rem;height:0;top:8.8955078125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgSGEAle1ftQrnWSqy3uDpexil5g8gFJ { width:20rem;height:1.625rem;top:5.5859375rem;left:0rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gkqVGsro0StzUXG9Vi9PWPu6rtpkAWoz { width:18.9375rem;height:27.6171875rem;top:15.2705078125rem;left:0.8125rem;font-size:1.0625rem;z-index:15015;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e { background-color:rgba(255,255,255,0.38);background-image:url("https://images.assets-landingi.com/uc/095df794-7f86-4bd3-be00-d0943e2bfda1/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.adaptive-delivery-prevent-bg, #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.lazyload, #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.lazyloading { background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { background-color: transparent; background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .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); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ad080wcST4ui8q65BVQlHrkgDXCT0D { width:19.875rem;height:2.51855625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VwEzeAIeP154Bs6oPnEqALn2WvXVSIGo { width:17.9375rem;height:7rem;top:9.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9F3Twfy6HVLqvK3W1bZtFhBOeTS8AX7 { width:13.0625rem;height:1.4624rem;top:11.5rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cbrClQFbVRFT0X46keRdP8RbqCBIHT { width:20rem;height:0;top:39.9755859375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5bT9ROIddt5h1ItzPh3KyZ9PmmO5tKG { width:17.9375rem;height:7rem;top:37rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTHknOLe7vLLqHqSWWRdfWGcV2FnFKC { width:17.9375rem;height:7.1875rem;top:22.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxEGSHPyWp8SHQeFsr7tOkWUQMFL4xh { width:19.5625rem;height:2.2744125rem;top:26.21142578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWPefcuM4TTid6ougyDe5MBvgZRrZzba { width:14.375rem;height:2.5996125rem;top:13rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXfSHISNzpxN8H55LzRRUXD5nwGV5VAG { width:14.375rem;height:1.4624rem;top:24.75rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3w4OO47CF3z6pwzxuI42sWwzVrMATUO { width:14.375rem;height:1.4624rem;top:38.763671875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNn2g2TcqlZAkaCW0O153qX3o2dxkhz0 { width:9.25rem;height:7.8125rem;top:3.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHI0URIa3Jw1ywQq9eM6VsBaZ5LFc83S { width:9.3125rem;height:6.5625rem;top:17.3125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEfbDmJ2nZyatdO9qPMgSKy3lnzTbH1T { width:9.875rem;height:7.5625rem;top:30.3125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqQXZPNVru9Up9iaLT1kTF2WEQheUV7 { width:17.9375rem;height:9.125rem;top:49.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJapDBGCPkKeJEhEmiclQJ6ZfsfHy2TQ { width:16.875rem;height:2.4375rem;top:55.375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8QEU1WoUqtwHt8WekyJg3fsW9f50fAi { width:13.125rem;height:7.25rem;top:44.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDTB7OcVoFeex9P8e1RaE7yFsE7GnIHN { width:17.9375rem;height:9.125rem;top:64.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBsXtTioP7xzo9SxfDsHACiyuwH2XT3 { width:16.75rem;height:0;top:99.385253125rem;left:1.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukcNUzVgbQdbAWdcHc9P0hXLATT2s8WF { width:14.375rem;height:2.92480625rem;top:66.6875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB9lI7veTVhuayGtydKpA4R8X654kcFg { width:8.8125rem;height:8.125rem;top:58.625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwhFDqfST5sR6rUJ6r3KSlBOp67flIQ8 { width:17.9375rem;height:9.125rem;top:79.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHyvrtvLxAXaz5pI18PfiEEkhF4nwyO { width:17.3125rem;height:2.5996125rem;top:84.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOiMiIfGB7X26EMXSs0loCyKguTJFA42 { width:14.375rem;height:1.4624rem;top:81.75rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsSZNx7rKf5iVb1giH7i3awX4XzoVI3i { width:14.375rem;height:7.9375rem;top:73.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hootEDXXwsfFfHgFnosgE6RubK9TEJ8J { width:12.125rem;height:2.92480625rem;top:51.75rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD71zsCTe7uBEJTl403OJdpUWuOg8GO5 { width:20rem;height:2.1123rem;top:40.89453125rem;left:0rem;font-size:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #sV9k4M41P3MTzA5HWxT2s5sATPayxOvs { width:16.75rem;height:3.41161875rem;top:69.5625rem;left:1.6875rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/095df794-7f86-4bd3-be00-d0943e2bfda1/5.png");background-position:top left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7.adaptive-delivery-prevent-bg, #vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7.lazyload, #vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7.lazyloading { background-image: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { background-color: transparent; background-image: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container > .video-iframe-container { display: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row > .video-iframe-container { display: none; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .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); }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { border-width: 0; border-radius: 0; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vL4OL8pCAuSXB0Ct6mUNrwMx9WwUPfS7 > .row .container { width:20rem;height:148.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsGbT1LTq3kw9xavJrPtSFSDQTpP8Kz4 { width:9.625rem;height:9.625rem;top:129.19824375rem;left:5.75rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #yfNCIiOFqTzlfGGQWrnXNEUv5mukIGCN { width:20rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xMvxQKCU9ItkdUMnlptK6DVXpl3fe2z9 { top:15.0625rem;left:3.5625rem;width:12.875rem;height:2.4375rem;z-index:15073;background-color:#f38100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EocLhXvTIPn5ikBfTbyB540msMcZlR0r { width:11rem;height:1.94970625rem;top:15.25rem;left:5.25rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #rB86QWt4Ia8TUtCfUXVkA6XoddyhoOlz { display:flex;top:14.6875rem;left:2.5rem;width:3.125rem;height:3.125rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #CaSIbTbhIIBCNa2Qk1yTVhVrQkMhwq0x { top:11.9375rem;left:4.875rem;width:11.3125rem;height:2.375rem;z-index:15072;background-color:#7de4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7ZNToTyKIZuRHTDMb034McLJpuAyr4 { width:16.4375rem;height:1.94970625rem;top:12.1875rem;left:2.3125rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #SSc1sJ2BhvAytQvm4xL5zRoIcdFZN8Cn { display:flex;top:11.5625rem;left:2.6875rem;width:3.125rem;height:3.125rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #kMP1K7hvLfx1T1mNh08a6Rp5oEhmwS0Z { width:20rem;height:0;top:4.75rem;left:0rem;font-size:0.6875rem;line-height:1.3;text-align:center;text-align-last:center;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #Zv9VF0fQmuwF80IqGihV3d9IqhOF0aPt { width:20rem;height:18.3125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xP6hbV9d4v1cXecENMT5V1tnI3bfkq { width:20rem;height:2.4746125rem;top:20.125rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPwNmVy9cJuKDGclMLNC9ybXZ9SpGTRo { width:8.25rem;height:4.25rem;top:23.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9f3JTX5mrsDHIPWIW96utXNyuxsRTik { width:18.6875rem;height:2.25rem;top:33.125rem;left:0.6875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #xeayl6Idl356U0B3RRoaC9pnkgR0fCxF { top:36.125rem;left:4.125rem;width:11.8125rem;height:1.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gUtpH7uvXn1XD7yPcI6pKtwRk79imJ2u { display:block; }
 }@media only screen and (max-width: 763px) { #CdRzrirsWCWAzXts9y8Rb8rzNwpGvk2D { width:20rem;height:18.625rem;top:60.0107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AigptJ7s3Kbk7DWn3d05hD2y4UxKLtf1 { top:77.5107421875rem;left:4.09375rem;width:11.8125rem;height:2.25rem;box-shadow: none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJkmL0NN81n6piqonBsN5JToKZzzt0Ct { display:block; }
 }@media only screen and (max-width: 763px) { #UXFG1yhfM5Tn2npFRTw3Ss0kOGBbA0Jh { width:17.125rem;height:2.25rem;top:73.6982421875rem;left:1.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #dHZdRaFpoX8QkgOtKbunRF0Zy0AoHnMh { width:10.1875rem;height:5.25rem;top:64.3232421875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoTSAto4ffuEoAXJJFsOixm64B8KBIVM { width:18.25rem;height:2.4746125rem;top:61.2607421875rem;left:0.875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHm96UqHOswMycrP5IkprgDtFpVPhg8g { width:20rem;height:19.5625rem;top:101.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCETklQOSqWaBIUi1KvcXKAC001XvzF8 { top:120.1875rem;left:4.09375rem;width:11.8125rem;height:2.3125rem;box-shadow: none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyKCIzqWVUXUXqdVqHvfZfe3nDtQkguN { display:block; }
 }@media only screen and (max-width: 763px) { #Dke9drxaIz2LJGSTrIe5UHqquRt3mMU7 { width:17.125rem;height:2.25rem;top:117.3125rem;left:1.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #HvHhOiPrp5WlJI6z49LRJGuhspgfW5Ve { width:8.25rem;height:4.3125rem;top:106.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxZAOK0VRBN7IV8M578DF8AUQzd5E0DC { width:20rem;height:2.4746125rem;top:103.1875rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qw2NchvbzOKxDSEKz0Eydz5RCpy5K2xb { top:98.875rem;left:4.125rem;width:11.8125rem;height:2.25rem;box-shadow: none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu5U5o6FgTiFm8ZISshkCeozRpAwxRNx { display:block; }
 }@media only screen and (max-width: 763px) { #PgMV7RQKhOZxvBggNwxpSzRgukQUFDXJ { top:140rem;left:4.125rem;width:11.8125rem;height:2.3125rem;box-shadow: none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTK1cRcdrcqENHtLfCFfP7UI61mywVhe { display:block; }
 }@media only screen and (max-width: 763px) { #cNZMKcULXSGNN26RNF885B2yb88HfVTh { width:20rem;height:19.875rem;top:80.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75K1G1yOc591XVDP9aeD21n9nFKEaJK { width:20rem;height:17.625rem;top:123.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZkVMaeBMTyJBtwLNsBC2FqBI4OBOqUk { width:17.125rem;height:2.25rem;top:95.75rem;left:1.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #s0mrUrnAwg8Z7fWmo28g1ekm4lvbiQaJ { width:19.0625rem;height:2.25rem;top:136.5625rem;left:0.5rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #gTvUUBnwSwEOIqVKhVvwRq2JHwdwLbpn { width:8.25rem;height:4.3125rem;top:85.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRbCxlN0CQ5qzqMaRAdqsWmf3JHIpwKB { width:13.3125rem;height:6.9375rem;top:127.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeE4eWBdHRCoRkfaSWiA1K67vpaTl8UM { width:16.25rem;height:2.4746125rem;top:81.875rem;left:1.875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywGIGDq4PHuOGOBGhfTAVVrJcFn6Xo0B { width:17.8125rem;height:1.23730625rem;top:124.875rem;left:1.125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2SiIhT4TTkdC0etsoRUo9twNUXyXG9n { width:15.625rem;height:3.875rem;top:143.0732421875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF8EaZEEVdUlKf7IfIfaGArlFGtRIPgh { display:block; }
 }@media only screen and (max-width: 763px) { #yVGZJgm9EUBXLeN8iDMSALo9SGrV5MAO { top:57.3125rem;left:4.125rem;width:11.8125rem;height:2.25rem;box-shadow: none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5QT2yaBEIZg0xKdwZCzZ8znT1egPzDI { display:block; }
 }@media only screen and (max-width: 763px) { #DvbLIHXbk4ibT7qbmuAtwzq8TEuaSGpb { width:20rem;height:19.75rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4rW1BT6Q0ZHEtAbewXKM7JazVyHJku { width:18.625rem;height:3.375rem;top:53.625rem;left:0.6875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #mh0hVTQmz78LM43SW6cAP39u8CkXbUWU { width:8.25rem;height:4.25rem;top:42.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4TsROOnpwZngdN8sdwgXiWlusDc1sv5 { width:18.125rem;height:2.4746125rem;top:39.6875rem;left:0.9375rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N58PkdTQIek8DRmDX2xU8vMTrISoLd01 { width:8.25rem;height:4.25rem;top:28.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd8Rp3q4kWGvLJuhHs93TphFBEux4czG { width:8.25rem;height:4.25rem;top:23.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWslP9oL92RtFTfTrFh1cpZe34pDgIJP { width:8.25rem;height:4.25rem;top:42.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLgnPEofzllEGpp4qlxGqanTGnTkX7Nd { width:8.25rem;height:4.3125rem;top:47.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiiLWcuuszvohTneA4KHhNZyMRIqDME { width:8.25rem;height:4.5625rem;top:47.625rem;left:10.25rem;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #zTO9KTksPefyRLmheT184JnZ7152DDdR { width:8.25rem;height:4.5625rem;top:45.3125rem;left:5.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #ceeabAKUEnF5Iud9TK4pi4TiowKFCasi { width:10.125rem;height:5.125rem;top:66.7607421875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfow8UXNJmlQDWkb8IT6BsSq8MFzaNoM { width:8.25rem;height:4.25rem;top:90.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD6hQOA5hnxT4ZfSP99Oi2JpZkpOP7ED { width:8.25rem;height:4.25rem;top:85.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBItKVDzrOsSxAhmaFl6VwT7hycAeDg2 { width:8.25rem;height:4.25rem;top:106.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsIuqnVJuPgQtf82VKUUGeMO3R4AWkqt { width:8.25rem;height:4.25rem;top:111.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1o4nrpqoAfPguGsmNRaHelaBdIaKZn { width:20rem;height:7.3125rem;top:3.875rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;font-family:prompt;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay { background-color:rgba(255,255,255,0.66);background-image:url("https://images.assets-landingi.com/uc/709fe4fc-6f5b-4c85-b9c5-520c961e8177/8.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay.adaptive-delivery-prevent-bg, #duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay.lazyload, #duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay.lazyloading { background-image: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { background-color: transparent; background-image: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container > .video-iframe-container { display: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row > .video-iframe-container { display: none; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .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); }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { border-width: 0; border-radius: 0; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duLsNVJr7hFgKFWTO6qX1nJkWf9nJFay > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eATUOAUn53Qcq8uSRgIeMADnQcqfwKVe { width:20rem;height:0;top:1.66259765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#9a52e4;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #EMyWh4gac5iKAokIh3vzwd05DmrVC8dy { width:16.125rem;height:3.25rem;top:1.11181640625rem;left:1.9375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #yNUqGU82wEmb82yUULqoHtwHmFyO19ct { width:1.8125rem;height:1.8125rem;top:9.375rem;left:7.71875rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #LlmBPyTqPdfz5rq7Ecz0aniyIi0qP2is { width:9.625rem;height:9.625rem;top:9.625rem;left:6.40625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #tEAN2KPRQgmSTVAXlRyBnDNC15sTZBVh { width:20rem;height:14.130105900151rem;top:9.76222265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhBmP28tT0kg8tHOoZLgNHKnMQhDBHd2 { width:12.1875rem;height:1.29980625rem;top:6.125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF0ZfPIo48JbX6hI51LCDdOTnrcVnG9X { width:20rem;height:4.375rem;top:5.5625rem;left:0rem;z-index:15003;background-color:rgba(255,255,255,0.57);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) { #Ii2RVF1dxh2PxD01E7TJhPHIkMcWlblP { width:4.3125rem;height:4.375rem;top:10.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddkC9LUL0m7DtN4pQ0bSoNWgZUt2VNu { width:4.4375rem;height:3.9375rem;top:16.0498046875rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oWfHqikvBhI3iAwRWaCWq5MuCJubewyt { width:4.9375rem;height:4.875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RohusvRhQvPbDhdIIskAzoHci9Sa5iDx { width:13.9375rem;height:2.11230625rem;top:7.4375rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1ebUxFPzu7Fos0PkTzCmQsdVZV5m1p { width:20rem;height:3.5625rem;top:44.19190390625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #PdsiSidwsDio8va0M0lAVElrUwnQ7ZvM { width:20rem;height:3.5625rem;top:62.55421015625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #eiird30ulam28UTkA9z277H84ovlFacg { width:4rem;height:4.5rem;top:20.7998046875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT4coAtmSxop1T5vbHR4sTxwDRld0Bn { width:4.1875rem;height:5.3125rem;top:25.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFb4UwgHteUvrL6dBT3iZE73OMlQt08d { width:4.4375rem;height:4.4375rem;top:31.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo92bE1qv2CW5DoZp1QGgJAvgOkOC8RM { width:20rem;height:3.5625rem;top:69.72901640625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #E2TIxcoEJrVOGfdmk6xS9mMbAbQiyr0n { width:20rem;height:3.5625rem;top:89.34132265625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #RsLTu5OPTztz12m72F8sMDghMdwknA98 { width:20rem;height:3.5625rem;top:97.01612890625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #VrxXikXkgxOiUZw6T0CpcFMfsapK0hZx { width:20rem;height:3.5625rem;top:110.31593515625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #KaumWW2DTWFBFcGfg2id2X8cddzm3S3v { width:3.625rem;height:4.4375rem;top:36.53125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrzIOZbi9htkRkz5iDNHrHupnWd6JDbt { width:12.1875rem;height:1.29980625rem;top:11.14208984375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86HFh7zuSc6lyqVOuAWGITKJZoTE1sU { width:13.875rem;height:2.11230625rem;top:12.6318359375rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esCVn7hDwT0Oi0btqP28K3D5eRyxXhdi { width:12.1875rem;height:1.29980625rem;top:16.7998046875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CHfJL0SW9Jz50JAaPdTbCIoTzOu8V6 { width:13.9375rem;height:1.05615rem;top:18.1875rem;left:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJG6otK0gvV5c8HTTfCQT5hTGzDa6LJ { width:13.375rem;height:2.11230625rem;top:22.93701171875rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGIC0p6GNLnUzrvHPT3DLFyBM0saaAAc { width:12.1875rem;height:1.29980625rem;top:21.55419921875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehThuuHpk8vCPeywVMLXgEphze3DhOSf { width:12.1875rem;height:1.29980625rem;top:26.625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZ82i2NzpMUtJf2w9HVTsyJpDIx8Iso { width:14.25rem;height:2.11230625rem;top:27.875rem;left:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rczi2KbeyWt3puSmTCfHmIHURCbl8Ca5 { width:12.1875rem;height:1.29980625rem;top:31.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp17d7OamZX3JV2beHZT12eEz4aTSqNf { width:14rem;height:2.11230625rem;top:33.1875rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qolly73gcsbJ5RV1cQPgsTSMCsQwIKHD { width:12.1875rem;height:1.29980625rem;top:37.0625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyWWR5LgICwif3CFQzWXsTD8IsTrSQu { width:12.9375rem;height:2.11230625rem;top:38.3125rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLo8nMHLMp9gsMAFTMcbmr1JyqM40up2 { width:20rem;height:4.375rem;top:10.76708984375rem;left:0rem;z-index:15004;background-color:rgba(255,255,255,0.57);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) { #wv4ksvenhtGvAkvmogXmTt6GZmWyAyqg { width:20rem;height:4.375rem;top:15.9248046875rem;left:0rem;z-index:15005;background-color:rgba(255,255,255,0.57);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) { #CKQrtoU3kU2K8pwpJTxE1s18pnhAXMUn { width:20rem;height:4.3125rem;top:21.1748046875rem;left:0rem;z-index:15006;background-color:rgba(255,255,255,0.57);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) { #TJFmf5md1g0w1fsumI0agCq5MTPTJhs7 { width:20rem;height:4.375rem;top:26.0625rem;left:0rem;z-index:15007;background-color:rgba(255,255,255,0.57);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) { #nGCTTX3OqD3W8XarpzJZU008J8E5Cqwz { width:20rem;height:4.375rem;top:31.3125rem;left:0rem;z-index:15008;background-color:rgba(255,255,255,0.57);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) { #ZPKTPbM05NRANsRn2ixONbWb23CxVQsg { width:20rem;height:4.375rem;top:36.5625rem;left:0rem;z-index:15009;background-color:rgba(255,255,255,0.57);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) { #eF9UfvMeoolgRe3mss3gPL9PcaLDfM8z { width:20rem;height:1.4433625rem;top:1.11328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;line-height:1.1;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TJJLwJQUQfGriVFLLgBxIpCDGaotSPxg { width:20rem;height:1.99365rem;top:2.806640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#3c3cff;line-height:1.1;z-index:15015;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 { background-color:rgba(255,255,255,0.94);background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.adaptive-delivery-prevent-bg, #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.lazyload, #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.lazyloading { background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { background-color: transparent; background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .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); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { border-width: 0; border-radius: 0; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpxAMguSwZft8oOXX3COXcM5S1eGpk8f { width:18.375rem;height:9.4375rem;top:18rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhLhd1exKvVyQizyGEy6B9MIVq854p0X { width:18.375rem;height:9rem;top:18.1875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy5CaV2FVyKN3psfvDVUComa5RVORlTS { width:6.625rem;height:1.9375rem;top:41.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHSI1myQB2B4dFdO0rz2OTDeqvaQQH2H { width:6.625rem;height:1.9375rem;top:51.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnP9AA7BPIB12a7MVw6CMXBfMVQ8X8Dp { width:16.375rem;height:4.875rem;top:47rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2z15y3TZ188PwseHN6I13SeizeBTN2 { width:16.375rem;height:4.142575rem;top:26rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zioIZFhd5HlWuK7G1NAePwTqTNtWPgST { width:14.875rem;height:0.9746125rem;top:45.3125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvGgdOBgSxqKq3TsTAJHIzZPsTxslfL { width:11.8125rem;height:0.9746125rem;top:24.0625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rsHdQpG7o9rWutTPAQMIfTTf6XF4VM { width:17.9375rem;height:2.11230625rem;top:0.8115234375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zwSPgWP7Ls7sQBCe2B7O6tOJ0HBV2RTd { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoNB7Vlx0TEvw7vU8FAHMTBEt6IX3oaE { width:18.375rem;height:9.3125rem;top:7.0625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbNECMLWu0lRDe1NIrRgn3doe4OiU4Ud { width:6.625rem;height:1.9375rem;top:9.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshdl1XCNzN1qna8Do2TAnUu1vhPIy6C { width:16.375rem;height:2.76171875rem;top:6.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwGxn4uBooJhT0kcXtyF7RSOE92yyEF8 { width:16.375rem;height:4.142575rem;top:36.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zMo3m8ml9QJoiv1dbIsKoVgAtaugtv { width:6.625rem;height:1.9375rem;top:19.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gObATv5PFAicqFPoTLUzkrwDGXwmRW9b { width:13.8125rem;height:0.9746125rem;top:4.25rem;left:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sO9GJ8SnRcFEUVxLR59IoksZqV0Tvwyn { width:10.0625rem;height:0.9746125rem;top:35.0625rem;left:6rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOEigkGCP0KZP24klf7kd6GlzcJLOXg { width:18.375rem;height:9.3125rem;top:7.0625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3eLTuE0E5aX5gxU4Xx8qsRag4QvZT0e { width:16.375rem;height:2.761725rem;top:16.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXikW7pG0OHb4dLOnyMaxIyaO0PMwEF { width:14.5rem;height:0.9746125rem;top:14.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0gqVzGQDeyoeqHww1pinUeLm3KtqAB { width:6.625rem;height:1.9375rem;top:30.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmU2ZheKbaNQv5VGtWSleQdKqwTVBfaW { width:17.625rem;height:9.6875rem;top:44.4375rem;left:1.1875rem;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #oeyLuyCEWT5XQtffPda7tcWgdqcli0px { width:17.625rem;height:9.375rem;top:34.0625rem;left:1.1875rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #pa8EDqwDqv8CZuiUMRDNV5hDy5hlHrme { width:17.625rem;height:9.5625rem;top:23.25rem;left:1.1875rem;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #LTROGGX8PxuqtnrNrN1xVVhbXtpADksn { width:17.625rem;height:8.5rem;top:13.4375rem;left:1.1875rem;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #g0ucUL1O6J31thWKkZ4dJappAIWCDDLT { width:17.625rem;height:8.5625rem;top:3.5rem;left:1.1875rem;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC { display:block; }#U57vWGrzbr7D7M0qTfSnLSatZiSJGyrC > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QI5tsTdNRtbV02neITNrXB3FTfvTyHUm { width:14.6875rem;height:2.9248rem;top:29.4375rem;left:2.65625rem;font-size:1.125rem;color:#9c51d3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tERokGDy2czG5BaUTnmSGCxKhZzr0aGS { width:16rem;height:1.4624rem;top:13.44921875rem;left:2rem;font-size:1.125rem;color:#9c51d3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6lXrS3hE7tbF2otpVaePwABaFtTuSQ { width:16.8125rem;height:1.4624rem;top:46.1875rem;left:1.59375rem;font-size:1.125rem;color:#9c51d3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvURShQtBc1V322yZcpf4vO7CEE2HB62 { width:16.5rem;height:2.25rem;top:32.92431640625rem;left:1.75rem;font-size:0.75rem;color:#3c3cff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KC6TI5Ql6E6GU7CZdIgLks5x3avKK09y { width:18.6875rem;height:2.25rem;top:15.6875rem;left:0.65625rem;font-size:0.75rem;color:#3c3cff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTvHDo9eyEOQRTT2NLAl2CA47ANG5UwZ { width:17.875rem;height:2.25rem;top:48.375rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtsofOg9gsJ6PHk4bz6KkaDgVlkKZirS { width:14rem;height:15.0625rem;top:37.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWifRwukKKZg85DHDbRPGlQWsAXRxzwD { width:14rem;height:15.0625rem;top:20.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9VGxD3DrKDnXMeMukvsUyV5pk2IZ3TD { width:6.4375rem;height:6.25rem;top:38.6875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q39TLb8OWbZLWNWyUqQZyAwwRTMxMexT { width:9.125rem;height:8.8125rem;top:21.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBo6pl1CBNwGprkgHcTl7JP5WKDgcygW { width:14rem;height:15.0625rem;top:4.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0iofsTgND3tZShriJ9Fmrlrv2UsidI { width:9.125rem;height:8.875rem;top:4.63671875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6hnTEpOZcF22T0s9hwV3RClqCuGNxJF { width:20rem;height:1.94970625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 { display:block; }#ZrN0myaVVzSCl5Df0PAHWHTEmlgTnM44 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3g0HtEvo4ETpPhzHoaeNtTXl1cZBHMg { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqBmQAaUHtqM6TveodutT4yw4Forc1NM { width:20rem;height:15rem;top:21.5rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ptZdGMLHicxx7x0QABbWxXs5nP1IM627 { width:20rem;height:1.94970625rem;top:21.869140625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytXauhtVwTwvHpdPHC3mbIwN3q3bWD9 { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCDnTixVpwAvKd3WL6TkpCaTN8oOJzEo { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ9QuTle65LHILDD1BA0s8wEfxIPFyE { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #er8V0g3ruuxk7NnuDkIdauXS1OAG1BhT { width:10.75rem;height:1.3808625rem;top:26.9375rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #pd1anTOKBygdB535GZRx9Ap8Ovk3N5LT { width:18.0625rem;height:0;top:30.775390625rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZNONKfFFltxcTX6uVTwVnxwXqFEBDEL { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWcouhNRdcwC3e3rMOOGDIXcgKi0iqlA { width:19.5rem;height:4.8730625rem;top:28.318359375rem;left:0.5rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WrTkODN7OBkBeZghh2sGIOr15CcRVbHW { top:26.1875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #k4WJMAPo5kDT7cVOTVxxtwqCtkT7o7kd { width:12.8125rem;height:2.11230625rem;top:23.755859375rem;left:3.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q72PoGyTVDC6lClieReM7H6kmbN1dru2 { width:20rem;height:2.1123rem;top:37.466796875rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wrtEtNl2VFTp1GenP2rzkMWcJJwQnV96 { width:8.75rem;height:4.4375rem;top:10.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmGCNTsVrB0D6XvM9yF89kQVAJIHqgU { width:8.75rem;height:4.4375rem;top:10.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOFAAof15HNHi7PX6L63pTr2z9OrFmRg { width:8.75rem;height:4.5rem;top:15.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlw9gMNeHiquyFcPmFXMCgSbazAwJZkd { width:8.75rem;height:4.5rem;top:15.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLMBbHclM5JdgbdCNM4teJcTWt2WhHKq { width:8.75rem;height:4.5rem;top:13.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy3kuiprqIBRNR5UIf2D2OfhpfunRJPA { width:20rem;height:1.7871125rem;top:33.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:top left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs.adaptive-delivery-prevent-bg, #NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs.lazyload, #NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs.lazyloading { background-image: none; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row .container { border-width: 0; border-radius: 0; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHGNpQm0kDqLnF2hBhNc4irEg4Cx8gxs > .row .container { width:20rem;height:57.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G18fiieezZ4Qfzhr7OpbAZ6cRbQFZ94S { top:14.6240234375rem;left:2.21923828125rem;width:16.1859375rem;height:0.9746125rem;z-index:15048;font-size:0.75rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #WCfLd5XcbfxH0qFqA2CbnIVTA6RqSCdI { width:1.74926875rem;height:1.74926875rem;top:4.0784912109375rem;left:15.5625rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #b2afJxaOT4KTCInMWTyWP06lhnCfcccJ { width:1.74926875rem;height:1.74926875rem;top:15.453491210938rem;left:11.0625rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #boL1GExdlDOx7XETRK4kHvA3F7TohvKF { width:20rem;height:0;top:68.24418125rem;left:0rem;font-size:1.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KgfQGnzQJR71FM2VUe5HTJhF0HhMzuTC { width:19.875rem;height:29.875rem;top:26.875rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wJfSGv585AGUAUTRkGuZQVfsEi3vIn9C { width:20rem;height:0;top:68.24418125rem;left:0rem;font-size:1.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #v4KbByDFtMm3zOO0far4OFHH8kaa5GK2 { width:20rem;height:0;top:0.96240234375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAprdgPkf3t2h7I1FZbAMCrDHg3ItEP1 { width:14rem;height:0.9746125rem;top:7.0625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07E40yVnwDR3z1cGoTQ5xphywhdNBMh { width:20rem;height:1.75rem;top:6.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uWG1f8Ag8duQHJ8CIFlIKHUziISF8gh0 { width:6.6875rem;height:1.29980625rem;top:6.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyG13eegTVAVmsUmySq1ZwwFeZLV7u3v { width:10rem;height:3.33105625rem;top:21.25rem;left:3.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdAncEpS6E0D0xiQaiiRcNd51WPepnT { width:17rem;height:2.11230625rem;top:19.5rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a64V6VioPil14A8G1B40ON8SxLUA3X { width:5.375rem;height:1.4624rem;top:22.375rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { width:15.625rem;height:0.9746125rem;top:55.58740234375rem;left:2.1875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fBTitJcV3GcG04TwywLKGRnfC7DXorOa { width:5.375rem;height:0;top:21.89453125rem;left:13.25rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #COKvzOsT7bwF3TnK4TBanTdcfBCahCDy { width:15.6875rem;height:11.0625rem;top:8.4375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1R0GsKLWk4VELTNFdfbi373zMTnvCrb { width:4.3125rem;height:7.125rem;top:145.2333984375rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn3ryPI7OarESxC3UAp09QpabR8iXQKn { width:3.6875rem;height:5.6875rem;top:148.2705109375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwnsOr77r3PE0bPzRU48qJ6rBIsmDiXT { width:7.25rem;height:11.3125rem;top:8.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GRuZS5TXTZOh43QLWJcQSAbGcwq9DptH { width:7rem;height:11.75rem;top:7.974609375rem;left:13rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TdsfqGFfbTR3uhCQ1w1lcliBkGVA8hPC { width:5.375rem;height:0.73095625rem;top:23.875rem;left:11rem;font-size:0.5625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #flkqmwfv5mnlslZizS3fdsk7rF9hm8QF { width:20rem;height:1.625rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsyEhQkWPTSUB37CTz4b7fGmThCtyi7u { width:20rem;height:3.73730625rem;top:0.96240234375rem;left:0rem;font-size:1.4375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #C4dJCAZGtaN1sc9VqU2zGD0Vg31I0e6R { width:20rem;height:1.54345625rem;top:4.69970703125rem;left:0rem;font-size:1.1875rem;z-index:15046;color:#3c3cff;display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-text {padding-top: 0; padding-bottom: 0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-select {padding-top: 0; padding-bottom: 0;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI  { width:17.5rem;height:auto;top:26.681640625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI {display:block;}#ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI { width:17.5rem;height:auto;top:26.681640625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #FCH0tbMzdpumwXtpwWlue4DdQy2QCWfN {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #fxIcUP8CnEyh1knSNOH79B10d191C8eS { display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #APPmGRLEHESeGGTDSkP1EiyZ573r8yTV {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #zc2PStFiaHJg94zLHnOCaQqz3yNWxClZ {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #sB5PTX5E4dLT3fSl4fJ7PUI1KFZgO0J4 { display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #aEV1cI3awfB24hWOZkePDsXxLlxDNKoF {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #dgwoeQW6GNTeaZb56K5isgCmfZgOtkcJ {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #XKT2O4euTO19uU8bny7qksD2ymVd1sAF { display:block; }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #A8VxbZWk5fL8WakyUsCviVZUIru7kRAc {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #yeC0i1eXHg769qWdRWCk4gwtfSNPgJWh {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #m5JsgBJzdI9Dk0LBqGL8V7PzKRmnAvSx {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #avzBsLpBq5T8bnT1waz5S86VMbid3Kxp {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #MU2LTncG0cCWLeGeSSvCiwfdroSJJlpk {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #xtPO5ZkIN55hWLvBamNTnQcoUugnT5Bi {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #UxD44dl1kJqTn84zLxVXbs33XgOBqlTn {  }
 }@media only screen and (max-width: 763px) { #ns5Bolm54NfZ3HNIzxzaK4cQqauV79oI #Ko4WBUn82ObTQkpycHnpLxcEK6s6UQrt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CMTMeCBVEHCN4kvvboyuQOEvMiyN8w5r {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HQVEevB69TLpAHD9Hq9FgCT3CW0HWWtd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J5BNLSfa23nL3VQATsRQcsN4IMMR7cqp {  }
 }@media only screen and (max-width: 763px) { #Wp4HXNu6ZQ5hAeuxz6PgS8croCBByFxB { display:block; }
 }@media only screen and (max-width: 763px) { #guCbRxqsWsrQM6Uf2NobEmphJ059hWyK { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HQdHW3LiIzwi73DEX45bFfQx0WQmSitS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #B9kES6Su2bkk681Jbdh2oCLr6slgTCsb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uIb8XQylSwrAFWoAGMmNm89weOTmDavn {  }
 }@media only screen and (max-width: 763px) { #aInZkQgxIMwSZl0UrORmoIXvCnMN1AG3 { display:block; }
 }@media only screen and (max-width: 763px) { #datWKXHZ8C4EOD3H17d0k6PLDTF8aveM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #huwVdtmH6IsiKQJ8hw6C7J7RuwGOywqK {  }
 }@media only screen and (max-width: 763px) { #TuStHF6QxqSRHMPZweOhnSmglMeaeWEp { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qr7lMUklNh1hJs2Ea4ECMMPq448nlmv3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ex4abGiNIu9zfmT9rOseJCc6gPoLgBNu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PFNKuqxHcTlUW4lP0ZU4spqk9NvcnOp7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SvCv9ekaOTC0vJgBx4SGs23CugHp8tVq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FKN2LE82q8cF1tfQpmIkSxNcZm4fSIiJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #koT8r1O2T7d5lW0lMaSiP3mFhCDRk2kD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WNBb8sNt7BBWbBmxJklFSrRiLa48Ip9A {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #u6aDV2gpttfdrv3CpfXswQGc41lTsQvQ {  }
 }@media only screen and (max-width: 763px) { #zcNHUXE7SeWKgNrdXFmBD4T1E7hEoG1s { display:block; }
 }@media only screen and (max-width: 763px) { #Uau26HOWUXWJqVtF5nNxZMPIlTgcoH0U { display:block; }
 }@media only screen and (max-width: 763px) { #zvDdwbcPe8vy5ZrdGxMASSs5ObWW0oRm { display:block; }
 }@media only screen and (max-width: 763px) { #QEUTGXTLKpKHTT1ld0l8fBTETL8yAnp8 { display:block; }
 }@media only screen and (max-width: 763px) { #x5TdBwtZ6LQkRNThxJArRTVTlkh3uE0z { display:block; }
 }@media only screen and (max-width: 763px) { #sXhT9u5zupyBtg4gVzTqzyQ82i3xZ0Ir { display:block; }
 }@media only screen and (max-width: 763px) { #ZhFflPWSGDmgK4t08sVmoRnASKmeQVTU { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uvmZJm04VFgL9mrKCDtdR2stUXy6tGSA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pDEcK5MHLrvSTL6sCL9zM2aMNTzTRau5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fVU0H30BMSEbJTmIKtTqmnWGF73IoUmo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pPEKfFBtcsbgL9TLZUwk5LMWspU7MF2U {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aOREIMipuFXtZKV78fd7Fwnw1qT1M8Gp {  }
 }@media only screen and (max-width: 763px) { #DqcskNaafttT4thCpHWu51SLabAOFWgd { display:block; }
 }@media only screen and (max-width: 763px) { #n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5feebe50-e38d-45bf-b98f-6c7c0f23e935/WhiteandOrangeMarketingManagerTemplatewithWomanPhotoandIrregularShapeElementsforFacebookCover10.png");background-position:top left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r.adaptive-delivery-prevent-bg, #n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r.lazyload, #n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r.lazyloading { background-image: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { background-color: transparent; background-image: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container > .video-iframe-container { display: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row > .video-iframe-container { display: none; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .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); }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { border-width: 0; border-radius: 0; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4OOQi8BnFTiEwm1mkkyechI2icdeQ0r > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuK2Znzc8AT5FJiVICpiMnEGNzKUePhM { top:14.6240234375rem;left:2.21923828125rem;width:16.1859375rem;height:0.9746125rem;z-index:15048;font-size:0.75rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #Ld4Awzr3ZU8eiotUB9TbzhEL2v7dsKEF { width:1.74926875rem;height:1.74926875rem;top:4.0784912109375rem;left:15.5625rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #zTVzHo2w5uk83Sep5DsEawLaJmmxrMO6 { width:1.74926875rem;height:1.74926875rem;top:15.453491210938rem;left:11.0625rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #DZ2fvqJZBsz92HknqIOA6KpfyB9pBrgU { width:20rem;height:0;top:68.24418125rem;left:0rem;font-size:1.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #O0Wh45IUfaTZSG3eT4zciTSbHmt2hIJA { width:19.875rem;height:25.4375rem;top:30.1875rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #x8qoxubyHPa1dh4k6NZ1IyeJxNyJ2pEz { width:20rem;height:0;top:68.24418125rem;left:0rem;font-size:1.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #K2TnFp6xUX8xTXvgy1FgV05C3HcviU5e { width:20rem;height:0;top:0.96240234375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAbVPZaGiwbQVaNFmBKSqh1GT6vLTLli { width:14rem;height:0.9746125rem;top:7.625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8xhpT28pDrwt8ADvfkPwPs9m5dBspBq { width:20rem;height:1.75rem;top:7.3125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FVXFl5kWxRXzkUDQIREJBLshTqxlsruW { width:6.6875rem;height:1.29980625rem;top:7.5rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXbbicCs2oHwBdKmpaMqOa3BBW86nN85 { width:10rem;height:3.33105625rem;top:12rem;left:5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBH1D3pdTqGFmyvOQzsKTfd5rVmLWnM8 { width:15.625rem;height:0.9746125rem;top:53.875rem;left:2.1875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IQzXcumOXbNJ8o21Ka47lvm27ODLw3iV { width:7.25rem;height:11.3125rem;top:8.4375rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #uHPHyE8UKFLDhXN9GygTF81q6TWUGH3C { width:7rem;height:11.75rem;top:7.974609375rem;left:13rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #XVAomVpQ5yhtbmCorTuvq6CAVRAA5Xgq { width:5.375rem;height:0;top:25.4375rem;left:10.9375rem;font-size:0.5625rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #NH5P0qSlAWSS30JRqUChMKWPJzLmmrJQ { width:20rem;height:1.94970625rem;top:27.84375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PULBCbKGnL1uKXWNkd9ecW7EQ58HSO6D { width:20rem;height:3.73730625rem;top:1.4599609375rem;left:0rem;font-size:1.4375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #qnCXNlcqSPP1xIMIsQe7DathghJbRrdU { width:20rem;height:1.54345625rem;top:5.197265625rem;left:0rem;font-size:1.1875rem;z-index:15046;color:#3c3cff;display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0  { width:17.5rem;height:auto;top:26.681640625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 {display:block;}#fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 { width:17.5rem;height:auto;top:30rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #GopfncBy7MOpAudcOfkhCl04wv9fWa6O {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #cUr0cnpRxLQqI01tpSTAzfTEuyFXZfT8 { display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #HcBo00uUfdQ2HQCOwgpNVmlQCK74vBhl {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #yLIMF8XZONWDVmMDe6kaI4yrnF0DT8AW {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #vHZh4ihgpbUzcLJcoPNx6uQrWKfTtMM2 { display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #wicuB7wXBCRQW4vAFaeC0hRiiH6LUpTk {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #TmBowueL2WLrJscrkAdQmSWEu3OxnOIk {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #hd3matHPoDKD60OsNSr9EaWHhUykwkTk { display:block; }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #fyOFE7FdhSJHf1PhHVpTHX6HS70DKXgx {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #D9B0yKm56mnEiHc6oav4CIhHXhRxOuqh {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #tcDztTTmsmqqgeBn1xk7NdzypriG5oIa {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #LDzRNv9tFtUDnP8Tp7yiJvvsapJvmkvz {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #UQpU7GNTM65u0CL7tB0qTdlpqZAxTUvD {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #ieXGCkZ2GqBeUdaHhTbNt6SZdhmTxCbN {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #bqfZ0FAT26GGrrUCnhmCETRheTPmlKkW {  }
 }@media only screen and (max-width: 763px) { #fNzIQwWG9agE2GmBIHPIXIxh6avvhbi0 #clQoTJ6pfMzXTKixidpkI1EoTFgwUezF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RIW44dphN9rn2o1qUSTLREELMNgvRDw5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DRRK4fBnroSAn6ahsD2IVIOAnMJpB1Iz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rFC9bOAbox88CCoyqf0dW2FopRdMVSBl {  }
 }@media only screen and (max-width: 763px) { #wUo4Pwb4X0MBCFuV7tMgW4TfKNzfc3GK { display:block; }
 }@media only screen and (max-width: 763px) { #w9cqepui0vS00BK1CtJf17ziyM86orvx { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x7Qyp4lM0xZ4eUxQTkpWVrKXLabhiVmJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r8EamkQDWDHSAst3agoTtbOAhG5lmCA9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xfLO3Rk2GDPeqOrCMCv3TW4iiguTZtBJ {  }
 }@media only screen and (max-width: 763px) { #c8El4m6bCppwaNumgvQtiKpdD6cfvdW9 { display:block; }
 }@media only screen and (max-width: 763px) { #EGptpMdD9TS1evZRT5TNRKMqnk7A0ITv { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VkzFhpZlyevJx2hDvU5QUxW6nIekkzbH {  }
 }@media only screen and (max-width: 763px) { #BeqaInVHLP5oiw3qmh0oKmy7e7dTJzlD { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RNDZrNqfgVlQuNBwWQ7e2kwH8teSArgQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RqImuPWowzhQa1lJi4NgJ8dUepIV07Sc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rw30mEmloilrEVulzKLNp5BW6bZNI13V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vSe3p4t0NphZtKRrXEebnFlkhtM0CATI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #me6X6l2xyeRoTAUTXtRNvMEE3bw2xgmZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LVE5mybsN0CkfmtTfz4WOOvBrJ8FpRI5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MkdX1IHlcqz7FGxJVUCAdinPfwdCqSd7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IH9HU4rBVoDmdaPqNZJTtqKPWszbN1rX {  }
 }@media only screen and (max-width: 763px) { #POBLfTLaDy50AWbdGwc3aufm2s8FlHsO { display:block; }
 }@media only screen and (max-width: 763px) { #kFbDlTapbDxVeESkhdeXGnfdswfPrDWD { display:block; }
 }@media only screen and (max-width: 763px) { #NSCETKzOR9LuDMrJCfxdKHDwQTFIPm8V { display:block; }
 }@media only screen and (max-width: 763px) { #KzNBWP1k9aXdMihQwfd9BzcLyJOSop34 { display:block; }
 }@media only screen and (max-width: 763px) { #AAfLG843iDHvDrgPFH4vPdyi1HQQO12X { display:block; }
 }@media only screen and (max-width: 763px) { #zWhgKI03seV6eOw5201ZgT87M5nsTKE5 { display:block; }
 }@media only screen and (max-width: 763px) { #fPuCPxPTAZ3wTiEW8JuietqKl7hGmNC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eLAwonNPuszyBAJZP4nhNLEZcugTqD5W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iDVSKNOqF3bbg5RO4VZ5kDC6Rqrvn6NF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wunkwyz8b0KlbDvVIVSRfWJA4yXBRkH9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ETQhhmtsDxR4fgPPv6M8x4cDgf2quswg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ot3AgQEnSvpFcTquJ2A8HwC9HJANC27P {  }
 }@media only screen and (max-width: 763px) { #FbSlH9qTWxlk1rtSP5JzHwPHH9pw1HMg { display:block; }
 }@media only screen and (max-width: 763px) { #vBJH5m7eyNXLXUscoGOaJJrIhyuFelcF { width:15.25rem;height:2.03125rem;top:9.96875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WArVbSQ1OQKLFUiSudXrQ9lQaBuAcxw4 { width:2.9375rem;height:2.03125rem;top:9.96875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcefJfkDisXfCJ3geMOGWrDxnl0yhzk4 { width:4.6875rem;height:2.35595625rem;top:12.6875rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BntLxaiqV6hGmQfhUUKZDu0TSPxTF67T { width:4.6875rem;height:2.35595625rem;top:12.5rem;left:14.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFTsGLat58Gmp3LLcwKJhZNb4DL80S1 { width:20rem;height:2.5996125rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CswTmeQ01MuN0UeQMNpKBHV0EkXWCXQA { width:20rem;height:2.79980625rem;top:18.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 { width:9.3125rem;height:3.163125rem;display:flex;top:21.75rem;left:5rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #D9tiT2ZgWTLM4Dd36iEO1JmN5zNykv8m { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #LEl45wOTFXrpOpsgR6KX7FrZpGOl9Mi4 {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #fNJ6zvTA7V2eeP1mv8kTgFn2899WhwlO {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #OXvCxsRPLXZv4V7x1e2iqBfBtkqfPUiZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #lsa7DDQ6puu3QMTf53wmxbPozXTElXq5 {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #OW3f0bh14LUcJw6UgWsCe6VAohsZuZ0m {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #krLo4R3sRyfeUeQPRuyTp3nGcZzv21F8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #CKvUvdmZEzVQ4KaAZuvLnPuEl7HLc54o {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #P6VWG4BcKazeXdwnkHAXb435AU4fNPlQ {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #QGW6HVQPRH3T7WxvmlHf9ke7TrPkOXiJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #fcQLTyikkNUDNL4xFC24Ph6Ix5SRN2bI {  }
 }@media only screen and (max-width: 763px) { #DHUyDFfA3TPuJ8GwnLzbQ4Ib8vFQI9V8 #oBhdNZWEmyTHcQn1hspVxldOweeVHVVR {  }
 }@media only screen and (max-width: 763px) { #MLGNXKdQMZOn8kvpwXiKqTTE1a2cg8Uh { width:17.125rem;height:1.3999rem;top:26.0625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KMmeLU0luSKHbKH5F56J6Rpdr4raLh6S { width:0.3125rem;height:19.75rem;top:11.875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyeLFZMMlSoFhrNwTn3HQk6TKTfdpc7Z { display:flex;width:0.625rem;height:0.625rem;top:31rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP { display:none; }#El1Gl3IChy6PbJyMTQCOfi2o9DpRO1UP > .row .container { width:20rem;height:49.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JWC3i53nKLPCIJXeOJ8VULBvgV0JUg7F { width:13.8125rem;height:2.125rem;top:25.125rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7Iu97xMRgZvrZAnNNMhPRxBNXc94r0N { width:12.5rem;height:1.7871125rem;top:25.39990234375rem;left:3.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4ogI5JFuvTb8iSZGtiRnBKzXWecSEL0 { width:20rem;height:1.3808625rem;top:27.86865234375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg6gtK841BAA5Nfm3r059lsNTF66Mc5U { width:20rem;height:0;top:11.46875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXrIQqiFWRTfWllM7vpIA4ai3dwAddVT { width:15.8125rem;height:4.46875rem;top:1.125rem;left:2.09375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJwOXAo50Uo0VasJBX9dXNkmhs6vPlXv { width:17.5rem;height:3.0869125rem;top:8.4375rem;left:1.25rem;font-size:1.1875rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFGEwph7Xhp2suQ92Hp9T2BCl8QuaIcR { width:19.5rem;height:26.375rem;top:22.0996125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKf23qDKNa69Kv2Gkbom8fxWk0RtkpTo { display:flex;width:7.5rem;height:7.5rem;top:8.912109375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2dmU5Sv6KQGD0gDqWk7CfFTECtCU8X9 { width:17.5rem;height:3.875rem;top:25.3964875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8fPecL9WeTQZkQ2Tt4tTQSOkR5m1a4y { width:14.4375rem;height:2.5996125rem;top:5.59375rem;left:2.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuxp8vxNKUaBC2Q9O3NMgp0CMcBHDBu { width:14.9375rem;height:5.875rem;top:12.1484375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPVsCO96ZMcmqGKaSgZ7Bmf7dhh3gdi { display:flex;width:3.6875rem;height:3.6875rem;top:18.224609375rem;left:8.15625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #l9pD0f5m595oJldNfKPyFzFv4GXq95nD { display:block; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWhFntS9Lcy7UP6vFzgbaiF8beXyNMen { width:19.125rem;height:2.35595625rem;top:0.51123046875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gnh2MhQ7hXrvAnbE03Bh7m8TDaKgQ6xM { width:18.1875rem;height:2.76171875rem;top:3.494140625rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCUDaZgcUqW5sTc1mibyX1dBVDiiuzD9 { width:19.875rem;height:2.875rem;top:3.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(154,82,228,0.6) ;display:block; }
 }@media only screen and (max-width: 763px) { #o5aHuvtGhTftMu6egIaS5FfkXdINablb { width:20rem;height:1.4624rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3c3cff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bvsBdXevNqhc3yVVlHhBJJaeIM2QxJ2e { width:10.75rem;height:3.73730625rem;top:20.3125rem;left:4.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CIUxTGrQ1SBycKm3rCmyhcEnkACZUo { width:3.8125rem;height:3.8125rem;top:14.5625rem;left:8.09375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #gWIlqwxbW3qkOKPoKduLg18DU2QdV3NO { width:3.75rem;height:3.75rem;top:38.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkfxK8k64u31bheqrkD49RN6eVSpCZ5f { width:4.25rem;height:3.75rem;top:33.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBEf8ZMNie2LLsKZCOXOZJIuIPNmBS6v { width:1.25rem;height:2.125rem;top:38.75rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRvM2wOPAvm3a3kqKVRDsXkcKWyb92CQ { width:3.25rem;height:2.75rem;top:36.25rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK0WnCJIXwnwKxxo6994TziGOo7Wyxhv { width:4.125rem;height:3.4375rem;top:35.625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pupHEeCQEJMB86xOl3qGdAvIe66h5IHc { width:4.375rem;height:3.75rem;top:33.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNzcQ5ATc1qXFbT7qSV4cVUm0arKmue9 { width:3.125rem;height:2.75rem;top:36rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qinn8iy9dlxzuoJ3wzDhzGCqQrXZX8gF { width:3.25rem;height:2.75rem;top:39rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6U422O0GIkxoxRT9aEKz0auTGIUzTh0 { width:3.125rem;height:2.25rem;top:34rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaSuGtiNK3uW60SOGEmcEmKuoiat8KZ5 { width:3.8125rem;height:3.8125rem;top:44.1875rem;left:8.09375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #FxApGt011egF1XW1Rv1TB2mlheQTW5pe { width:10.5rem;height:0.9746125rem;top:50.8310546875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2UHFIZsv8X2WyC9QWDeCprKeKmqvb { width:8.8125rem;height:1.70605625rem;top:49.125rem;left:5.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk6Sh21cKgVBRXJ0kbxSVzkCuqGaDfwO { width:19.5rem;height:2.3125rem;top:7.0625rem;left:0.1875rem;background-color:#ffffff;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) { #yIyfG9NLmdCiW9dy2yy1ygCEswfz49J8 { width:2.75rem;height:0.9375rem;top:95.625rem;left:4.75rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #mcLqI0XXnoVvKdgXkpPA7M5KeKesDNwq { width:3.4375rem;height:3.4375rem;top:46.05566875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZMqwXzrDRQAT3Ai3CX8IwkQvK56lWIo { width:11.4375rem;height:13.8125rem;top:11.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHr5ca5C35MTawP73Z9EZKezNzTfd1Zh { width:3.5rem;height:3.5rem;top:10.375rem;left:8.375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #llidOkaOITqNuCKq0LQUWm8FKX9N8v5t { width:3.875rem;height:2.5996125rem;top:10.875rem;left:8.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTMnRFPMDqXu5mgWs8097sd9DZxBLAds { width:6rem;height:3.875rem;top:28.662109375rem;left:7rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #wMW9Xw4BeLXlZN0NbrRKCIVqBXaTZxNF { width:4rem;height:1.1875rem;top:18.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkC9XZI4bNl2LDoyN4fcfQcuBK8GRi9u { width:12.1875rem;height:3.73730625rem;top:34.9375rem;left:3.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqDdUsN5UzkZTyrNSOZgo7Dd6aZ7bw13 { width:11.4375rem;height:13.8125rem;top:26.875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O800nkSZllP9fXil0NdbTdsUPxOM2ynt { width:4.4375rem;height:1.3125rem;top:32.537109375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMNs7TnrUroQyxBlArPhPAHVThv06Ez4 { width:3.5rem;height:3.5rem;top:25.162109375rem;left:8.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VAfSEP0LH3oGuqNsXbRBp7zVM0tXUMwC { width:3.875rem;height:2.5996125rem;top:25.61181640625rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6enqgabTJ3ikUd5vVHeini3xLrEanF { width:11.4375rem;height:13.8125rem;top:41.625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS5x9pyeJdnr7xJJHlRT7kJNrvlHfLc8 { width:3.5rem;height:3.5rem;top:40rem;left:8.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I8o7n27NrDoOLcdtFGdqVM946pubJFy8 { width:3.8125rem;height:1.125rem;top:48rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRknsTVleoQV2WCZHBqP14cLTgoQN8Gk { width:3.875rem;height:2.5996125rem;top:40.375rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnolbztnVB9A6qHv7AcOC0Jq0fUEfJTu { width:1.0625rem;height:1.75rem;top:51.6806640625rem;left:13.09375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #l7XHTNBJAakKfqTkTMkTe5dtsVgkDMtb { width:1.875rem;height:1.875rem;top:51.8056640625rem;left:11rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #QCOR3RPlv8uUCqekKqTVDmV6GKkfMl3J { width:2.875rem;height:2.3125rem;top:52.5rem;left:7.5rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #VwAV3x9mZVxsDKsOmSTBeFr96FVspOZT { width:1.875rem;height:1.625rem;top:51.8056640625rem;left:9.0625rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #lTFLHMgad0gmF9enPfr8uVkkTSTmb9SK { width:2.5rem;height:2.0625rem;top:52.8125rem;left:4.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #WRn68Rn1CEU0ykTQLKM74iGlm0kiOKWW { width:1.875rem;height:1.5625rem;top:52.875rem;left:10.21875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #lG1FLMd2fHlZBOtpsmeCWsWMilmSHCWD { width:2.25rem;height:1.875rem;top:52.8056640625rem;left:11.90625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #xdE3pNvEdT6SRmFoaeaX1QTM1RXZKkwf { width:1.875rem;height:1.5625rem;top:51.9931640625rem;left:6.9375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #SlWsc1MLWa3aLuyiuFV03nQ4mRuNLpzP { width:1.875rem;height:1.25rem;top:52.2431640625rem;left:4.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi { display:block; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVub5AZJzyXDUuPexGoL7UsN0wLVDLQo { width:19.0625rem;height:3.8994125rem;top:4.5625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Brasn26S98kBl8MfJKaKVkXgGTvwT0tb { width:20rem;height:2.92383125rem;top:9.5625152587887rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9THXL2VGCwlqDB9gsAS8LQVcmV7HFE { width:20rem;height:0.975rem;top:24.099227905274rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKSEIbI6EVkJr2gCyTxpHrQXfAmuHZKu { width:14.9375rem;height:2.2744125rem;top:20.599227905274rem;left:2.5000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAKfsK3b6iWh19Xb4IBTkQcyPsmHwAuz { width:5.6875rem;height:5.6875rem;top:13.661727905274rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsH9P7MXp2U4VTyfHrWytnWUwrFbvbe9 { width:11rem;height:1.6875rem;top:1.57373046875rem;left:4.5rem;display:block; }
 }