.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:232,212,255;--color-primary-1:185,126,255;--color-primary-2:139,40,255;--color-primary-3:132,44,220;--color-primary-4:172,0,255;--color-secondary-0:255,234,219;--color-secondary-1:255,184,134;--color-secondary-2:255,113,12;--color-secondary-3:128,57,6;--color-secondary-4:38,17,2;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:98,98,98;--color-tertiary-3:44,44,44;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/02ae78da-807d-4ed6-b572-aba13399c42a/LandingPageCourseDelivery0202.png");background-position:bottom 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); }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 { 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; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container { background-color: transparent; background-image: none; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container > .video-iframe-container { display: none; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row > .video-iframe-container { display: none; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .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); }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container { border-width: 0; border-radius: 0; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#SSAOVH8Ur1OskpD5zpTOBFc01a2dr8Bl { background-color:rgba(var(--color-tertiary-3),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#a4ff00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:46.125rem;display:block; }
#lAnk8p7eQRl7bTCpwWcT5XtP2RGhy0Oy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woZ77ZuS1ceur3X9aANdUuNviiDQudiz { background-color:#a4ff00;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.03125rem;left:33.75rem;display:block; }
#T6fJ9CIXeUS1FQCZk3HDJS3VyhnRqb0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WT0vUOBMHIwlicetqZkyIKuqrUReKtFT { 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:1.5rem;width:10.3125rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg { 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; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container { background-color: transparent; background-image: none; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container > .video-iframe-container { display: none; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row > .video-iframe-container { display: none; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .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); }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container { border-width: 0; border-radius: 0; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#VufZ5JsB5tFDOGCrdN5BaomSGCghSi9C { color:rgba(var(--color-tertiary-3),1);display:block;width:25.25rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:9.74975rem;font-style:normal;display:block; }
#Fp1RrkEJiCt57Z8NIu4r9xmFTo7pNhaS { color:rgba(var(--color-tertiary-3),1);display:block;width:24.8125rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:4.5495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DmgoAtRZXEICz3ewHM6MierIt2T5ybOp { 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:30.5625rem;width:32.375rem;top:3.25rem;left:23.506838074398rem;overflow:hidden;display:block; }
#UrLrEKhDTFQv36aaK3eKB7mo0X98tWeE { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));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:0.8125rem;width:27.875rem;top:5.8125rem;left:-6.9375rem;display:block; }
#nM6vckWX39q5B6IJz1zVRaA7RbxntTbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:4.5rem;left:21.0625rem; }
#XgtIgoTRu1Q0nhAkQ87Nrtp3RSItT3T7 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.5625rem;left:0rem;height:1.70631875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTkTAbN4zuqn0QtFsKf1HKROOhRrkl6w { 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:25.3125rem;width:25.3125rem;top:1.875rem;left:33.8125rem;overflow:hidden;display:block; }
#ix2PUo2r9EH0or7LvJlXhUZqxdJK8N2t { position:absolute;display:block;z-index:15051;border-top:0.3125rem solid rgba(var(--color-tertiary-3),1);border-left:0.3125rem solid rgba(var(--color-tertiary-3),1);border-right:0.3125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:4.9375rem;width:20.75rem;top:27.2685546875rem;left:36.5625rem;overflow:hidden;display:block; }
#ssup54rmBwaeWTWLQ9cAnT8bUH6uwOeH { position:relative;display:block; } #me19d8213506f7c8c829c48cf8929155.widget-smartsection *:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="text"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="email"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="tel"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection textarea:focus-visible { outline: none; } #ssup54rmBwaeWTWLQ9cAnT8bUH6uwOeH > .row .container { position:relative;display:block; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container { background-color: transparent; background-image: none; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container > .video-iframe-container { display: none; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row > .video-iframe-container { display: none; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .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); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container { border-width: 0; border-radius: 0; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#iz1Iu0qFPnyKFO9JCAQGBZkdt0UP86pz { position:absolute;display:block;z-index:15052;border-top:0.875rem solid rgba(var(--color-tertiary-3),1);border-left:0.875rem solid rgba(var(--color-tertiary-3),1);border-right:0.875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.875rem solid rgba(var(--color-tertiary-3),1);box-shadow: none;height:22.5rem;width:40.25rem;top:1.71875rem;left:9.75rem;display:block; }
#LOkWRriRgTc3zPTsEIRgWTov5kZSOtoU { background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.6875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:27.09375rem;left:21.5625rem;display:block; }
#DKX4THsH5T8vNibdmURaPBNkH7WzGTgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paGX95iSRlaLpVWiSRI8KA7omoqn9DJW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0rem;left:52.9375rem; }
#dsQRHTkFW9bkXvIqek4IgXqvSCTubOgU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.9375rem;width:12.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:9.75rem;left:-6.25rem; }
#skduIkRFbvh7gQfVv8ZTG1a8JdFXa47F { position:absolute;display:block;z-index:15052;border-top:0.875rem solid rgba(var(--color-tertiary-3),1);border-left:0.875rem solid rgba(var(--color-tertiary-3),1);border-right:0.875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.875rem solid rgba(var(--color-tertiary-3),1);box-shadow: none;height:22.5rem;width:40.25rem;top:1.71875rem;left:9.75rem;display:none; }
#UqcsUdV1LhkQxPpbhqf5AchRbPnNOhQf { position:absolute;display:block;z-index:15052;border-top:0.875rem solid rgba(var(--color-tertiary-3),1);border-left:0.875rem solid rgba(var(--color-tertiary-3),1);border-right:0.875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.875rem solid rgba(var(--color-tertiary-3),1);box-shadow: none;height:22.5rem;width:40.25rem;top:1.71875rem;left:9.75rem;display:none; }
#qgCCSgTwseJCD5A2cAHOvqOhBLvP3N2B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#L5nvH10ZbipBPbxPJhhFztkWG2ACyInW { 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:none; }#L5nvH10ZbipBPbxPJhhFztkWG2ACyInW > .row .container { border-width: 0; border-radius: 0; }#L5nvH10ZbipBPbxPJhhFztkWG2ACyInW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5nvH10ZbipBPbxPJhhFztkWG2ACyInW > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:none; }#kBQ3FlcvTZLHoTkERNo8onm962CdeBcL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0625rem;left:10.8125rem;height:3.41065rem;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; }
#X9xmVyCmw9ab7PSvFBX1AlAe18k02Xaa { position:absolute;display:block;z-index:15049;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:13.375rem;width:25.9375rem;top:11.75rem;left:17.03125rem;overflow:hidden;display:block; }
#k4Z9rx1PFiZSbkoiT65KqoyJhWlB9HAg { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.5625rem;left:5.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLyF4Kg7nfipTFb0Ts3glP3b0G5i0PWk { position:absolute;display:block;z-index:15007;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.0625rem;width:49.1875rem;top:1.75rem;left:5.125rem;display:block; }
#MSuGM0ZMsrFllufPnnBzHtBWJ62Xpl1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.499466657639rem;left:11.09375rem;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; }
#G7rbUB0Cx87TvWniDpGXcq1nEUCbfx9w { background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.260801125rem;height:3.573332375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:26.51189494133rem;left:20.811431884766rem;display:block; }
#ouaXKouvBKdyLmZmiKU3xCfAiW6TNdNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container { background-color: transparent; background-image: none; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container > .video-iframe-container { display: none; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row > .video-iframe-container { display: none; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .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); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container { border-width: 0; border-radius: 0; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#k5PJBOBmAz0xyUfXSHV4RBiNwxMUwoP6 { color:#a4ff00;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.666015625rem;left:2.75rem;height:5.3613375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wwsymn248Jm4PnwVnSrUcZ4bHTIBsXTr { color:#a4ff00;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.60009765625rem;left:22.75rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h68WVkMzc4TfBE7b9hn4Mm9ydzAsZvaX { color:#a4ff00;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.05615234375rem;left:42.75rem;height:7.14844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yWvBZLAKbFsmoDt1Tl357RIDN2avL9dl { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),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.8125rem;left:19.875rem;display:block; }
#u1MWyIbrGLp0esbnAfm6qiGltSwE8EzH { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),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:1.0625rem;left:39.875rem;display:block; }
#ymcXD3U2BpfPScqqI0Np0OVf5IABF8in { 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:39.875rem;display:none; }
#cgiwQBKSBtchl1K9dkfTB1OnDmP5TI9b { 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:39.875rem;display:none; }
#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos { 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; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container { background-color: transparent; background-image: none; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container > .video-iframe-container { display: none; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row > .video-iframe-container { display: none; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .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); }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container { border-width: 0; border-radius: 0; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#KyDIOvMT4lCbyzZ4guntqCP21IyXEE3K { color:rgba(var(--color-tertiary-3),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.53759765625rem;left:13.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEWxiRu8VHPOepl3sIp79BrpCghFDuqf { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),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:29.625rem;width:26.6875rem;top:9.14990234375rem;left:30.53125rem;display:block; }
#sVu7ZUP7SSMlNsA3H4XBGg4xTG0WgvFt { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #a4ff00;border-left:0.3125rem solid #a4ff00;border-right:0.3125rem solid #a4ff00;border-bottom:0.3125rem solid #a4ff00;border-top-left-radius:12.6875rem;border-top-right-radius:12.6875rem;border-bottom-left-radius:12.6875rem;border-bottom-right-radius:12.6875rem;box-shadow: none;height:23.4375rem;width:23.4375rem;top:7.875rem;left:3.5rem;overflow:hidden;display:block; }
#tnL8sdrzCiidzTDDbA3Uu5GHwRWPiSDy { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:12.8125rem;left:32.9375rem;height:1.51875rem;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; }
#FaclfQlGoHo9rrNA4aE2O0GaGOFk37ct { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.125rem;left:33.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RiPNwJXAtPSnculVixBK3gX4AA5Um3hW { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0rem 0rem 1.9375rem #5f00ff ;height:0.125rem;width:24.1875rem;top:18.9375rem;left:31.8125rem;display:block; }
#MVaPV3dg6IbQLOLpqmbHEh9aEa3Wx8do { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:20.3125rem;left:36.1875rem;height:1.51875rem;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; }
#lBCmk9XQxtCahgVEcvb8CnF9yKr2iIRQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:23.4375rem;left:35.0625rem;height:1.04980625rem;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; }
#Bh0MP49mhJdPbOHnbCgO24X5pZdbx1xs { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:27.6875rem;left:33rem;height:1.51875rem;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; }
#VXmoze7x1UbS5BXTZC224z4F510mLaXG { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.6875rem;left:31.8125rem;height:3.7255875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VXmoze7x1UbS5BXTZC224z4F510mLaXG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VXmoze7x1UbS5BXTZC224z4F510mLaXG li:before{  }
#mGexl8qbMzAKfURflDFOiw0zMztLOVIU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0rem 0rem 1.9375rem #5f00ff ;height:0.125rem;width:24.1875rem;top:26.375rem;left:31.8125rem;display:block; }
#uff9FIl5ga8XO4s5hXemv2xLn9rwTTOm { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:32.6875rem;left:4.625rem;height:1.6875rem;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; }
#KUcZZ8E9TKw8mBEMLM0LXXzONCSAuakr { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:34.9375rem;left:2.8125rem;height:2.4369625rem;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; }
#B13tLBstrTDtherXZmwp3twgIavOXJ5b { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid #a4ff00;border-left:0.1875rem solid #a4ff00;border-right:0.1875rem solid #a4ff00;border-bottom:0.1875rem solid #a4ff00;box-shadow: none;height:10.375rem;width:18.5rem;top:40.9375rem;left:0rem;display:block; }
#SNtC0IG6BktM0T4LVleotgk4KsXw4iDo { position:absolute;display:block;z-index:15024;border-top:0.1875rem solid #a4ff00;border-left:0.1875rem solid #a4ff00;border-right:0.1875rem solid #a4ff00;border-bottom:0.1875rem solid #a4ff00;box-shadow: none;height:10.375rem;width:18.5rem;top:40.9375rem;left:20.5625rem;display:block; }
#DIzluEx9rlSstroJx8xD0nxl4TatyLzs { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #a4ff00;border-left:0.1875rem solid #a4ff00;border-right:0.1875rem solid #a4ff00;border-bottom:0.1875rem solid #a4ff00;box-shadow: none;height:10.375rem;width:18.5rem;top:40.9375rem;left:41.125rem;display:block; }
#W8b0b3qWfN4JFpQWUm2ivpBIc8I5MbhX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:27.6875rem;left:3.5rem; }
#TeELTz13KvIcq4kB2B3V26NVw8Vk63v3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:0.46240234375rem;left:40.375rem; }
#Uxe3D5uMNhhGk7J6D6cXhXBTFF2RbTeh { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0rem 0rem 1.9375rem #5f00ff ;height:0.125rem;width:24.1875rem;top:18.9375rem;left:31.8125rem;display:none; }
#Hv3SRIt1IU5SbP1Vgnzissdqm6yP9Bl7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#Gp3DsaqZSodteJlycT6nQxFvLITNEeLs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container { background-color: transparent; background-image: none; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container > .video-iframe-container { display: none; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row > .video-iframe-container { display: none; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .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); }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container { border-width: 0; border-radius: 0; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:60rem;position:relative;display:block; }#FPRoDplrTpSMXTpMmkeMoqPB5B0QrsuW { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:15.59375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCVEMtZfIIeNoPGIA1NK2HiOTJ7IzLFC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:9.0625rem;width:51.4375rem;top:6.3125rem;left:4.28125rem;display:block; }
#Tz04e5BTK6TVNDWwWxVHRGdDdqE4aqqo { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));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:0.8125rem;width:20.4375rem;top:2.75634765625rem;left:-6.375rem;display:block; }
#ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl { color:#a4ff00;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:7.181640625rem;left:14.0625rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;overflow:hidden;display:block; }#ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
#pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:9.53125rem;left:15.4375rem;height:4.5233125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO li:before{  }
#klSKFutyg6MTZCKwkaExd1lQXEgcRKfe { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:9.0625rem;width:51.4375rem;top:16.3125rem;left:4.28125rem;display:block; }
#ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ { color:#a4ff00;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:16.94921875rem;left:14.0625rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;overflow:hidden;display:block; }#ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
#sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:19.82421875rem;left:15.4375rem;height:4.5233125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM li:before{  }
#T1SXivl1TwaurEzWdV3oole6bBnN7zH6 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:9.0625rem;width:51.4375rem;top:26.625rem;left:4.3125rem;display:block; }
#TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP { color:#a4ff00;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:27.625rem;left:14.0625rem;height:1.78755625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
#ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:30.0625rem;left:15.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM li:before{  }
#C0wavUOuASKO6plndB3uVNCGk8Cc2vRd { background-color:#a4ff00;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0rem 0.3125rem 0.625rem rgba(69,69,69,0.58) ;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.6875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:59.125rem;left:20.8125rem;display:block; }
#wtTNukWr1TD44GV2dQd5U4M1oGRXnT5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDKAPutPNG5JiJLMmlQTiSOaM66snlTp { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:9.0625rem;width:51.4375rem;top:37.125rem;left:4.3125rem;display:block; }
#rU47Dehlea9LVwTfb67Fod4zmk2eGiUR { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:40.5625rem;left:15.4375rem;height:4.5233125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#rU47Dehlea9LVwTfb67Fod4zmk2eGiUR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rU47Dehlea9LVwTfb67Fod4zmk2eGiUR li:before{  }
#p55eyaz56lswGubbaLTlaZF7HSTImCWP { color:#a4ff00;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:38.125rem;left:14.0625rem;height:1.78755625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#p55eyaz56lswGubbaLTlaZF7HSTImCWP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p55eyaz56lswGubbaLTlaZF7HSTImCWP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
#qUkuZg39JSk4Nr0s3OyPZlCFOzfW3O2S { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:9.0625rem;width:51.4375rem;top:47.75rem;left:4.3125rem;display:block; }
#C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:51.1875rem;left:15.4375rem;height:4.5233125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA li:before{  }
#lepP5ImZM2slPRDrJzqppuw0SUybcUxT { color:#a4ff00;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:48.75rem;left:14.0625rem;height:1.78755625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lepP5ImZM2slPRDrJzqppuw0SUybcUxT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lepP5ImZM2slPRDrJzqppuw0SUybcUxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
#CTd6uSBfJfeT3FTcKw9d8nrVE7KfPTmX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5rem;width:8.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:29.35595703125rem;left:-1.625rem; }
#spomJZWCrMyFJUSznatwFi9iIW3XrTBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.25rem;width:10.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:-0.375rem;left:51.8125rem; }
#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm { 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; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container { background-color: transparent; background-image: none; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container > .video-iframe-container { display: none; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row > .video-iframe-container { display: none; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .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); }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container { border-width: 0; border-radius: 0; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#qPBLhGgtGOhyN2nFd17VZw8fiSP8i2IX { color:rgba(var(--color-tertiary-3),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.47509765625rem;left:4.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AE3JGmAOSQRC2FgpmlHFXpAFNZEFPo4p { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:2.6875rem;height:3.2495125rem;text-align:center;text-align-last:center;display:block; }
#L6kP92PXgcQxbFNL1udyyLf8k7OJTKaa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:23.375rem;height:3.2495125rem;text-align:center;text-align-last:center;display:block; }
#I1Cg6l466XvPFNq47RTqJsdtk3qNTuhW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:39.78125rem;height:3.2495125rem;text-align:center;text-align-last:center;display:block; }
#HlZbwUGtw1U0aF9r0P6uwgeJFN6EQaG6 { position:absolute;display:block;z-index:15005;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:6rem;left:2.65625rem;display:block; }
#TZTMGKzTJKmJV6h3WX5EVOzWC5SoaXth { position:absolute;display:block;z-index:15006;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:6rem;left:21.53125rem;display:block; }
#VdMpWkICqJNXiFGumXgWPASTDdF6aF8O { position:absolute;display:block;z-index:15007;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:6rem;left:39.78125rem;display:block; }
#UitgF7R6xADlaOJDN8Ctlf7venEZB2La { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.5rem;left:6.125rem; }
#hylcz0SVnW8ZPPw1sn7aQyeQfgxQKnck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.5rem;left:25rem; }
#ovfmSQkAVhGutE5Wa91vdiTEnb5bAAGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.8125rem;width:10.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.53125rem;left:42.84375rem; }
#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container { background-color: transparent; background-image: none; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container > .video-iframe-container { display: none; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row > .video-iframe-container { display: none; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .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); }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container { border-width: 0; border-radius: 0; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#y60Pa7ukvRwWAmAs6bBDPEZOsJNBolkm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.037109375rem;left:20.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWw4wXAXdtmUfkskHmKL0UM1W3dkGs0K { 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:13.9375rem;width:23.125rem;top:13.875rem;left:5.25rem;overflow:hidden;display:block; }
#Bh6o0LWo9e6OSfdQKAb0yTsJCwG5eUFN { 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:2.9375rem;width:20.8125rem;top:10.1875rem;left:6.375rem;overflow:hidden;display:block; }
#EGGyGheKSEQvAx4TNgDClighZsaD9hF7 { 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:16.3125rem;width:24.5rem;top:11.5625rem;left:29.9375rem;overflow:hidden;display:block; }
#yRaR163eHXgkBHtFb4TbuMpwRbeBomBE { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.3125rem;left:18.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9Cr53BOngAw6XLFCu9K5e5xxLgCI8Fa { color:rgba(var(--color-tertiary-3),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.287109375rem;left:14.1875rem;height:1.86834375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7B5eV7Gp8LdDXrG0HK9Zb3fXzH6yelg { position:absolute;display:block;z-index:15006;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:23.75rem;width:56.25rem;top:8.25rem;left:1.875rem;display:block; }
#aExzJfDfmylriwzTtMrVmnBHelgGdfQg { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));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:0.8125rem;width:25rem;top:3.255859375rem;left:40.5rem;display:block; }
#T4tVFV9fFOCzhruX27HVduIfP70JuBK6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.068359375rem;left:7.84375rem; }
#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 { 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; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container { background-color: transparent; background-image: none; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container > .video-iframe-container { display: none; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row > .video-iframe-container { display: none; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .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); }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container { border-width: 0; border-radius: 0; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#CznFSI8KJRqmgwnUO08wsLFlZGQDpruR { color:rgba(var(--color-tertiary-3),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.47509765625rem;left:4.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8dJRsLfwsCtUDdKtnCTdhTBEbxzeR6q { color:rgba(var(--color-tertiary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.5rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4tTb3a6aiPoVdaxguTOtkigG5x4QkMO { color:rgba(var(--color-tertiary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:21.5rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiHT2gMDnA1i3TKTiHsxvVkwlf27MWvd { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:41.6875rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IvloaaMwLWJtrBdfgJS8AUUhOKg2i06U { position:absolute;display:block;z-index:15006;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:6.3125rem;left:1.5rem;display:block; }
#aosIy7OCZbyPi7Gel9suIxMN5UnRumGZ { position:absolute;display:block;z-index:15007;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:6.3125rem;left:21.5625rem;display:block; }
#QqXgbseID5xONBCyfqatFQgywCvrDbFu { position:absolute;display:block;z-index:15008;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:6.3125rem;left:41.5625rem;display:block; }
#uduU3hewQXmfsQFJmVRNvcC4e07scyRi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.5625rem;width:10.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.4375rem;left:4.75rem; }
#TOZK8dXFxW4aA5J5RM67DmHa5yArDoWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.0625rem;width:12.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.6875rem;left:24rem; }
#mrr2WzHybVrhW9yDIfWmS29nhRqC9rGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.5rem;width:13.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.4375rem;left:42.875rem; }
#A4xHADxfncGmSnXWb1obpwDKZZFT0NtJ { background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.146301125rem;height:3.459694875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:54.193002700806rem;left:20.869140625rem;display:none; }
#LVkTA2yx9nzsTbsCUEQxvTKw2CxUDAUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container { background-color: transparent; background-image: none; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container > .video-iframe-container { display: none; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row > .video-iframe-container { display: none; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .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); }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container { border-width: 0; border-radius: 0; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#oyOClUzmHteQy9hdD2q1slbS3qtPACNl { color:rgba(var(--color-tertiary-3),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.91259765625rem;left:4.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmxHUHOPJGDt0LiZPLHNhMrbiLoiLVdo { position:absolute;display:block;z-index:15024;border-top:0.375rem solid #a4ff00;border-left:0.375rem solid #a4ff00;border-right:0.375rem solid #a4ff00;border-bottom:0.375rem solid #a4ff00;box-shadow: none;height:17.9375rem;width:31.9375rem;top:6.1875rem;left:13.65625rem;display:block; }
#k9UwMWmk6uSoqAFvgClh2iTgGdT86pWx { position:absolute;display:block;z-index:15002;height:10.5rem;width:29.625rem;top:27.75rem;left:0rem;display:block; }
#TXH8LsLBpMFf6zITpztfqZ34y0eVxk8R { position:absolute;display:block;z-index:15003;height:10.875rem;width:29.625rem;top:27.4375rem;left:30.375rem;display:block; }
#V6ivxfqQVIuGoozb3XKLPgR4zOJA1vsU { color:rgba(var(--color-tertiary-3),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:41.3125rem;left:4.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9rvWr8CDHBAJXqwvoJv7NtTD4wCIICq { position:absolute;display:block;z-index:15026;border-top:0.375rem solid #a4ff00;border-left:0.375rem solid #a4ff00;border-right:0.375rem solid #a4ff00;border-bottom:0.375rem solid #a4ff00;box-shadow: none;height:17.9375rem;width:31.9375rem;top:47.6875rem;left:13.65625rem;display:block; }
#Gza4tny9UTJ7LXtJ35MBdoZ71WMC7Cuu { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.5625rem;left:19.21875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGav45B9Xxx4QK4pBm4EVsGAFSHs65es { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.1875rem;width:11.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.97509765625rem;left:1.4375rem; }
#ipioDapEiv2505s4nTXHrp4o5zRFqWz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:39.15625rem;left:40.125rem; }
#DxPJRdnpl2lyyZVuaL5nV1m5ABsEOsd6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.4375rem;width:11.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:57.3125rem;left:-3.0625rem; }
#O2dLJqGIcMgNqlIU0Efana9Tbuy8LwPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.25rem;width:10.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.6875rem;left:56.4375rem; }
#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container { background-color: transparent; background-image: none; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container > .video-iframe-container { display: none; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row > .video-iframe-container { display: none; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .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); }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container { border-width: 0; border-radius: 0; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#xp5892lbdB3AFZP0DWz5xSNeM6TzKxaq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1871438026431rem;left:5.8087711334229rem;height:5.11779375rem;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; }
#iD4gushTrbsLsgG40sZaZ83vKF4OeMvM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:18.206658363342rem;left:6.5900211334231rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUo3LZRzSu5VfK6QU1zBwlMeRkJ1Qx7q { position:absolute;display:block;z-index:15049;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:13.375rem;width:25.5625rem;top:8.1875rem;left:27.5rem;overflow:hidden;display:block; }
#soGTZH4MafRX5SVgJmI1mi0Xrz5maJDO { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.5625rem;left:5.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWmpgyphQddyPx5wJQunaC2NPdMFW5XL { position:absolute;display:block;z-index:15007;background-color:#a4ff00;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:23.6875rem;width:49.1875rem;top:1.75rem;left:5.125rem;display:block; }
#nsBKAPd96lQ0TVA05fq9obCgoKPZgSx7 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:23.6875rem;left:6.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#WcoATTGwNiWuDefEMdxXc86OhvFxZcFB { background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:13.656074523926rem;left:7.92702293396rem;display:block; }
#Ppu9rp0aF7cwlmIiv2JdWFURGbUxc13o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXv6R3hbz746eHFTORsApi3T2DvpEeGB { 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; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container { background-color: transparent; background-image: none; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container > .video-iframe-container { display: none; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row > .video-iframe-container { display: none; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .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); }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container { border-width: 0; border-radius: 0; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#vJeIu9D3lXgviI1ra880AIo5qvBmdhv9 { color:rgba(var(--color-tertiary-3),1);display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.0625rem;left:5.4375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrwTIJy5qlp4CTWEGsTudg00t9TDGgwg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:18.5625rem;left:0rem;height:3.8494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#csD2PlHHlVfNE6ayHTTHFBSXmgn48BmW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:18.5625rem;left:21.375rem;height:3.7121625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwNRM9oDqERZ19UDBdh4y430yLUPH00h { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:18.4375rem;left:40rem;height:4.12475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THV3hRQUwH4lGFPzntisgoLN191i8oWe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.9375rem;left:4.6875rem; }
#HwKn6VEKHtwdwQ4rfo6pTUHi9b6gCu4m { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-3),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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:7.125rem;left:1.5625rem;display:block; }
#ni4RDPxxD6wNQNulyUgAdK8mNoGcPRTT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:7.125rem;left:21.5625rem;display:block; }
#HAqnwkRlzVURedJ5Rphz4AVFOWzS8cle { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-3),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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:7.125rem;left:41.5625rem;display:block; }
#n3qECeXEWk6rEXiFMNQtf8STT7oT9Uhv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.625rem;left:24.6875rem; }
#xWqJ0HL3TVOgF2C7rTNbHgsDlIMmycTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.125rem;width:12.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.25rem;left:43.9375rem; }
#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 { 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; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container { background-color: transparent; background-image: none; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container > .video-iframe-container { display: none; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row > .video-iframe-container { display: none; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .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); }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container { border-width: 0; border-radius: 0; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#Tg5LzNvVtbK1GomN6fApSsQAiWkPTFZu { 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:23.6875rem;width:28.125rem;top:18.8125rem;left:2.25rem;overflow:hidden;display:block; }
#yo6vda7XMhC3iuOyw2N5y1NDKQ260ICd { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:3.3125rem;left:2.875rem;height:5.4992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDD3X1tfcBTuXBOpkQpXff3PZT8FwgDR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:9.71875rem;left:6.71875rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iAsqwIH2EIQ0qL34OrTA8KKsTofCB2vL { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(83deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(83deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(83deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(83deg, rgba(var(--color-secondary-2),1), 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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:1.9375rem;width:23.8125rem;top:9.4375rem;left:4.40625rem;display:block; }
#qzJCgEpglbsvNqTisTCHxs4pD7USsUFm { color:#a4ff00;display:block;width:25.875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.25rem;left:32.9375rem;height:4.8742625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtwbSTD2hUchXbAPlEdMEVALU21baJdF { 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.0625rem;width:21.0625rem;top:18.375rem;left:-3.9375rem;overflow:hidden;display:block; }
#fU7BxNRQ7KH4eJMK1f7VRhi6pKZTnzW8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),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:33.4375rem;width:26.6875rem;top:8.687255859375rem;left:32.5rem;display:block; }
#pc7fkA8M6hkQmAuIScrFXFki5fWHexys { color:rgba(var(--color-tertiary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:12.951171875rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#pc7fkA8M6hkQmAuIScrFXFki5fWHexys li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pc7fkA8M6hkQmAuIScrFXFki5fWHexys li:before{  }
#afqpW9HAUVU4O6qHAi7AzEuenpg0Hn5M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.6875rem;left:20.84375rem; }
#bpEBxu9TnTCVT0cyyzO1OSuZNcblUE6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.6875rem;width:9.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:29.3125rem;left:55.4375rem; }
#x3TVt5GcmTrKuLoFiinE6GOKoSoc7sU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0rem;left:2.25rem; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-form-header {  }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:22.1875rem;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; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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:22.1875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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:22.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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:22.1875rem;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; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:#a4ff00;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.4375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.1875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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:kanit;font-size:0.875rem;font-weight:400;color:#ff6f28;vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-container:first-of-type{padding-top:0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-container:last-of-type{padding-bottom:0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT  { 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:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.56201171875rem;top:14.124755859375rem;z-index:15023;position:absolute; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),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; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT {display:block;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT { 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:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.56201171875rem;top:14.124755859375rem;z-index:15023;position:absolute; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #zduczONIpT3ZrmdxnGqibCrrIIig9TEl { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #QS1Ki5xGigtXaQs6B3BG2D2ZNBhVBcTC { position:relative;display:block; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #KIesWDIsVFa8g3gSOnXSxoZsfBICXbF2 { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #SIh1cx06G8cQLesXnQo15QlW7TzEPgmU { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #sXBOXZ7SCaDHUOD2lVtX8bJ86E3F1eZw { position:relative;display:block; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #PlR6XqBoBCxk5VsiPNGHSRJxTdRkfGGw { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #JMRykFakXRpiBVQrsalS1Jr5bipVVZBk { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #bVDn5I1gmbz2TmvMKSLCPAZbiPZng9uT { position:relative;display:block; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #mGwOT2p4y048m4icTwKNsPiO11eolTiM { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #Za47G8vZftyxUCB1dhF1cL77qRhyvpGk { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #OzbHqyU8VJvNX61sCTM7rU5HaCHXNHzO { position:relative;z-index:2; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #XBuM69eTnbsHW5cogRClooaxVTSQARTt { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #ebkwyZRSIDyxapUCO0hKyxGbGcddRonS { position:relative;display:block;z-index:15000; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #TkENQaNC4HZfVRLSTxhNc1ID81Juwtb9 { position:relative;display:block;z-index:15000; }
#aThVE7alrQRUeptix891JXTXhldQuEfi { position:relative;display:block;z-index:100000;display:block; }
#veJGddBin5Uwp1uXWzmKtgn77CvCqiTd { position:relative;display:block;z-index:100000;display:block; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #TmeGaTOkTrBmRsDboLhfxpSBeHTCmUvd { position:relative; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #Z0tiSgNG5J39DHOPtUBKqfzksKiLi8XI { position:relative; }
#wKX7p2SQL1RoMf2OHk4Oe3NBgg6sFbym { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OfztmsRutwmWUeJyCv8xWeEkBBfvdWvz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PWoOss3uetN3aawhxyxrUdZUhbHSmX2o { position:relative; }
#fTTv2qduhQ81r3qgiemSNFS1ZSqJncpF { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hgIfA1fA0DlPoQGAEf71kTMJLAxm6xzf { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZEeKrdcHNsivIvPLB0NJSXIzw15tD5pw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LEDxCqUwN9icuCVDg1PqsJObp4kgOe6u { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ReB7oQzKu3KEchalTTVQI7X94ls2H2Bf { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aR7J31K7ZTyzg43cffzL0ClWTdSV5bEe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r56GEMzzSMBlcu9UwBdB4JUvauVeFFKF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GlPBkTszzBvWQqJ0MqA59RLMLJT6bpSs { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JhTaeqRutsMHmcALfT4h7ovFLayH7W5u { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SBPPOPR8LPT8LOTh3XkJH0d0gTo7UdhP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QZymzollideg4BTEoI9AvvF5QENILLEO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BhJChZiwzD5gn3Z5J5Mmi3xIhcgdANBT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J2AAlmUT7tViPKawv2hH8KZ3uyUTyiLJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #itq8L2893Lg2Xn4A9bP0DsJEzBdJOwen { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZLoRqdDdpb8tFy28agDD8qTB2UWM6Z6f { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gotzk3P9PqauXdgovgZ4TwRBIbs9XK41 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zz76HrNh4e3Or9MXhne3JI1wbMncBsRy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kFKTGqLzMrGyPeM6pHLGJXpMRGdkO9gU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AWnqM9PUmZo8C4TUa5u1E2sSwMaDWptr { position:relative; }
#U8sRrNutXB50KsRwSVl9i8QWUUqDVtXn { position:relative;display:block; }
#vTEEDtEhSJTKuQG4y2ZcTUoiVxRZ3rBq { position:relative;display:block; }
#Zn6FhraGRMUlv8t491WzsFhsd1MGlvZt { position:relative;display:block; }
#dICTVvn0smLrl5vJgTQCTJUm57kdQAbn { position:relative;display:block; }
#LRA0By4JpJbT1cW7NCm2SZEQwLdOF9Li { position:relative;display:block; }
#BpiLdVd49ewgoum4OpAXr9HhJOk1ubGg { position:relative;display:block; }
#yJOC47yJ9PqZKAdowayZlnQf34QxVTST { position:relative;display:block; }
#DLCNZ8N3oTKP9KKpWzmqwqNtLpwHqTqn { position:relative;display:block; }
#vWuA5uWBUe25RBlWq2hvOfJn7s75MbM8 { position:relative;display:block; }
#nklEoaDUKmhXIU4gLzMzWdqxzbtSSPn3 { position:relative;display:block; }
#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv.adaptive-delivery-prevent-bg, #TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv.lazyload, #TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv.lazyloading { background-image: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container { background-color: transparent; background-image: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container > .video-iframe-container { display: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row > .video-iframe-container { display: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .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); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container { border-width: 0; border-radius: 0; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container { width:60rem;height:35.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iBhJd7dgWukOoMlJC312fP2CkLogwFAr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.1875rem;left:34.4375rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#qyE1UlJ2cTDNFDwlGd9A2TgTtyM0SH1d { position:absolute;display:block;z-index:15020;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.312325rem;width:3.312325rem;top:21.375rem;left:7.3125rem;overflow:hidden;display:block; }
#ZoO3Jiq6ikRnkmQRCc6czVfRpBy6u0VK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:11.4375rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CgMx346NL1SXDyOBIT2pwKmGcasCGnio { position:absolute;display:block;z-index:15017;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.312325rem;width:3.312325rem;top:17.375rem;left:30.25rem;overflow:hidden;display:block; }
#XqaI5gA3QZsLUvQZJ33WOySPTadLG8cQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2495rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.0625rem;left:11.3125rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dEzUkWOHHFrOXpA6riuJyr5dZMrNdpPs { color:rgba(var(--color-tertiary-0),1);display:block;width:25.437rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:12.5625rem;left:3.625rem;height:3.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hO2VSK4UE2UwWwaV0HWau7Bi4Lmfox62 { 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:3.312325rem;width:3.312325rem;top:17.25rem;left:7.3125rem;overflow:hidden;display:block; }
#taKnwZxIaGHRCKeiqMuguq4hMThGOif9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.93725rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:13.411254882812rem;left:27.875rem;height:2.10005625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HTTIzSg414KCxMvIDs30Ju1ARmzz0yK0 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.624875rem;height:4.62463125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.981567382812rem;left:21.75rem;display:block; }
#gU3EmTw2Ba44UpzOuU7aMXk15il6ouh1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xe8bWOt2QTTt9v5ADicrTbAfkCxBVKGl { position:absolute;display:block;z-index:15021;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:12.8735625rem;top:0.811767578125rem;left:0.25rem;overflow:hidden;display:block; }
#AurnKdlGon26IOOirMJg8LnqEostSiSg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4rem;top:6rem;left:17.8125rem;overflow:hidden;display:block; }
#tKVEPPghBzPupEtUJGeUufT3suglfgXk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:14.75rem;top:6rem;left:31.9375rem;overflow:hidden;display:block; }
#WScZz1ZXL7inB4cmW9Ubsr33pwP0fql9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:8.8125rem;top:6rem;left:22.5rem;overflow:hidden;display:block; }
#TmO8xigDqEIPPoRg8vbpoGOmRZ4WIwFc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.1875rem;top:6rem;left:13.125rem;overflow:hidden;display:block; }
#EnpDSayXVPSzdFNViK7FT8P5vCHFcRX0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.1875rem;left:34.375rem;height:3.90014375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JDKKwwiUlq3ItqVZfN30TyoQieIKmJQV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:21.375rem;left:30.25rem;overflow:hidden;display:block; }
#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { 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; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { background-color: transparent; background-image: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container > .video-iframe-container { display: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container { display: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .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); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { border-width: 0; border-radius: 0; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.0625rem;width:60rem;position:relative;display:block; }#tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { color:rgba(var(--color-tertiary-1),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.59943125rem;display:block; }
#TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.92419375rem;display:block; }
#DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.97523125rem;text-align:right;text-align-last:right;display:block; }
#aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.5994375rem;text-align:right;text-align-last:right;display:block; }
#blckLm23iTss5Ki9xQrfzML62e3QqZM8 { 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.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#pCsxgSxshIxbqd6sQZiPSp0RIKTAPESx { 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:1.25rem;width:9.25rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 { display:block; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSAOVH8Ur1OskpD5zpTOBFc01a2dr8Bl { width:12.0625rem;height:2.5rem;top:0.9375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAnk8p7eQRl7bTCpwWcT5XtP2RGhy0Oy { display:block; }
 }@media only screen and (max-width: 763px) { #woZ77ZuS1ceur3X9aANdUuNviiDQudiz { width:11.4375rem;height:2.375rem;top:1rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fJ9CIXeUS1FQCZk3HDJS3VyhnRqb0Q { display:block; }
 }@media only screen and (max-width: 763px) { #WT0vUOBMHIwlicetqZkyIKuqrUReKtFT { top:1.4375rem;left:0rem;width:10.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg { display:block; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VufZ5JsB5tFDOGCrdN5BaomSGCghSi9C { top:8.25rem;left:0rem;width:25.25rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp1RrkEJiCt57Z8NIu4r9xmFTo7pNhaS { top:19.6875rem;left:0rem;width:24.8125rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmgoAtRZXEICz3ewHM6MierIt2T5ybOp { top:3.25rem;left:15.375rem;width:32.375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrLrEKhDTFQv36aaK3eKB7mo0X98tWeE { top:5.8125rem;left:0rem;width:27.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM6vckWX39q5B6IJz1zVRaA7RbxntTbq { top:4.5rem;left:14.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgtIgoTRu1Q0nhAkQ87Nrtp3RSItT3T7 { top:25.5625rem;left:0rem;width:30.5rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkTAbN4zuqn0QtFsKf1HKROOhRrkl6w { top:1.875rem;left:22.4375rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix2PUo2r9EH0or7LvJlXhUZqxdJK8N2t { top:27.25rem;left:26.375rem;width:20.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssup54rmBwaeWTWLQ9cAnT8bUH6uwOeH { display:block; } #me19d8213506f7c8c829c48cf8929155.widget-smartsection *:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="text"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="email"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="tel"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection textarea:focus-visible { outline: none; } #ssup54rmBwaeWTWLQ9cAnT8bUH6uwOeH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGetwWKL5q1ugArufP2A9z0VTehaIasC { display:block; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz1Iu0qFPnyKFO9JCAQGBZkdt0UP86pz { top:1.6875rem;left:3.625rem;width:40.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOkWRriRgTc3zPTsEIRgWTov5kZSOtoU { width:18.375rem;height:3.6875rem;top:27.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKX4THsH5T8vNibdmURaPBNkH7WzGTgz { display:block; }
 }@media only screen and (max-width: 763px) { #paGX95iSRlaLpVWiSRI8KA7omoqn9DJW { top:0rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsQRHTkFW9bkXvIqek4IgXqvSCTubOgU { top:9.75rem;left:0rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skduIkRFbvh7gQfVv8ZTG1a8JdFXa47F { top:1.6875rem;left:3.625rem;width:40.25rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqcsUdV1LhkQxPpbhqf5AchRbPnNOhQf { top:1.6875rem;left:3.625rem;width:40.25rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgCCSgTwseJCD5A2cAHOvqOhBLvP3N2B { display:none; }
 }@media only screen and (max-width: 763px) { #L5nvH10ZbipBPbxPJhhFztkWG2ACyInW { display:block; }#L5nvH10ZbipBPbxPJhhFztkWG2ACyInW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBQ3FlcvTZLHoTkERNo8onm962CdeBcL { top:7.0625rem;left:4.6875rem;width:37.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9xmVyCmw9ab7PSvFBX1AlAe18k02Xaa { top:11.75rem;left:10.90625rem;width:25.9375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Z9rx1PFiZSbkoiT65KqoyJhWlB9HAg { top:3.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyF4Kg7nfipTFb0Ts3glP3b0G5i0PWk { top:1.75rem;left:0rem;width:47.75rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSuGM0ZMsrFllufPnnBzHtBWJ62Xpl1Z { top:31.4375rem;left:4.96875rem;width:37.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rbUB0Cx87TvWniDpGXcq1nEUCbfx9w { width:18.25rem;height:3.5625rem;top:26.5rem;left:14.686431884766rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouaXKouvBKdyLmZmiKU3xCfAiW6TNdNK { display:block; }
 }@media only screen and (max-width: 763px) { #L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 { display:block; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5PJBOBmAz0xyUfXSHV4RBiNwxMUwoP6 { width:14.5rem;height:5.3125rem;top:2.625rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwsymn248Jm4PnwVnSrUcZ4bHTIBsXTr { width:14.5rem;height:3.5625rem;top:3.5625rem;left:16.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68WVkMzc4TfBE7b9hn4Mm9ydzAsZvaX { width:14.5rem;height:7.125rem;top:2rem;left:32.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWvBZLAKbFsmoDt1Tl357RIDN2avL9dl { top:0.8125rem;left:15.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1MWyIbrGLp0esbnAfm6qiGltSwE8EzH { top:1.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymcXD3U2BpfPScqqI0Np0OVf5IABF8in { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgiwQBKSBtchl1K9dkfTB1OnDmP5TI9b { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos { display:block; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyDIOvMT4lCbyzZ4guntqCP21IyXEE3K { width:32.375rem;height:3.25rem;top:2.5rem;left:7.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWxiRu8VHPOepl3sIp79BrpCghFDuqf { top:9.125rem;left:21.0625rem;width:26.6875rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVu7ZUP7SSMlNsA3H4XBGg4xTG0WgvFt { top:7.875rem;left:0rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnL8sdrzCiidzTDDbA3Uu5GHwRWPiSDy { top:12.8125rem;left:25.875rem;width:21.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaclfQlGoHo9rrNA4aE2O0GaGOFk37ct { top:15.125rem;left:27.5rem;width:20.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiPNwJXAtPSnculVixBK3gX4AA5Um3hW { top:18.9375rem;left:23.5625rem;width:24.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVaPV3dg6IbQLOLpqmbHEh9aEa3Wx8do { top:20.3125rem;left:30.0625rem;width:15.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBCmk9XQxtCahgVEcvb8CnF9yKr2iIRQ { top:23.4375rem;left:28.9375rem;width:17.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0MP49mhJdPbOHnbCgO24X5pZdbx1xs { top:27.6875rem;left:25.875rem;width:21.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXmoze7x1UbS5BXTZC224z4F510mLaXG { top:30.6875rem;left:23.5625rem;width:24.1875rem;height:3.6875rem;font-size:0.875rem;display:block; }#VXmoze7x1UbS5BXTZC224z4F510mLaXG li:before{  }
 }@media only screen and (max-width: 763px) { #mGexl8qbMzAKfURflDFOiw0zMztLOVIU { top:26.375rem;left:23.5625rem;width:24.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uff9FIl5ga8XO4s5hXemv2xLn9rwTTOm { top:32.6875rem;left:0rem;width:21.875rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUcZZ8E9TKw8mBEMLM0LXXzONCSAuakr { top:34.9375rem;left:0rem;width:25.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B13tLBstrTDtherXZmwp3twgIavOXJ5b { top:40.9375rem;left:0rem;width:18.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNtC0IG6BktM0T4LVleotgk4KsXw4iDo { top:40.9375rem;left:14.4375rem;width:18.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIzluEx9rlSstroJx8xD0nxl4TatyLzs { top:40.9375rem;left:28.875rem;width:18.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8b0b3qWfN4JFpQWUm2ivpBIc8I5MbhX { top:27.6875rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeELTz13KvIcq4kB2B3V26NVw8Vk63v3 { top:0.4375rem;left:34.25rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxe3D5uMNhhGk7J6D6cXhXBTFF2RbTeh { top:18.9375rem;left:23.5625rem;width:24.1875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv3SRIt1IU5SbP1Vgnzissdqm6yP9Bl7 { display:none; }
 }@media only screen and (max-width: 763px) { #Gp3DsaqZSodteJlycT6nQxFvLITNEeLs { display:none; }
 }@media only screen and (max-width: 763px) { #a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC { display:block; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPRoDplrTpSMXTpMmkeMoqPB5B0QrsuW { width:28.8125rem;height:3.25rem;top:1.5rem;left:9.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVEMtZfIIeNoPGIA1NK2HiOTJ7IzLFC { top:6.3125rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz04e5BTK6TVNDWwWxVHRGdDdqE4aqqo { top:2.75rem;left:0rem;width:20.4375rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl { width:29.125rem;height:1.75rem;top:7.125rem;left:7.9375rem;font-size:0.875rem;display:block; }#ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO { width:35.8125rem;height:4.5rem;top:9.5rem;left:9.3125rem;font-size:0.75rem;display:block; }#pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO li:before{  }
 }@media only screen and (max-width: 763px) { #klSKFutyg6MTZCKwkaExd1lQXEgcRKfe { top:16.3125rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ { width:36.0625rem;height:1.8125rem;top:16.9375rem;left:7.9375rem;font-size:0.875rem;display:block; }#ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM { width:35.8125rem;height:4.5rem;top:19.8125rem;left:9.3125rem;font-size:0.75rem;display:block; }#sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM li:before{  }
 }@media only screen and (max-width: 763px) { #T1SXivl1TwaurEzWdV3oole6bBnN7zH6 { top:26.625rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP { width:32.125rem;height:;top:27.625rem;left:7.9375rem;font-size:0.875rem;display:block; }#TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM { width:35.8125rem;height:;top:30.0625rem;left:9.3125rem;font-size:0.75rem;display:block; }#ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM li:before{  }
 }@media only screen and (max-width: 763px) { #C0wavUOuASKO6plndB3uVNCGk8Cc2vRd { width:18.375rem;height:3.6875rem;top:59.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtTNukWr1TD44GV2dQd5U4M1oGRXnT5S { display:block; }
 }@media only screen and (max-width: 763px) { #dDKAPutPNG5JiJLMmlQTiSOaM66snlTp { top:37.125rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU47Dehlea9LVwTfb67Fod4zmk2eGiUR { width:35.8125rem;height:;top:40.5625rem;left:9.3125rem;font-size:0.75rem;display:block; }#rU47Dehlea9LVwTfb67Fod4zmk2eGiUR li:before{  }
 }@media only screen and (max-width: 763px) { #p55eyaz56lswGubbaLTlaZF7HSTImCWP { width:32.125rem;height:;top:38.125rem;left:7.9375rem;font-size:0.875rem;display:block; }#p55eyaz56lswGubbaLTlaZF7HSTImCWP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #qUkuZg39JSk4Nr0s3OyPZlCFOzfW3O2S { top:47.75rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA { width:35.8125rem;height:;top:51.1875rem;left:9.3125rem;font-size:0.75rem;display:block; }#C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA li:before{  }
 }@media only screen and (max-width: 763px) { #lepP5ImZM2slPRDrJzqppuw0SUybcUxT { width:31.1875rem;height:1.8125rem;top:48.75rem;left:7.9375rem;font-size:0.875rem;display:block; }#lepP5ImZM2slPRDrJzqppuw0SUybcUxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #CTd6uSBfJfeT3FTcKw9d8nrVE7KfPTmX { top:29.3125rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spomJZWCrMyFJUSznatwFi9iIW3XrTBy { top:-0.375rem;left:35.625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm { display:block; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPBLhGgtGOhyN2nFd17VZw8fiSP8i2IX { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE3JGmAOSQRC2FgpmlHFXpAFNZEFPo4p { top:18.0625rem;left:0rem;width:16.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6kP92PXgcQxbFNL1udyyLf8k7OJTKaa { top:18.125rem;left:17.25rem;width:13.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Cg6l466XvPFNq47RTqJsdtk3qNTuhW { top:18.125rem;left:30.8125rem;width:16.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZbwUGtw1U0aF9r0P6uwgeJFN6EQaG6 { top:6rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTMGKzTJKmJV6h3WX5EVOzWC5SoaXth { top:6rem;left:15.40625rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdMpWkICqJNXiFGumXgWPASTDdF6aF8O { top:6rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitgF7R6xADlaOJDN8Ctlf7venEZB2La { top:7.5rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hylcz0SVnW8ZPPw1sn7aQyeQfgxQKnck { top:7.5rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovfmSQkAVhGutE5Wa91vdiTEnb5bAAGl { top:7.5rem;left:36.71875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf { display:block; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y60Pa7ukvRwWAmAs6bBDPEZOsJNBolkm { width:19.25rem;height:3.25rem;top:2rem;left:14.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw4wXAXdtmUfkskHmKL0UM1W3dkGs0K { top:13.875rem;left:0rem;width:23.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh6o0LWo9e6OSfdQKAb0yTsJCwG5eUFN { top:10.1875rem;left:0.25rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGyGheKSEQvAx4TNgDClighZsaD9hF7 { top:11.5625rem;left:23.25rem;width:24.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRaR163eHXgkBHtFb4TbuMpwRbeBomBE { width:21.5625rem;height:1.625rem;top:29.3125rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Cr53BOngAw6XLFCu9K5e5xxLgCI8Fa { width:31.625rem;height:1.8125rem;top:5.25rem;left:8.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B5eV7Gp8LdDXrG0HK9Zb3fXzH6yelg { top:8.25rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aExzJfDfmylriwzTtMrVmnBHelgGdfQg { top:3.25rem;left:22.75rem;width:25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4tVFV9fFOCzhruX27HVduIfP70JuBK6 { top:0.0625rem;left:1.71875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBMw9lo0vGThEg38eLOrq7zIKtJp727 { display:block; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CznFSI8KJRqmgwnUO08wsLFlZGQDpruR { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8dJRsLfwsCtUDdKtnCTdhTBEbxzeR6q { width:17.125rem;height:3.875rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4tTb3a6aiPoVdaxguTOtkigG5x4QkMO { width:17.125rem;height:3.875rem;top:18.3125rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHT2gMDnA1i3TKTiHsxvVkwlf27MWvd { width:16.75rem;height:3.875rem;top:18.3125rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvloaaMwLWJtrBdfgJS8AUUhOKg2i06U { top:6.3125rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aosIy7OCZbyPi7Gel9suIxMN5UnRumGZ { top:6.3125rem;left:14.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXgbseID5xONBCyfqatFQgywCvrDbFu { top:6.3125rem;left:30.6875rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uduU3hewQXmfsQFJmVRNvcC4e07scyRi { top:7.4375rem;left:2.6875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZK8dXFxW4aA5J5RM67DmHa5yArDoWB { top:6.6875rem;left:17.8125rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr2WzHybVrhW9yDIfWmS29nhRqC9rGT { top:6.4375rem;left:32.5625rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4xHADxfncGmSnXWb1obpwDKZZFT0NtJ { width:18.125rem;height:3.4375rem;top:54.1875rem;left:14.744140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVkTA2yx9nzsTbsCUEQxvTKw2CxUDAUD { display:block; }
 }@media only screen and (max-width: 763px) { #w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 { display:block; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyOClUzmHteQy9hdD2q1slbS3qtPACNl { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmxHUHOPJGDt0LiZPLHNhMrbiLoiLVdo { top:6.1875rem;left:7.53125rem;width:31.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UwMWmk6uSoqAFvgClh2iTgGdT86pWx { top:27.75rem;left:0rem;width:29.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXH8LsLBpMFf6zITpztfqZ34y0eVxk8R { top:27.4375rem;left:18.125rem;width:29.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ivxfqQVIuGoozb3XKLPgR4zOJA1vsU { width:47.75rem;height:3.25rem;top:41.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rvWr8CDHBAJXqwvoJv7NtTD4wCIICq { top:47.6875rem;left:7.53125rem;width:31.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gza4tny9UTJ7LXtJ35MBdoZ71WMC7Cuu { width:21.5625rem;height:1.625rem;top:44.5625rem;left:13.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGav45B9Xxx4QK4pBm4EVsGAFSHs65es { top:0.9375rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipioDapEiv2505s4nTXHrp4o5zRFqWz3 { top:39.125rem;left:34rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxPJRdnpl2lyyZVuaL5nV1m5ABsEOsd6 { top:57.3125rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2dLJqGIcMgNqlIU0Efana9Tbuy8LwPU { top:15.6875rem;left:37.5rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnfWMDn5Odtmbun0PL4AmzH2mJppalQF { display:block; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp5892lbdB3AFZP0DWz5xSNeM6TzKxaq { top:8.125rem;left:0rem;width:22.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD4gushTrbsLsgG40sZaZ83vKF4OeMvM { top:18.1875rem;left:0.46502113342285rem;width:20.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUo3LZRzSu5VfK6QU1zBwlMeRkJ1Qx7q { top:8.1875rem;left:21.375rem;width:25.5625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soGTZH4MafRX5SVgJmI1mi0Xrz5maJDO { top:3.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWmpgyphQddyPx5wJQunaC2NPdMFW5XL { top:1.75rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBKAPd96lQ0TVA05fq9obCgoKPZgSx7 { top:23.6875rem;left:0.0625rem;width:47.625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcoATTGwNiWuDefEMdxXc86OhvFxZcFB { width:18.125rem;height:3.75rem;top:13.625rem;left:1.8020229339599rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppu9rp0aF7cwlmIiv2JdWFURGbUxc13o { display:block; }
 }@media only screen and (max-width: 763px) { #cXv6R3hbz746eHFTORsApi3T2DvpEeGB { display:block; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJeIu9D3lXgviI1ra880AIo5qvBmdhv9 { top:2.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrwTIJy5qlp4CTWEGsTudg00t9TDGgwg { top:18.5625rem;left:0rem;width:19.9375rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csD2PlHHlVfNE6ayHTTHFBSXmgn48BmW { top:18.5625rem;left:14.4375rem;width:17.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwNRM9oDqERZ19UDBdh4y430yLUPH00h { top:18.4375rem;left:27.6875rem;width:19.9375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THV3hRQUwH4lGFPzntisgoLN191i8oWe { top:7.9375rem;left:2.625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKn6VEKHtwdwQ4rfo6pTUHi9b6gCu4m { top:7.125rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4RDPxxD6wNQNulyUgAdK8mNoGcPRTT { top:7.125rem;left:14.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAqnwkRlzVURedJ5Rphz4AVFOWzS8cle { top:7.125rem;left:30.6875rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3qECeXEWk6rEXiFMNQtf8STT7oT9Uhv { top:7.625rem;left:18.5rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWqJ0HL3TVOgF2C7rTNbHgsDlIMmycTz { top:7.25rem;left:33.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 { display:block; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg5LzNvVtbK1GomN6fApSsQAiWkPTFZu { top:18.8125rem;left:0rem;width:28.125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo6vda7XMhC3iuOyw2N5y1NDKQ260ICd { top:3.3125rem;left:0rem;width:27.6875rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDD3X1tfcBTuXBOpkQpXff3PZT8FwgDR { top:9.6875rem;left:0.59375rem;width:19.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAsqwIH2EIQ0qL34OrTA8KKsTofCB2vL { top:9.4375rem;left:0rem;width:23.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzJCgEpglbsvNqTisTCHxs4pD7USsUFm { top:9.25rem;left:21.875rem;width:25.875rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtwbSTD2hUchXbAPlEdMEVALU21baJdF { top:18.375rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7BxNRQ7KH4eJMK1f7VRhi6pKZTnzW8 { top:8.625rem;left:21.0625rem;width:26.6875rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc7fkA8M6hkQmAuIScrFXFki5fWHexys { width:24.1875rem;height:;top:12.9375rem;left:0rem;font-size:0.75rem;display:block; }#pc7fkA8M6hkQmAuIScrFXFki5fWHexys li:before{  }
 }@media only screen and (max-width: 763px) { #afqpW9HAUVU4O6qHAi7AzEuenpg0Hn5M { top:19.6875rem;left:14.71875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpEBxu9TnTCVT0cyyzO1OSuZNcblUE6l { top:29.3125rem;left:31.75rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TVt5GcmTrKuLoFiinE6GOKoSoc7sU6 { top:0rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT  { width:22.1875rem;height:auto;top:14.0625rem;left:23.0625rem; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT {display:block;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT { width:22.1875rem;height:auto;top:14.0625rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #zduczONIpT3ZrmdxnGqibCrrIIig9TEl {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #QS1Ki5xGigtXaQs6B3BG2D2ZNBhVBcTC { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #KIesWDIsVFa8g3gSOnXSxoZsfBICXbF2 {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #SIh1cx06G8cQLesXnQo15QlW7TzEPgmU {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #sXBOXZ7SCaDHUOD2lVtX8bJ86E3F1eZw { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #PlR6XqBoBCxk5VsiPNGHSRJxTdRkfGGw {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #JMRykFakXRpiBVQrsalS1Jr5bipVVZBk {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #bVDn5I1gmbz2TmvMKSLCPAZbiPZng9uT { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #mGwOT2p4y048m4icTwKNsPiO11eolTiM {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #Za47G8vZftyxUCB1dhF1cL77qRhyvpGk {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #OzbHqyU8VJvNX61sCTM7rU5HaCHXNHzO {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #XBuM69eTnbsHW5cogRClooaxVTSQARTt {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #ebkwyZRSIDyxapUCO0hKyxGbGcddRonS {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #TkENQaNC4HZfVRLSTxhNc1ID81Juwtb9 {  }
 }@media only screen and (max-width: 763px) { #aThVE7alrQRUeptix891JXTXhldQuEfi { display:block; }
 }@media only screen and (max-width: 763px) { #veJGddBin5Uwp1uXWzmKtgn77CvCqiTd { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #TmeGaTOkTrBmRsDboLhfxpSBeHTCmUvd {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #Z0tiSgNG5J39DHOPtUBKqfzksKiLi8XI {  }
 }@media only screen and (max-width: 763px) { #wKX7p2SQL1RoMf2OHk4Oe3NBgg6sFbym { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OfztmsRutwmWUeJyCv8xWeEkBBfvdWvz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PWoOss3uetN3aawhxyxrUdZUhbHSmX2o {  }
 }@media only screen and (max-width: 763px) { #fTTv2qduhQ81r3qgiemSNFS1ZSqJncpF { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hgIfA1fA0DlPoQGAEf71kTMJLAxm6xzf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZEeKrdcHNsivIvPLB0NJSXIzw15tD5pw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LEDxCqUwN9icuCVDg1PqsJObp4kgOe6u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ReB7oQzKu3KEchalTTVQI7X94ls2H2Bf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aR7J31K7ZTyzg43cffzL0ClWTdSV5bEe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r56GEMzzSMBlcu9UwBdB4JUvauVeFFKF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GlPBkTszzBvWQqJ0MqA59RLMLJT6bpSs {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JhTaeqRutsMHmcALfT4h7ovFLayH7W5u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SBPPOPR8LPT8LOTh3XkJH0d0gTo7UdhP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QZymzollideg4BTEoI9AvvF5QENILLEO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BhJChZiwzD5gn3Z5J5Mmi3xIhcgdANBT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J2AAlmUT7tViPKawv2hH8KZ3uyUTyiLJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #itq8L2893Lg2Xn4A9bP0DsJEzBdJOwen {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZLoRqdDdpb8tFy28agDD8qTB2UWM6Z6f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gotzk3P9PqauXdgovgZ4TwRBIbs9XK41 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zz76HrNh4e3Or9MXhne3JI1wbMncBsRy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kFKTGqLzMrGyPeM6pHLGJXpMRGdkO9gU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AWnqM9PUmZo8C4TUa5u1E2sSwMaDWptr {  }
 }@media only screen and (max-width: 763px) { #U8sRrNutXB50KsRwSVl9i8QWUUqDVtXn { display:block; }
 }@media only screen and (max-width: 763px) { #vTEEDtEhSJTKuQG4y2ZcTUoiVxRZ3rBq { display:block; }
 }@media only screen and (max-width: 763px) { #Zn6FhraGRMUlv8t491WzsFhsd1MGlvZt { display:block; }
 }@media only screen and (max-width: 763px) { #dICTVvn0smLrl5vJgTQCTJUm57kdQAbn { display:block; }
 }@media only screen and (max-width: 763px) { #LRA0By4JpJbT1cW7NCm2SZEQwLdOF9Li { display:block; }
 }@media only screen and (max-width: 763px) { #BpiLdVd49ewgoum4OpAXr9HhJOk1ubGg { display:block; }
 }@media only screen and (max-width: 763px) { #yJOC47yJ9PqZKAdowayZlnQf34QxVTST { display:block; }
 }@media only screen and (max-width: 763px) { #DLCNZ8N3oTKP9KKpWzmqwqNtLpwHqTqn { display:block; }
 }@media only screen and (max-width: 763px) { #vWuA5uWBUe25RBlWq2hvOfJn7s75MbM8 { display:block; }
 }@media only screen and (max-width: 763px) { #nklEoaDUKmhXIU4gLzMzWdqxzbtSSPn3 { display:block; }
 }@media only screen and (max-width: 763px) { #TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv { display:block; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBhJd7dgWukOoMlJC312fP2CkLogwFAr { width:17.5rem;height:1.9375rem;top:18.1875rem;left:28.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyE1UlJ2cTDNFDwlGd9A2TgTtyM0SH1d { top:21.375rem;left:1.1875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoO3Jiq6ikRnkmQRCc6czVfRpBy6u0VK { width:18rem;height:1.9375rem;top:22.1875rem;left:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgMx346NL1SXDyOBIT2pwKmGcasCGnio { top:17.375rem;left:24.125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqaI5gA3QZsLUvQZJ33WOySPTadLG8cQ { width:18.1875rem;height:1.9375rem;top:18.0625rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEzUkWOHHFrOXpA6riuJyr5dZMrNdpPs { top:12.5625rem;left:0rem;width:25.375rem;height:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO2VSK4UE2UwWwaV0HWau7Bi4Lmfox62 { top:17.25rem;left:1.1875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKnwZxIaGHRCKeiqMuguq4hMThGOif9 { top:13.375rem;left:20.875rem;width:26.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTIzSg414KCxMvIDs30Ju1ARmzz0yK0 { width:18.5625rem;height:4.5625rem;top:27.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU3EmTw2Ba44UpzOuU7aMXk15il6ouh1 { display:block; }
 }@media only screen and (max-width: 763px) { #xe8bWOt2QTTt9v5ADicrTbAfkCxBVKGl { top:0.75rem;left:0rem;width:12.8125rem;height:3.4212283044059rem;display:block; }
 }@media only screen and (max-width: 763px) { #AurnKdlGon26IOOirMJg8LnqEostSiSg { top:6rem;left:11.6875rem;width:4rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKVEPPghBzPupEtUJGeUufT3suglfgXk { top:6rem;left:25.8125rem;width:14.6875rem;height:5.5389300847457rem;display:block; }
 }@media only screen and (max-width: 763px) { #WScZz1ZXL7inB4cmW9Ubsr33pwP0fql9 { top:6rem;left:16.375rem;width:8.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmO8xigDqEIPPoRg8vbpoGOmRZ4WIwFc { top:6rem;left:7rem;width:4.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnpDSayXVPSzdFNViK7FT8P5vCHFcRX0 { width:18rem;height:3.875rem;top:22.1875rem;left:28.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDKKwwiUlq3ItqVZfN30TyoQieIKmJQV { top:21.375rem;left:24.125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { top:11.375rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsxgSxshIxbqd6sQZiPSp0RIKTAPESx { top:2.75rem;left:0rem;width:9.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/067e91f3-2b4c-4abc-8b32-31533e1758c9/LandingPageCourseDelivery02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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); } }@media only screen and (max-width: 763px) { #Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 { display:block; }#Tz8Tqv66quCPdNMSKfOxuQ8XJTsEDue1 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSAOVH8Ur1OskpD5zpTOBFc01a2dr8Bl { width:13.0625rem;height:2.8125rem;top:8.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAnk8p7eQRl7bTCpwWcT5XtP2RGhy0Oy { display:block; }
 }@media only screen and (max-width: 763px) { #woZ77ZuS1ceur3X9aANdUuNviiDQudiz { width:13.0625rem;height:2.8125rem;top:4rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fJ9CIXeUS1FQCZk3HDJS3VyhnRqb0Q { display:block; }
 }@media only screen and (max-width: 763px) { #WT0vUOBMHIwlicetqZkyIKuqrUReKtFT { width:10.3125rem;height:1.5rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg { display:block; }#nCuvxzzCN1SBhGP9C0QqopuqVPuQS9Cg > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VufZ5JsB5tFDOGCrdN5BaomSGCghSi9C { width:20rem;height:5.2rem;top:1.611328125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fp1RrkEJiCt57Z8NIu4r9xmFTo7pNhaS { width:20rem;height:4.0625rem;top:22.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmgoAtRZXEICz3ewHM6MierIt2T5ybOp { width:12.6873125rem;height:11.9993125rem;top:9.6875rem;left:3rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UrLrEKhDTFQv36aaK3eKB7mo0X98tWeE { width:12.249625rem;height:0.5619675rem;top:6.6157665252688rem;left:3.8742895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM6vckWX39q5B6IJz1zVRaA7RbxntTbq { display:flex;width:2.374825rem;height:2.374825rem;top:5.7066745758057rem;left:16.122158586979rem; }
 }@media only screen and (max-width: 763px) { #XgtIgoTRu1Q0nhAkQ87Nrtp3RSItT3T7 { width:16.312125rem;height:1.21875rem;top:27.0625rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTkTAbN4zuqn0QtFsKf1HKROOhRrkl6w { width:12.8125rem;height:12.8125rem;top:8.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix2PUo2r9EH0or7LvJlXhUZqxdJK8N2t { width:11.9375rem;height:2.625rem;top:18.441582533691rem;left:7.4037093223538rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssup54rmBwaeWTWLQ9cAnT8bUH6uwOeH { display:block; } #me19d8213506f7c8c829c48cf8929155.widget-smartsection *:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="text"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="email"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection input[type="tel"]:focus-visible, #me19d8213506f7c8c829c48cf8929155.widget-smartsection textarea:focus-visible { outline: none; } #ssup54rmBwaeWTWLQ9cAnT8bUH6uwOeH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGetwWKL5q1ugArufP2A9z0VTehaIasC { background-color:#ffffff;background-image:none;display:block; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container { background-color: transparent; background-image: none; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container > .video-iframe-container { display: none; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row > .video-iframe-container { display: none; }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .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); }#AGetwWKL5q1ugArufP2A9z0VTehaIasC > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz1Iu0qFPnyKFO9JCAQGBZkdt0UP86pz { height:10.201863354037rem;width:18.25rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOkWRriRgTc3zPTsEIRgWTov5kZSOtoU { width:13.885801125rem;height:2.948332375rem;top:15.213068008423rem;left:2.9989345669746rem;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:transparent;background-image: -webkit-linear-gradient(72deg, #ff710c, #9031ff);background-image: -moz-linear-gradient(72deg, #ff710c, #9031ff);background-image: -ms-linear-gradient(72deg, #ff710c, #9031ff);background-image: -o-linear-gradient(72deg, #ff710c, #9031ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#9031ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#9031ff' );";background-image: linear-gradient(72deg, #ff710c, #9031ff);background-size:auto !important;font-size:1.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #DKX4THsH5T8vNibdmURaPBNkH7WzGTgz { display:block; }
 }@media only screen and (max-width: 763px) { #paGX95iSRlaLpVWiSRI8KA7omoqn9DJW { display:flex;width:4.249825rem;height:4.249825rem;top:0.91796875rem;left:15.624111711979rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #dsQRHTkFW9bkXvIqek4IgXqvSCTubOgU { display:flex;width:4.8117875rem;height:4.8117875rem;top:10.403054237366rem;left:0rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #skduIkRFbvh7gQfVv8ZTG1a8JdFXa47F { height:9.875rem;width:9.875rem;top:2.1026285828858rem;left:-6.0170454382896rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #UqcsUdV1LhkQxPpbhqf5AchRbPnNOhQf { height:4.5625rem;width:4.5625rem;top:1.7272727373657rem;left:-2.4545454382896rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #qgCCSgTwseJCD5A2cAHOvqOhBLvP3N2B { height:11.25rem;width:20rem;top:2.4307527542114rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #L5nvH10ZbipBPbxPJhhFztkWG2ACyInW { display:none; }#L5nvH10ZbipBPbxPJhhFztkWG2ACyInW > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kBQ3FlcvTZLHoTkERNo8onm962CdeBcL { width:20rem;height:3.89941875rem;top:5.2414760589599rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9xmVyCmw9ab7PSvFBX1AlAe18k02Xaa { width:16.4373125rem;height:8.4375rem;top:10.625rem;left:1.7800069451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Z9rx1PFiZSbkoiT65KqoyJhWlB9HAg { width:20rem;height:1.70605625rem;top:2.9190349578858rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wLyF4Kg7nfipTFb0Ts3glP3b0G5i0PWk { width:20rem;height:22.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSuGM0ZMsrFllufPnnBzHtBWJ62Xpl1Z { width:15.8744375rem;height:2.5996125rem;top:19.996448516846rem;left:2.0614345669746rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rbUB0Cx87TvWniDpGXcq1nEUCbfx9w { width:12.448488625rem;height:3.011363625rem;top:23.155184745789rem;left:3.7180395722389rem;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:transparent;background-image: -webkit-linear-gradient(72deg, #ff710c, #9031ff);background-image: -moz-linear-gradient(72deg, #ff710c, #9031ff);background-image: -ms-linear-gradient(72deg, #ff710c, #9031ff);background-image: -o-linear-gradient(72deg, #ff710c, #9031ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#9031ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#9031ff' );";background-image: linear-gradient(72deg, #ff710c, #9031ff);background-size:auto !important;font-size:1.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #ouaXKouvBKdyLmZmiKU3xCfAiW6TNdNK { display:block; }
 }@media only screen and (max-width: 763px) { #L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 { background-color:#2c2c2c;background-image:none;display:block; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container { background-color: transparent; background-image: none; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container > .video-iframe-container { display: none; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row > .video-iframe-container { display: none; }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .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); }#L2F7ZH6f8syzWzkStrRKDFHEwP6eeHd6 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5PJBOBmAz0xyUfXSHV4RBiNwxMUwoP6 { width:14.5rem;height:4.38654375rem;top:3rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwsymn248Jm4PnwVnSrUcZ4bHTIBsXTr { width:14.5rem;height:2.9243625rem;top:9.4375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68WVkMzc4TfBE7b9hn4Mm9ydzAsZvaX { width:14.5rem;height:5.848725rem;top:14.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWvBZLAKbFsmoDt1Tl357RIDN2avL9dl { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1MWyIbrGLp0esbnAfm6qiGltSwE8EzH { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymcXD3U2BpfPScqqI0Np0OVf5IABF8in { width:15.25rem;height:0.0625rem;top:7.9375rem;left:2.375rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff710c, #b928ff);background-image: -moz-linear-gradient(90deg, #ff710c, #b928ff);background-image: -ms-linear-gradient(90deg, #ff710c, #b928ff);background-image: -o-linear-gradient(90deg, #ff710c, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#b928ff' );";background-image: linear-gradient(90deg, #ff710c, #b928ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cgiwQBKSBtchl1K9dkfTB1OnDmP5TI9b { width:15.25rem;height:0.0625rem;top:13.4375rem;left:2.375rem;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff710c, #b928ff);background-image: -moz-linear-gradient(90deg, #ff710c, #b928ff);background-image: -ms-linear-gradient(90deg, #ff710c, #b928ff);background-image: -o-linear-gradient(90deg, #ff710c, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#b928ff' );";background-image: linear-gradient(90deg, #ff710c, #b928ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos { display:block; }#Gu31KEaQf3zZK9wTdJcIUmSTCuU7bxos > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyDIOvMT4lCbyzZ4guntqCP21IyXEE3K { width:20rem;height:2.1125rem;top:2.123571395874rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWxiRu8VHPOepl3sIp79BrpCghFDuqf { width:20rem;height:21.9375rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVu7ZUP7SSMlNsA3H4XBGg4xTG0WgvFt { width:12.6873125rem;height:12.6873125rem;top:5.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnL8sdrzCiidzTDDbA3Uu5GHwRWPiSDy { width:20rem;height:1.125rem;top:26.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaclfQlGoHo9rrNA4aE2O0GaGOFk37ct { width:20rem;height:1.4625rem;top:27.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiPNwJXAtPSnculVixBK3gX4AA5Um3hW { width:20rem;height:0.125rem;top:57.9873046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVaPV3dg6IbQLOLpqmbHEh9aEa3Wx8do { width:20rem;height:1.125rem;top:31.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBCmk9XQxtCahgVEcvb8CnF9yKr2iIRQ { width:17.6873125rem;height:1.04980625rem;top:33rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0MP49mhJdPbOHnbCgO24X5pZdbx1xs { width:20rem;height:1.125rem;top:36.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXmoze7x1UbS5BXTZC224z4F510mLaXG { width:18.4375rem;height:5.99875625rem;top:38.625rem;left:0.75rem;font-size:0.875rem;display:block; }#VXmoze7x1UbS5BXTZC224z4F510mLaXG li:before{  }
 }@media only screen and (max-width: 763px) { #mGexl8qbMzAKfURflDFOiw0zMztLOVIU { width:20rem;height:0.125rem;top:65.4248046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uff9FIl5ga8XO4s5hXemv2xLn9rwTTOm { width:20rem;height:1.6875rem;top:19.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUcZZ8E9TKw8mBEMLM0LXXzONCSAuakr { width:20rem;height:2.4369625rem;top:21.060026168823rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B13tLBstrTDtherXZmwp3twgIavOXJ5b { height:10.374625rem;width:18.499625rem;top:47.760133743286rem;left:0.57794743776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNtC0IG6BktM0T4LVleotgk4KsXw4iDo { height:10.374625rem;width:18.499625rem;top:59.385646820068rem;left:0.57794743776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIzluEx9rlSstroJx8xD0nxl4TatyLzs { height:10.374625rem;width:18.499625rem;top:70.948162078856rem;left:0.5788351893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8b0b3qWfN4JFpQWUm2ivpBIc8I5MbhX { display:flex;width:7.8125rem;height:7.8125rem;top:5.375rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #TeELTz13KvIcq4kB2B3V26NVw8Vk63v3 { display:flex;width:6.875rem;height:6.875rem;top:13.186256885529rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uxe3D5uMNhhGk7J6D6cXhXBTFF2RbTeh { width:6.0625rem;height:6.0625rem;top:42.613990408691rem;left:-13.454545563289rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Hv3SRIt1IU5SbP1Vgnzissdqm6yP9Bl7 { top:34.9375rem;left:2.875rem;width:14.1868125rem;height:0.3125rem;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(126deg, #ff710c, #ac00ff);background-image: -moz-linear-gradient(126deg, #ff710c, #ac00ff);background-image: -ms-linear-gradient(126deg, #ff710c, #ac00ff);background-image: -o-linear-gradient(126deg, #ff710c, #ac00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#ac00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#ac00ff' );";background-image: linear-gradient(126deg, #ff710c, #ac00ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Gp3DsaqZSodteJlycT6nQxFvLITNEeLs { top:30.125rem;left:2.875rem;width:14.1868125rem;height:0.3125rem;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(126deg, #ff710c, #ac00ff);background-image: -moz-linear-gradient(126deg, #ff710c, #ac00ff);background-image: -ms-linear-gradient(126deg, #ff710c, #ac00ff);background-image: -o-linear-gradient(126deg, #ff710c, #ac00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#ac00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#ac00ff' );";background-image: linear-gradient(126deg, #ff710c, #ac00ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC { display:block; }#a2TqCxpkOCG4qDr8DgmoTt5IxMnVLfLC > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPRoDplrTpSMXTpMmkeMoqPB5B0QrsuW { width:20rem;height:2.03125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVEMtZfIIeNoPGIA1NK2HiOTJ7IzLFC { width:20rem;height:9.0625rem;top:6.6361863613131rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz04e5BTK6TVNDWwWxVHRGdDdqE4aqqo { width:17.625rem;height:0.5625rem;top:3.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl { width:18.625rem;height:1.13769375rem;top:7.5673828125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#ZzZUA7fbk9V70BeTvt1Lc8kqJTxIUwXl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO { width:18.875rem;height:5.50115625rem;top:9.2649142742156rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#pbibtEDszKq6CNJbCUxS7Bd3wl5iTLfO li:before{  }
 }@media only screen and (max-width: 763px) { #klSKFutyg6MTZCKwkaExd1lQXEgcRKfe { width:20rem;height:9.0625rem;top:17.3125rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ { width:17.1244375rem;height:2.2745rem;top:18.6875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#ivTQZTDTlBCugi0JgXezT5RT3EMC7nrQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM { width:19rem;height:3.55069375rem;top:21.6875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#sEkOmScm2eS7WI1lXxvgTMdOzK0KCIlM li:before{  }
 }@media only screen and (max-width: 763px) { #T1SXivl1TwaurEzWdV3oole6bBnN7zH6 { width:20rem;height:9.0625rem;top:27.5625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP { width:16.3125rem;height:1.13769375rem;top:29.0625rem;left:1.84375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#TJOzHQwNnLTbfNoUkcES0NpEyt6hRsvP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM { width:18.875rem;height:3.55069375rem;top:31rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#ALmsVPaQSFFSxXD3A5MTFNd9lA3RHUaM li:before{  }
 }@media only screen and (max-width: 763px) { #C0wavUOuASKO6plndB3uVNCGk8Cc2vRd { width:14.63575rem;height:2.75rem;top:58.822265625rem;left:2.681640625rem;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:#a4ff00;background-image:none;font-size:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #wtTNukWr1TD44GV2dQd5U4M1oGRXnT5S { display:block; }
 }@media only screen and (max-width: 763px) { #dDKAPutPNG5JiJLMmlQTiSOaM66snlTp { width:20rem;height:9.0625rem;top:37.5625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU47Dehlea9LVwTfb67Fod4zmk2eGiUR { width:18.8125rem;height:4.525925rem;top:41rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#rU47Dehlea9LVwTfb67Fod4zmk2eGiUR li:before{  }
 }@media only screen and (max-width: 763px) { #p55eyaz56lswGubbaLTlaZF7HSTImCWP { width:14.9375rem;height:2.2745rem;top:38.5625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#p55eyaz56lswGubbaLTlaZF7HSTImCWP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #qUkuZg39JSk4Nr0s3OyPZlCFOzfW3O2S { width:20rem;height:9.0625rem;top:47.6875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA { width:18.6875rem;height:3.55069375rem;top:51.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#C2NtReu8kKlfaaHvvSCkh77LT2H9CBKA li:before{  }
 }@media only screen and (max-width: 763px) { #lepP5ImZM2slPRDrJzqppuw0SUybcUxT { width:18.375rem;height:1.13769375rem;top:49.25rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#lepP5ImZM2slPRDrJzqppuw0SUybcUxT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/714c1aa8-0972-4ec8-8c6f-f86b0f49ba18/RELandingPage22.png); }
 }@media only screen and (max-width: 763px) { #CTd6uSBfJfeT3FTcKw9d8nrVE7KfPTmX { display:flex;width:7.3118125rem;height:7.3118125rem;top:52.200815200806rem;left:12.687322199344rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #spomJZWCrMyFJUSznatwFi9iIW3XrTBy { display:flex;width:3.9370125rem;height:3.9370125rem;top:3.84375rem;left:1.1875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm { display:block; }#v8fO97MB1gNE47T8xdPSCf6ZdhF68vXm > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPBLhGgtGOhyN2nFd17VZw8fiSP8i2IX { width:13.6869375rem;height:4.0625rem;top:1.4373226165771rem;left:3.1551845669746rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE3JGmAOSQRC2FgpmlHFXpAFNZEFPo4p { width:16.875rem;height:2.5994375rem;top:14.572976112366rem;left:1.5616121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6kP92PXgcQxbFNL1udyyLf8k7OJTKaa { width:13.2493125rem;height:2.5994375rem;top:26.374282836914rem;left:3.3744674324989rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Cg6l466XvPFNq47RTqJsdtk3qNTuhW { width:16.937125rem;height:2.5994375rem;top:37.447619438171rem;left:1.5305398106575rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZbwUGtw1U0aF9r0P6uwgeJFN6EQaG6 { width:16.9375rem;height:10.5625rem;top:7.6988525390625rem;left:1.4994671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTMGKzTJKmJV6h3WX5EVOzWC5SoaXth { width:16.937125rem;height:10.5619375rem;top:19.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdMpWkICqJNXiFGumXgWPASTDdF6aF8O { width:16.937125rem;height:10.4998125rem;top:30.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitgF7R6xADlaOJDN8Ctlf7venEZB2La { display:flex;width:6.124825rem;height:6.124825rem;top:8.4490404129031rem;left:6.9371448159219rem; }
 }@media only screen and (max-width: 763px) { #hylcz0SVnW8ZPPw1sn7aQyeQfgxQKnck { display:flex;width:5.87446875rem;height:5.87446875rem;top:19.9375rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #ovfmSQkAVhGutE5Wa91vdiTEnb5bAAGl { display:flex;width:5.06214375rem;height:5.06214375rem;top:31.811966896057rem;left:7.4680390954019rem; }
 }@media only screen and (max-width: 763px) { #XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf { display:block; }#XAsUPLDLyqPx5Sw4UiT36JMIuRHkl3Gf > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y60Pa7ukvRwWAmAs6bBDPEZOsJNBolkm { width:19.2498125rem;height:2.6rem;top:8.4366035461425rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw4wXAXdtmUfkskHmKL0UM1W3dkGs0K { width:20rem;height:12.0534375rem;top:20.536221265793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh6o0LWo9e6OSfdQKAb0yTsJCwG5eUFN { width:16.0618125rem;height:2.1875rem;top:17.223009824752rem;left:1.9682171940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGyGheKSEQvAx4TNgDClighZsaD9hF7 { width:20rem;height:13.315875rem;top:33.276810646057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRaR163eHXgkBHtFb4TbuMpwRbeBomBE { width:20rem;height:1.38139375rem;top:47.473366498947rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Cr53BOngAw6XLFCu9K5e5xxLgCI8Fa { width:20rem;height:1.86834375rem;top:11.032492637634rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B5eV7Gp8LdDXrG0HK9Zb3fXzH6yelg { width:20rem;height:34.625rem;top:15.599273681641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aExzJfDfmylriwzTtMrVmnBHelgGdfQg { width:19.4993125rem;height:0.812325rem;top:12.899502754211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4tVFV9fFOCzhruX27HVduIfP70JuBK6 { display:flex;width:7.1875rem;height:7.1875rem;top:1.25rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #nJBMw9lo0vGThEg38eLOrq7zIKtJp727 { display:block; }#nJBMw9lo0vGThEg38eLOrq7zIKtJp727 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CznFSI8KJRqmgwnUO08wsLFlZGQDpruR { width:20rem;height:2.03125rem;top:2.2496447563171rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8dJRsLfwsCtUDdKtnCTdhTBEbxzeR6q { width:17.1244375rem;height:2.9243625rem;top:13.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4tTb3a6aiPoVdaxguTOtkigG5x4QkMO { width:17.1244375rem;height:2.9243625rem;top:27.559480667114rem;left:1.4373224377632rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHT2gMDnA1i3TKTiHsxvVkwlf27MWvd { width:16.7498125rem;height:2.9243625rem;top:40.293844223022rem;left:1.6246448159218rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvloaaMwLWJtrBdfgJS8AUUhOKg2i06U { width:16.9375rem;height:12.6875rem;top:5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aosIy7OCZbyPi7Gel9suIxMN5UnRumGZ { width:16.937125rem;height:12.6243125rem;top:18.617719650269rem;left:1.5305398106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXgbseID5xONBCyfqatFQgywCvrDbFu { width:16.937125rem;height:12.562125rem;top:32.299360275269rem;left:1.5305398106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #uduU3hewQXmfsQFJmVRNvcC4e07scyRi { display:flex;width:6.8119375rem;height:6.8119375rem;top:6.25rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #TOZK8dXFxW4aA5J5RM67DmHa5yArDoWB { display:flex;width:8.812125rem;height:8.812125rem;top:18.749111175537rem;left:5.5930395722389rem; }
 }@media only screen and (max-width: 763px) { #mrr2WzHybVrhW9yDIfWmS29nhRqC9rGT { display:flex;width:8.499625rem;height:8.499625rem;top:31.795986175537rem;left:5.7492895722389rem; }
 }@media only screen and (max-width: 763px) { #A4xHADxfncGmSnXWb1obpwDKZZFT0NtJ { width:14.38525rem;height:3.125rem;top:46.25rem;left:2.80615234375rem;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:#2c2c2c;background-image:none;font-size:1.3125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15041;box-shadow: none;font-family:prompt;color:#a4ff00;display:block; }
 }@media only screen and (max-width: 763px) { #LVkTA2yx9nzsTbsCUEQxvTKw2CxUDAUD { display:block; }
 }@media only screen and (max-width: 763px) { #w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 { display:block; }#w2nTxS61rwtPXQAV3XsVUHy9FIeqSoD6 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyOClUzmHteQy9hdD2q1slbS3qtPACNl { width:14.0625rem;height:4.0625rem;top:1.4328842163086rem;left:2.9678621888161rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmxHUHOPJGDt0LiZPLHNhMrbiLoiLVdo { height:11.23225rem;width:20rem;top:7.4991118907931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UwMWmk6uSoqAFvgClh2iTgGdT86pWx { width:20rem;height:10.5rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXH8LsLBpMFf6zITpztfqZ34y0eVxk8R { width:20rem;height:10.875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ivxfqQVIuGoozb3XKLPgR4zOJA1vsU { width:20rem;height:2.1125rem;top:43.943535804749rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rvWr8CDHBAJXqwvoJv7NtTD4wCIICq { height:10.8110625rem;width:19.2495rem;top:48.54736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gza4tny9UTJ7LXtJ35MBdoZ71WMC7Cuu { width:20rem;height:1.625rem;top:46.0556640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGav45B9Xxx4QK4pBm4EVsGAFSHs65es { display:flex;width:3.4375rem;height:3.4375rem;top:43.280361175537rem;left:16.561611711979rem; }
 }@media only screen and (max-width: 763px) { #ipioDapEiv2505s4nTXHrp4o5zRFqWz3 { display:flex;width:2.8125rem;height:2.8125rem;top:43.597299575806rem;left:0.74751418828963rem; }
 }@media only screen and (max-width: 763px) { #DxPJRdnpl2lyyZVuaL5nV1m5ABsEOsd6 { display:flex;width:4.249825rem;height:4.249825rem;top:0.57084655761719rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #O2dLJqGIcMgNqlIU0Efana9Tbuy8LwPU { display:flex;width:3.4375rem;height:3.4375rem;top:0.61700820922851rem;left:15.586824953556rem; }
 }@media only screen and (max-width: 763px) { #SnfWMDn5Odtmbun0PL4AmzH2mJppalQF { display:block; }#SnfWMDn5Odtmbun0PL4AmzH2mJppalQF > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp5892lbdB3AFZP0DWz5xSNeM6TzKxaq { width:20rem;height:3.89915625rem;top:16.283735275269rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD4gushTrbsLsgG40sZaZ83vKF4OeMvM { width:20rem;height:3.4126375rem;top:21.060012817382rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rUo3LZRzSu5VfK6QU1zBwlMeRkJ1Qx7q { width:17.1875rem;height:8.9994375rem;top:6.435546875rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #soGTZH4MafRX5SVgJmI1mi0Xrz5maJDO { width:12.5rem;height:4.0625rem;top:2.373046875rem;left:3.7500000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hWmpgyphQddyPx5wJQunaC2NPdMFW5XL { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBKAPd96lQ0TVA05fq9obCgoKPZgSx7 { width:20rem;height:2.1120375rem;top:25.122514724731rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcoATTGwNiWuDefEMdxXc86OhvFxZcFB { width:14.385676125rem;height:3.573332375rem;top:28.241300582886rem;left:2.7494671940804rem;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:transparent;background-image: -webkit-linear-gradient(72deg, #ff710c, #9031ff);background-image: -moz-linear-gradient(72deg, #ff710c, #9031ff);background-image: -ms-linear-gradient(72deg, #ff710c, #9031ff);background-image: -o-linear-gradient(72deg, #ff710c, #9031ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#9031ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff710c', endColorstr='#9031ff' );";background-image: linear-gradient(72deg, #ff710c, #9031ff);background-size:auto !important;font-size:1.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #Ppu9rp0aF7cwlmIiv2JdWFURGbUxc13o { display:block; }
 }@media only screen and (max-width: 763px) { #cXv6R3hbz746eHFTORsApi3T2DvpEeGB { display:block; }#cXv6R3hbz746eHFTORsApi3T2DvpEeGB > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJeIu9D3lXgviI1ra880AIo5qvBmdhv9 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xrwTIJy5qlp4CTWEGsTudg00t9TDGgwg { width:10.8744375rem;height:3.2492875rem;top:11.248224258423rem;left:4.5614343285561rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #csD2PlHHlVfNE6ayHTTHFBSXmgn48BmW { width:17.3118125rem;height:3.2492875rem;top:22.6875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gwNRM9oDqERZ19UDBdh4y430yLUPH00h { width:19.9369375rem;height:3rem;top:33.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #THV3hRQUwH4lGFPzntisgoLN191i8oWe { display:flex;width:6.124825rem;height:6.124825rem;top:4.4992904663086rem;left:6.9371448159219rem; }
 }@media only screen and (max-width: 763px) { #HwKn6VEKHtwdwQ4rfo6pTUHi9b6gCu4m { width:16.9375rem;height:10.8125rem;top:16.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4RDPxxD6wNQNulyUgAdK8mNoGcPRTT { width:16.9375rem;height:11.6875rem;top:3.8476624488831rem;left:1.5305398106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAqnwkRlzVURedJ5Rphz4AVFOWzS8cle { width:16.9375rem;height:10.3125rem;top:27.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3qECeXEWk6rEXiFMNQtf8STT7oT9Uhv { display:flex;width:5.37464375rem;height:5.37464375rem;top:16.75rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #xWqJ0HL3TVOgF2C7rTNbHgsDlIMmycTz { display:flex;width:5.99964375rem;height:5.99964375rem;top:27.6875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 { display:block; }#NTpHl8AS7mCXOxfPblhX7cfSVqS5aME8 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg5LzNvVtbK1GomN6fApSsQAiWkPTFZu { width:20rem;height:16.8439375rem;top:5.8087706565857rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo6vda7XMhC3iuOyw2N5y1NDKQ260ICd { width:20rem;height:3.37535rem;top:1.1177201271057rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nDD3X1tfcBTuXBOpkQpXff3PZT8FwgDR { width:19.25rem;height:1.625rem;top:21.5625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iAsqwIH2EIQ0qL34OrTA8KKsTofCB2vL { width:20rem;height:1.9375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzJCgEpglbsvNqTisTCHxs4pD7USsUFm { width:20rem;height:4.549rem;top:29.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtwbSTD2hUchXbAPlEdMEVALU21baJdF { width:15.374625rem;height:15.374625rem;top:4.4362573623658rem;left:2.3117895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7BxNRQ7KH4eJMK1f7VRhi6pKZTnzW8 { width:20rem;height:30.375rem;top:28.5rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #pc7fkA8M6hkQmAuIScrFXFki5fWHexys { width:20rem;height:3.55069375rem;top:24.154779434204rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#pc7fkA8M6hkQmAuIScrFXFki5fWHexys li:before{  }
 }@media only screen and (max-width: 763px) { #afqpW9HAUVU4O6qHAi7AzEuenpg0Hn5M { display:flex;width:3.624825rem;height:3.624825rem;top:5.09144115448rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpEBxu9TnTCVT0cyyzO1OSuZNcblUE6l { display:flex;width:7.3125rem;height:7.3125rem;top:4.3201676601867rem;left:4.5722655648689rem; }
 }@media only screen and (max-width: 763px) { #x3TVt5GcmTrKuLoFiinE6GOKoSoc7sU6 { display:flex;width:4.93696875rem;height:4.93696875rem;top:4.4362573623658rem;left:15.062143862248rem; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT  { width:17.5rem;height:auto;top:34rem;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:14994; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT {display:block;}#xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT { width:17.5rem;height:auto;top:34rem;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:14994; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #zduczONIpT3ZrmdxnGqibCrrIIig9TEl {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #QS1Ki5xGigtXaQs6B3BG2D2ZNBhVBcTC { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #KIesWDIsVFa8g3gSOnXSxoZsfBICXbF2 {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #SIh1cx06G8cQLesXnQo15QlW7TzEPgmU {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #sXBOXZ7SCaDHUOD2lVtX8bJ86E3F1eZw { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #PlR6XqBoBCxk5VsiPNGHSRJxTdRkfGGw {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #JMRykFakXRpiBVQrsalS1Jr5bipVVZBk {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #bVDn5I1gmbz2TmvMKSLCPAZbiPZng9uT { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #mGwOT2p4y048m4icTwKNsPiO11eolTiM {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #Za47G8vZftyxUCB1dhF1cL77qRhyvpGk {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #OzbHqyU8VJvNX61sCTM7rU5HaCHXNHzO {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #XBuM69eTnbsHW5cogRClooaxVTSQARTt {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #ebkwyZRSIDyxapUCO0hKyxGbGcddRonS {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #TkENQaNC4HZfVRLSTxhNc1ID81Juwtb9 {  }
 }@media only screen and (max-width: 763px) { #aThVE7alrQRUeptix891JXTXhldQuEfi { display:block; }
 }@media only screen and (max-width: 763px) { #veJGddBin5Uwp1uXWzmKtgn77CvCqiTd { display:block; }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #TmeGaTOkTrBmRsDboLhfxpSBeHTCmUvd {  }
 }@media only screen and (max-width: 763px) { #xqtBIhNWNr6NQBAUJAXwWQsCKnrBLrlT #Z0tiSgNG5J39DHOPtUBKqfzksKiLi8XI {  }
 }@media only screen and (max-width: 763px) { #wKX7p2SQL1RoMf2OHk4Oe3NBgg6sFbym { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OfztmsRutwmWUeJyCv8xWeEkBBfvdWvz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PWoOss3uetN3aawhxyxrUdZUhbHSmX2o {  }
 }@media only screen and (max-width: 763px) { #fTTv2qduhQ81r3qgiemSNFS1ZSqJncpF { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hgIfA1fA0DlPoQGAEf71kTMJLAxm6xzf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZEeKrdcHNsivIvPLB0NJSXIzw15tD5pw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LEDxCqUwN9icuCVDg1PqsJObp4kgOe6u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ReB7oQzKu3KEchalTTVQI7X94ls2H2Bf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aR7J31K7ZTyzg43cffzL0ClWTdSV5bEe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r56GEMzzSMBlcu9UwBdB4JUvauVeFFKF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GlPBkTszzBvWQqJ0MqA59RLMLJT6bpSs {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JhTaeqRutsMHmcALfT4h7ovFLayH7W5u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SBPPOPR8LPT8LOTh3XkJH0d0gTo7UdhP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QZymzollideg4BTEoI9AvvF5QENILLEO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BhJChZiwzD5gn3Z5J5Mmi3xIhcgdANBT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J2AAlmUT7tViPKawv2hH8KZ3uyUTyiLJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #itq8L2893Lg2Xn4A9bP0DsJEzBdJOwen {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZLoRqdDdpb8tFy28agDD8qTB2UWM6Z6f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gotzk3P9PqauXdgovgZ4TwRBIbs9XK41 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zz76HrNh4e3Or9MXhne3JI1wbMncBsRy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kFKTGqLzMrGyPeM6pHLGJXpMRGdkO9gU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AWnqM9PUmZo8C4TUa5u1E2sSwMaDWptr {  }
 }@media only screen and (max-width: 763px) { #U8sRrNutXB50KsRwSVl9i8QWUUqDVtXn { display:block; }
 }@media only screen and (max-width: 763px) { #vTEEDtEhSJTKuQG4y2ZcTUoiVxRZ3rBq { display:block; }
 }@media only screen and (max-width: 763px) { #Zn6FhraGRMUlv8t491WzsFhsd1MGlvZt { display:block; }
 }@media only screen and (max-width: 763px) { #dICTVvn0smLrl5vJgTQCTJUm57kdQAbn { display:block; }
 }@media only screen and (max-width: 763px) { #LRA0By4JpJbT1cW7NCm2SZEQwLdOF9Li { display:block; }
 }@media only screen and (max-width: 763px) { #BpiLdVd49ewgoum4OpAXr9HhJOk1ubGg { display:block; }
 }@media only screen and (max-width: 763px) { #yJOC47yJ9PqZKAdowayZlnQf34QxVTST { display:block; }
 }@media only screen and (max-width: 763px) { #DLCNZ8N3oTKP9KKpWzmqwqNtLpwHqTqn { display:block; }
 }@media only screen and (max-width: 763px) { #vWuA5uWBUe25RBlWq2hvOfJn7s75MbM8 { display:block; }
 }@media only screen and (max-width: 763px) { #nklEoaDUKmhXIU4gLzMzWdqxzbtSSPn3 { display:block; }
 }@media only screen and (max-width: 763px) { #TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv.adaptive-delivery-prevent-bg, #TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv.lazyload, #TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv.lazyloading { background-image: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container { background-color: transparent; background-image: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container > .video-iframe-container { display: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row > .video-iframe-container { display: none; }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .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); }#TPWgav2zI6LZ9nZzTUpgRSpoO4iwm8sv > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBhJd7dgWukOoMlJC312fP2CkLogwFAr { width:10rem;height:3.2492875rem;top:17.75rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qyE1UlJ2cTDNFDwlGd9A2TgTtyM0SH1d { width:3.25rem;height:3.25rem;top:22.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoO3Jiq6ikRnkmQRCc6czVfRpBy6u0VK { width:10rem;height:3.2492875rem;top:22.125rem;left:7.375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CgMx346NL1SXDyOBIT2pwKmGcasCGnio { width:3.25rem;height:3.25rem;top:17.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqaI5gA3QZsLUvQZJ33WOySPTadLG8cQ { width:10rem;height:3.2492875rem;top:13.5625rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dEzUkWOHHFrOXpA6riuJyr5dZMrNdpPs { width:17rem;height:2.19375rem;top:6.125rem;left:1.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hO2VSK4UE2UwWwaV0HWau7Bi4Lmfox62 { width:3.25rem;height:3.25rem;top:13.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKnwZxIaGHRCKeiqMuguq4hMThGOif9 { width:16.625rem;height:3.99946875rem;top:8.25rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTTIzSg414KCxMvIDs30Ju1ARmzz0yK0 { width:12.5rem;height:3.5620125rem;top:32.374877929688rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gU3EmTw2Ba44UpzOuU7aMXk15il6ouh1 { display:block; }
 }@media only screen and (max-width: 763px) { #xe8bWOt2QTTt9v5ADicrTbAfkCxBVKGl { width:12.8125rem;height:3.4204125rem;top:1.890380859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AurnKdlGon26IOOirMJg8LnqEostSiSg { width:2.12463125rem;height:2.9370125rem;top:37.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKVEPPghBzPupEtUJGeUufT3suglfgXk { width:8.5625rem;height:3rem;top:37.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WScZz1ZXL7inB4cmW9Ubsr33pwP0fql9 { width:4.874875rem;height:2.9370125rem;top:37.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmO8xigDqEIPPoRg8vbpoGOmRZ4WIwFc { width:2.1875rem;height:2.87475625rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnpDSayXVPSzdFNViK7FT8P5vCHFcRX0 { width:12.312rem;height:3.2492875rem;top:26.664428710938rem;left:7.31201171875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JDKKwwiUlq3ItqVZfN30TyoQieIKmJQV { width:3.25rem;height:3.25rem;top:26.664428710938rem;left:3.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { width:19.0625rem;height:3.89915rem;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) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { width:20rem;height:2.92569375rem;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) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { width:20rem;height:0.97523125rem;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) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { width:14.9375rem;height:2.2745rem;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) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { width:5.6875rem;height:5.6875rem;top:13.661727905274rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsxgSxshIxbqd6sQZiPSp0RIKTAPESx { width:9.2498125rem;height:1.25rem;top:1.5722885131836rem;left:5.3737569451332rem;display:block; }
 }