.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:230,246,237;--color-primary-1:179,228,200;--color-primary-2:129,210,164;--color-primary-3:0,169,79;--color-primary-4:0,125,60;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Kanit medium"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI { 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; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container { background-color: transparent; background-image: none; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container > .video-iframe-container { display: none; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row > .video-iframe-container { display: none; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .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); }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container { border-width: 0; border-radius: 0; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#ORpsfHVHa6RfPqBNk05LzA52OEnnLGva { position:absolute;display:block;z-index:15019;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.75rem;width:6.1875rem;top:1.125rem;left:38.4375rem;overflow:hidden;display:block; }
#lVp8gOKNh0GXDJONNxSd9QGrr7Titfms { position:absolute;display:block;z-index:15004;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.4375rem;width:5.9375rem;top:1.3125rem;left:31.5625rem;overflow:hidden;display:block; }
#QRGcbs4oeNX8utkoF1kka5IPUe6ie6S5 { position:absolute;display:block;z-index:15004;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:5rem;top:2.625rem;left:0rem;overflow:hidden;display:none; }
#JIzs9uOEMUJNF2diMbegQ3BapnNx9L0B { 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.0625rem;width:10.0625rem;top:8.625rem;left:5.8125rem;overflow:hidden;display:none; }
#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18453396-55a7-4ea5-b89b-abd40a211c85/Asset37.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I.adaptive-delivery-prevent-bg, #rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I.lazyload, #rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I.lazyloading { background-image: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container { background-color: transparent; background-image: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container > .video-iframe-container { display: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row > .video-iframe-container { display: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .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); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container { border-width: 0; border-radius: 0; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#NeZHSyWFtOAIiteseTB00mMb39Dm03FZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:14.3125rem;left:4.25rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ew1RAzuDAAo1R6AABnJgcSxseN9ELlMi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.75rem;top:2.5500001907349rem;left:1.5rem;overflow:hidden;display:none; }
#QvOUMGA2Kku1dX4BbkvBBXBeepiRoOOS { position:absolute;display:block;z-index:15018;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:31.25rem;width:34.4375rem;top:9.6242187619206rem;left:40.562498092651rem;overflow:hidden;display:none; }
#coax8uNh3w9kAWHsCeDe0G7phceJxaqw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:10rem;left:0.1875rem;display:none; }
#HI1Ho9nL5EeBTWi7pcDoGPPaHmE6u8iV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.5rem;display:none; }
#pn2DLBW2IPoznNXpqUFiw4lse56TJeFc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:34.4375rem;left:5.625rem;display:none; }
#KyMT7a130wNnTc6cw5ulDOLpC6tN9FUn { 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:26.1875rem;width:39.4375rem;top:0.8125rem;left:33rem;overflow:hidden;display:block; }
#Kto0MFOGO5VzFuM7bw6o9r4Ny1SDsvQQ { 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.0625rem;width:10.0625rem;top:8.625rem;left:5.8125rem;overflow:hidden;display:block; }
#UTlXxlJTT8ySCGO96VUVMZ5cnRXzVNrX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.75rem;left:16.4375rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uRucAP4TlALfmgl1S349Rtt826anPXwP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:26.125rem;top:7.6875rem;left:4.25rem;display:block; }
#MB2vybH1aIMcOuTa5f0HJ9NfXMTaZXtT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10rem;top:8.9375rem;left:18.4375rem;overflow:hidden;display:block; }
#pT6TshTvJLgBzZ8GzEbR1fTqEaVhaXN2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.25rem;left:4.25rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fULxDvIUMrmcEFv8C3Ihw6zeSR8tBzDv { position:absolute;display:block;z-index:15004;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:5rem;top:2.625rem;left:0rem;overflow:hidden;display:none; }
#PfgJcaPZR7I1W3o67MF378SudE1VMxOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:10.8125rem;left:0.0625rem;display:none; }
#PP3ifRVsMBs1mKECEUmkzyLP10bm5RFq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:9.25rem;left:0.4375rem;display:none; }
#Tpbny0oe4McbaZlM3pCKRFIOHrEJ417D { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:9.71875rem;left:9.84375rem;height:1.29980625rem;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; }
#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0f9acef7-c058-4351-8950-8aaf26e53072/Asset151.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE.adaptive-delivery-prevent-bg, #fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE.lazyload, #fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE.lazyloading { background-image: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container { background-color: transparent; background-image: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container > .video-iframe-container { display: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row > .video-iframe-container { display: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .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); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container { border-width: 0; border-radius: 0; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#DtaQZ4o7FZ9oiczBvsXJHVpnU7bVJyDL { 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:38.6875rem;width:49.875rem;top:14.65625rem;left:11.4375rem;overflow:hidden;display:block; }
#dZe5T3hG3VTVhW0w359TyKwOH9SypVMi { color:rgba(var(--color-primary-3),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:5.03125rem;left:20.6875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVSA78ZsFFhRDKwJobL0zTcsdItiKfPS { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:8.96875rem;left:17rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzoghwH2vdxq2BTR7BCSbzQUucvngkbo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:27.468751907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lq2qR2ZtNJTVd6NQynEbWhwovVzsaGfg { color:rgba(var(--color-primary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9242172241213rem;left:28.000001907349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mVLwTPCW51oGmbBmpNmVPyoXXxC3vS1k { color:rgba(var(--color-primary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9242172241213rem;left:28.000001907349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OGqEafi4mdA19BzWno1kovwKhCl2HTVO { 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; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container { background-color: transparent; background-image: none; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container > .video-iframe-container { display: none; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row > .video-iframe-container { display: none; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .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); }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container { border-width: 0; border-radius: 0; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#q0cZmCMg7u24OyJSFKBGbeVrigt3T5l8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9242172241213rem;left:28.000001907349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsCR7axV4GH0XB5raE62kRXxwMd85TlI { color:rgba(var(--color-primary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:27.468751907349rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQtDoFWbH2BIctW7idJz2Sn1uzWAXWuA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5625rem;left:14.125001907349rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#udlTPPQg3rbGZoHVUCb9qOqJ2lzaCFyV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.375rem;left:14.125001907349rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rM42veXlEhhZVMEHqTzo9pLRat4dlwSl { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:33.812496185302rem;left:14.125001907349rem;height:1.6875rem;font-style:normal;display:block; }
#l8PNMdKrxZPQzKTDFQpWsHs5N4G2dt8T { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:51.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bu6iPnW8LlLGgsfWS7wrhamAriMdxpSR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:21.5rem;left:52.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#yJqXEd4lsFZUVlFt2tAfz4p4SpG2ipnU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.375rem;left:51.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2Rax6W0xzeFFEq9dG1833d2sf5aLxIN { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:33.8125rem;left:51.4375rem;height:1.4624rem;font-style:normal;display:block; }
#mq9TmzNODlXQTiCCxglcLwMmJp1HtXNI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23rem;left:15.125rem;height:1.29980625rem;font-style:normal;display:block; }
#DSeZ8AnTF2lJxmlRWsKhCV1Kg4ODKhsr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:36.375rem;left:52.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#JNkLoUOi0rTf7P0Uf3q2OHCQR0oV1H7l { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:14.0625rem;top:22.6875rem;left:14.125rem;display:block; }
#RfQR5dW802NeItdHp7goO3KyfMBCQGRf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:14.125rem;top:21.25rem;left:51.4375rem;display:block; }
#TrmtMFM8Pmz61ScUTHpmHiCTWkyyEvGm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:12.625rem;top:36.0625rem;left:51.4375rem;display:block; }
#URSHhE2TacBlzGJUHqz47DvRJpbTJGxf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.3125rem;top:16.5625rem;left:3.15625rem;overflow:hidden;display:block; }
#RxXTLqFcplPGV0s94izqeh898ffbLeo0 { 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:6.8125rem;width:7.5rem;top:16.5625rem;left:40.625rem;overflow:hidden;display:block; }
#zNWUeH4qSFImq6CUpTsU1DDDFIH65Puv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.375rem;top:30.9375rem;left:3.125rem;overflow:hidden;display:block; }
#oPkkHEKgxuSElZci9eP2mamp7niMaEAD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:31rem;left:40.625rem;overflow:hidden;display:block; }
#upT8TqLs4adTlhoA5y3W1xEk6cTPpyuA { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:36.249996185302rem;left:15.187501907349rem;height:1.5rem;font-style:normal;display:block; }
#Basz3U1fIyWyy4IwgTxf9SqggV37f2QP { color:rgba(var(--color-tertiary-3),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19rem;left:51.4375rem;height:1.6875rem;font-style:normal;display:block; }
#IWGavPhMZ53hC0pfOFG1yFeDVyD7huZD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:7.625rem;top:36.06201171875rem;left:14.125rem;display:block; }
#qIHIbpIHc44i8WDmmLzNT2wgzImsiHNW { 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; }
#nOsOUDJIhoBNEbgulgIhGDl5ntOIiDOL { 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; }
#buiSyfIQC7SpLPiag3zbO2C3K3p6qoAl { 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; }
#q7Ule8OHW7Ee7uNQMf2Vx0QzsQT54Prn { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:14.125rem;height:2.9248rem;font-style:normal;display:block; }
#OM3FKbPCpKTyfsVSvEBlyHqdzM5H0xqL { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:38.625rem;left:51.4375rem;height:1.13720625rem;font-style:normal;display:block; }
#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container { background-color: transparent; background-image: none; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container > .video-iframe-container { display: none; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row > .video-iframe-container { display: none; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .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); }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container { border-width: 0; border-radius: 0; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#K14lrnUDNTWsqvON9L1X6C850BVfPwci { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14998;line-height:1.5;letter-spacing:0;top:14.8125rem;left:4.375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCvBiTd0lG8czdVwVEPmdcSQllaJAQbS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:14.8125rem;left:22.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLsfiEXWw4QWmf8zixCbhLOdT6Q7111k { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:14.8125rem;left:42.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmwZSytVIphTB2yfdHcpaDmq0cqNumBG { 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:5.5625rem;width:9.0625rem;top:5.75rem;left:5.625rem;overflow:hidden;display:block; }
#NAkURbzCCrOOT6xZBM4TdKfH9A52livc { 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:6.25rem;width:7.5rem;top:5.4375rem;left:25.8125rem;overflow:hidden;display:block; }
#gS9LIv6KnrVS6dpBcxSr8l9ELOdAP6oi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:5.75rem;top:4.25rem;left:47rem;overflow:hidden;display:block; }
#R4Vyi1VqBxfWZQeDaTdrF6KPQa5Xg5IA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:14.8125rem;left:63.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bR1d5VVQ2IMBvD9zLePLZVnh9A36rht2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.25rem;top:5.6875rem;left:63.8125rem;overflow:hidden;display:block; }
#bUAtPP7XmwGffszFg4LoKEya2GUI2y7B { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:16.875rem;left:1.875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykTH0iwO1heRfHUcqP1282qVCfzytC7l { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:16.9375rem;left:23.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUhInnOqfKbeS0vvdAMfZc4zv9zue1hl { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:17rem;left:42.625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6s3ITRShnyqTGS71J8vFe4Zndt8G218 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:16.9375rem;left:62.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBIwdwbNDOHwVGoyTlbXNa2rLfKykO0c { color:rgba(var(--color-primary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14998;line-height:1.5;letter-spacing:0;top:16.0625rem;left:3.5rem;height:2.05rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e43ecc07-464a-4a4f-b6e8-edf454ca8f3e/Asset107.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK.adaptive-delivery-prevent-bg, #fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK.lazyload, #fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK.lazyloading { background-image: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { background-color: transparent; background-image: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container > .video-iframe-container { display: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row > .video-iframe-container { display: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .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); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { border-width: 0; border-radius: 0; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#afsCT3O9qWr74z5hOeHcIKQBVTgqk4Sb { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:10.3125rem;left:10.375rem;height:14.25rem;font-style:normal;display:block; }
#T6WwCu38msIkfRQn0GgTxZzpsWqXJZHo { color:#ff8b17;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.59423828125rem;left:9.1875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IoC5mi4sumOADXmX4gyUWSU1pVpTrEHp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:11.0625rem;left:8.125rem;overflow:hidden;display:block; }
#qt66hEUbkrnIIkIvI3mJaPvBGh7yngD1 { 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:1.25rem;width:1.25rem;top:13.375rem;left:8.1875rem;overflow:hidden;display:block; }
#r8moalNP6UkAzqmbswELrwpT8UU6Ky3T { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.625rem;left:8.125rem;overflow:hidden;display:block; }
#Vb9SVWC8IAp28G4bvQIqE9wI72k7tE8F { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:18.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#sRvOCG59G7tyJ2LZ4hRDQRxDet3qtBpy { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:22.75rem;left:8.125rem;overflow:hidden;display:block; }
#ryWBGiDxyZIaPgr8QmpvqecsDqgSKGe0 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.25rem;width:18.625rem;top:5.56298828125rem;left:7.375rem;display:block; }
#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container { background-color: transparent; background-image: none; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container > .video-iframe-container { display: none; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row > .video-iframe-container { display: none; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .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); }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container { border-width: 0; border-radius: 0; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#AqGoFGtqJqnptv9xO8Zmv55GPxHwG9DQ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:10.3125rem;left:12.90625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCLXz0wigvEHQWgQluKM1hzTFsiB01Tv { color:#ff8b17;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:34.4375rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6xpJadp4spoqx8MhZPAKdanoGnLAkJ0 { color:#37465a;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:37.1875rem;left:20.96875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvfDb0IzZBgoPofvwZkUqxOrSmrnTiJH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4375rem;left:45rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FnaDthq1Xy0x2BlLZLC4fizbeT4JodQQ { color:#37465a;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:37.1875rem;left:38.3427734375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0tMuXyx7TGHuooZpra7PWAHRpptt1QV { color:rgba(var(--color-primary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.4375rem;left:64.90625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLTSaUifNwXvfCt5hMllc64FeeKDN2qo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.4375rem;left:21.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ur3hAA4JJ0pU4DQOs5kfQw9AWsmAJGrd { color:#37465a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:37.1875rem;left:60.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFp4xB3uJi221Lfhh4LTns5U9ASgEABU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:7.1875rem;top:22.875rem;left:3.03125rem;overflow:hidden;display:block; }
#W1LF0etZgnb5fwDzT5Np7xzutB85I928 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.5rem;top:22.875rem;left:63.53125rem;overflow:hidden;display:block; }
#NvhZRhHrwGisTUpvTrARX2DJeLEPbnQU { 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:6.625rem;width:5.625rem;top:22.71875rem;left:24.125rem;overflow:hidden;display:block; }
#AM77uSqpcEMC33Lk62ydcUagJkvMV8sn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:8.125rem;top:22.875rem;left:43.1240234375rem;overflow:hidden;display:block; }
#OJz41sUhX2hmRQ1I61yupNZG39yIJl1W { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.5625rem;width:12.5rem;top:21.25rem;left:0.625rem;display:block; }
#tXWcoHAtmFp4J7STgolequHH9RX5MhzT { color:#37465a;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:37.1875rem;left:0.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubHr9FZ5sUlTaXundkoEH2FvJi83g58t { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.4375rem;left:2.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrAzCCocKZpQdiklraXgXZhA7nZnaOdv { color:#ff8b17;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.4375rem;left:17.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k08lDLDPAn0POgDf9tcVf7APumcTgC4F { color:#ff8b17;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4375rem;left:39.625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGprTftOLzJRh1ypCA4aOKWC7mcfz0nk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4rem;top:3rem;left:2.875rem;display:none; }
#R9dZzWesNFFNXuP4mBWBT20LrkA7yLqG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3125rem;top:24.1875rem;left:3.25rem;display:none; }
#o02bVt27N9hb6d6DeK3o8ydBBLlnyUo0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4rem;top:16.3125rem;left:11.0625rem;display:none; }
#QJgqb4RGTpN9JI44RteATsqgQcRThSUF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:36.9375rem;left:1.0625rem;display:none; }
#d9tdgeAzZG3R03tPvzVl7sGDIK97xA8i { color:rgba(var(--color-primary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:22.8125rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suRMOMI35sTi1KuVnuf0t6Uk69IVa7nx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9rem;top:5.9375rem;left:43.1875rem;overflow:hidden;display:block; }
#G7lm8tRysm3Sp0dIGde2knUWdm4zpxK4 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-3),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.5625rem;width:12.5rem;top:21.28125rem;left:20.75rem;display:block; }
#pdKA3axdNc9l0RaHZ1NXziTG0oxRvChi { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-3),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.5625rem;width:12.5rem;top:21.3125rem;left:40.9365234375rem;display:block; }
#VPvMEsGmk2emXJ3564gIAPTDgTvwixgD { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-3),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.5625rem;width:12.5rem;top:21.4375rem;left:61.5625rem;display:block; }
#TMWh8rQ7hs8O9T7fX0NF9pOqacNhugkb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:6.8125rem;left:0.1875rem;display:none; }
#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1e723b03-bcd8-4b67-8281-6ef638041b11/Asset127.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD.adaptive-delivery-prevent-bg, #WhCgQhaNbSAPofCi62dEOdHrkQeSyozD.lazyload, #WhCgQhaNbSAPofCi62dEOdHrkQeSyozD.lazyloading { background-image: none; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD > .row .container { border-width: 0; border-radius: 0; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:none; }#DOcsUqlRVapIK9iTsGEcboZsc9yh57q4 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.455078125rem;left:12.2802734375rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLRKg1HLieEscZcdHGEmsSc1z1dM7Pav { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:4.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrGqZPn0mTLk4PXz2sSXum7EXCDpgcoJ { position:absolute;display:block;z-index:15003;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:28.375rem;width:19.5rem;top:8.1875rem;left:54.75rem;overflow:hidden;display:block; }
#l0d8ohpwsxXcoUoz1tTKvy1QW8L4hfHe { color:rgba(var(--color-primary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DtKtnfTzdTL4L3hwwgwbzFctrF15h18A { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.5625rem;left:9.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxheIiPiP1CRyJ3xkvwueotaVIoAcWSt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:25.5rem;left:9.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEF9v8dbrEm3EyCJpTiKoxSZGguMVLHC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:30.125rem;left:9.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqf1TAz3nCOf7Ssw92lnh2GBK8ks1JVR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:20.5625rem;left:33.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BIa247te1wA8KTQ50eT0ffs03At3cLly { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:25.4375rem;left:33.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrBTd2LazJEpPU1v5nzOogiK956FXsOT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:30.0625rem;left:33.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sIB8uDVHROcklim91ormGO7JIymrsvyH { 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:7.4375rem;width:7.4375rem;top:10.9375rem;left:51.5625rem;overflow:hidden;display:block; }
#OmP8q2JXebxcfrymqDym0QFuMkNycgos { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:20.31201171875rem;left:3.630859375rem;overflow:hidden;display:block; }
#OfRxRpkgIlo0TR1Jeo0TRx73Rt0G9g0R { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.05517578125rem;left:3.630859375rem;overflow:hidden;display:block; }
#uhn2pMeqV3whehTI401RCbZQ7AxGmqxk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:29.87451171875rem;left:3.630859375rem;overflow:hidden;display:block; }
#EmAHwk1FvCrl8t53VrDzJoIPnowtRn9N { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:20.3125rem;left:28.130859375rem;overflow:hidden;display:block; }
#SF3fI0nLyyWde1Hybwb8A3qFATBHz6FZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.0546875rem;left:28.130859375rem;overflow:hidden;display:block; }
#PQOKWgQG4K9RJ7afuIATi6lv4t0zXbVF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:29.87451171875rem;left:28.130859375rem;overflow:hidden;display:block; }
#Agpe9oNhfFredmcO6cPu1LquDzd2lHEr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:4.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:url("https://images.assets-landingi.com/uc/429d9486-14e8-4831-815e-6623c48e9c65/Asset149.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER.adaptive-delivery-prevent-bg, #O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER.lazyload, #O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER.lazyloading { background-image: none; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER > .row .container { border-width: 0; border-radius: 0; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:none; }#WLXkOcSGTxLToKEiW1MALHsmr5BSV5MK { color:rgba(var(--color-primary-3),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10rem;left:41.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNk1z37CoeLXQJNtmZftNqQ5ftUMmtBO { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:15.8125rem;left:41.0625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpxtmAHfl7Fixv8TkUKRREUt1kUmE1VV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.08740234375rem;left:41.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWGzhM5Vp1JqtatGCpgJT74Bol9DnREF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.19970703125rem;left:41.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kr3szTq07v0sfmGIe4GkfPGrQKoge10C { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.0625rem;top:23.125rem;left:61.3125rem;overflow:hidden;display:block; }
#xi7CIiTUyHoXZ7QVt9FdglxXmkxmRKaG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5625rem;width:6.9375rem;top:22.5625rem;left:60.375rem;display:block; }
#kTvyL5aQ4qkiAwnbFvsi5e0aMrMs3VXz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:41.0625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrFMMN5RBytV5OLrLWMvafqIr2ythuH8 { color:#ff8b17;display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.875rem;left:41.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDxqTxTqibQOtOJvu8iTK8xuq166UIfr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:30.1875rem;left:42.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3OFgPeTIQOCgvcIHT9vTc8ZmlNf1dq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:31.8125rem;left:42.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6nxGJaaHBQlgz93c0cmqGgSKagWIFmK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:33.4375rem;left:42.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxoUboP1JhKbCfeprJTp327Z0WEComqE { 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:1.0625rem;width:1.0625rem;top:30.4375rem;left:41.0625rem;overflow:hidden;display:block; }
#wgHLT8rNF4TNdeCWwsbcW1wqpXbAMPlC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:32.0625rem;left:41.0625rem;overflow:hidden;display:block; }
#sK5QTPz1EpH63anw1sSbFNxv7pl03Acm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:33.6875rem;left:41.0625rem;overflow:hidden;display:block; }
#K5mUIxmQO8Ieb5cNTnbeCQlvOhFzu23U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.0625rem;width:75rem;display:none; }
#TukieVq5vMu0UlsJ1HJxcoGEIcm3RUaU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:41.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WreoTFwVMh5vRPLliMUf0AoqliC8RexT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container { background-color: transparent; background-image: none; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container > .video-iframe-container { display: none; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row > .video-iframe-container { display: none; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .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); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container { border-width: 0; border-radius: 0; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#uVTt3hgkc6MwzJrPVqnbszdNueKVFihn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:6.25rem;left:30.25rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B0egD8wiaXxhyzVTLPpJ9tFo2mzCDWwM { position:absolute;display:block;z-index:15004;height:21.75rem;width:52.5rem;top:13.9375rem;left:11.25rem;display:block; }
#TSmOEklxXfmxmBrfRCSDecZDiopkeZyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),0.2));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TSmOEklxXfmxmBrfRCSDecZDiopkeZyw > .row .container { border-width: 0; border-radius: 0; }#TSmOEklxXfmxmBrfRCSDecZDiopkeZyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSmOEklxXfmxmBrfRCSDecZDiopkeZyw > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:none; }#UxC6Hr0BaN01X8Kk2VJnE0OMND6apg0O { color:rgba(var(--color-tertiary-3),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.9;letter-spacing:0;top:14.6875rem;left:15.6875rem;height:2.13720625rem;font-style:normal;display:block; }
#qdHvM2VtKw9zarMd5sV3pWXVbMHTRlIb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.625rem;left:30.28125rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqTnISgdUST9iGuQyB3aTd7LOtQXZy4u { color:#ff8b17;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:12.375rem;left:15.6875rem;height:2.375rem;font-style:normal;display:block; }
#CZD08NyRCns3hliOTHVMR3MM7Q8upJ3w { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:16.75rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#DQC0oQKGRJUl7UpiZ9xfO1vQsnedXcar { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:19rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#eNMOzzVpHB4pL5QzfusfIArEyhXPUgBz { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.9;letter-spacing:0;top:21.3125rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#Cw8khbtUBHEms186CWq0ApDTeKgImAmq { color:rgba(var(--color-tertiary-3),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.9;letter-spacing:0;top:23.5625rem;left:15.6875rem;height:2.13720625rem;font-style:normal;display:block; }
#SnB0hN1GkJC9CLh1EmsZdEENef2lu3a8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:15.5625rem;left:58.6875rem;overflow:hidden;display:block; }
#w0qDJPZT4JshxnR7DF73Tw6iMrzErBp4 { 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:0.625rem;width:0.625rem;top:17.625rem;left:58.6875rem;overflow:hidden;display:block; }
#gvCOiFefbCJJ6IMt2mZ2VVLuqJzoywVP { 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:0.625rem;width:0.625rem;top:19.875rem;left:58.6875rem;overflow:hidden;display:block; }
#QUUE7oM2ifZ12RPDxx3t2FnW9EXMhi0s { 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:0.625rem;width:0.625rem;top:22.1875rem;left:58.6875rem;overflow:hidden;display:block; }
#P61MppaxpTIKQ5nTHh8lIUmHhHexfR3d { 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:0.625rem;width:0.625rem;top:24.4375rem;left:58.6875rem;overflow:hidden;display:block; }
#xzhgvtszcX519FQRVShBnTEvUOBDG1vC { color:#ff8b17;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.9;letter-spacing:0;top:28.625rem;left:15.6875rem;height:2.375rem;font-style:normal;display:block; }
#UEs0SFy0NcXWS2DM1N8FqPCSzK70uXrD { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:31rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#U1Vep7sUNLiTLehgR610UbB4sTJoZ7pz { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.9;letter-spacing:0;top:33.25rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#ihHv3sOo8Z6TqP9hTXXVBnzE9q9hhp1D { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.9;letter-spacing:0;top:35.5rem;left:15.6875rem;height:2.13720625rem;font-style:normal;display:block; }
#K5QXmFnrXQgNIrJoA8B72sz96RkmdC0i { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.9;letter-spacing:0;top:37.8125rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#EJDJmvnOhb6gEmkLoRaoz0KDnutirvyx { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.9;letter-spacing:0;top:40.0625rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#PoTTe1iqGViQcpWr2W2Jhk2a8ADfdhAO { position:absolute;display:block;z-index:15012;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.625rem;width:0.625rem;top:31.875rem;left:58.6875rem;overflow:hidden;display:block; }
#qw0vriCWO9uetyPWfcCNSQdfEzE1lLJD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:34.125rem;left:58.6875rem;overflow:hidden;display:block; }
#lc0TzcyOTcvQ0O87M5CoTGpZSST9hVNy { 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:0.625rem;width:0.625rem;top:36.375rem;left:58.6875rem;overflow:hidden;display:block; }
#CT3ERGeikBNXgTrnLF0k0yZknonSHtMg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.625rem;top:38.625rem;left:58.6875rem;overflow:hidden;display:block; }
#RK7fUV6vIkzPZGlcvnugzV0CLo5AsEEd { position:absolute;display:block;z-index:15016;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.625rem;width:0.625rem;top:40.875rem;left:58.6875rem;overflow:hidden;display:block; }
#Uwd8MnHJ9TZ7ssHHdePW5l4MJ9TikUzQ { color:#ff8b17;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.9;letter-spacing:0;top:45rem;left:15.6875rem;height:2.375rem;font-style:normal;display:block; }
#AhoiZTBMPNNLaFQCurIyKor3O4SCTeiz { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.9;letter-spacing:0;top:47.375rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#OpJoUGdWlrMhTLVTa99B1QOO8KTWf4TT { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.9;letter-spacing:0;top:49.63671875rem;left:15.6875rem;height:2.1375rem;font-style:normal;display:block; }
#cFWq17D4m9z2bdNGF1ZQLo7TfHcDTh39 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.9;letter-spacing:0;top:51.8984375rem;left:15.6875rem;height:2.13720625rem;font-style:normal;display:block; }
#TfhuZGNgKcMyfMtoG8LKy6EXMLRgz1Pu { color:rgba(var(--color-tertiary-3),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.9;letter-spacing:0;top:54.16015625rem;left:15.6875rem;height:2.13720625rem;font-style:normal;display:block; }
#RTeupR1FEZobrFU1F693vvcer9WfF7D9 { 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:0.625rem;width:0.625rem;top:48.130859375rem;left:58.6875rem;overflow:hidden;display:block; }
#EoOk6tcozgnBnarwgn1kBh3Ke5gVmJaN { position:absolute;display:block;z-index:15018;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.625rem;width:0.625rem;top:50.392578125rem;left:58.6875rem;overflow:hidden;display:block; }
#Pu1ZkscIXAgqLGP8eOBZ0773chHd0ZAF { position:absolute;display:block;z-index:15019;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.625rem;width:0.625rem;top:52.654296875rem;left:58.6875rem;overflow:hidden;display:block; }
#TRtqsz9xkOFfTSLwl8ybJUTkWeC5nTr4 { 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:0.625rem;width:0.625rem;top:54.916015625rem;left:58.6875rem;overflow:hidden;display:block; }
#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.15);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; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container { background-color: transparent; background-image: none; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container > .video-iframe-container { display: none; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row > .video-iframe-container { display: none; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .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); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container { border-width: 0; border-radius: 0; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#FNRPErUHxfxPGbxo6RxnKRPlLzSrSpmN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8748779296875rem;left:22.12451171875rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-form-header {  }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:33.875rem;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;overflow:hidden;line-height:1.3; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:33.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:33.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .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 rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:33.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:33.875rem;height:3.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:.4;box-shadow: none; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.5;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:32.625rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .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(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-container:first-of-type{padding-top:0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-container:last-of-type{padding-bottom:0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.59375rem;left:19.3125rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.875rem;display:block;vertical-align:top; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S {display:block;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.59375rem;left:19.3125rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #mPXWvqcezSn0TUGLnI7ZGMReJ5GxTh92 { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #LFx0R3PSTOsavxm1boUTIVeIQg0LDvP1 { position:relative;display:block; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #TJAQXXWKReHQ9f5KV9shJcK7aUMWwUkE { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #uXD07L8TFKHQTaZ0enH8sNJlMPgitlyG { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #litTpk95aoDWAssKV7zWm95g1JFZ34us { position:relative;display:block; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #ay0ca8CeK5iI5NI3iGGk0Aoi29A9P2FZ { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #ldvezn7b7SkhmR1e2l7QkLExZ8CK2LSa { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #WeyN7lGkKEw6cSdQwkyxGwriJO1cOGGk { position:relative;display:block; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #wNnlOJd6MqJ5Ot2KGsi37agatp4tUuVt { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #Ist0SIktLU1hbu1Our6dArGOrqCK5Epp { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #Oy7qXKrmZtIrpbqPgSG45wNoe3QzVGbU { position:relative;display:block; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #i0EV5JM75x00SLEJipWHeCfrTfBvKWgG { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #nKgaG0TIFeCKDCD0QFzuG68wDpTtZ8Tb { position:relative; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #oTKEM805Ad7lmZQEDf8NZslaenFmq1ZO { position:relative;z-index:2; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #LWpOy4NfTEOamb8gId8V3VwblwQ6f3eS { position:relative; }
#LBwViFEmQIxMReaKmdcyBpqx24uSBMMB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:7.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#aI3uLkvWqutr28LuBoknNx0ZiCVBbc5U { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:10.19873046875rem;left:17.9375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#es2w5ThTma8UACe34DK1emG0tpsfinw8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.625rem;height:3.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:62.587501525881rem;left:20.1875rem;display:none; }
#SH6HomTLyLwo8y8nhTLx7TOu9gCnZHXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izgWVBIU1QxnwFJBTKCDLHkf9rChaueA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:.4;overflow:hidden;position:absolute;width:34.125rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:47.06640625rem;left:20.4375rem;display:block; }
#hmgIAlbDfOyy6ROSnbth3wZTowSkAgOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv { position:relative;display:block; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv { background-color: transparent; background-image: none; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row .container > .video-iframe-container { display: none; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row > .video-iframe-container { display: none; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .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); }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv { border-width: 0; border-radius: 0; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qv7ZDNucnMWvMfW2bkAgmg0Du7U5btWm { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.625001907349rem;height:2.11230625rem;font-style:normal;display:block; }
#fTpHATdAAiR2GooeTfwUkAo4V3H7ilnt { 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:2.6875rem;width:18.75rem;top:5.5609359741211rem;left:28.125001907349rem;overflow:hidden;display:block; }
#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX { position:relative;display:block; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX { background-color: transparent; background-image: none; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row .container > .video-iframe-container { display: none; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row > .video-iframe-container { display: none; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .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); }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX { border-width: 0; border-radius: 0; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #elhGtyZyhgVSw170ECL8aleTI8yoMIUI { display:block; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORpsfHVHa6RfPqBNk05LzA52OEnnLGva { top:1.125rem;left:24.8125rem;width:6.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVp8gOKNh0GXDJONNxSd9QGrr7Titfms { top:1.3125rem;left:17.9375rem;width:5.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGcbs4oeNX8utkoF1kka5IPUe6ie6S5 { top:2.625rem;left:0rem;width:5rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIzs9uOEMUJNF2diMbegQ3BapnNx9L0B { top:8.625rem;left:0rem;width:10.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I { display:block; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeZHSyWFtOAIiteseTB00mMb39Dm03FZ { top:14.3125rem;left:0rem;width:26.125rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew1RAzuDAAo1R6AABnJgcSxseN9ELlMi { top:2.5rem;left:0rem;width:11.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvOUMGA2Kku1dX4BbkvBBXBeepiRoOOS { top:9.5625rem;left:13.3125rem;width:34.4375rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #coax8uNh3w9kAWHsCeDe0G7phceJxaqw { top:10rem;left:0rem;width:19.5625rem;height:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI1Ho9nL5EeBTWi7pcDoGPPaHmE6u8iV { width:21.5rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pn2DLBW2IPoznNXpqUFiw4lse56TJeFc { top:34.4375rem;left:0rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyMT7a130wNnTc6cw5ulDOLpC6tN9FUn { top:0.8125rem;left:8.3125rem;width:39.4375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kto0MFOGO5VzFuM7bw6o9r4Ny1SDsvQQ { top:8.625rem;left:0rem;width:10.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTlXxlJTT8ySCGO96VUVMZ5cnRXzVNrX { top:8.75rem;left:2.8125rem;width:1.1875rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRucAP4TlALfmgl1S349Rtt826anPXwP { top:7.6875rem;left:0rem;width:26.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2vybH1aIMcOuTa5f0HJ9NfXMTaZXtT { top:8.9375rem;left:4.8125rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6TshTvJLgBzZ8GzEbR1fTqEaVhaXN2 { top:17.25rem;left:0rem;width:26.125rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fULxDvIUMrmcEFv8C3Ihw6zeSR8tBzDv { top:2.625rem;left:0rem;width:5rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfgJcaPZR7I1W3o67MF378SudE1VMxOJ { top:10.8125rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP3ifRVsMBs1mKECEUmkzyLP10bm5RFq { top:9.25rem;left:0rem;width:19.5625rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpbny0oe4McbaZlM3pCKRFIOHrEJ417D { top:9.6875rem;left:0rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE { display:block; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtaQZ4o7FZ9oiczBvsXJHVpnU7bVJyDL { top:14.625rem;left:0rem;width:47.75rem;height:37.039160401002rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZe5T3hG3VTVhW0w359TyKwOH9SypVMi { top:5rem;left:7.062255859375rem;width:31.3125rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSA78ZsFFhRDKwJobL0zTcsdItiKfPS { top:8.9375rem;left:3.375rem;width:38.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzoghwH2vdxq2BTR7BCSbzQUucvngkbo { top:2.125rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lq2qR2ZtNJTVd6NQynEbWhwovVzsaGfg { top:8.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVLwTPCW51oGmbBmpNmVPyoXXxC3vS1k { top:7.5625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGqEafi4mdA19BzWno1kovwKhCl2HTVO { display:block; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0cZmCMg7u24OyJSFKBGbeVrigt3T5l8 { top:9.875rem;left:14.375001907349rem;width:19rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsCR7axV4GH0XB5raE62kRXxwMd85TlI { top:6.5625rem;left:13.84326171875rem;width:20rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQtDoFWbH2BIctW7idJz2Sn1uzWAXWuA { top:16.5625rem;left:0.50000190734863rem;width:18.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udlTPPQg3rbGZoHVUCb9qOqJ2lzaCFyV { top:31.375rem;left:0.50000190734863rem;width:15.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM42veXlEhhZVMEHqTzo9pLRat4dlwSl { top:33.75rem;left:0.50000190734863rem;width:19.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PNMdKrxZPQzKTDFQpWsHs5N4G2dt8T { top:16.5625rem;left:26.375rem;width:21.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu6iPnW8LlLGgsfWS7wrhamAriMdxpSR { top:21.5rem;left:33.875rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJqXEd4lsFZUVlFt2tAfz4p4SpG2ipnU { top:31.375rem;left:30.125rem;width:17.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Rax6W0xzeFFEq9dG1833d2sf5aLxIN { top:33.8125rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq9TmzNODlXQTiCCxglcLwMmJp1HtXNI { top:23rem;left:1.5rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSeZ8AnTF2lJxmlRWsKhCV1Kg4ODKhsr { top:36.375rem;left:36.3125rem;width:10.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNkLoUOi0rTf7P0Uf3q2OHCQR0oV1H7l { top:22.6875rem;left:0.5rem;width:14.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfQR5dW802NeItdHp7goO3KyfMBCQGRf { top:21.25rem;left:33.625rem;width:14.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmtMFM8Pmz61ScUTHpmHiCTWkyyEvGm { top:36.0625rem;left:34.5rem;width:12.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URSHhE2TacBlzGJUHqz47DvRJpbTJGxf { top:16.5625rem;left:0rem;width:7.3125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxXTLqFcplPGV0s94izqeh898ffbLeo0 { top:16.5625rem;left:27rem;width:7.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNWUeH4qSFImq6CUpTsU1DDDFIH65Puv { top:30.9375rem;left:0rem;width:7.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkkHEKgxuSElZci9eP2mamp7niMaEAD { top:31rem;left:27rem;width:7.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upT8TqLs4adTlhoA5y3W1xEk6cTPpyuA { top:36.1875rem;left:1.5625rem;width:6.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Basz3U1fIyWyy4IwgTxf9SqggV37f2QP { top:19rem;left:28.5rem;width:19.25rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGavPhMZ53hC0pfOFG1yFeDVyD7huZD { top:36rem;left:0.5rem;width:7.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHIbpIHc44i8WDmmLzNT2wgzImsiHNW { display:none; }
 }@media only screen and (max-width: 763px) { #nOsOUDJIhoBNEbgulgIhGDl5ntOIiDOL { display:none; }
 }@media only screen and (max-width: 763px) { #buiSyfIQC7SpLPiag3zbO2C3K3p6qoAl { display:none; }
 }@media only screen and (max-width: 763px) { #q7Ule8OHW7Ee7uNQMf2Vx0QzsQT54Prn { top:18.875rem;left:0.5rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM3FKbPCpKTyfsVSvEBlyHqdzM5H0xqL { top:38.625rem;left:28.4375rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I { display:block; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K14lrnUDNTWsqvON9L1X6C850BVfPwci { top:14.8125rem;left:0rem;width:11.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCvBiTd0lG8czdVwVEPmdcSQllaJAQbS { top:14.8125rem;left:8.875rem;width:14.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLsfiEXWw4QWmf8zixCbhLOdT6Q7111k { top:14.8125rem;left:29.0625rem;width:14.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwZSytVIphTB2yfdHcpaDmq0cqNumBG { top:5.75rem;left:0rem;width:9.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAkURbzCCrOOT6xZBM4TdKfH9A52livc { top:5.4375rem;left:12.1875rem;width:7.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS9LIv6KnrVS6dpBcxSr8l9ELOdAP6oi { top:4.25rem;left:33.375rem;width:5.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Vyi1VqBxfWZQeDaTdrF6KPQa5Xg5IA { top:14.8125rem;left:40.25rem;width:7.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR1d5VVQ2IMBvD9zLePLZVnh9A36rht2 { top:5.6875rem;left:38.5rem;width:9.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUAtPP7XmwGffszFg4LoKEya2GUI2y7B { top:16.875rem;left:0rem;width:16.5rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTH0iwO1heRfHUcqP1282qVCfzytC7l { top:16.9375rem;left:9.4375rem;width:13rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUhInnOqfKbeS0vvdAMfZc4zv9zue1hl { top:17rem;left:29rem;width:14.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6s3ITRShnyqTGS71J8vFe4Zndt8G218 { top:16.9375rem;left:38.1875rem;width:9.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBIwdwbNDOHwVGoyTlbXNa2rLfKykO0c { top:10.0625rem;left:0rem;width:8.5625rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK { display:block; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afsCT3O9qWr74z5hOeHcIKQBVTgqk4Sb { top:10.3125rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6WwCu38msIkfRQn0GgTxZzpsWqXJZHo { top:5.5625rem;left:0rem;width:15.25rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoC5mi4sumOADXmX4gyUWSU1pVpTrEHp { top:11.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt66hEUbkrnIIkIvI3mJaPvBGh7yngD1 { top:13.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8moalNP6UkAzqmbswELrwpT8UU6Ky3T { top:15.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9SVWC8IAp28G4bvQIqE9wI72k7tE8F { top:18.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRvOCG59G7tyJ2LZ4hRDQRxDet3qtBpy { top:22.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryWBGiDxyZIaPgr8QmpvqecsDqgSKGe0 { top:5.5625rem;left:0rem;width:18.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL { display:block; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqGoFGtqJqnptv9xO8Zmv55GPxHwG9DQ { top:10.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCLXz0wigvEHQWgQluKM1hzTFsiB01Tv { top:34.4375rem;left:0rem;width:2.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6xpJadp4spoqx8MhZPAKdanoGnLAkJ0 { top:37.1875rem;left:7.34375rem;width:11.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvfDb0IzZBgoPofvwZkUqxOrSmrnTiJH { top:34.4375rem;left:31.375rem;width:9.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnaDthq1Xy0x2BlLZLC4fizbeT4JodQQ { top:37.1875rem;left:24.7177734375rem;width:17.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0tMuXyx7TGHuooZpra7PWAHRpptt1QV { top:34.4375rem;left:42rem;width:5.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTSaUifNwXvfCt5hMllc64FeeKDN2qo { top:34.4375rem;left:7.625rem;width:14.9375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur3hAA4JJ0pU4DQOs5kfQw9AWsmAJGrd { top:37.1875rem;left:32.875rem;width:14.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFp4xB3uJi221Lfhh4LTns5U9ASgEABU { top:22.875rem;left:0rem;width:7.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1LF0etZgnb5fwDzT5Np7xzutB85I928 { top:22.875rem;left:39.25rem;width:8.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvhZRhHrwGisTUpvTrARX2DJeLEPbnQU { top:22.6875rem;left:10.5rem;width:5.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM77uSqpcEMC33Lk62ydcUagJkvMV8sn { top:22.875rem;left:29.4990234375rem;width:8.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJz41sUhX2hmRQ1I61yupNZG39yIJl1W { top:21.25rem;left:0rem;width:12.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXWcoHAtmFp4J7STgolequHH9RX5MhzT { top:37.1875rem;left:0rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubHr9FZ5sUlTaXundkoEH2FvJi83g58t { top:34.4375rem;left:0rem;width:11.875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAzCCocKZpQdiklraXgXZhA7nZnaOdv { top:34.4375rem;left:3.6875rem;width:3.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k08lDLDPAn0POgDf9tcVf7APumcTgC4F { top:34.4375rem;left:26rem;width:5.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGprTftOLzJRh1ypCA4aOKWC7mcfz0nk { top:3rem;left:0rem;width:14.1875rem;height:4rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9dZzWesNFFNXuP4mBWBT20LrkA7yLqG { top:24.1875rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o02bVt27N9hb6d6DeK3o8ydBBLlnyUo0 { top:16.3125rem;left:0rem;width:7.4375rem;height:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJgqb4RGTpN9JI44RteATsqgQcRThSUF { top:36.9375rem;left:0rem;width:6.25rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9tdgeAzZG3R03tPvzVl7sGDIK97xA8i { top:6.3125rem;left:9.1875rem;width:20.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRMOMI35sTi1KuVnuf0t6Uk69IVa7nx { top:5.9375rem;left:29.5625rem;width:9rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7lm8tRysm3Sp0dIGde2knUWdm4zpxK4 { top:21.25rem;left:7.125rem;width:12.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKA3axdNc9l0RaHZ1NXziTG0oxRvChi { top:21.3125rem;left:27.3115234375rem;width:12.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPvMEsGmk2emXJ3564gIAPTDgTvwixgD { top:21.4375rem;left:35.25rem;width:12.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWh8rQ7hs8O9T7fX0NF9pOqacNhugkb { top:6.8125rem;left:0rem;width:19.6875rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhCgQhaNbSAPofCi62dEOdHrkQeSyozD { display:block; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOcsUqlRVapIK9iTsGEcboZsc9yh57q4 { top:5.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLRKg1HLieEscZcdHGEmsSc1z1dM7Pav { top:13.1875rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrGqZPn0mTLk4PXz2sSXum7EXCDpgcoJ { top:8.1875rem;left:28.25rem;width:19.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0d8ohpwsxXcoUoz1tTKvy1QW8L4hfHe { top:15.625rem;left:0rem;width:19.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKtnfTzdTL4L3hwwgwbzFctrF15h18A { top:20.5625rem;left:0rem;width:15.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxheIiPiP1CRyJ3xkvwueotaVIoAcWSt { top:25.5rem;left:0rem;width:15.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEF9v8dbrEm3EyCJpTiKoxSZGguMVLHC { top:30.125rem;left:0rem;width:15.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqf1TAz3nCOf7Ssw92lnh2GBK8ks1JVR { top:20.5625rem;left:20rem;width:15.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIa247te1wA8KTQ50eT0ffs03At3cLly { top:25.4375rem;left:20rem;width:15.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrBTd2LazJEpPU1v5nzOogiK956FXsOT { top:30.0625rem;left:20rem;width:16.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIB8uDVHROcklim91ormGO7JIymrsvyH { top:10.9375rem;left:37.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmP8q2JXebxcfrymqDym0QFuMkNycgos { top:20.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfRxRpkgIlo0TR1Jeo0TRx73Rt0G9g0R { top:25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhn2pMeqV3whehTI401RCbZQ7AxGmqxk { top:29.8125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAHwk1FvCrl8t53VrDzJoIPnowtRn9N { top:20.3125rem;left:14.505859375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3fI0nLyyWde1Hybwb8A3qFATBHz6FZ { top:25rem;left:14.505859375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQOKWgQG4K9RJ7afuIATi6lv4t0zXbVF { top:29.8125rem;left:14.505859375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agpe9oNhfFredmcO6cPu1LquDzd2lHEr { top:1.375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER { display:block; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLXkOcSGTxLToKEiW1MALHsmr5BSV5MK { top:10rem;left:19.125rem;width:28.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNk1z37CoeLXQJNtmZftNqQ5ftUMmtBO { top:15.8125rem;left:17.6875rem;width:30.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxtmAHfl7Fixv8TkUKRREUt1kUmE1VV { top:14.0625rem;left:14.1875rem;width:33.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGzhM5Vp1JqtatGCpgJT74Bol9DnREF { top:23.1875rem;left:27.4375rem;width:19.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr3szTq07v0sfmGIe4GkfPGrQKoge10C { top:23.125rem;left:42.6875rem;width:5.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi7CIiTUyHoXZ7QVt9FdglxXmkxmRKaG { top:22.5625rem;left:40.8125rem;width:6.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTvyL5aQ4qkiAwnbFvsi5e0aMrMs3VXz { top:25.75rem;left:15.5rem;width:32.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFMMN5RBytV5OLrLWMvafqIr2ythuH8 { top:27.875rem;left:15.75rem;width:32rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxqTxTqibQOtOJvu8iTK8xuq166UIfr { top:30.1875rem;left:28.3125rem;width:19.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3OFgPeTIQOCgvcIHT9vTc8ZmlNf1dq6 { top:31.8125rem;left:29.1875rem;width:13.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6nxGJaaHBQlgz93c0cmqGgSKagWIFmK { top:33.4375rem;left:29.1875rem;width:14.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxoUboP1JhKbCfeprJTp327Z0WEComqE { top:30.4375rem;left:27.4375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgHLT8rNF4TNdeCWwsbcW1wqpXbAMPlC { top:32.0625rem;left:27.4375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5QTPz1EpH63anw1sSbFNxv7pl03Acm { top:33.6875rem;left:27.4375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mUIxmQO8Ieb5cNTnbeCQlvOhFzu23U { width:47.75rem;height:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TukieVq5vMu0UlsJ1HJxcoGEIcm3RUaU { top:7.0625rem;left:23.4375rem;width:24.3125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WreoTFwVMh5vRPLliMUf0AoqliC8RexT { display:block; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTt3hgkc6MwzJrPVqnbszdNueKVFihn { top:6.25rem;left:16.625rem;width:14.5rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0egD8wiaXxhyzVTLPpJ9tFo2mzCDWwM { top:13.9375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmOEklxXfmxmBrfRCSDecZDiopkeZyw { display:block; }#TSmOEklxXfmxmBrfRCSDecZDiopkeZyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxC6Hr0BaN01X8Kk2VJnE0OMND6apg0O { top:14.6875rem;left:2.0625rem;width:21.125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdHvM2VtKw9zarMd5sV3pWXVbMHTRlIb { top:5.625rem;left:16.65576171875rem;width:14.375rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqTnISgdUST9iGuQyB3aTd7LOtQXZy4u { top:12.375rem;left:2.0625rem;width:23.0625rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZD08NyRCns3hliOTHVMR3MM7Q8upJ3w { top:16.75rem;left:2.0625rem;width:11.375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQC0oQKGRJUl7UpiZ9xfO1vQsnedXcar { top:19rem;left:2.0625rem;width:13.5625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNMOzzVpHB4pL5QzfusfIArEyhXPUgBz { top:21.3125rem;left:2.0625rem;width:12.9375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw8khbtUBHEms186CWq0ApDTeKgImAmq { top:23.5625rem;left:2.0625rem;width:23.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnB0hN1GkJC9CLh1EmsZdEENef2lu3a8 { top:15.5625rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0qDJPZT4JshxnR7DF73Tw6iMrzErBp4 { top:17.625rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCOiFefbCJJ6IMt2mZ2VVLuqJzoywVP { top:19.875rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUE7oM2ifZ12RPDxx3t2FnW9EXMhi0s { top:22.1875rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61MppaxpTIKQ5nTHh8lIUmHhHexfR3d { top:24.4375rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzhgvtszcX519FQRVShBnTEvUOBDG1vC { top:28.625rem;left:2.0625rem;width:23.0625rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEs0SFy0NcXWS2DM1N8FqPCSzK70uXrD { top:31rem;left:2.0625rem;width:26.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Vep7sUNLiTLehgR610UbB4sTJoZ7pz { top:33.25rem;left:2.0625rem;width:29.6875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihHv3sOo8Z6TqP9hTXXVBnzE9q9hhp1D { top:35.5rem;left:2.0625rem;width:29.4375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5QXmFnrXQgNIrJoA8B72sz96RkmdC0i { top:37.8125rem;left:2.0625rem;width:26.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDJmvnOhb6gEmkLoRaoz0KDnutirvyx { top:40.0625rem;left:2.0625rem;width:34.5625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoTTe1iqGViQcpWr2W2Jhk2a8ADfdhAO { top:31.875rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw0vriCWO9uetyPWfcCNSQdfEzE1lLJD { top:34.125rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc0TzcyOTcvQ0O87M5CoTGpZSST9hVNy { top:36.375rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3ERGeikBNXgTrnLF0k0yZknonSHtMg { top:38.625rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7fUV6vIkzPZGlcvnugzV0CLo5AsEEd { top:40.875rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwd8MnHJ9TZ7ssHHdePW5l4MJ9TikUzQ { top:45rem;left:2.0625rem;width:23.0625rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhoiZTBMPNNLaFQCurIyKor3O4SCTeiz { top:47.375rem;left:2.0625rem;width:26.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpJoUGdWlrMhTLVTa99B1QOO8KTWf4TT { top:49.625rem;left:2.0625rem;width:26.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWq17D4m9z2bdNGF1ZQLo7TfHcDTh39 { top:51.875rem;left:2.0625rem;width:29.5rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfhuZGNgKcMyfMtoG8LKy6EXMLRgz1Pu { top:54.125rem;left:2.0625rem;width:31.625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeupR1FEZobrFU1F693vvcer9WfF7D9 { top:48.125rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOk6tcozgnBnarwgn1kBh3Ke5gVmJaN { top:50.375rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1ZkscIXAgqLGP8eOBZ0773chHd0ZAF { top:52.625rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRtqsz9xkOFfTSLwl8ybJUTkWeC5nTr4 { top:54.875rem;left:45.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W { display:block; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNRPErUHxfxPGbxo6RxnKRPlLzSrSpmN { top:6.8125rem;left:8.49951171875rem;width:18.125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-regular-label { width:33.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-text { width:33.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-textarea { width:33.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-select { width:33.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-button { width:33.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-checkbox-label { width:32.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S  { width:33.875rem;height:auto;top:14.5625rem;left:5.6875rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .radio-container { width:33.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S {display:block;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S { width:33.875rem;height:auto;top:14.5625rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #mPXWvqcezSn0TUGLnI7ZGMReJ5GxTh92 {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #LFx0R3PSTOsavxm1boUTIVeIQg0LDvP1 {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #TJAQXXWKReHQ9f5KV9shJcK7aUMWwUkE {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #uXD07L8TFKHQTaZ0enH8sNJlMPgitlyG {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #litTpk95aoDWAssKV7zWm95g1JFZ34us { display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #ay0ca8CeK5iI5NI3iGGk0Aoi29A9P2FZ {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #ldvezn7b7SkhmR1e2l7QkLExZ8CK2LSa {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #WeyN7lGkKEw6cSdQwkyxGwriJO1cOGGk { display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #wNnlOJd6MqJ5Ot2KGsi37agatp4tUuVt {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #Ist0SIktLU1hbu1Our6dArGOrqCK5Epp {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #Oy7qXKrmZtIrpbqPgSG45wNoe3QzVGbU {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #i0EV5JM75x00SLEJipWHeCfrTfBvKWgG {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #nKgaG0TIFeCKDCD0QFzuG68wDpTtZ8Tb {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #oTKEM805Ad7lmZQEDf8NZslaenFmq1ZO {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #LWpOy4NfTEOamb8gId8V3VwblwQ6f3eS {  }
 }@media only screen and (max-width: 763px) { #LBwViFEmQIxMReaKmdcyBpqx24uSBMMB { top:7.3125rem;left:27.1875rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3uLkvWqutr28LuBoknNx0ZiCVBbc5U { top:10.1875rem;left:4.3125rem;width:39.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2w5ThTma8UACe34DK1emG0tpsfinw8 { width:34.625rem;height:3.375rem;top:62.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6HomTLyLwo8y8nhTLx7TOu9gCnZHXq { display:block; }
 }@media only screen and (max-width: 763px) { #izgWVBIU1QxnwFJBTKCDLHkf9rChaueA { width:34.125rem;height:3.75rem;top:47.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgIAlbDfOyy6ROSnbth3wZTowSkAgOQ { display:block; }
 }@media only screen and (max-width: 763px) { #BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv { display:block; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv7ZDNucnMWvMfW2bkAgmg0Du7U5btWm { top:2.6875rem;left:17.000001907349rem;width:15rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpHATdAAiR2GooeTfwUkAo4V3H7ilnt { top:5.5rem;left:14.500001907349rem;width:18.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX { display:block; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #elhGtyZyhgVSw170ECL8aleTI8yoMIUI { display:block; }#elhGtyZyhgVSw170ECL8aleTI8yoMIUI > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORpsfHVHa6RfPqBNk05LzA52OEnnLGva { width:5.75rem;height:1.75rem;top:2.1875rem;left:11.312500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVp8gOKNh0GXDJONNxSd9QGrr7Titfms { width:6.8125rem;height:1.75rem;top:2.5625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRGcbs4oeNX8utkoF1kka5IPUe6ie6S5 { width:5rem;height:1.25rem;top:1.4375rem;left:4.9375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JIzs9uOEMUJNF2diMbegQ3BapnNx9L0B { width:5.4375rem;height:1.5625rem;top:1.1875rem;left:10.71875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00a94f, #006f34);background-image: -moz-linear-gradient(180deg, #00a94f, #006f34);background-image: -ms-linear-gradient(180deg, #00a94f, #006f34);background-image: -o-linear-gradient(180deg, #00a94f, #006f34);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a94f', endColorstr='#006f34' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a94f', endColorstr='#006f34' );";background-image: linear-gradient(180deg, #00a94f, #006f34);background-size:auto !important;display:block; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container { background-color: transparent; background-image: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container > .video-iframe-container { display: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row > .video-iframe-container { display: none; }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .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); }#rrsLOL2XRfr3XEKzMQah0igWgTNMzq3I > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeZHSyWFtOAIiteseTB00mMb39Dm03FZ { width:18.75rem;height:3.7rem;top:8.9625005722044rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ew1RAzuDAAo1R6AABnJgcSxseN9ELlMi { width:8.0625rem;height:2.625rem;top:5.5562505722046rem;left:10.906250357628rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #QvOUMGA2Kku1dX4BbkvBBXBeepiRoOOS { width:13.5rem;height:12.25rem;top:6.4140625rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #coax8uNh3w9kAWHsCeDe0G7phceJxaqw { top:8.875rem;left:0rem;width:20rem;height:2.0625rem;z-index:14999;font-family:"kanit medium";font-weight:700;font-style:normal;color:#ffffff;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HI1Ho9nL5EeBTWi7pcDoGPPaHmE6u8iV { top:29.3125rem;left:9.3125rem;width:2.375rem;height:2.375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pn2DLBW2IPoznNXpqUFiw4lse56TJeFc { top:32.4375rem;left:5.1875rem;width:10.3125rem;height:1.29980625rem;z-index:15001;font-family:"kanit medium";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KyMT7a130wNnTc6cw5ulDOLpC6tN9FUn { width:20rem;height:13.375rem;top:15.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Kto0MFOGO5VzFuM7bw6o9r4Ny1SDsvQQ { width:6.875rem;height:2.0625rem;top:4.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTlXxlJTT8ySCGO96VUVMZ5cnRXzVNrX { width:1.1875rem;height:0;top:38.14375rem;left:14.387502670288rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uRucAP4TlALfmgl1S349Rtt826anPXwP { width:17.5rem;height:3.6875rem;top:4rem;left:1.3125rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2vybH1aIMcOuTa5f0HJ9NfXMTaZXtT { width:10rem;height:2.5rem;top:8.9375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT6TshTvJLgBzZ8GzEbR1fTqEaVhaXN2 { width:20rem;height:auto;top:17.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fULxDvIUMrmcEFv8C3Ihw6zeSR8tBzDv { width:7rem;height:1.5625rem;top:5.125rem;left:10.75rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PfgJcaPZR7I1W3o67MF378SudE1VMxOJ { top:10.8125rem;left:0.0625rem;width:20rem;height:1.96875rem;z-index:15000;font-family:kanit;font-weight:400;font-style:normal;color:#ffffff;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PP3ifRVsMBs1mKECEUmkzyLP10bm5RFq { top:5.1875rem;left:9.25rem;width:1.0625rem;height:1.59375rem;z-index:15000;font-family:"kanit medium";font-weight:700;font-style:normal;color:#000000;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tpbny0oe4McbaZlM3pCKRFIOHrEJ417D { width:14.9375rem;height:1.29980625rem;top:4.4375rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE { background-color:rgba(129,210,164,0.1);background-image:none;display:block; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container { background-color: transparent; background-image: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container > .video-iframe-container { display: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row > .video-iframe-container { display: none; }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .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); }#fLdZ0HkWaz2HTuD9F1Xss38hAMewAQVE > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtaQZ4o7FZ9oiczBvsXJHVpnU7bVJyDL { width:20rem;height:15.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZe5T3hG3VTVhW0w359TyKwOH9SypVMi { width:20rem;height:auto;top:5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UVSA78ZsFFhRDKwJobL0zTcsdItiKfPS { width:20rem;height:auto;top:8.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tzoghwH2vdxq2BTR7BCSbzQUucvngkbo { width:20rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:1.5625rem;z-index:15004;color:#00a94f;display:block; }
 }@media only screen and (max-width: 763px) { #lq2qR2ZtNJTVd6NQynEbWhwovVzsaGfg { width:20rem;height:2.9248rem;top:10.000000953674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #mVLwTPCW51oGmbBmpNmVPyoXXxC3vS1k { width:20rem;height:1.4624rem;top:8.4625005722044rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OGqEafi4mdA19BzWno1kovwKhCl2HTVO { display:block; }#OGqEafi4mdA19BzWno1kovwKhCl2HTVO > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0cZmCMg7u24OyJSFKBGbeVrigt3T5l8 { width:17.25rem;height:1.4624rem;top:6.09375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsCR7axV4GH0XB5raE62kRXxwMd85TlI { width:20rem;height:2.03125rem;top:3.625rem;left:0.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQtDoFWbH2BIctW7idJz2Sn1uzWAXWuA { width:15rem;height:1.4624rem;top:20.25rem;left:2.5000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udlTPPQg3rbGZoHVUCb9qOqJ2lzaCFyV { width:13.0625rem;height:1.4624rem;top:60.4375rem;left:3.4374998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rM42veXlEhhZVMEHqTzo9pLRat4dlwSl { width:16.1875rem;height:1.40625rem;top:62.574996948244rem;left:1.9062501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8PNMdKrxZPQzKTDFQpWsHs5N4G2dt8T { width:17.625rem;height:1.4624rem;top:40.875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu6iPnW8LlLGgsfWS7wrhamAriMdxpSR { width:11.5625rem;height:1.21875rem;top:45.4375rem;left:4.1875rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yJqXEd4lsFZUVlFt2tAfz4p4SpG2ipnU { width:14.375rem;height:1.4624rem;top:82.25rem;left:2.8125001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2Rax6W0xzeFFEq9dG1833d2sf5aLxIN { width:12.875rem;height:1.21875rem;top:84.324996948244rem;left:3.5624998807907rem;font-size:0.9375rem;font-family:"kanit medium";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mq9TmzNODlXQTiCCxglcLwMmJp1HtXNI { width:11.875rem;height:1.21875rem;top:26rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSeZ8AnTF2lJxmlRWsKhCV1Kg4ODKhsr { width:10.3125rem;height:1.21875rem;top:86.484375rem;left:4.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNkLoUOi0rTf7P0Uf3q2OHCQR0oV1H7l { width:13.6875rem;height:1.9375rem;top:25.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfQR5dW802NeItdHp7goO3KyfMBCQGRf { width:13.75rem;height:1.9375rem;top:45.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmtMFM8Pmz61ScUTHpmHiCTWkyyEvGm { width:15.875rem;height:1.9375rem;top:86.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URSHhE2TacBlzGJUHqz47DvRJpbTJGxf { width:6.8125rem;height:7.125rem;top:11.000007629394rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxXTLqFcplPGV0s94izqeh898ffbLeo0 { width:6.9375rem;height:6.3125rem;top:32.75rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNWUeH4qSFImq6CUpTsU1DDDFIH65Puv { width:7.375rem;height:7.125rem;top:52.0625rem;left:6.9062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkkHEKgxuSElZci9eP2mamp7niMaEAD { width:7.1875rem;height:8.125rem;top:71.75rem;left:6.4062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #upT8TqLs4adTlhoA5y3W1xEk6cTPpyuA { width:6.875rem;height:1.40625rem;top:64.875rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Basz3U1fIyWyy4IwgTxf9SqggV37f2QP { width:17.6875rem;height:1.40625rem;top:43.012499332428rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWGavPhMZ53hC0pfOFG1yFeDVyD7huZD { width:9.625rem;height:1.9375rem;top:64.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHIbpIHc44i8WDmmLzNT2wgzImsiHNW { top:30.125rem;left:0rem;width:20rem;height:0.125rem;z-index:15021;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nOsOUDJIhoBNEbgulgIhGDl5ntOIiDOL { top:68.981246948244rem;left:0rem;width:20rem;height:0.125rem;z-index:15023;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #buiSyfIQC7SpLPiag3zbO2C3K3p6qoAl { top:49.875rem;left:0rem;width:20rem;height:0.125rem;z-index:15024;background-color:rgba(227,227,227,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q7Ule8OHW7Ee7uNQMf2Vx0QzsQT54Prn { width:15.875rem;height:2.4375rem;top:22.325000762939rem;left:2.0625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OM3FKbPCpKTyfsVSvEBlyHqdzM5H0xqL { width:18.125rem;height:1.13720625rem;top:88.625rem;left:0.9375rem;font-size:0.875rem;font-family:"kanit medium";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I { display:block; }#EcKaGMF3VtrdNbA0N97FDUrfyF2lWA4I > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K14lrnUDNTWsqvON9L1X6C850BVfPwci { width:9.5rem;height:1.6875rem;top:10.123046875rem;left:0.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qCvBiTd0lG8czdVwVEPmdcSQllaJAQbS { width:8.0625rem;height:3.1rem;top:9.4992179870606rem;left:11.718750357628rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xLsfiEXWw4QWmf8zixCbhLOdT6Q7111k { width:11.3125rem;height:1.6875rem;top:25.63720703125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmwZSytVIphTB2yfdHcpaDmq0cqNumBG { width:5.6875rem;height:3.5rem;top:4.8115234375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAkURbzCCrOOT6xZBM4TdKfH9A52livc { width:4.875rem;height:4.125rem;top:4.4990234375rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS9LIv6KnrVS6dpBcxSr8l9ELOdAP6oi { width:4.375rem;height:5.4375rem;top:19.46875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Vyi1VqBxfWZQeDaTdrF6KPQa5Xg5IA { width:5.6875rem;height:1.6875rem;top:25.63720703125rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR1d5VVQ2IMBvD9zLePLZVnh9A36rht2 { width:5.625rem;height:3.375rem;top:20.5rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUAtPP7XmwGffszFg4LoKEya2GUI2y7B { width:7.5625rem;height:2.8125rem;top:12.3125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykTH0iwO1heRfHUcqP1282qVCfzytC7l { width:7.625rem;height:2.8125rem;top:12.3125rem;left:11.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUhInnOqfKbeS0vvdAMfZc4zv9zue1hl { width:8.0625rem;height:2.8125rem;top:27.8125rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6s3ITRShnyqTGS71J8vFe4Zndt8G218 { width:5.0625rem;height:2.8125rem;top:27.8125rem;left:13.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBIwdwbNDOHwVGoyTlbXNa2rLfKykO0c { width:9.0625rem;height:1.6875rem;top:10.123046875rem;left:11.125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK { background-color:#12ce58;background-image:url("https://images.assets-landingi.com/uc/dccb778c-e619-4382-ab38-473f586bda28/KPaymentGateway1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK.adaptive-delivery-prevent-bg, #fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK.lazyload, #fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK.lazyloading { background-image: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { background-color: transparent; background-image: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container > .video-iframe-container { display: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row > .video-iframe-container { display: none; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .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); }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { border-width: 0; border-radius: 0; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFeyaD26CvOmTZTbB4iqVNV6Bp9xQTcK > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afsCT3O9qWr74z5hOeHcIKQBVTgqk4Sb { width:18.375rem;height:23.15625rem;top:10.06005859375rem;left:1.8125rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #T6WwCu38msIkfRQn0GgTxZzpsWqXJZHo { width:11.3125rem;height:2.34375rem;top:4.7421875rem;left:4.34375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IoC5mi4sumOADXmX4gyUWSU1pVpTrEHp { width:1.25rem;height:1.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt66hEUbkrnIIkIvI3mJaPvBGh7yngD1 { width:1.25rem;height:1.25rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8moalNP6UkAzqmbswELrwpT8UU6Ky3T { width:1.25rem;height:1.25rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9SVWC8IAp28G4bvQIqE9wI72k7tE8F { width:1.25rem;height:1.25rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRvOCG59G7tyJ2LZ4hRDQRxDet3qtBpy { width:1.25rem;height:1.25rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryWBGiDxyZIaPgr8QmpvqecsDqgSKGe0 { width:16.75rem;height:3.25rem;top:4.2890625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL { display:block; }#mCkx2L4u0R2qcn8q7GTBMa05noi4ivxL > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqGoFGtqJqnptv9xO8Zmv55GPxHwG9DQ { width:14.25rem;height:2rem;top:1.8078117370606rem;left:2.5000001192093rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UCLXz0wigvEHQWgQluKM1hzTFsiB01Tv { width:1.875rem;height:1.45rem;top:16.361718356609rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6xpJadp4spoqx8MhZPAKdanoGnLAkJ0 { width:8.625rem;height:2.625rem;top:24.5625rem;left:11.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvfDb0IzZBgoPofvwZkUqxOrSmrnTiJH { width:7.9375rem;height:1.35rem;top:33.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnaDthq1Xy0x2BlLZLC4fizbeT4JodQQ { width:10.4375rem;height:3.9375rem;top:40.1240234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0tMuXyx7TGHuooZpra7PWAHRpptt1QV { width:4.5625rem;height:1.3808625rem;top:36.9873046875rem;left:13.25rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iLTSaUifNwXvfCt5hMllc64FeeKDN2qo { width:8.4375rem;height:2.7rem;top:17.749217987061rem;left:11.062500357628rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ur3hAA4JJ0pU4DQOs5kfQw9AWsmAJGrd { width:8.875rem;height:4.21875rem;top:38.71240234375rem;left:11.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFp4xB3uJi221Lfhh4LTns5U9ASgEABU { width:5rem;height:4.3125rem;top:15.498046875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1LF0etZgnb5fwDzT5Np7xzutB85I928 { width:5.0625rem;height:3.9375rem;top:31.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvhZRhHrwGisTUpvTrARX2DJeLEPbnQU { width:4.0625rem;height:4.625rem;top:15.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM77uSqpcEMC33Lk62ydcUagJkvMV8sn { width:5rem;height:4.0625rem;top:31.34375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJz41sUhX2hmRQ1I61yupNZG39yIJl1W { width:7.5rem;height:7.125rem;top:9.9375rem;left:1.4375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #tXWcoHAtmFp4J7STgolequHH9RX5MhzT { width:9.375rem;height:2.625rem;top:24.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubHr9FZ5sUlTaXundkoEH2FvJi83g58t { width:5.875rem;height:2.7rem;top:16.411716461182rem;left:1.8750001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zrAzCCocKZpQdiklraXgXZhA7nZnaOdv { width:2.6875rem;height:1.45rem;top:16.361718356609rem;left:11.062500357628rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k08lDLDPAn0POgDf9tcVf7APumcTgC4F { width:3.125rem;height:1.45rem;top:32.300002276898rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGprTftOLzJRh1ypCA4aOKWC7mcfz0nk { top:3.84375rem;left:0rem;width:14.125rem;height:1.86865rem;z-index:15019;font-family:"kanit medium";font-weight:700;font-style:normal;font-size:1.4375rem;text-align:center;text-align-last:center;color:#00a94f;display:block; }
 }@media only screen and (max-width: 763px) { #R9dZzWesNFFNXuP4mBWBT20LrkA7yLqG { top:21.3125rem;left:1.125rem;width:7.4375rem;height:2.76171875rem;z-index:15020;font-family:"kanit medium";font-weight:700;font-style:normal;font-size:1.0625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o02bVt27N9hb6d6DeK3o8ydBBLlnyUo0 { top:21.3125rem;left:11.1875rem;width:8.375rem;height:2.76171875rem;z-index:15021;font-family:"kanit medium";font-weight:700;font-style:normal;font-size:1.0625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJgqb4RGTpN9JI44RteATsqgQcRThSUF { top:36.9873046875rem;left:0.9375rem;width:7.4375rem;height:2.761725rem;z-index:15021;font-family:"kanit medium";font-weight:700;font-style:normal;font-size:1.0625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9tdgeAzZG3R03tPvzVl7sGDIK97xA8i { width:20rem;height:auto;top:6.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #suRMOMI35sTi1KuVnuf0t6Uk69IVa7nx { width:5.8125rem;height:1.75rem;top:3.796875rem;left:13.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G7lm8tRysm3Sp0dIGde2knUWdm4zpxK4 { width:12.5rem;height:9.5625rem;top:21.25rem;left:3.75rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #pdKA3axdNc9l0RaHZ1NXziTG0oxRvChi { width:12.5rem;height:9.5625rem;top:21.3125rem;left:3.75rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #VPvMEsGmk2emXJ3564gIAPTDgTvwixgD { width:12.5rem;height:9.5625rem;top:21.4375rem;left:3.75rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #TMWh8rQ7hs8O9T7fX0NF9pOqacNhugkb { top:6.25rem;left:0.09375rem;width:20rem;height:5.84960625rem;z-index:14995;font-family:"kanit medium";font-weight:700;font-style:normal;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhCgQhaNbSAPofCi62dEOdHrkQeSyozD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8530c568-6bd3-48d5-86e9-a20ed29ef075/Asset1112x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD.adaptive-delivery-prevent-bg, #WhCgQhaNbSAPofCi62dEOdHrkQeSyozD.lazyload, #WhCgQhaNbSAPofCi62dEOdHrkQeSyozD.lazyloading { background-image: none; }#WhCgQhaNbSAPofCi62dEOdHrkQeSyozD > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DOcsUqlRVapIK9iTsGEcboZsc9yh57q4 { width:20rem;height:auto;top:5.4375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fLRKg1HLieEscZcdHGEmsSc1z1dM7Pav { width:20rem;height:1.7871125rem;top:9.02490234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrGqZPn0mTLk4PXz2sSXum7EXCDpgcoJ { width:14.3125rem;height:20.8125rem;top:14.96142578125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0d8ohpwsxXcoUoz1tTKvy1QW8L4hfHe { width:19.3125rem;height:1.4624rem;top:11.125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtKtnfTzdTL4L3hwwgwbzFctrF15h18A { width:9.875rem;height:3.9375rem;top:42.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxheIiPiP1CRyJ3xkvwueotaVIoAcWSt { width:8.625rem;height:2.625rem;top:42.25rem;left:11.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kEF9v8dbrEm3EyCJpTiKoxSZGguMVLHC { width:10.125rem;height:2.625rem;top:53.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kqf1TAz3nCOf7Ssw92lnh2GBK8ks1JVR { width:8.375rem;height:3.9375rem;top:53.3125rem;left:11.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BIa247te1wA8KTQ50eT0ffs03At3cLly { width:10rem;height:3.9375rem;top:65.412109375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrBTd2LazJEpPU1v5nzOogiK956FXsOT { width:9.375rem;height:3.9375rem;top:65.412109375rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sIB8uDVHROcklim91ormGO7JIymrsvyH { width:5.5625rem;height:5.5625rem;top:15.89892578125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmP8q2JXebxcfrymqDym0QFuMkNycgos { width:3.875rem;height:3.875rem;top:37.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfRxRpkgIlo0TR1Jeo0TRx73Rt0G9g0R { width:3.875rem;height:3.875rem;top:37.625rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhn2pMeqV3whehTI401RCbZQ7AxGmqxk { width:3.875rem;height:3.875rem;top:48.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAHwk1FvCrl8t53VrDzJoIPnowtRn9N { width:3.875rem;height:3.875rem;top:48.6875rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3fI0nLyyWde1Hybwb8A3qFATBHz6FZ { width:3.875rem;height:3.875rem;top:60.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQOKWgQG4K9RJ7afuIATi6lv4t0zXbVF { width:3.875rem;height:3.875rem;top:60.1875rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agpe9oNhfFredmcO6cPu1LquDzd2lHEr { width:20rem;height:4.0625rem;top:3.58740234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/29b4abaa-e8b0-4d1c-bee3-155481b82395/Asset1122x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER.adaptive-delivery-prevent-bg, #O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER.lazyload, #O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER.lazyloading { background-image: none; }#O3HVJP43h1hIHPUi5CyOp61PNSF8x2ER > .row .container { width:20rem;height:65rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WLXkOcSGTxLToKEiW1MALHsmr5BSV5MK { width:20rem;height:2.92480625rem;top:6.7109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNk1z37CoeLXQJNtmZftNqQ5ftUMmtBO { width:20rem;height:6rem;top:30.546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpxtmAHfl7Fixv8TkUKRREUt1kUmE1VV { width:19.8125rem;height:2.92480625rem;top:26.78515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWGzhM5Vp1JqtatGCpgJT74Bol9DnREF { width:20rem;height:1.4624rem;top:40.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kr3szTq07v0sfmGIe4GkfPGrQKoge10C { width:5.0625rem;height:1.5rem;top:43.375rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xi7CIiTUyHoXZ7QVt9FdglxXmkxmRKaG { width:6.9375rem;height:2.5625rem;top:42.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTvyL5aQ4qkiAwnbFvsi5e0aMrMs3VXz { width:14.5625rem;height:3.57421875rem;top:46.125rem;left:2.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrFMMN5RBytV5OLrLWMvafqIr2ythuH8 { width:20rem;height:2.92480625rem;top:50.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDxqTxTqibQOtOJvu8iTK8xuq166UIfr { width:17rem;height:1.5rem;top:54.4375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3OFgPeTIQOCgvcIHT9vTc8ZmlNf1dq6 { width:12.5rem;height:1.5rem;top:56.1875rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L6nxGJaaHBQlgz93c0cmqGgSKagWIFmK { width:14.6875rem;height:1.5rem;top:57.9375rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mxoUboP1JhKbCfeprJTp327Z0WEComqE { width:1.0625rem;height:1.0625rem;top:54.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgHLT8rNF4TNdeCWwsbcW1wqpXbAMPlC { width:1.0625rem;height:1.0625rem;top:56.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5QTPz1EpH63anw1sSbFNxv7pl03Acm { width:1.0625rem;height:1.0625rem;top:58.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mUIxmQO8Ieb5cNTnbeCQlvOhFzu23U { top:12.3359375rem;left:0rem;width:20rem;height:11.75rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TukieVq5vMu0UlsJ1HJxcoGEIcm3RUaU { width:20rem;height:1.7871125rem;top:4.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WreoTFwVMh5vRPLliMUf0AoqliC8RexT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(129,210,164,0.15), rgba(255,255,255,0.2));background-image: -moz-linear-gradient(180deg, rgba(129,210,164,0.15), rgba(255,255,255,0.2));background-image: -ms-linear-gradient(180deg, rgba(129,210,164,0.15), rgba(255,255,255,0.2));background-image: -o-linear-gradient(180deg, rgba(129,210,164,0.15), rgba(255,255,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d2a426', endColorstr='#ffffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d2a426', endColorstr='#ffffff33' );";background-image: linear-gradient(180deg, rgba(129,210,164,0.15), rgba(255,255,255,0.2));background-size:auto !important;display:block; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container { background-color: transparent; background-image: none; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container > .video-iframe-container { display: none; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row > .video-iframe-container { display: none; }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .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); }#WreoTFwVMh5vRPLliMUf0AoqliC8RexT > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTt3hgkc6MwzJrPVqnbszdNueKVFihn { width:11.3125rem;height:2.34375rem;top:3.4296875rem;left:4.34375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B0egD8wiaXxhyzVTLPpJ9tFo2mzCDWwM { width:20rem;height:21.75rem;top:6.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmOEklxXfmxmBrfRCSDecZDiopkeZyw { background-color:transparent;background-image:none;display:none; }#TSmOEklxXfmxmBrfRCSDecZDiopkeZyw > .row .container { width:20rem;height:58rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UxC6Hr0BaN01X8Kk2VJnE0OMND6apg0O { width:16.6875rem;height:1.78125rem;top:9.3984375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #qdHvM2VtKw9zarMd5sV3pWXVbMHTRlIb { width:11.3125rem;height:2.34375rem;top:2.8046875rem;left:4.3437498807907rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JqTnISgdUST9iGuQyB3aTd7LOtQXZy4u { width:20rem;height:2.01855625rem;top:6.9921875rem;left:0rem;font-size:1.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #CZD08NyRCns3hliOTHVMR3MM7Q8upJ3w { width:11.375rem;height:1.78125rem;top:11.1796875rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DQC0oQKGRJUl7UpiZ9xfO1vQsnedXcar { width:13.5625rem;height:1.78125rem;top:12.9609375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #eNMOzzVpHB4pL5QzfusfIArEyhXPUgBz { width:12.9375rem;height:1.78125rem;top:14.7421875rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Cw8khbtUBHEms186CWq0ApDTeKgImAmq { width:18.25rem;height:3.5625rem;top:16.5234375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #SnB0hN1GkJC9CLh1EmsZdEENef2lu3a8 { width:0.625rem;height:0.625rem;top:9.9765625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0qDJPZT4JshxnR7DF73Tw6iMrzErBp4 { width:0.625rem;height:0.625rem;top:11.7578125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCOiFefbCJJ6IMt2mZ2VVLuqJzoywVP { width:0.625rem;height:0.625rem;top:13.5390625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUE7oM2ifZ12RPDxx3t2FnW9EXMhi0s { width:0.625rem;height:0.625rem;top:15.3203125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61MppaxpTIKQ5nTHh8lIUmHhHexfR3d { width:0.625rem;height:0.625rem;top:17.1015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzhgvtszcX519FQRVShBnTEvUOBDG1vC { width:20rem;height:1.78125rem;top:19.81005859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #UEs0SFy0NcXWS2DM1N8FqPCSzK70uXrD { width:16.8125rem;height:3.5625rem;top:21.59130859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #U1Vep7sUNLiTLehgR610UbB4sTJoZ7pz { width:17.3125rem;height:3.5625rem;top:25.15380859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ihHv3sOo8Z6TqP9hTXXVBnzE9q9hhp1D { width:16.0625rem;height:3.5625rem;top:28.71630859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #K5QXmFnrXQgNIrJoA8B72sz96RkmdC0i { width:15.6875rem;height:1.78125rem;top:32.27880859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #EJDJmvnOhb6gEmkLoRaoz0KDnutirvyx { width:17.5rem;height:3.5625rem;top:34.06005859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #PoTTe1iqGViQcpWr2W2Jhk2a8ADfdhAO { width:0.625rem;height:0.625rem;top:22.21630859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw0vriCWO9uetyPWfcCNSQdfEzE1lLJD { width:0.625rem;height:0.625rem;top:25.77880859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc0TzcyOTcvQ0O87M5CoTGpZSST9hVNy { width:0.625rem;height:0.625rem;top:29.21630859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3ERGeikBNXgTrnLF0k0yZknonSHtMg { width:0.625rem;height:0.625rem;top:32.85693359375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7fUV6vIkzPZGlcvnugzV0CLo5AsEEd { width:0.625rem;height:0.625rem;top:34.68505859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwd8MnHJ9TZ7ssHHdePW5l4MJ9TikUzQ { width:20rem;height:1.78125rem;top:39.24755859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #AhoiZTBMPNNLaFQCurIyKor3O4SCTeiz { width:17.5rem;height:3.5625rem;top:41.02880859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #OpJoUGdWlrMhTLVTa99B1QOO8KTWf4TT { width:16.4375rem;height:3.5625rem;top:42.81005859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #cFWq17D4m9z2bdNGF1ZQLo7TfHcDTh39 { width:14.75rem;height:3.5625rem;top:46.37255859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TfhuZGNgKcMyfMtoG8LKy6EXMLRgz1Pu { width:15.5625rem;height:3.5625rem;top:49.93505859375rem;left:0rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #RTeupR1FEZobrFU1F693vvcer9WfF7D9 { width:0.625rem;height:0.625rem;top:41.60693359375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOk6tcozgnBnarwgn1kBh3Ke5gVmJaN { width:0.625rem;height:0.625rem;top:43.59130859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1ZkscIXAgqLGP8eOBZ0773chHd0ZAF { width:0.625rem;height:0.625rem;top:46.90380859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRtqsz9xkOFfTSLwl8ybJUTkWeC5nTr4 { width:0.625rem;height:0.625rem;top:50.49755859375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W { background-color:rgba(129,210,164,0.15);background-image:none;display:block; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container { background-color: transparent; background-image: none; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container > .video-iframe-container { display: none; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row > .video-iframe-container { display: none; }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .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); }#rTrfF3zouysTRN0T3t8SGOFXhR6ZUN7W > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNRPErUHxfxPGbxo6RxnKRPlLzSrSpmN { width:13rem;height:2.0625rem;top:3.0234375rem;left:3.4999998807907rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.875rem;overflow:hidden;height:auto; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.4;overflow:hidden;font-size:1.125rem;height:2.875rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000;font-size:0.875rem;overflow:hidden;height:auto;line-height:1.8; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-container:first-of-type{padding-top:0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .widget-container:last-of-type{padding-bottom:0;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S  { width:17.5rem;height:auto;top:13.01171875rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S {display:block;}#EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S { width:17.5rem;height:auto;top:13.01171875rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #mPXWvqcezSn0TUGLnI7ZGMReJ5GxTh92 {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #LFx0R3PSTOsavxm1boUTIVeIQg0LDvP1 {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #TJAQXXWKReHQ9f5KV9shJcK7aUMWwUkE {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #uXD07L8TFKHQTaZ0enH8sNJlMPgitlyG {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #litTpk95aoDWAssKV7zWm95g1JFZ34us { display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #ay0ca8CeK5iI5NI3iGGk0Aoi29A9P2FZ {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #ldvezn7b7SkhmR1e2l7QkLExZ8CK2LSa {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #WeyN7lGkKEw6cSdQwkyxGwriJO1cOGGk { display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #wNnlOJd6MqJ5Ot2KGsi37agatp4tUuVt {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #Ist0SIktLU1hbu1Our6dArGOrqCK5Epp {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #Oy7qXKrmZtIrpbqPgSG45wNoe3QzVGbU { display:block; }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #i0EV5JM75x00SLEJipWHeCfrTfBvKWgG {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #nKgaG0TIFeCKDCD0QFzuG68wDpTtZ8Tb {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #oTKEM805Ad7lmZQEDf8NZslaenFmq1ZO {  }
 }@media only screen and (max-width: 763px) { #EZto6SL0bGtvLKDWhmRa1wTF9D2f2F9S #LWpOy4NfTEOamb8gId8V3VwblwQ6f3eS {  }
 }@media only screen and (max-width: 763px) { #LBwViFEmQIxMReaKmdcyBpqx24uSBMMB { width:11.25rem;height:2.125rem;top:5.4609375rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3uLkvWqutr28LuBoknNx0ZiCVBbc5U { width:20rem;height:3rem;top:8.82080078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #es2w5ThTma8UACe34DK1emG0tpsfinw8 { width:19rem;height:3.375rem;top:66.69873046875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SH6HomTLyLwo8y8nhTLx7TOu9gCnZHXq { display:block; }
 }@media only screen and (max-width: 763px) { #izgWVBIU1QxnwFJBTKCDLHkf9rChaueA { width:17.875rem;height:3.25rem;top:47.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgIAlbDfOyy6ROSnbth3wZTowSkAgOQ { display:block; }
 }@media only screen and (max-width: 763px) { #BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv { display:block; }#BU4pN84JLBaT4V7wxqvLqfdaK10WxnHv > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv7ZDNucnMWvMfW2bkAgmg0Du7U5btWm { width:13.375rem;height:1.86865rem;top:1.875rem;left:3.3124998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpHATdAAiR2GooeTfwUkAo4V3H7ilnt { width:15rem;height:2.0625rem;top:4.3492164611816rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX { display:block; }#JVo56SOhHfxpDFVodm3pCPX8d8HKe5NX > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }