.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:0,47,74;--color-primary-1:11,33,49;--color-primary-2:0,23,58;--color-primary-3:0,18,49;--color-primary-4:0,10,30;--color-secondary-0:255,210,0;--color-secondary-1:255,213,0;--color-secondary-2:248,246,0;--color-secondary-3:245,183,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:238,238,238;--color-tertiary-3:144,144,144;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c05de78b-d019-4a14-8f54-3aa8ed08e681/BGSec1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF > .row .container { border-width: 0; border-radius: 0; }#skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:none; }#mXk6oHQmf1Ng4qbHUguV3xqQOtEorZED { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3351764678955rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4mktublDiLs98VHUMlVizQB6ftHbbux { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0152978897095rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSHVFmEZouEd1eT0MtA6i4iwXId9Tfkq { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:17rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UET4dwQHnV0mTDlvI8DZHHvISZB27CqT { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy > .row .container { border-width: 0; border-radius: 0; }#fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:none; }#v6BAX4M9m519BpnzpJDR8SgyhNf2Ey59 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7099609375rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8Tu9UxTOrVQo78Iki2dmApXKr2k0uWT { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5773429870606rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXacF3guX64Qg8pwNXJL17TQDyER7Ltc { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:17rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNaVwdngi7NqV8L4RiEXdo3gmqR4Au0M { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh { 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/7ebb1ed5-ff25-4771-8e4c-b78ab815de2b/SGC66.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; }#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh.adaptive-delivery-prevent-bg, #CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh.lazyload, #CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh.lazyloading { background-image: none; }#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh > .row .container { border-width: 0; border-radius: 0; }#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:none; }#lO5VT9VWJsVW15IfO7ybHHEBNlwDf5Cn { 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:18.9375rem;width:18.9375rem;top:7.15625rem;left:17.4375rem;overflow:hidden;display:block; }
#zFTOAdldZTCy5vPJCERufn4vdWPZV8uW { position:absolute;display:block;z-index:15001;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:19.25rem;width:19.25rem;top:7rem;left:40.875rem;overflow:hidden;display:block; }
#zH6ZqRcDUDK8IfzVupKTghZtbp7ZcP4P { color:rgba(var(--color-secondary-2),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:33.75rem;left:22.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b70OM43T65RE3ACCm9uWHN4JZQpgcNDE { color:rgba(var(--color-secondary-2),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.0625rem;left:9.375rem;height:6.5954625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCNINehIpJ4yZqTzaJoTGpr5IWkoPTbq { color:rgba(var(--color-secondary-2),1);display:block;width:36.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.25rem rgba(var(--color-tertiary-4),0.5);top:1.7181396484375rem;left:19.375rem;height:5.99975625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x > .row .container { border-width: 0; border-radius: 0; }#lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:none; }#qZE00gcWAprL0Ls5XosfnxN4kR2lM0DO { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7099609375rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NlDQN2RxNeIUJGaTRuUXGnAnSGAM4uIp { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5773429870606rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3l72UHXfwwbqkbMupRAg2AmVsNKUQTB { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:17rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbxwACOvk5akIkVgtJxr8JKoo9btSGur { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #15b5fa, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #15b5fa, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #15b5fa, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #15b5fa, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #15b5fa, rgba(var(--color-tertiary-0),1));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; }#cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE > .row .container { border-width: 0; border-radius: 0; }#cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:none; }#G3CwIkwmF3rVJN5OlwbZRqxWtkz9RpAL { 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:18.4375rem;width:55.3125rem;top:3.125rem;left:10.4375rem;overflow:hidden;display:block; }
#MOnSwpDn4FBUgb267tJnnVTfmee3tHkr { position:absolute;display:block;z-index:15001;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:9.3125rem;top:2.0625rem;left:32.625rem;overflow:hidden;display:block; }
#CnxKdXPzobyla4XQ3vWZDuOVcUa0XaS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:"ibm plex";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.4375rem;left:19.375rem;height:7.96385625rem;display:block; }
#wF1TGaAVA4QxrzZnGOQOUmzdiLDUBVOe { color:#0d3845;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.49365234375rem;left:24.875rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eeoEWtM0TqVA7ExSW70U1gvQ8CbFP1lG { 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:4.375rem;width:15.125rem;top:29.875rem;left:42.75rem;overflow:hidden;display:block; }
#uEF8n6wTolP9HuzApQPsTc2lO4MofWRi { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.03125rem;left:38.0625rem;display:block; }
#I9epu5zAbpAOf529eXBKp1X6IOLbpUba { color:#0d3845;display:block;width:20.8125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.66259765625rem;left:39.9375rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#RCnwEHtdTRHy1AcwTfCfh6s6HGn80LKN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AwOgUkXeSAw4lT7J6snvDVRcK4qGPMuw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.125rem;top:29.875rem;left:20.875rem;overflow:hidden;display:block; }
#XnJ3GLEhSU3REH1LDwb51wJDuawkKNyF { color:#0d3845;display:block;width:19.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:18.25rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b700;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp > .row .container { border-width: 0; border-radius: 0; }#CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:none; }#AJD03d02L96F7DTmytGWnne8RMJmqtR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3351764678955rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LF16F5ra0n9hIlhe1U3rWnM5rLCV2tLs { color:#0031ff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0152978897095rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anLkn3OKk6wtAtb2RmWNVARQWD9XgW3E { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.52978515625rem;left:17rem;height:1.49963125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NF34ucOBsN3cagh6aS8ydFGmKEK1gvOf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6648440361025rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d70000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T > .row .container { border-width: 0; border-radius: 0; }#fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:none; }#RecTQ4g8xi5SKSNs1ANtfJrnbigKLRSg { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwUeWbgz19rPF9KTGCTdXpvn4th244bN { color:#ecff00;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.2002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8oA0ktQafSgUsMcZvu0MSeUqeml76Wp { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.9287109375rem;left:17rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT { 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-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));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; }#hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT > .row .container { border-width: 0; border-radius: 0; }#hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:none; }#owBWaxlSAMfXKth3Neaw4zI6ziVUAfwE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:45.125rem;top:0rem;left:14.9375rem;overflow:hidden;display:block; }
#vlprD6pfCeQAR1hZNi6mn2bOa82c3Avt { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:13.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Tr21Ki54wvfbSWFq2JVgW6mczUQ5e4Db { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:30.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wwWunOJ6MF5z3CqM3MgwbQPxdPPbPByy { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:47.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#siw0esw6G3WARvBDk6M8q70XERau2dvU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:9.375rem;width:5.125rem;top:21.853515625rem;left:22.5rem;overflow:hidden;display:block; }
#hC6x5n3bVoDytBqOJ3bOo4pVGITidiwu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.40625rem;left:12.3125rem;display:block; }
#P6uaXhhxkk0eIhFluG8XO3ySU2yAOx31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhefyyeZC20vzXynSW7K5BSEqsT3H9g7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.40625rem;left:29.5rem;display:block; }
#k2pR77vxxxhlhEgChblpECTWw0wUztoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIzS93MrbouRwFA3EaeGCLovGEZyfg6o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:15.40625rem;left:46.6875rem;display:block; }
#aFduRvXGWAnb3TRc7PBBrMCIJM7A26Lw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KumO41GuQU2rn2ORV2NCpu9Oe2KP3NTU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.81591796875rem;left:14rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#X1vWgxzUWyvDxTxHAhcO3d9xRFook59p { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:27.728515625rem;left:16.4375rem;overflow:hidden;display:block; }
#kRi3WlcsdUnRVwQHuQ4WX5ur9uq52qL2 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:25.822265625rem;left:12.6875rem;overflow:hidden;display:block; }
#SWvcIHJoDQlhtvuMh8ApmeiBW3c8UDWV { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:23.791015625rem;left:16.4375rem;overflow:hidden;display:block; }
#ZTVADnAosER3TiopghH3ohk095uZ0Ek2 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:21.853515625rem;left:12.6875rem;overflow:hidden;display:block; }
#krblA8elz8F0V2PsdenM53PiodOlDb9H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.84375rem;left:31.25rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#VRl6cTt28vs5st28q176o0SaUrw5HudS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.84375rem;left:48.4375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#sBGdz31xf9oQsxPacKKAtBMyWdT4mHDE { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;width:14.0625rem;top:15.6875rem;left:31.25rem;overflow:hidden;display:block; }
#DDHdZkbIeU7CnlfwioXpT2wBT5HTMcPJ { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:16.0625rem;top:21.603515625rem;left:46.6875rem;overflow:hidden;display:block; }
#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbcd2;background-image:url("https://images.assets-landingi.com/uc/62f5b9bb-94bf-4c38-aee0-63f25c55159f/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u.adaptive-delivery-prevent-bg, #g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u.lazyload, #g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u.lazyloading { background-image: none; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u > .row .container { border-width: 0; border-radius: 0; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#D0DHpUpgXoga3LkIQI5yoOVNPEvURtyH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:21.8125rem;top:24.207763671875rem;left:15.811767578125rem;overflow:hidden;display:block; }
#RfyfcF4FCRXkVITvmWXIokE6MQMrOE1f { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:21.3125rem;top:24.049682617188rem;left:39.181640625rem;overflow:hidden;display:block; }
#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio { position:relative;display:block; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio { background-color: transparent; background-image: none; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container > .video-iframe-container { display: none; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row > .video-iframe-container { display: none; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .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); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio { border-width: 0; border-radius: 0; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hhq3cw7HE0H0qT817Ch6aOkvu8AsyNXX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NXP2cMxhbReSIfBKSC2GXxWdngvhZ75i { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dM5DeViJroFF1MZveuJvrwKMuPqI1WuO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;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: 0.125rem 0.125rem 0.3125rem rgba(137,233,255,0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.6875rem;left:30.5625rem;display:block; }
#NcJnObMPdW66vurCbnFQ2nahfruChMi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuUTr5EbrIfMCCITqeT52v0XA8Nlush2 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.060546875rem;height:4rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:46.875rem;left:25.4697265625rem;display:block; }
#oa1ZtNrapglT1SLtyqMUufS93iS8TgdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZG3oZ8kuBKvTz7wcFaRyAG4TLymNhgeO { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.3125rem;left:3.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSR58eHEB1kvPnVxc8KF58bHQsiXMLD5 { color:#00d0ff;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #00133c;top:5.904296875rem;left:3.1875rem;height:6.5rem;font-style:normal;display:block; }
#GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1875rem;left:4.4375rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o { color:rgba(var(--color-tertiary-0),1);display:block;width:20.248046875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.90234375rem;left:4.4072265625rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#h0UO94PsdMgHfywFMmD6KiOuAZe1ORRn { color:rgba(var(--color-tertiary-0),1);display:block;width:44.74875rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.93701171875rem;left:17.625rem;height:2.6806625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#zxtGl6UuWbkk2XNPaEx0niCABSTaXdfo { position:absolute;display:block;z-index:15001;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:6rem;width:17.3125rem;top:1.125rem;left:29.384765625rem;overflow:hidden;display:block; }
#I7rA9S0FwTPIRAChVhm2euoUMutNgpFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AAs26g5dBI6DC083U7Ui1XGpPtV1PPZw { color:#00d0ff;display:block;width:29rem;position:absolute;font-family:poppins;font-size:5.3125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #00204f;top:10.75rem;left:6rem;height:6.90625rem;font-style:normal;display:block; }
#mxWdnnkyHiBAJNV4xDK2WuT9RaAflsVd { position:absolute;display:block;z-index:14999;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:39.625rem;width:48.8125rem;top:5.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#PS9fKHqs5GW7gk9oHVRyF097hnJTA1r6 { position:absolute;display:block;z-index:14998;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:61.875rem;width:65.75rem;top:0rem;left:20.570568647541rem;overflow:hidden;display:block; }
#KJJm5wglZ2hGseChi6RCccieJ88Z14Is { color:rgba(var(--color-tertiary-0),1);display:block;width:44.74875rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.93701171875rem;left:17.625rem;height:2.6806625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1875rem;left:4.4375rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c596f, #001256);background-image: -moz-linear-gradient(180deg, #1c596f, #001256);background-image: -ms-linear-gradient(180deg, #1c596f, #001256);background-image: -o-linear-gradient(180deg, #1c596f, #001256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c596f', endColorstr='#001256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c596f', endColorstr='#001256' );";background-image: linear-gradient(180deg, #1c596f, #001256);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; }#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 > .row .container { border-width: 0; border-radius: 0; }#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#RUqAsGh53APSofM7kEDVHfxdmy9HcNo6 { position:absolute;display:block;z-index:15056;background-color:#d82b2b;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.1234375rem;width:6.99925rem;top:21.875281572342rem;left:60.0625rem;display:none; }
#MwAzKQFQ71I9VTztcCTD2UVuMQQD6TMy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:24.11874961853rem;left:54.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ecNshIudnoe37a8xQhr229FGVeFUrOQs { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:35.25rem;width:58.125rem;top:10.5625rem;left:8.4375rem;display:block; }
#bKGEkb69rxhgBvCz8Gg0FQ4RnuzIgXnE { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15106;background-color:#970e0f;background-image:none;top:39.1875rem;left:40.6875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#qvzNS7WubtcGIKSPOx5Q21c0JdB5CzsW { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:41rem;left:44rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5u6A44y07iIatdPPoFO35ZTmhO2kiHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15108;line-height:1.5;letter-spacing:0;top:40.375rem;left:37.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wb7AT7Zzm758TOwWtk1TJE8fG9b3A4sv { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15109;line-height:1.5;letter-spacing:0;top:45.625rem;left:37.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ibCpJbvbySQutaKk9DB2Lyr6VpQUqBb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:18.56201171875rem;left:11.654663085938rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#psi3KyfmEpAgdFlXIoMHET9GcHragaO9 { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.1875rem;left:38.8125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySVNNVU6tHLE63MWhy420Bda32Vf6bq9 { box-sizing:content-box;height:0.125rem;width:57rem;position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;top:26.8125rem;left:8.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#logt4eUb5WUBkXA6Ul2cnulJ3G9w2nd7 { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.249267578125rem;left:11.654663085938rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vCLn5lBkEviTwF3WfTfmDH38Ef6dqnB0 { color:#facc6c;display:block;width:55.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:3.1243896484375rem;left:8.4375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUck3sw0vXqAq4lQ0SdMT9aLE3wdkBT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:31.5rem;left:39rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#adgrwAGVhs13h3zyMc9pRwMfzW4oeryO { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.78759765625rem;left:21.99853515625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJlf65Aq9Le984iRSnKRbCOxa796mwgI { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:24.875rem;top:12.125rem;left:38.625rem;overflow:hidden;display:block; }
#JHFh9MtC2lzJnwLMhvs8ctwDaIPTlUOI { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:24.3125rem;top:27.8125rem;left:9.9970703125rem;overflow:hidden;display:block; }
#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c596f, #001256);background-image: -moz-linear-gradient(180deg, #1c596f, #001256);background-image: -ms-linear-gradient(180deg, #1c596f, #001256);background-image: -o-linear-gradient(180deg, #1c596f, #001256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c596f', endColorstr='#001256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c596f', endColorstr='#001256' );";background-image: linear-gradient(180deg, #1c596f, #001256);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; }#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 > .row .container { border-width: 0; border-radius: 0; }#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#ibaeEn8qotu5ZkFs2cwRRWq080n6Jik9 { position:absolute;display:block;z-index:15056;background-color:#d82b2b;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.1234375rem;width:6.99925rem;top:21.875281572342rem;left:60.0625rem;display:none; }
#tNLcHIdHVLH7gvTRJ0IDeqx5bXtabtRt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:24.11874961853rem;left:54.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ctBZSMkT4Rix3ZQya6szHg4EEvp46wM3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:35.25rem;width:58.125rem;top:10.5625rem;left:8.4375rem;display:block; }
#sdGg6w1KXnnkOf8cr0EZnZbdsTi0wQab { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15106;background-color:#970e0f;background-image:none;top:39.1875rem;left:40.6875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#vcgq4SPe9hTMT1uMbsE7FUKBKyviyupN { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:41rem;left:44rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kaG5saB72FQTozi4mycyN6H1pgmKJUJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15108;line-height:1.5;letter-spacing:0;top:40.375rem;left:37.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mgZIMVB43my7EwHL17JnqsvsdK7TnoQO { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15109;line-height:1.5;letter-spacing:0;top:45.625rem;left:37.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#reWN4mXvrIGW1BNA6c31fIPOB2dBg6Lm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:18.56201171875rem;left:11.654663085938rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qPeRWtxRTqhW9dEPkss0uaMo8aMtbdUp { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.1875rem;left:38.8125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fN9nmPWOOIOHpQ2cRv2uaAwltiU959Ob { position:absolute;display:block;z-index:15100;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.875rem;width:24.5625rem;top:27.1875rem;left:12.75rem;overflow:hidden;display:block; }
#BGXthxEV4VrncLnMS17mUT00L3LcJ8V3 { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:24.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZFGkKbCUfhr7IUP1OPTpM9slJ1drW8X4 { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.249267578125rem;left:11.654663085938rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekneBS2We5VBSWpNslkbtEWnDMqv2ISk { color:#facc6c;display:block;width:55.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:3.1243896484375rem;left:8.4375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OubEJcWho9mHnh6QXMQcXkKTT1DOzMpg { position:absolute;display:block;z-index:15110;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.875rem;width:24.5625rem;top:12.0625rem;left:34.25rem;overflow:hidden;display:block; }
#aINcFvc9QgPzQ3sEuxHqRuUlunzFQtsK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:31.5rem;left:39rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTzhflGN82nwR2uGtvxPLKPzeKWe1QWM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.7877197265625rem;left:21.998901367188rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT { position:relative;display:block; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT { background-color: transparent; background-image: none; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container > .video-iframe-container { display: none; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row > .video-iframe-container { display: none; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .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); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT { border-width: 0; border-radius: 0; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .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; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;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; }#NqitpoDxHZNl2FKSP5TMvbm6eDZ5pZbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:4.5rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MmdGz8so8XW2yoXWQ0zKKPp3zo70FDfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.0625rem;left:5.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOUSMeHTFEpI3aBNw6Sw9BIgk6HlV3NJ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.8125rem;left:4.5rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:5.75rem;height:8.7363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#VKPJm8Iv9EXJKInz9V3rD7v7dKuMNLHM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.25rem;top:9rem;left:4.5rem;display:block; }
#BoW5rE73lAI4ouN7B9OwmErDhoULSRHi { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.060546875rem;height:4rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.125rem;left:4.5rem;display:block; }
#UeIgSDoSvDyumzABtlvXP8DUhX58TLgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4MhMrP8zrkS6Pa0gyC4zNt4m0LM8iZ5 { 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:40.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#X47cAxEzwqHJ7VTrMKrvZDMNWweayKam { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1875rem;left:4.4375rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#X47cAxEzwqHJ7VTrMKrvZDMNWweayKam li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X47cAxEzwqHJ7VTrMKrvZDMNWweayKam li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#h1IexkzEsyPRlAxO6I7oekwh5LGXXl0x { color:rgba(var(--color-tertiary-0),1);display:block;width:44.74875rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.93701171875rem;left:17.625rem;height:2.6806625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Br6xi42f46x0PkUVUog8scWGav5iM3SU { position:relative;display:block; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU { background-color: transparent; background-image: none; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row .container > .video-iframe-container { display: none; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row > .video-iframe-container { display: none; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .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); }#Br6xi42f46x0PkUVUog8scWGav5iM3SU { border-width: 0; border-radius: 0; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .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; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;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; }#toqRnciPN7TFLuTRx1XTaBfDB6BgH7zr { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.2236328125rem;left:20.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnyUU01hXBUSNEogSNWIQ1CCtk2sXgKi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.0625rem;width:20.5625rem;top:13.1875rem;left:4.75rem;display:block; }
#MU3g6sbuTOyuof1A17armeVIsZSchaOL { color:rgba(var(--color-secondary-0),1);display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:14.625rem;left:14.5322265625rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.375rem;left:14.501953125rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bt2qGBmMT0mRU3FOD3m8nPmD7x6bErOT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.0625rem;width:20.5625rem;top:13.1875rem;left:27.25rem;display:block; }
#dR017K0CPgBUu3upfS71QsgcgoSX7gqu { color:rgba(var(--color-secondary-0),1);display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:14.625rem;left:36.5615234375rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#StPRyrcA676UQoZRCSBb8q3lmDS3Tenf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.375rem;left:36.53125rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWsFMmTPGn5VW0k8Tn48lZxeoK3QMmqV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.0625rem;width:20.5625rem;top:13.1875rem;left:49.6875rem;display:block; }
#AcHJVE6iec5BVdU8wRqc4tCBcDTt5v58 { color:rgba(var(--color-secondary-0),1);display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.40625rem;left:59.8740234375rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lew8CRMQsAv7w8hgiNZAw8fWpXeRR4B0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.375rem;left:59.84375rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ntOfon7Sqi8Lz48MbqZtcehCdTOgDsab { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.0625rem;width:20.5625rem;top:26.0625rem;left:4.8125rem;display:block; }
#GETUfopeOxagWNNni2RKMiGvE3QmKwBT { color:rgba(var(--color-secondary-0),1);display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:28.53125rem;left:14.5322265625rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KRatUa1oH9Pu0RA8XHPted3LVlF1lBo2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:14.501953125rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mMBOQdosaqNPu4ccana63Blat5JaToSp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.0625rem;width:20.5625rem;top:26.0625rem;left:27.1875rem;display:block; }
#F44bm1UHV6oTGO5tmuhXOvXuTJHZdzrv { color:rgba(var(--color-secondary-0),1);display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:27.75rem;left:36.5615234375rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L4HhF4v0B3wuCRohaakMavrudg6G1iHT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.75rem;left:36.53125rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7OiToVw5GL4cZp78aEQ1FDObHfTwVUV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.0625rem;width:20.5625rem;top:26.0625rem;left:49.75rem;display:block; }
#n8IT2nHH60dNH37Tn6Xw6re9GyrXo62C { color:rgba(var(--color-secondary-0),1);display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:27.75rem;left:59.8740234375rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXwkVAsyFBhWTFJia1AwflkKA4JrEeAV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.75rem;left:59.84375rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXDaQhqVskWbA0SXtSFxRDPmwSJiyIVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:38.6875rem;left:24.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfgPNGPRALWVKTpLKbQoUvqkTrR7yeC8 { 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:2.0625rem;width:8.125rem;top:40.8125rem;left:26.5625rem;overflow:hidden;display:block; }
#v8vFwJLJxrfmEMEGvbTbdcHGyBRko3rD { 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:2.25rem;width:4.2490234375rem;top:40.75rem;left:35.4375rem;overflow:hidden;display:block; }
#FTdZ0qLUKyt3dhUp6FKJEtM5whe4lOAd { 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:1.4365234375rem;width:7.0615234375rem;top:41.0625rem;left:41.5rem;overflow:hidden;display:block; }
#o0KLMOLxy1ICJUQFB2stfpJK0N8Skp8J { 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:10.75rem;width:11.8125rem;top:12.625rem;left:2.2373046875rem;overflow:hidden;display:block; }
#mGxpHA4hqOTku9hVqUhn7Cq8bVsCn5B5 { 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:11.3125rem;width:11.3125rem;top:12.125rem;left:26.0625rem;overflow:hidden;display:block; }
#Z7PdlpRcXfSkp75aaJdJTfuASRuGXM9v { 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:12.1875rem;width:12.1875rem;top:24.0625rem;left:2.7197265625rem;overflow:hidden;display:block; }
#sm8VxikqRdz4zNcorl6qupTOf7isGTXX { 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:11.4375rem;width:11.4375rem;top:24.8125rem;left:25.5625rem;overflow:hidden;display:block; }
#C7A7v38OSTPKHWXU1azL27Sb483luuBc { 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:11.6875rem;width:11.6875rem;top:24.5625rem;left:48.9990234375rem;overflow:hidden;display:block; }
#hta7eL8fUfTTQPp1r12KFoLQod1tPGzb { 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:11.3125rem;width:11.3125rem;top:12.0625rem;left:48.4365234375rem;overflow:hidden;display:block; }
#CQx40i3Jk3pKdlfyuOKFWBPC8o56cBVC { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.060546875rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.9375rem;left:25.4697265625rem;display:block; }
#xgyh3idJEd9UUJArgaMzdtpmTGfgounk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCoIbUBgJXviyolh1rxDUZne7LTirQmN { 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:23.125rem;width:24.5625rem;top:35.40625rem;left:46rem;overflow:hidden;display:block; }
#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { background-color: transparent; background-image: none; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container > .video-iframe-container { display: none; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row > .video-iframe-container { display: none; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .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); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { border-width: 0; border-radius: 0; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { font-size:0.875rem;font-family:arial;height:259.3125rem;width:75rem;position:relative;display:block; }#Xn2CCpCpgpDBcFNConigRRWyBDNoc6bB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3740234375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:34.4375rem;left:28.0625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#embDbC5dzGECNZiKi4RlGVhiSK7zUNZU { position:absolute;display:block;z-index:15003;background-color:#00d0ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.5625rem;width:22.37475rem;top:33.9375rem;left:25.125rem;display:block; }
#wTVfaVHAVFrhors5LJFhHdscKGk1XvaF { position:absolute;display:block;z-index:15010;background-color:#ffd600;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9370125rem;width:18.1245rem;top:41.625rem;left:11.8125rem;display:block; }
#tJ8DbOZgp9VCJO7s5dWZ74HbWBXtSZGD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.6875rem;width:51.5rem;top:43.125rem;left:10.5625rem;display:block; }
#Jpd7qsLqJ5zvTtLyktTnX1g30D3a5Zrw { color:#9700ff;display:block;width:9.4365234375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:45.25rem;left:13.3125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EfHZ9eXdu2u7DGRoDyAvvCrBrH49KXor { color:rgba(var(--color-tertiary-4),1);display:block;width:17.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:42.3125rem;left:12.1875rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#qsh40m04D9XT6Fg757JTHGOBl5TXrGvA { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:48.125rem;left:13.3125rem;height:;text-align:left;text-align-last:left;display:block; }#qsh40m04D9XT6Fg757JTHGOBl5TXrGvA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qsh40m04D9XT6Fg757JTHGOBl5TXrGvA li:before{  }
#yK9FIx9TPqgx2xvGHCa3TED78HW2ZOHF { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:38.9375rem;left:17.0625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#EIhJwg8GgiTaD56AvN2RMTJmTZAs5wi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:62.375rem;left:12.125rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:68.4375rem;left:13.4375rem;height:;text-align:left;text-align-last:left;display:block; }#CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz li:before{  }
#GoVvK3WITltqd4XNe9SEdqlXmdVfs1K6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:80.375rem;left:12.5625rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:87.1875rem;left:13.375rem;height:7.749rem;text-align:left;text-align-last:left;display:block; }#G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 li:before{  }
#yJL9V034VdJAAwnsniSPxyzazRtSbdE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:117.96809959412rem;left:12.854167938233rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:124.125rem;left:12.5rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 li:before{  }
#cFMzKeGSbaItLnnWOHpbIr9RRUdIrNNr { position:absolute;display:block;z-index:15070;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.3740234375rem;width:8.0625rem;top:122.0625rem;left:50.9375rem;overflow:hidden;display:block; }
#s1fOBaRBFTVW5dBfF9TGQhoV08Gzs821 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:152.625rem;left:11.625rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:159.3125rem;left:13.3125rem;height:6.13671875rem;text-align:left;text-align-last:left;display:block; }#uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT li:before{  }
#KuyJZ9geCTh7Xz99s0qZ0W1OOkVClH8P { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:12.5625rem;top:157rem;left:48.5rem;overflow:hidden;display:block; }
#xGUZ8q8qZGJ9Ja0QJVIV93QFotsFkLa7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:148.75rem;left:15.625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#SA1T43FcWG4o9GbTEwii7P4pkM6bz8cc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:172rem;left:12.9375rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:177.75rem;left:12.9375rem;height:6.13671875rem;text-align:left;text-align-last:left;display:block; }#zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu li:before{  }
#o9QZrMs6rS8zfVd4cTvtcChHV64pnPbt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:203.75rem;left:13.3125rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#pXTVyyCpJv36XUbobHcngtVcuUn0QOOc { position:absolute;display:block;z-index:15092;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.25rem;width:8rem;top:210.5rem;left:51.8125rem;overflow:hidden;display:block; }
#ThTSclBUqSMENX8ESevudL94IaAWBmsM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:210.5rem;left:13.3125rem;height:10.348625rem;text-align:left;text-align-last:left;display:block; }#ThTSclBUqSMENX8ESevudL94IaAWBmsM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ThTSclBUqSMENX8ESevudL94IaAWBmsM li:before{  }
#UNweVph7eoBhwN7lEO9p683kEJ1TfwQp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:227.25rem;left:12.1875rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#by4E2afAhme7P869xha6yaG5XJSFXQ2e { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:233.875rem;left:13.3125rem;height:7.749rem;text-align:left;text-align-last:left;display:block; }#by4E2afAhme7P869xha6yaG5XJSFXQ2e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#by4E2afAhme7P869xha6yaG5XJSFXQ2e li:before{  }
#KGisJkg7KytXR71tiiz30VXmXxK4MAFp { position:absolute;display:block;z-index:15093;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.9375rem;width:7.9375rem;top:232.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#OSdmDtKxUFeTv98K7WJ6LevIv38tUkpp { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:19.4375rem;left:19.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:none; }
#KVJdSSREa6NxmTCyVNt4wvrEeiZPTpoX { position:absolute;display:block;z-index:15100;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.8740234375rem;width:8.8740234375rem;top:176.3125rem;left:51.375rem;overflow:hidden;display:block; }
#EzBXTlQfwxHQFgZBIxrrwI5uMZdF1WZ8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:55.750001907349rem;left:13.416667938233rem;display:block; }
#gGw7lcwTUFhEJnO5ti6sCwemcA9JdPZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzTqCPE3dHf8WDtAf7nSem6IBT6hNlU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.5rem;left:38.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#thde8NTJWiC6MwLczx4BIC4KmkxSk2oR { color:rgba(var(--color-secondary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.4375rem;left:38.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRdXpJTFWWFdeUzVqR7yw815Eeh6TdFl { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.125rem;width:34.375rem;top:12.875rem;left:38.3125rem;display:block; }
#HXcJwATNF6e2F835swGyxGMhetoHzMe1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.5625rem;left:45.375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PtdDvv7JgRE6pdOvXqS3qhy8r3aOdB11 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:25.5625rem;left:41.125rem;height:1.8375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8fKyyEwQeTi33MA0tTTTIFp6ZxEpCUU { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.5625rem;left:51.75rem;height:1.8375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zB5Fz5Tb53wygEzfy2QzOM3FIvLthhqD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:25.5625rem;left:62.0625rem;height:1.8375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgEXeQ5fqfQCioFqNlTCSL3sgKkXpEkq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.0625rem;width:51.5rem;top:62.9375rem;left:10.3125rem;display:block; }
#ThhZ9P4VCpRXx6ResoHEvSFlrcAbhlxT { color:#9700ff;display:block;width:9.4365234375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:65.1875rem;left:13.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXt8NKhf2lXld2uEpK4eJqzpTkcKFxNx { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.6875rem;width:51.5rem;top:81.0625rem;left:10.375rem;display:block; }
#lFScJaIdseVyQe4TegELP8bILEc5OUDx { color:#9700ff;display:block;width:14rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:83.625rem;left:13.375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GJCdr4WAEH6EtmnxrithyLhGCdL4Oebk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.875rem;width:51.5rem;top:118.68619537354rem;left:10.373699188233rem;display:block; }
#Derf2Hh2y6JlOXLKATtrt4aITP0EEsDi { color:#9700ff;display:block;width:14rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:121.1875rem;left:12.5rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D2gJw9N2RREusQMGbfVtkwy355bzm89T { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #00d0ff ;height:99.6875rem;width:58.375rem;top:35.6875rem;left:6.875rem;display:block; }
#KXCwVPL1EV8ttWhJsOkLhW859IquMT9D { position:absolute;display:block;z-index:15004;background-color:#00d0ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.5625rem;width:22.3740234375rem;top:143.875rem;left:24.875rem;display:block; }
#yE6LHCORBBgbz1yLEUQm2hTU4HFnCsEh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3740234375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;top:144.4375rem;left:27.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s30AqQzCuVV0F3bS2St447RPcxOQqo37 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.25rem;width:51.5rem;top:153.4375rem;left:10.1875rem;display:block; }
#Uu78O3J1Px71THf2TKWiMHIHF1pgliR0 { color:#9700ff;display:block;width:14rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:155.9375rem;left:13.3125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LiiDFXF7h2xeNUWMSqcFkJIKmXJQQX1x { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.625rem;width:51.5rem;top:172.6875rem;left:10.1875rem;display:block; }
#U446Icr16qC4MVLBBwPoDKn9PFh5ELmb { color:#9700ff;display:block;width:14rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:175.25rem;left:12.9375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HkA6hzDnvxJaOCMwXRdkcwW42CbBPRb2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #00d0ff ;height:44.6875rem;width:58.375rem;top:145.6875rem;left:6.875rem;display:block; }
#JvZD3wnOreOWw6nnzAODfBxRguSW3KH7 { position:absolute;display:block;z-index:15005;background-color:#00d0ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.5625rem;width:22.3740234375rem;top:194.25rem;left:25.0625rem;display:block; }
#iTvimHs9tkgo3vWtT8IBRMCIX9GGMFBp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3740234375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:194.875rem;left:27.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWnQNUPO9qkEgpTNmSp00TwIVs03eFPg { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:200rem;left:15.25rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#wS9HFDftmse40S06r446kkx7LPMAHFVF { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.6875rem;width:51.5rem;top:204.4375rem;left:10.1875rem;display:block; }
#K6Th3hqdlssoohcOTTkNNTtNpTLOdWTC { color:#9700ff;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:207.1875rem;left:13.3125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0IJyit3zmNsyEVfnTgaaaE2CBVLgvpI { color:#9700ff;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:230.5625rem;left:13.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OhwXFFvKVXTTFnS7ViHlc5T7l3kTK0Ne { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.875rem;width:51.5rem;top:228rem;left:10.1875rem;display:block; }
#LanIIBUfXe3p8daKKaSw4XetmvAwmr6J { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #00d0ff ;height:51.4375rem;width:58.375rem;top:196.0625rem;left:6.875rem;display:block; }
#v9Jv4vQ5le9MEy0b4XXEVoi63S4cNaa7 { color:rgba(var(--color-secondary-0),1);display:block;width:6.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:21.5625rem;left:6.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTgZ4kWDhUfkdV3s0k3R6gHRCieLwO2v { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:24.5rem;left:6.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9PPQtlqBQg5GxLw7a1xONv6fmcv0y2O { color:rgba(var(--color-secondary-0),1);display:block;width:6.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:7rem;left:3.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyKM482Eu0PekSIFwPTSXTQ8qZVmPAxT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZO77RmE7r7I7NNlJ0qaAcsG04aKTamTd { color:rgba(var(--color-secondary-0),1);display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:12.875rem;left:24.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u08GV3Z3PSNTFgTFns6Op7scfSAuMSlf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:15.75rem;left:26.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1kdFBKtphSydElPWTkDb1BkBEPcWtFN { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:46.1875rem;left:50.875rem;overflow:hidden;display:block; }
#ESsic3bbuOfBo397kSc3Z1EfXWcsxoac { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:65.4375rem;left:50.875rem;overflow:hidden;display:block; }
#TQ4e9qPpcpzeXLW40VKVCz5UNy0WUhmU { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:84.6875rem;left:50.875rem;overflow:hidden;display:block; }
#wmTTL6UEfOzXKab2wpQZZLa2LO3KXDT0 { position:absolute;display:block;z-index:15117;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.1875rem;width:7.9375rem;top:17.5rem;left:40.9375rem;overflow:hidden;display:block; }
#fUCbhtnp5uyOwgHOXOabuwQwPO49k6eV { position:absolute;display:block;z-index:15118;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.1875rem;width:7.9375rem;top:17.5rem;left:51.625rem;overflow:hidden;display:block; }
#sVGaxShPVWp23TppVNkSsiCuLEIZz3BA { position:absolute;display:block;z-index:15119;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.1875rem;width:7.9375rem;top:17.5rem;left:61.9375rem;overflow:hidden;display:block; }
#ckcdGsfdm13JTAc2V1ch56XJ1WqMKodb { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002c87, #2a72ff);background-image: -moz-linear-gradient(180deg, #002c87, #2a72ff);background-image: -ms-linear-gradient(180deg, #002c87, #2a72ff);background-image: -o-linear-gradient(180deg, #002c87, #2a72ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c87', endColorstr='#2a72ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c87', endColorstr='#2a72ff' );";background-image: linear-gradient(180deg, #002c87, #2a72ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.1875rem;width:9.9375rem;top:6.5rem;left:1.9375rem;display:block; }
#BTxKXDby6ADTFX0Xya8DOBUTbCpHVmOX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002c87, #256cff);background-image: -moz-linear-gradient(180deg, #002c87, #256cff);background-image: -ms-linear-gradient(180deg, #002c87, #256cff);background-image: -o-linear-gradient(180deg, #002c87, #256cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c87', endColorstr='#256cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c87', endColorstr='#256cff' );";background-image: linear-gradient(180deg, #002c87, #256cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.75rem;width:11.1875rem;top:12.28125rem;left:24rem;display:block; }
#euBw0uyLVGykbHqE5zOu0ZIMHkr22WfD { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002c87, #2e71ff);background-image: -moz-linear-gradient(180deg, #002c87, #2e71ff);background-image: -ms-linear-gradient(180deg, #002c87, #2e71ff);background-image: -o-linear-gradient(180deg, #002c87, #2e71ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c87', endColorstr='#2e71ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c87', endColorstr='#2e71ff' );";background-image: linear-gradient(180deg, #002c87, #2e71ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.1875rem;width:9.9375rem;top:21.25rem;left:4.9375rem;display:block; }
#BT07zlPh7GLg8QFDhN2glCyIalvf5N7L { position:absolute;display:block;z-index:14997;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:27.4375rem;width:40.8125rem;top:4.1875rem;left:1.7724609375rem;overflow:hidden;display:block; }
#kSz3A3Dfsx3MUzaQDNag2RBLNd5hxHR9 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0605625rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:251.4375rem;left:24.21875rem;display:block; }
#ClHdq2H68TEOPHq6k0McII3TH0S5Akhq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbSmggRUUCtz2G9hIhc1lisPgUWQDcmI { position:absolute;display:block;z-index:15011;background-color:#ffd400;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9365234375rem;width:18.1240234375rem;top:61.59375rem;left:11.8125rem;display:block; }
#QdqD8rzwtqnOp2lqPbJdlZiHa5vEeV2E { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9365234375rem;width:18.1240234375rem;top:79.5625rem;left:11.875rem;display:block; }
#MuaPFVTIOhmPGuauLdz3kMItaStlIbvd { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9365234375rem;width:18.1240234375rem;top:117.1875rem;left:11rem;display:block; }
#kv2seEy54hmFxXTSWi0H9Pk7s6LnJZsV { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9375rem;width:24.5625rem;top:151.8125rem;left:11.8125rem;display:block; }
#huTmt7i81iA6N35Dk1WFzbK3046CWsiJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9375rem;width:24.5625rem;top:171.1875rem;left:11.8125rem;display:block; }
#uT9OFQat5Nnvy4XlVxCTZahrMrhuofGn { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9375rem;width:19.5625rem;top:202.9375rem;left:11.8125rem;display:block; }
#HaoTxddvr1rUa4QBQP5xKowCcTMLmDTm { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9375rem;width:22.8125rem;top:226.4375rem;left:11.8125rem;display:block; }
#PxCRx2hB6GMZTCOuK8Squwr1TIdTQrbH { position:absolute;display:block;z-index:14996;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:17.625rem;width:18.75rem;top:9.8125rem;left:9.375rem;overflow:hidden;display:block; }
#eXkTkGz4fSh2uhGGgIzo2F4qVsvxThhz { position:absolute;display:block;z-index:14997;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:27rem;width:28.6875rem;top:136.125rem;left:46.3125rem;overflow:hidden;display:block; }
#L6V68xOp52GGHheito5xXQBhCvN4tnno { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:75.625rem;left:13.4375rem;display:block; }
#Xc8K0SlXNeGzNsPTWMBboTvWma0P8Grz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Du82N8kiqyP6BmQXZCKMTWTWeU4kawUw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15103;text-align:center;text-align-last:center;top:95.871086120606rem;left:14.4375rem;display:block; }
#KgHqzQP1xVFKExHAbwksvfLcCO0q5qxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iiqa1m2BMW7ZHMDszyldTfa2b3zpUx3M { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:129.8125rem;left:12.625rem;display:block; }
#m3Lx7Z38hiqIH7k3thBQOlkheoZLNSEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tH0Ai6b60tZyZ7iQ9g9By1NOR24UTuXS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:166.125rem;left:13.3125rem;display:block; }
#UiKmA36QlS32zaOZgeilbQbZwAZyAcpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBfTi8OJcXxCKlTCu7GJDZuDTV11ya9k { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:184.5625rem;left:13.4375rem;display:block; }
#CqOkfeCg93NmT4c4W4o7HpG9lRoKkgl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JALnH2caUmeq65ereaPRZmlEF1fyhbeM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:221.75rem;left:13.4375rem;display:block; }
#wDaVtUhXNZA60WaZnyOuhdKT3g7JoEBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsK2HPHUNitIPnMamIUJphEBrvloGKo1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:242.5rem;left:13.4375rem;display:block; }
#S3foofVP6oAye7xpAcsOmR0iMDghbw4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8LJi63upMsfCkka3SXGVo5VPbH1cUb6 { color:rgba(var(--color-secondary-0),1);display:block;width:6.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:7rem;left:3.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v2pZGc2L02FDUCdkAaWcbOSwbaxM35QT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.375rem;width:51.5rem;top:100rem;left:10.5rem;display:block; }
#lJadwHQqJNLx4fOwBhJqurtnAqN5RipZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:99.3125rem;left:12.6875rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#MkKBTizPHIzpydnaMIQGpJTdq0cH6AM9 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.9365234375rem;width:18.1240234375rem;top:98.5625rem;left:12rem;display:block; }
#OTQJT13d0tGTFB9H8DlhNrdcnFTm5yvR { color:#15b5fa;display:block;width:14rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:102.5625rem;left:13.5rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.435546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:106.125rem;left:13.5rem;height:;text-align:left;text-align-last:left;display:block; }#RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 li:before{  }
#hBVhssT1xLD5KeyKNbJh1g9OtpmPUprF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -moz-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -ms-linear-gradient(90deg, #00d0ff, #71e6ff);background-image: -o-linear-gradient(90deg, #00d0ff, #71e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#71e6ff' );";background-image: linear-gradient(90deg, #00d0ff, #71e6ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(164,223,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.5625rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:112.99934387207rem;left:14.5rem;display:block; }
#BAfDRzOC2fTltmncIyVkVM1k7n69SbFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8XP2IZS5bgnhOcgoefSQ0QRc6k5bURy { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:102.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx { position:relative;display:block; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx { background-color: transparent; background-image: none; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row .container > .video-iframe-container { display: none; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row > .video-iframe-container { display: none; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .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); }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx { border-width: 0; border-radius: 0; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .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; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.125rem;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; }#aEKaSkiscVkqfy7smZgGT6IeTCwkWQJH { color:rgba(var(--color-secondary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:44.1875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eDrFSxSNTQZnTkyfRSyTTxtViyqAIt0y { color:#00d0ff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.40625rem;height:2.03125rem;font-style:normal;display:block; }
#CDhaKKDr7xkT6LuSP1hKb3mzqWvkq4IB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.40625rem;height:3.65625rem;font-style:normal;display:block; }
#hgOXAaAQEDMRui7n9UzVsNIKxJtozezg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:6.9375rem;left:5.625rem;overflow:hidden;display:block; }
#NSxrsuo4t9mSa9bXMXD7HwyJHaT5Tn8m { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:17.0625rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#frU7feydw4QwxTE4afGavbMPJOUanwZ9 { 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:3.875rem;width:3.875rem;top:14.5rem;left:5.625rem;overflow:hidden;display:block; }
#FOVazf88RADtTW7bBemDWhCEQmTckRvo { color:#00d0ff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.5rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#SKCTKRhRiFMqEfIbT2LUrPv0pONhHM66 { color:#00d0ff;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.8125rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#pCAkNT679zWxZ5IqbaLHmT4mw2mItpy3 { 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:21.125rem;left:5.6875rem;overflow:hidden;display:block; }
#Nymzl6Subv5ODp7UuHlSJGZ4bmbkTvOU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:27.5625rem;left:5.6875rem;overflow:hidden;display:block; }
#TSV3GCqnQJapEatgcAcxnUo2O3Tmw6FW { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:29.875rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#pLaJx62l3ynnU0cFGXBI9Ubnt982Knpv { color:#00d0ff;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:27.3125rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#lmxmp2zbOzBuBrrtpkAyoNnPK8NEcCm7 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:34.3125rem;left:5.6875rem;overflow:hidden;display:block; }
#pdVn5tgRQr1q4fGNvD6JQrJD0UgvqTAs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:36.125rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#at83n16Oz1L2TfrOXb0pEsDyTnX8O2Lb { color:#00d0ff;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:33.5625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#JXaOyaLVu5xDXSaJlFbKvvKcyGOunvkI { position:absolute;display:block;z-index:15041;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:41.375rem;left:5.6875rem;overflow:hidden;display:block; }
#Oqch3Tc6eAPKxnOZHOZ0BhH2ZsqgGxg3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:43.6875rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#kVlyTcasgCJx1AnEipXrrtDfwPSJkRrF { color:#00d0ff;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:41.125rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#xlzUxwMrWdAdIW2hKTV92do0lT3g3XJ9 { position:absolute;display:block;z-index:15045;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:48rem;left:5.6875rem;overflow:hidden;display:block; }
#MZR7rPfADLv299TqOlJfr6X6s4Fb6Mpl { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:50.25rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#i0t9X5pO32yXEGNWJeBECBOwxOPQBOI9 { color:#00d0ff;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:47.6875rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#UqN5ZAN02CN4twOLRBDgPE8X19wB1qDH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:23.6875rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#rXXaliqrXelC5wycTE2ekkIBwq5sknJT { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:13.5rem;left:5.75rem;display:block; }
#IHc3FGJli44KKvkXw6ka9DnE15BJBc8x { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:19.625rem;left:5.625rem;display:block; }
#ygm2H0RlqT7w1Nvt3Iid8Q44UrAyKZZn { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:26.1875rem;left:5.625rem;display:block; }
#n4He4WF55v3DbzRDPwy7qPCNTJV0wmb8 { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:32.4375rem;left:5.625rem;display:block; }
#OfuoWP4dwWTaGLJ7PW9Rkg1tP9svUkOf { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:39.8125rem;left:5.625rem;display:block; }
#aGMbbVpekZKDE5cArJutgaf3PfXIa4rm { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adff', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #00adff, rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:46.75rem;left:5.625rem;display:block; }
#FBZvWxtSQD0AdynSgRqdukCa5FbuTrco { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.46875rem;left:44.1875rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LNXkNkhrXhnhnIdK7AW4iyQem1CVV0AF { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),0);background-image:none;border-top:0.125rem solid #00adff;border-left:0.125rem solid #00adff;border-right:0.125rem solid #00adff;border-bottom:0.125rem solid #00adff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:48.9375rem;width:36.9375rem;top:5rem;left:4.0625rem;display:block; }
#PofnnH3NsmOIqfQZZ0XeHbBvOxfKvbIw { position:absolute;display:block;z-index:15052;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:27.9375rem;width:33.375rem;top:18.25rem;left:41.625rem;overflow:hidden;display:block; }
#rnFh5F1spIHx3M1ubAxCNXLRZl1rUUSZ { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.060546875rem;height:4rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:50.25rem;left:45.7509765625rem;display:block; }
#vHTO5QTbOfXcTZ56fnoQpUXroLmTz0MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3VohTF8Vt8TuoLDIqZJnEv9nuU9332F { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:24.5625rem;top:18.25rem;left:50.4375rem;overflow:hidden;display:block; }
#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z { position:relative;display:block; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z { background-color: transparent; background-image: none; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row .container > .video-iframe-container { display: none; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row > .video-iframe-container { display: none; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .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); }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z { border-width: 0; border-radius: 0; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .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; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.25rem;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; }#lbxyI5uLB0VmEdOVAMzCb8WkmDnEbTwC { color:rgba(var(--color-secondary-0),1);display:block;width:74.0625rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.46875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvUzyTTHk29Fa0cUQ1ZXtSpMG2T4QiN2 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0.0625rem solid #002c87;border-left:0.0625rem solid #002c87;border-right:0.0625rem solid #002c87;border-bottom:0.0625rem solid #002c87;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.0625rem;width:16.375rem;top:15.8125rem;left:2.6875rem;display:block; }
#VTgLdTdvPK3yf1hhXGIaekwdaipPAI8q { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00629b, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #00629b, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #00629b, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #00629b, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00629b', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00629b', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #00629b, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.5625rem;width:38.1875rem;top:14.312255859375rem;left:19.062255859375rem;display:block; }
#EueZSQe1XcPZqW6gODADir69XT58K4bk { position:absolute;display:block;z-index:15023;background-color:#001135;background-image:none;border-top:0.0625rem solid #002c87;border-left:0.0625rem solid #002c87;border-right:0.0625rem solid #002c87;border-bottom:0.0625rem solid #002c87;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: 0rem 0.6875rem 0.5625rem rgba(0,23,70,0.75) ;height:7.1875rem;width:7.1875rem;top:12.1875rem;left:7.3125rem;display:block; }
#bsM0yhUH7gxJSSwtFJPztOi9kCmbOghL { color:rgba(var(--color-secondary-0),1);display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:32rem;left:5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CB79ZvomMaonPNnPNuJI1eOkXAtHfQGL { color:rgba(var(--color-secondary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:34.25rem;left:5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCwUm8XhCvnTiPOR464b6JSVRIuX7EZC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:36.75rem;left:5.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1pkE12DhlQUHnF6tPyhaLbuyp4oUif7 { 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:5.75rem;width:8.125rem;top:23.8125rem;left:9.3125rem;overflow:hidden;display:block; }
#r6hlubI3Q4oz1tQzGV7y03VuBnbFevuw { 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:5.75rem;width:8.125rem;top:23.8125rem;left:8.25rem;overflow:hidden;display:block; }
#FPiwBTCnfIfAbAUofSymUGbit5rBDn3m { 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:5.75rem;width:8.125rem;top:23.8125rem;left:4.25rem;overflow:hidden;display:block; }
#yuqqvuOzrBaSuZ2rqSdtLhRQ4OqwXTTi { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:23.8125rem;left:7.375rem;overflow:hidden;display:block; }
#E0oKdIG0IzbozILTtxPFkAzD0SHq5lPv { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:23.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#yZIrET7k1l4iVn4HROCTM5fONLPPogR5 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:23.8125rem;left:6.5rem;overflow:hidden;display:block; }
#f0dzhbxKahRhhqFVT66HiZCKcKbUPZ5l { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.5rem;left:62.75rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvLlfQ0APQeJyWk9mshR7EISwQK6LiSD { color:rgba(var(--color-secondary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.4375rem;left:33.75rem;height:6.8247rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whMUvDzkbr77VODHTKZoKD0cCITMTPZX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:32.4375rem;left:56.75rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBOwIPNUCz3fsD8spEk0n8pDOTHTWRpC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:34.375rem;left:56.75rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAUxT8QPHuhOzIBgaN2x6JTbZ9zepTmU { color:rgba(var(--color-secondary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:36.625rem;left:56.75rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxPovp7gpTO9SGM230fQQt8lDvTUINET { color:rgba(var(--color-secondary-0),1);display:block;width:17.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.980224609375rem;left:28.560791015625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nhqocp8Pm4V78LtBMNh87wFhykzudrU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.625rem;left:7.9375rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epwzcdFk6NkMbfOoMMPio4TftRKEWqM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:36.91259765625rem;left:23.71875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAVucWhv2sQIfwHv9yD0JQfBv4zK9VtF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:42.967529296875rem;left:28.562255859375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VevQEvaJX9GlKvpNfsafPQW5bZzXJQ4r { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #00d0ff ;height:15.375rem;width:29.49975rem;top:20.40087890625rem;left:23.35693359375rem;overflow:hidden;display:block; }
#qf3cv6A9GIdVJq5wHFGTRbTxrIwgUxIT { position:absolute;display:block;z-index:15035;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.5625rem;width:12.5625rem;top:19.5rem;left:59.4375rem;overflow:hidden;display:block; }
#yxJOaoFC6wQW77fFznJvqkSqTxk4zmWx { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.99975625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.99853515625rem;left:25.469970703125rem;display:block; }
#LNpRzspXoMv0umolTeUcHkTi2O124ATT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eD9UttHpGT3oVmT01BaLMp2wo1utKxsg { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0.0625rem solid #002c87;border-left:0.0625rem solid #002c87;border-right:0.0625rem solid #002c87;border-bottom:0.0625rem solid #002c87;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.4375rem;width:16.375rem;top:15.8125rem;left:57.375rem;display:block; }
#htW9AZP1KJCTCB8tSqxFdvCfFkvWBa0o { position:absolute;display:block;z-index:15024;background-color:#001135;background-image:none;border-top:0.0625rem solid #002c87;border-left:0.0625rem solid #002c87;border-right:0.0625rem solid #002c87;border-bottom:0.0625rem solid #002c87;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: 0rem 0.6875rem 0.5625rem rgba(0,23,70,0.75) ;height:7.1875rem;width:7.1875rem;top:12.1875rem;left:62.0625rem;display:block; }
#PeWvr2BIq1QTdE7gRnRtf3c3UmR3ko85 { position:absolute;display:block;z-index:15024;background-color:#001135;background-image:none;border-top:0.0625rem solid #002c87;border-left:0.0625rem solid #002c87;border-right:0.0625rem solid #002c87;border-bottom:0.0625rem solid #002c87;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: 0rem 0.375rem 0.5625rem rgba(0,23,70,0.75) ;height:9.1875rem;width:9.1875rem;top:9.875rem;left:32.84375rem;display:block; }
#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD { 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/5fcfaf98-0dfa-4ca2-becf-9f374b7a2647/ADS22502.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD.adaptive-delivery-prevent-bg, #ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD.lazyload, #ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD.lazyloading { background-image: none; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD > .row .container { border-width: 0; border-radius: 0; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:none; }#oi7NkTrwDSy0DvKIhGMhNWvmI5O5TNkd { color:rgba(var(--color-secondary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:39.9375rem;left:21.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-0),1));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; }#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc > .row .container { border-width: 0; border-radius: 0; }#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#NcMRqHn9pTebzIS8ORdmU0rr9WJbSSJO { position:absolute;display:block;z-index:15056;background-color:#d82b2b;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.1234375rem;width:6.99925rem;top:21.875281572342rem;left:60.0625rem;display:none; }
#xK57r0VJ5Ov9H9ns0y5TkspIZR3oeoce { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:24.11874961853rem;left:54.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dKBPkK3o5dqPc3PSkzSy7oKHkH1n4WzE { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:35.25rem;width:58.125rem;top:10.5625rem;left:8.4375rem;display:block; }
#aiaUwaPoRFo4KRxJB9AKesVNJoX5owHK { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15106;background-color:#970e0f;background-image:none;top:39.1875rem;left:40.6875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#yvrTvEktt57eVHDsGdI2xwegqtiTbEqx { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:41rem;left:44rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gC0LCCCeqE6XhB4fsSLr1KDEy1Ja83pc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15108;line-height:1.5;letter-spacing:0;top:40.375rem;left:37.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zw5xQR0zDCb09zVhBKv19I73B7BUv9qC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15109;line-height:1.5;letter-spacing:0;top:45.625rem;left:37.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vxl8pbHJ0unPt3z7KGx1yeJzSIQIJiLC { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.1875rem;left:38.8125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LIQNQN3pQS6DW8ObAFWI8XGC3XFhUynk { position:absolute;display:block;z-index:15100;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.8125rem;width:24.5rem;top:27.1875rem;left:12.75rem;overflow:hidden;display:block; }
#y2htBIz9R5ThIdiG8XoPR2PxmdW6y9iB { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:24.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#PZgGxySTN9yaAbOrxSbgGQoOyWMuIIIX { color:#8a43ff;display:block;width:20.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.350830078125rem;left:12.749633789062rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RpmCAHlFobzPo14XvG0D9E7CzUo5U25K { color:#facc6c;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:1.4375rem;left:8.4375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7X2peSdOJ5U8fiBziiMxVFm5ZTDgzFy { position:absolute;display:block;z-index:15110;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.875rem;width:24.5625rem;top:12.0625rem;left:34.25rem;overflow:hidden;display:block; }
#BQpJJ5c6UZ0nD3f9nTlmaLLn64Ih8eDC { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:7.6875rem;left:24.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DTvm5Uz6V0rmCV6OEqMCqnl9rZMttORt { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:17.9052734375rem;left:12.749633789062rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b0QmnNFIhIBUiCtW73kzk7wdElMFQskl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:31.093505859375rem;left:38.944091796875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 { 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/02ff01de-4053-4730-a58d-76ba30f05b31/image3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59.adaptive-delivery-prevent-bg, #CwfOR57GBWfAsw7rQnK6JBES4MN9ql59.lazyload, #CwfOR57GBWfAsw7rQnK6JBES4MN9ql59.lazyloading { background-image: none; }#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 > .row .container { border-width: 0; border-radius: 0; }#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:none; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq { position:relative;display:none; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq { border-width: 0; border-radius: 0; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq > .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; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq > .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:18.75rem;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:none; }#xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP > .row .container { border-width: 0; border-radius: 0; }#xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:none; }#D7sqyq6Vu9ZW4xD8KfWuwND6srenSkg8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRz8g4ZXbMGcHRpGMLhkahmkzNt0halD { color:rgba(var(--color-secondary-2),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.4375rem;left:43.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIbU9NtgmRw7mXIPOlQdMRkn0Xna58Od { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:7.4375rem;display:none; }
#FMT3tBeLcqas3dlmsOIknRfGoERaEI4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akoIrZfT143PTAnC3MufQNPk1Xiu78Et { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:29.625rem;left:5.6875rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRH5rMkfWgrOmRlTHRZMAwCLXZmwSDB2 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.5625rem;width:28.6875rem;top:6.8125rem;left:41.9375rem;display:block; }
#DA0WkiieR2ZkEZZWTpIEP7Mla0AaahUe { color:rgba(var(--color-tertiary-0),1);display:block;width:21.935125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:28.125rem;left:10.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Td03ck06Tmp7amqLG5lXD4WWdKQHpzcA { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:43.0625rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kfU4OmvPp32songKcKA8lUB5Bs3Old3b { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.5625rem;left:43.125rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d40xEPGzrsZnLEc98QtJkuGmWyUMAaS9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.931640625rem;left:43.125rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGW0veSoliimrAcEtZszsKE8LOE3tg7A { color:#ff0000;display:block;width:28.685125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.249999523163rem;left:41.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABeATTeaW1BAVftKsPKxEoBaAAHQulUl { color:rgba(var(--color-secondary-2),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.03125rem;left:43.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSrh12JRIBbFsEMElODJAPFyc8rNkLK7 { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:42.5625rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#y6dNPAbAfdagspL9BCyTECWQFAFxaPNR { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:43.0625rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G4Tl21pmiGgWDtkIFxSi9Py4md6LTC6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:43.0625rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i5Ohn9CU3g3tn1IfLtN6oVzcTrXDxhcI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:43.0625rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fQqMP8GpnH5UqEWl4DF12iKZGaiA6y78 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:15.32421875rem;left:43.125rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTToHudhnuOfiXVpzO6aayne6ZqaA8qy { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.125rem;left:41.875rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aamrkLxtOy0CUgQs2hZsNTwM00Fb9D1t { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:#ff0000;background-image:none;top:1.4375002384186rem;left:62rem;display:block; }
#DgqUFUbOd95oUSE1vpxOxCM49oGWLhEC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:3.5374999046326rem;left:62.25rem;height:4.9482375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EgDTG8OS10XK1kfeikOEi9ewAxVDtDVR { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:27.275001049042rem;left:41.25rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LKXpP5iGtkBxogzx6HFtzHnQ2VVoMJWM { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:42.5625rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XdJL5drk7tRVRtADOBDg0gJonz1AzIIi { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.8125rem;width:13.0625rem;top:19.125rem;left:4.625rem;overflow:hidden;display:block; }
#v9QGRs8ehBGqQKmDy3Hgn7ltFRcfIGcg { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.8125rem;width:13.0625rem;top:19.125004768372rem;left:18.8125rem;overflow:hidden;display:block; }
#hM2Q68ewbTLULgHpAiiEGlMBo7UbQr01 { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #00d0ff ;height:12.875rem;width:24.75rem;top:5.46875rem;left:6.3242177963256rem;overflow:hidden;display:block; }
#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN { 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/0875bdf9-7d96-4486-8a44-3a5e3b69fea4/Untitleddesign10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN.adaptive-delivery-prevent-bg, #a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN.lazyload, #a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN.lazyloading { background-image: none; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN > .row .container { border-width: 0; border-radius: 0; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#Hb2WEgztPWcO0c2JzLI0uFh3yrGgFWwn { 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:7.0625rem;width:38.375rem;top:7.1458333283663rem;left:20.125rem;overflow:hidden;display:block; }
#UmgWbDsQohgcWlpVG3GCRDkBXbmmslRW { position:absolute;display:block;z-index:15001;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:30rem;width:24.5rem;top:19.874350070953rem;left:39.260417938233rem;overflow:hidden;display:block; }
#c2KOT7anSZAvXbfv9Ml0rORD0F1cmpgL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:24.25rem;top:20.311850070953rem;left:13.40625rem;overflow:hidden;display:block; }
#TILZH384zidNvNLDv1l0kbkoXbmIyIMR { box-sizing:content-box;height:3.3125rem;width:31.875rem;position:absolute;display:block;z-index:15003;background-color:#f65d74;background-image:none;top:14.166667938233rem;left:23.375rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#TVCbQyMmxPsuiWfJGVlUXvUrpX6y9EC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.522787094116rem;left:26.59375rem;height:2.5996125rem;font-style:normal;display:block; }
#MfRNJKhqFNbaTfKMMv2zcrF0WtBnEhxC { color:#ff5460;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:18.353516101837rem;left:24.635417938233rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Se9mVL0GEaLkqZrWw6DfKBkh0oGnSTM2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.125rem;top:7.7083333283663rem;left:13.40625rem;overflow:hidden;display:block; }
#nNw0EGXA3AnkA71lgOHpoXKrklfevUA1 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10.3125rem;top:39.999350070953rem;left:9.5625rem;overflow:hidden;display:block; }
#svHc2VgBXSrimiEfmFl0pJTzWZs20gym { position:absolute;display:block;z-index:15035;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:10rem;width:9.625rem;top:33.811850070953rem;left:54.177085876465rem;overflow:hidden;display:block; }
#gG9xhgvlUWPtopM8vTKX6OHrHDON0e5X { position:absolute;display:block;z-index:15035;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:10rem;width:9.625rem;top:33.811850070953rem;left:54.177085876465rem;overflow:hidden;display:none; }
#smb6u9omQodtNuwJCRc1Akedlee239T0 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:9.75rem;top:28.916015625rem;left:24.635417938233rem;overflow:hidden;display:block; }
#HUsNIWiuFlcoIhUaKqsqMP9FheTvHJnR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:5.0625rem;top:26.113933563233rem;left:45.43229675293rem;overflow:hidden;display:block; }
#HV6rGOpnAqZHwAN5UkBD8XDPyQ1mkMun { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:40.355471611023rem;left:23.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9VLQm6v22VLFNTdZSVZrKDwoKlIRTid { box-sizing:content-box;height:3.3125rem;width:32.5rem;position:absolute;display:block;z-index:15004;background-color:#9b61fb;background-image:none;top:39.999349117279rem;left:22.625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#BghVLtwkJ9bs4GCq8gzTFK9LTMxMbhd3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:15.5rem;top:1.3743489533663rem;left:31.5625rem;overflow:hidden;display:block; }
#rq8I2BBSLU65QdUoafuQevncroSOhe8Q { 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/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rq8I2BBSLU65QdUoafuQevncroSOhe8Q.adaptive-delivery-prevent-bg, #rq8I2BBSLU65QdUoafuQevncroSOhe8Q.lazyload, #rq8I2BBSLU65QdUoafuQevncroSOhe8Q.lazyloading { background-image: none; }#rq8I2BBSLU65QdUoafuQevncroSOhe8Q > .row .container { border-width: 0; border-radius: 0; }#rq8I2BBSLU65QdUoafuQevncroSOhe8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rq8I2BBSLU65QdUoafuQevncroSOhe8Q > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:none; }#H9vlh5BHAKTynoNZLoJXx4R6gSp9UUwT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4995rem;width:23.187rem;top:0.7177734375rem;left:17.875rem;overflow:hidden;display:block; }
#ZTmbJkDk6JnND6DHOLpL5llfV04QNyDP { color:#ffe98b;display:block;width:56.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:9.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u8rGRb2AHKIpWMkMRy0lkkZkZ9tmkoqt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.68725625rem;top:4.544677734375rem;left:13.125rem;overflow:hidden;display:block; }
#dNnTuTTlvXgPKMVo48S1MgV3cAiFkNzT { box-sizing:content-box;height:3.3125rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:17.125rem;left:9.3125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#lvEhiSusdX8LFAT2T4FbipRuH8ITWeBt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:11rem;height:5.19921875rem;font-style:normal;display:block; }
#GGi7eKAR7B543tS7I5TGpQD4bxDoSGVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5rem;left:30.875rem;height:2.6001rem;font-style:normal;display:block; }
#uvCPXdksMKoa69itDCQBQrAJBG420ZTr { box-sizing:content-box;height:3.3125rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:17.125rem;left:29.1875rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#cU487ii2S73H62o8KCVxhdJvxT1kkfWn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:51.8125rem;height:2.6001rem;font-style:normal;display:block; }
#xmUeMrWmXVbiQS9Bp4K1915Fv2AmT3r6 { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:17.125rem;left:50.625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#i9yUnNSrVUqddK6QSQAvgglqGLv3huHg { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.865966796875rem;left:43.875rem;height:2.6001rem;font-style:normal;display:block; }
#X4HkxRFwvTZ4hEBWvCCNzTsO9QbTD7IB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.630859375rem;left:43.875rem;height:4.63110625rem;font-style:normal;display:block; }
#uKg6W8lOZk00cWWGAXTc8UgpGMuIzsul { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.875rem;width:14rem;top:21.3515625rem;left:9.0625rem;overflow:hidden;display:block; }
#uFZ7EvrFP88oCdF5adOt00d7J1lvzbet { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:7.8125rem;width:15rem;top:32.53857421875rem;left:9.0625rem;overflow:hidden;display:block; }
#uwo9AUlgQ9eC6bu7HzOtmerLiFTum1Tn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:40.91455078125rem;left:31.6875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTHduy4fnpISRdVdOBc0E0DuTS3gh8d8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.67626953125rem;left:8.625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmqNgEfRQtHB1KEt6NSoH0dHtBieZRw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41.47705078125rem;left:9.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfnBIx9s0HVT1QqLm7bebZPohxUNqr9G { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:50.9375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwB4tMSyIFixtTndKenQDHTEibSOVlOX { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.99975rem;width:16.9995rem;top:22.58642578125rem;left:50.5rem;overflow:hidden;display:block; }
#i7qFpxXGfVFoSGXQ3Bvpf70MSpQWaOvo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:50.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dy8FsTEuSGXD06uR5LitqinqVbNV5Xre { color:#ffe98b;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:24.875rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbFhMRLfkzLhbunGhKvSh6UnrdAZr5Q2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:40.91455078125rem;left:31.6875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VcJmhx9MoN7Gntt4K1qaKJJVvclV9R7u { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:50.9375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HAxGNH4wQTFWTctnyNPH5JUKOADb5yXT { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:24.875rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vubT3NwTbTItMWhR5VC91zl39QFnUAao { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:50.9375rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ncSrOyUATX5ysG0FLAKWVXHxlTC7XQFT { position:absolute;display:block;z-index:15088;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:15.5625rem;width:10.9995rem;top:22.58642578125rem;left:32.92236328125rem;overflow:hidden;display:block; }
#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q { 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/3f6b0c1a-0086-4729-a83f-dc9d37d1bc5a/IMG_9444.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q.adaptive-delivery-prevent-bg, #KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q.lazyload, #KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q.lazyloading { background-image: none; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q > .row .container { border-width: 0; border-radius: 0; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#PrAL9RcKOdkvny03FxAeuGQJvOs3M6Jc { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:26.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9DbSugcmMn3WG31VTeV292H8J0HVRP4 { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:26.8125rem;display:block; }
#FWIohqPlynHmuu6aG4UbBcbwxb0d6wW7 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:24.278564453125rem;left:9.1168212890625rem;overflow:hidden;display:block; }
#TaQcU8Zlx9bUv2rRxas1Tiwz6htITcZZ { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:24.278564453125rem;left:22.427978515625rem;overflow:hidden;display:block; }
#pihbGM1RUirXIl1bDtbDTlFW5zhG1ThL { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:31.214599609375rem;left:9.1156005859375rem;overflow:hidden;display:block; }
#FiPePSfw6IWgacVqfTCznyKEMJANr6pc { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:31.214599609375rem;left:22.427978515625rem;overflow:hidden;display:block; }
#XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);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; }#XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp > .row .container { border-width: 0; border-radius: 0; }#XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:none; }#TJ0dwGXFAqPgAg62dG2dxcdA9AOs5oGb { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:53.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#TLSmnOB9L58vzcsW8WzqwgDxfHZBiJCp { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.125rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mh6LdcNWZw5d9BzAVHETJv2PlWC2S8sy { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.48);top:2.3125rem;left:18.4375rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwsOKKLh2EuKKAgLeUrmdTsLTaAat41C { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:10.625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#lrKJU5DdE1WcgzqTLxzVf4kZH9AoBM35 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:11.5rem;overflow:hidden;display:block; }
#eZtvJKwdFwVw55tcaQzw6JqhwHhSBn8N { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.11865234375rem;left:24.625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nuPM7aATHdT7TRpRMTTtZaKt4MFPT0Oi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.125rem;left:30.3125rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k21m7iuTZRePevMyzUCrEcp6WazUCowE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.6875rem;left:16.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#zJH2sCRdVMf3dxZRZKXcJzeRpub3C60V { box-sizing:content-box;height:12.5rem;width:25.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.625rem;left:33.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#cWexevxmk5BhKVgsRLDvoRNWybLLvlWu { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15003;background-color:#ffd300;background-image:none;top:25.375rem;left:17.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#IwGI7U0bE7wHUyn3Zq0SSx1vPLboAD1W { color:rgba(var(--color-tertiary-4),1);display:block;width:10.06225rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:17.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wh0oPgGz2mH7MUDhhSkdTFuT6hrgU9gt { box-sizing:content-box;height:2.1875rem;width:15.375rem;position:absolute;display:block;z-index:15007;background-color:#ffd300;background-image:none;top:25.375rem;left:38.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#dGrEJcD7kNdKT8K0g9yLurLZywQ3OtHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.8125rem;left:39.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUAI5qUNo7Q4qgIBhlbKGQLbmSGSasr4 { 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:7.8125rem;width:10.748875rem;top:12rem;left:28.1875rem;overflow:hidden;display:block; }
#UXkvTqVylhb0Tm2uguU8J9aw2yKEAW5O { 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:7.8125rem;width:10.749rem;top:16.4375rem;left:17.25rem;overflow:hidden;display:block; }
#m9ZRdfZ4xHPt7UEZ7Uf8TEKQhF034RLo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1865rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:18.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVKEcAtIIy9DGOXrny1bKxzJR0GIdSyX { position:absolute;display:block;z-index:15011;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:5.375rem;width:10.625rem;top:16.4375rem;left:34.75rem;overflow:hidden;display:block; }
#EDqsGxi4bcNLp8A7sb5SN6c7FWI5JvXP { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:19.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#DL2OOnEkNHWrC6icNq5H8pQd0sBGIfsu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5625rem;left:21.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUWNE7TZro8R83kr0sfTxx2yLSRFGmee { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.53);top:36.4375rem;left:19.375rem;height:6.56434375rem;font-style:normal;display:block; }
#alqC8waG3TEfSEMBiCvqndpqN21NV3LK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.75rem;left:19.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7ZL0G3n6etUISgufPNL9CFoIyTQroJp { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:32.125rem;display:block; }
#QfEoSseLgcDmRFaCziWSM0eF44qXZGvu { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:24.75rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tw16pqv85XCErACQnAAFnfT2vbZlvCJI { 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:5.375rem;width:5.25rem;top:13.03125rem;left:14.875rem;overflow:hidden;display:block; }
#svpHhSRmiG364Z4ZBTezipLDosVQgX4f { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:16.0625rem;display:block; }
#o8vwGbEIzXc2OdKnPWXxltOxGvTbmI4S { position:absolute;display:block;z-index:15013;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:5.5rem;width:10.625rem;top:16.4375rem;left:46.5625rem;overflow:hidden;display:block; }
#FP5qOy90xnwSIFzRNt6HlekQ2usNUT63 { position:absolute;display:block;z-index:15013;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:5.5rem;width:10.625rem;top:19.3125rem;left:41.125rem;overflow:hidden;display:block; }
#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or.adaptive-delivery-prevent-bg, #IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or.lazyload, #IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or.lazyloading { background-image: none; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or > .row .container { border-width: 0; border-radius: 0; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:none; }#fEBC2VyNPp54ww0J8M1DulKahTAn1r1d { 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:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:10.9375rem;overflow:hidden;display:block; }
#gXAnfhksK7LC3zQtGRp8n8uEdWFDOgHo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:23.3125rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#diKUhTUgInsBOHimNTgmyKdCogtgVM9L { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:23.9375rem;height:3.93860625rem;font-style:normal;display:block; }
#BxHH5fpNpl4kyhpyQTRQM3LFfX0EGUBI { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.25rem;left:12.1875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dO2cPaT85k4XAEQ9nkLoThbVmM1p9lvG { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:20.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDnG2Egr4Jcmr2dQifvgV8SgcTzvk23T { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-size:auto !important;top:19.75rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#e9zcLvGrKIgkehpVras3ULghwW8dLx6k { position:absolute;display:block;z-index:15012;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:7.375rem;width:14.375rem;top:25.687255859375rem;left:13.5rem;overflow:hidden;display:block; }
#knnEpVeTq3pWpNUvVQTDB1OaDaNnyB3X { 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.8125rem;width:10.75rem;top:27.3125rem;left:50.3125rem;overflow:hidden;display:block; }
#iISJpTDRePyxXDyzz0daXM3U2ZKRQLhX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:51.125rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0G5MTcXQg694ousJDi5VbkDTDpgN0qZ { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-size:auto !important;top:26.8125rem;left:51.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mCqzrHDnC3qWxPSOJVRnhwD8sQq3dUk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:51.75rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efaLQ3HlMlRQn0UNGsVAGuxrwle3w4Ub { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0e29afQ9dMaMZTMnQrZ4E7OwMuDXmKb { position:absolute;display:block;z-index:15013;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:7.5rem;width:14.375rem;top:26.249389648438rem;left:28.4375rem;overflow:hidden;display:block; }
#o7VmCDRqcHTUAqUdSk9Vfmh5ohNqTVzO { position:absolute;display:block;z-index:15014;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:7.5rem;width:13.3125rem;top:30.2490234375rem;left:18.625rem;overflow:hidden;display:block; }
#kRs4icer6Ns40pm4ZBnbD4BDOFuNVeF8 { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:24.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5tZHZpIC0kuJP9VvClLuF7hH92NqPAg { position:absolute;display:block;z-index:15015;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:21.687rem;width:19.0625rem;top:32.727661132812rem;left:55.9375rem;overflow:hidden;display:block; }
#dEiac3gpPrA90X0ftAotdPa8bp2Q5T7d { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:23.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#fZIeNmTlJNRXIsi9hTpxtFa2NMR4HN5A { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.3125rem;left:48.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SXn8RGqX03T2TK5NVqgohyK5A4GCGag1 { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:44.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khsgoMVKuZusmL2ndVThwxdXaQsORtIu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:12.875rem;height:1.46179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.89);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy > .row .container { border-width: 0; border-radius: 0; }#GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:none; }#PUPWHTZVuivS282lCsLyB8oDTwtLueTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.125rem;left:23.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSVyLHAh4SVuWX39yqv6o5wWrT3iziV1 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:42.9375rem;left:24.125rem;height:3.93860625rem;font-style:normal;display:block; }
#CzgGOHnBlPZOxQFsUAeUS0zB7qhTpnvJ { box-sizing:content-box;height:16.3125rem;width:44.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:15.625rem;left:14.8125rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IaTwT7vqF6LtCdyW841saAonu35hmOqS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCTCBd7QzB9ak7O5ARXlvJmJrxidzNKp { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-size:auto !important;top:10.9375rem;left:19rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zehSk0isFqcTU5k3np7KAguTRk5yUxc8 { position:absolute;display:block;z-index:15012;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:7.625rem;width:14.5625rem;top:17.897338867188rem;left:22.4375rem;overflow:hidden;display:block; }
#lTNdyhPkh5yCuLdQ7BKucUdmqIoTgDgw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5625rem;left:24.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cW1J8a1UMvEWQO4Ze5QNLfdRTS5btpy9 { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.4375rem;left:24.4375rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnTMkmCHNzlUaPkCyKygkfCnPkvhlIm5 { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.3125rem;left:23.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#bu73gf5zv37PxydddAuiAJUwC9mIMHR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:"sukhumvit text";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:27.185668945312rem;left:17.5rem;height:3.6743125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fAJsiwXMM51ENtMn2M7wXoWceElHoiUr { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:4.2333984375rem;left:12.5625rem;display:block; }
#RCdx1QP8RtipAsIX7O8ZkSTLcbC9kQdF { color:#ff0000;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:24.5rem;height:4.5495625rem;text-align:center;text-align-last:center;display:block; }
#kXdGch6GzCIpqmTz5VodaNZIQW7Rhs0U { position:absolute;display:block;z-index:15013;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:7.75rem;width:14.6875rem;top:17.897338867188rem;left:37.657739545849rem;overflow:hidden;display:block; }
#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container { background-color: transparent; background-image: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container > .video-iframe-container { display: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row > .video-iframe-container { display: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .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); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container { border-width: 0; border-radius: 0; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#A0CWMU0TR5kUfIJtzsnrx555cW5y2gKA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.0625rem 0.0625rem 2.9375rem #13bac5 ;height:41.375rem;width:67.125rem;top:4.875rem;left:5.4375rem;display:block; }
#s784LhvQQvuqSnxWFeVoRfE1Tv7czAfs { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0608125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:37.5615234375rem;left:10.810546875rem;height:1.27514375rem;text-align:center;text-align-last:center;font-style:italic;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; }
#sQTPCLMlHPN7hh53XfBZrikJzeFUXDWy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27.6875rem;width:26.75rem;top:10.974609375rem;left:43.3701171875rem;display:block; }
#y2HX4qc81yXWq90vHu5sTKI67KMxyshf { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gsHum7iDXM9KClENoEnS8GfMZkWOcXnQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#chfp4xbfTiOmZir7Q5rx35haHDwr2fEM { color:#ff1760;display:block;width:25.1843125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.046508789062rem;left:44.152221679688rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHCMFV6wFddBAt3I4AEyE1nRRvxw3EWc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:30.27392578125rem;left:25.96875rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XbGkEpiumKC9kcWQ856xpA2eyL2N5eyT { color:#00d0ff;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:8.07568359375rem;left:8.624267578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VE3LUB4kz4fJXTRm3ZqtnI6p5v3tE2Q4 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:17.0625rem;top:13.87646484375rem;left:17.155517578125rem;overflow:hidden;display:block; }
#yI17xKWbbvvPn0q7o4VC8qcJHhNktuZq { position:absolute;display:block;z-index:15006;background-color:#00adff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3rem;width:24.43725rem;top:29.0625rem;left:13.5625rem;display:block; }
#dVGWNxaR6KV7z5QtCdnQZJ6gvsMICpkE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15058;line-height:1.9;letter-spacing:0;top:29.4375rem;left:14.125rem;height:2.2558625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#hoTixwWtg9feIaB4buEOyDCLxyPxngMG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:32.75rem;left:20.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z4pTOG1BMysXSg8JdiLuNh1CUaN00IPn { color:rgba(var(--color-secondary-0),1);display:block;width:18.06225rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:34.5rem;left:17.1875rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gIOBsTnCA36WIbdhWxyiTtkvxxzRs3Dm { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:41.5rem;left:21.3125rem;height:1.275025rem;text-align:center;text-align-last:center;font-style:italic;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; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-form-header { font-size:0.75rem; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:24.875rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-text {padding-top: 0; padding-bottom: 0;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;width:24.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:24.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-select {padding-top: 0; padding-bottom: 0;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .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; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#ff2e5b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.875rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:.7; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .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.3;font-size:0.9375rem;font-weight:700;color:#ff3500;vertical-align:top;width:23.625rem;overflow:hidden;font-style:normal;float:none; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .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; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-container:first-of-type{padding-top:0;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-container:last-of-type{padding-bottom:0;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:43.373046875rem;top:14.4921875rem;z-index:15016;position:absolute; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.875rem;display:block;vertical-align:top; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV {display:block;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:43.373046875rem;top:14.4921875rem;z-index:15016;position:absolute; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TsPwempFsRpumzy5bq4t8U1ZfsH2F0s7 { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #HlN5Di1xyTaJ42XGBiTwyMvP0vtRwJd0 { position:relative;display:block; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #muaokQvqXhaVHGPKIPpRLebIsewqD51D { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #wfa66n7fgX94ASrzB7qIAwhnR6SU0WpD { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #FfEdsrlT91GeNy5Puy3mR6AE6tlC0ln5 { position:relative;display:block; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #qdoaUGG92MUsZDP8tqCCEratfTt3psuT { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #AcMo4vR9XDU2hiEoqmlei6AyLLQHG6qH { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #cHsBbpqQrEfBOPebu5aRhwK8tJe5VNKx { position:relative;display:block; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TiIWwdKm02ii7ynPxM26y4nOobX4UWQx { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #UUgvAnfcTiaVwiZr1uHTxp2RRJ0SMT1R { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TByXAINbnTXFlLNTpWh6XJTvgTubx029 { position:relative;z-index:2; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #lAKI4UL5UpdcSmtfTiz0Z3Zn1ipKbQTn { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #AJu55NTnGTJPrOb2TwUP0vw3CnKGneMu { position:relative;display:block;z-index:15000; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #xm8SzR0LUtvcxZKol3caT4d4M0OnD949 { position:relative;display:block;z-index:15000; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #fFBWNGe0u5ibb9Tr9TFCSiTlhQbLtset { position:relative; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #ie59tIt2XpiO2HLH7XAv4ys7o1swQdTx { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #tO5BtTCZx64ZszHIl4l2F8yPwe7RmhTu { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vMSlmoGIsNG7qX67IOeL5qHCwJs9me9r { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #F6qSzeJpymdetI0XBDVSIOHgxQ35V5IG { position:relative; }
#nUBxh3lMHSGkNz4Lu53qdU2xc1eg8OxW { position:relative;display:block; }
#aF8p8cAQJnVFrx0BQaczfLc1CogxuxM7 { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zp1UldpsdBZySWzL60h9D5orhcHbbOPK { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #yVJkTTFMrPQ8OtLK4CvWFQ8ggNrCH9h5 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Nz7IycoU5TwSK8ioQFy0SCHsXmpPLCHB { position:relative; }
#uZfoqSFqwdMzaM6lygeB1TCwGp9Rk6c3 { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xn6OrN8E4mqpSJr5Af1reZHWz2loB36U { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #EZTio7ETOLmDgd4aZ1pCMlKI3X5138s9 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wo0CGoaM50ZB2fEawIG6uRXlM2bsSJ0L { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hqRioa3AeExUnFUW4eqKfvFTgRF9JzyQ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xIsTVaE8Skqm1f8fmv6HGiyTtzoJdJyM { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ro1PvofUsatCeU1En4pmkymc9nnFSWKO { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nBgLtkWAGhZyKqMNJB3N0qlfATSpqJeQ { position:relative; }
#ELv4vPMS4sVOROVnkrzTFaZ7GqmSNQoh { position:relative;display:block; }
#wOTslUQQBUu9trcMe9ZNk55UM8i0XP0k { position:relative;display:block; }
#sTisb1Cc3Z3vUL2dSgbbiTAa5VeAwcca { position:relative;display:block; }
#Am6bHvH24DNSKrk1FRbRXwpwKaZUlAnr { position:relative;display:block; }
#lshq4R7hVZ5A9obuP1JxARIggiRwgCAT { position:relative;display:block; }
#hQTwfK823L4VTMbIboc1aFmeWxEhLynf { position:relative;display:block; }
#GopbkLSbmoOpQtcx63DoFlx6TJ8CDNzH { position:relative;display:block; }
#Z6lT7tNrnTqtEni3BA9UwpSHkkd6lX0g { position:relative;display:block; }
#itTcBv3ZvAqvKkAnfVpi0IALm8bpwTkE { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #w6qktGUiIRbi8T2mDdXsRgxfO0yAtCul { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #lHkbrurncSv5IQ9Pdd6roCzivi4gJqwF { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KtnyTb8XZUOF6Uavx6PhpWZOFxqQLT0g { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GWg7TIUrgA2kFudnJ8TkNeJ3mBdsKTxw { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #f1odhb6Alw4aCPO8PEeNAxG8Aqhzl6DL { position:relative; }
#tPB1q2py93mS0VlKpkKZNIfr0fkSrzwt { position:relative;display:block; }
#IzxPUn8Csq48hfqNN4F9XZJvUNnwZccu { position:relative;display:block; }
#UUUe9Ekw1ssbywJDF4pl3SBXOcnKPxra { position:relative;display:block; }
#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT { 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/01e2be1b-dc0a-4070-bc5d-03b400817cd6/SectionLandingPerfectSkillSet02.jpg");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:none; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT.adaptive-delivery-prevent-bg, #XHFTMNG57tMKduMCQffHvTHC3JfCN8gT.lazyload, #XHFTMNG57tMKduMCQffHvTHC3JfCN8gT.lazyloading { background-image: none; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT > .row .container { border-width: 0; border-radius: 0; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#IieyJSMP8ZhmsdWRsKk9GOLtcI2DI9QK { 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:4.5rem;width:24.25rem;top:2.75rem;left:25.375rem;overflow:hidden;display:block; }
#L7y9UhgTbeH2m9W5ZJJe7lx3vqc2MvrG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:65.875rem;top:8.5rem;left:4.5625rem;overflow:hidden;display:block; }
#dJCdabrXsFptEbqPvTRG0GpJuLgIhI5i { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:52.625rem;top:14.625rem;left:11.1875rem;overflow:hidden;display:block; }
#nZPi9GCdvNQZZTAb34BrNbVHsfsvo5yi { 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:20.9375rem;width:46.4375rem;top:22.6875rem;left:5.1494140625rem;overflow:hidden;display:block; }
#ACDFMw9FfdyFtXmSvGwJZC52ElzP6ufq { 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:32.1875rem;width:25.5625rem;top:17.8125rem;left:43.875rem;overflow:hidden;display:block; }
#H8v9C0bBrPnsOApCZZ1OhuZLnwWy6x5u { z-index:15003;top:35.415364742279rem;left:8.89453125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FQUL3zxs9D0fiQB8PS6JWHT2HTmJhPHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ov704do7Zfd6aWN5gXrRS0bC9yQ66OOn { z-index:15004;top:35.415365219116rem;left:27.017578125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o0RELeEC1GHlZDQJ2NXETqSedfUcT0it { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMg8UFwKv9aZ15zSnhohuMquQ2SJxaLG { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:2.93685rem;top:28.602865219116rem;left:31.798828125rem;overflow:hidden;display:block; }
#uZMtzN6ObQciFLhgCk2nIzpwJ72yy5vp { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:44.520833492279rem;left:11.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmRZn9lvyQ7ipqv5IyHBTQ4g098EGL50 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.0625rem;top:29.748698711395rem;left:11.1875rem;overflow:hidden;display:block; }
#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm { 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/e554b3f4-4041-4de2-a23c-029a990d8b6c/LevelUp02.png");background-position:bottom left !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:none; }#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm.adaptive-delivery-prevent-bg, #ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm.lazyload, #ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm.lazyloading { background-image: none; }#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm > .row .container { border-width: 0; border-radius: 0; }#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:none; }#rqaNf44bXDg4xFNz5yFiV7IeKidieEtT { 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:13.5rem;width:45.375rem;top:1.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#Dsm26N8Qh9hZGmn3CsVFotF08tkaUKqA { position:absolute;display:block;z-index:15001;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.25rem;width:41.0625rem;top:11.8125rem;left:16.96875rem;overflow:hidden;display:block; }
#MdKaIqX95Ea7FNWUumknpFp62sov2Hrs { position:absolute;display:block;z-index:15002;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.1875rem;width:15.3125rem;top:0rem;left:59.6875rem;overflow:hidden;display:block; }
#hK4eQsrHEAOcTGG5sH6iXDcr7tuWdsuG { 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:18.875rem;width:41.4375rem;top:21.9375rem;left:4.9375rem;overflow:hidden;display:block; }
#ePgquXxmxsyGbuWyxH194aR7T5OCpPFG { 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:30.75rem;width:24.75rem;top:16rem;left:36.780328798186rem;overflow:hidden;display:block; }
#x9ubKW3GH0UMQZ8g6roQT2Lki46rPXni { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:17.25rem;top:24rem;left:53.296875rem;overflow:hidden;display:block; }
#LQvfvC3WXBPHsnrKyy3MJcBNL1l4OF8R { position:absolute;display:block;z-index:14999;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:34.9375rem;width:58.625rem;top:12.0625rem;left:15.712890625rem;overflow:hidden;display:block; }
#uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.3427734375rem;left:11.233154296875rem;height:4.37255625rem;font-style:normal;display:block; }#uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa li:before{  }
#OqmuThH8nbnpgTxwu2FvGntTr9riwHc3 { 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:4.0620125rem;width:4.0620125rem;top:33.4365234375rem;left:16.421630859375rem;overflow:hidden;display:block; }
#W84yElTyimFhaE9QCybbA15i2MqcgAxT { 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:5.4375rem;width:2.9370125rem;top:32.748779296875rem;left:22.499267578125rem;overflow:hidden;display:block; }
#ySulRwELizHKW3KIJKTn9WVGQ7CvDoBe { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:41.4228515625rem;left:11.233154296875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJXbRsOKiXypy84OnScn3kg19M123KLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OJXbRsOKiXypy84OnScn3kg19M123KLO > .row .container { border-width: 0; border-radius: 0; }#OJXbRsOKiXypy84OnScn3kg19M123KLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJXbRsOKiXypy84OnScn3kg19M123KLO > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:none; }#OvqNDWPL9T4DquDPKWHpFfISUX6p0tqX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #00d0ff ;height:38.8125rem;width:65.125rem;top:4.46875rem;left:4.9375rem;display:block; }
#OL79Bkql4XC0iUNuRFu9pXtsXJpnbP3T { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15053;line-height:1.9;letter-spacing:0;top:28.0625rem;left:10.6875rem;height:4.51025625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#oUH5Ptb4h4yBZE3ni67tQscN3Uks7h0F { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:31.375rem;left:17.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iAQmHJBpA0qCGDJV2d0whI2BiJBz6e1p { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:40.125rem;left:17.875rem;height:1.27514375rem;text-align:center;text-align-last:center;font-style:italic;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; }
#t4IVhlWMR5ImmJgECQSrqRrrH3KlIIRU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24.0625rem;width:26.1875rem;top:13.061279296875rem;left:40.061279296875rem;display:block; }
#ZzouatTxbPSCnpzWJES5FbO3RSr0Q72z { color:#00d0ff;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:7.625rem;left:5.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imkAWI76NfgS6X1QGrbBK0yfTpohFcaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#X7NreWpWgV7cTrTQAZvJWvoHUS8uuTtw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iI3wmfZcemciDZyr5UFLHwASBEA3OBSc { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:17.0625rem;top:13.0625rem;left:13.78125rem;overflow:hidden;display:block; }
#XR6K1Ep4wPQOP20pGSuPuFzVkh7h4ALO { color:rgba(var(--color-secondary-0),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:33.125rem;left:13.75rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LcxUxWCdLKxt2FDCd24JtfL2xqUVpzsr { color:rgba(var(--color-secondary-0),1);display:block;width:2.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:36.1875rem;left:29.5625rem;height:3.249025rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B632odpXki0opCn4LFfVWvTTOpSfDqK5 { position:absolute;display:block;z-index:15001;background-color:#00adff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3rem;width:24.4375rem;top:27.6875rem;left:10.125rem;display:block; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-form-header { font-size:0.75rem; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:21.375rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-text {padding-top: 0; padding-bottom: 0;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;width:21.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:21.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-select {padding-top: 0; padding-bottom: 0;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .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; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffad00, #facc6c);background-image: -moz-linear-gradient(8deg, #ffad00, #facc6c);background-image: -ms-linear-gradient(8deg, #ffad00, #facc6c);background-image: -o-linear-gradient(8deg, #ffad00, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#facc6c' );";background-image: linear-gradient(8deg, #ffad00, #facc6c);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.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.375rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:.7; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .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.3;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal;float:none; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .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; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-container:first-of-type{padding-top:0;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-container:last-of-type{padding-bottom:0;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:41.21630859375rem;top:14.09326171875rem;z-index:15016;position:absolute; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz {display:block;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:41.21630859375rem;top:14.09326171875rem;z-index:15016;position:absolute; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #rhVTqlXEafQLFWc5UliG6IA5oeuodES9 { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #BVukUzHB9UKtVDa8G14Komnc5JG8SOcH { position:relative;display:block; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #fLZGt29nPsrClZhAHSO60eyNEhSFZlPx { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #B3k6mRyRcoVzQNUTDM9pNOgU1sTtpZTG { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #pN4HkZsntTTZcII93JDTWoPbTAAuTQv7 { position:relative;display:block; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #GBfMONAONnFWrnrwTcvlzkdrkXTruZUF { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #xUFsfIMMST9JvTKqH7BXfqDTJsea3Qli { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #TRFgTVBs8IuyMHOHc5ITTtMo33QIk8Tf { position:relative;display:block; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #BoES8I3IGdOyPdSGu0r7e1tpzyoHLvfJ { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #hSObt2RRmvZ8DNuWa3oW6cimRmuSkTd4 { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #xhRcVvQlV5Q05sKfhaNnuhn9Ww2xx1Vc { position:relative;z-index:2; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #bDzlQgml1RcyQAPyHT63yDFRXZfkBm3x { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #ovdP4WJKcWwa1BKnt7xtiN265y9MEbta { position:relative;display:block;z-index:15000; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #v5xoC40lImOQ2BzhnwaZPb5hlRRP99vx { position:relative;display:block;z-index:15000; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #KAmuohkXQxq4FAW3KEhMJN9fpB1LeTLd { position:relative; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #Qlpx9caLc79DUsxsfWx14hX17eDQ1AVC { position:relative; }
#bKPJ8AGPHH0bNgStdk1EF1267SRoU7yZ { position:relative;display:block; }
#TIDVpwi3cTK6GpqVlLxAShUOlnvy77Bf { position:relative;display:block; }
#Ta1ZXCH8XioBs2nfMfv6pb8HvFcNkkfQ { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ly77SQ1I3vddkAUMyZPDJWc5OQW54LpT { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Pk9AhgHHiiwG6HTWkTT0LKGcBlW2p7nQ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RwaclzHWdWkdT3TiI33Df12lUbaza3Ib { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ed1bcu0Ny0tNEsod13zADHrnXF6SMilk { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #sVz71qvwlc4wATyt0bts6Tn3SgKMSwOV { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Bq2L7fB3OrbMfsLLnyfEfqI4tfpJR2O1 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CpDkZClqLbDRxxSWirpM3DiraM7TLFTf { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZTLmmA3eM7InCqGquzdqAneQUqd8Lreg { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OMa0papqvt0lHZTWOsT0Hn3lXg8cqrf9 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #z0iBIAvIQnf7BR9ZH3FWCSpPM2XE2qdf { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ETz7SsvfbP3PXgT0myJVJPgZueZyrbvn { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TTqNGfBLnnRKdlkR8uAlFWwGi7t5i2Tm { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ca3uP2rzFM2BvVQf3pPI7ukMSBl84lIr { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Cq5rXCkye8v1HNzKoELgZ9kLgrVoRbiL { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WK6E8RD95ixDfR9clrbq2Dx968bcmnI9 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #yrWB9AtZTRDG0mnyTwEQ3HEUmGrCtSwW { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CByyTTceLqyqrskMJ9avQqSad43HXvcD { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uGF1Jd8RvG8orVzBD6Zo23XBLcBufTQ4 { position:relative; }
#M0MegGo3Gh6v8T8G57gFFZT9LTcxV0BR { position:relative;display:block; }
#AIgeseI2VITMNQz35TtxKdsclP7IRbsD { position:relative;display:block; }
#tptfKlKxRXEpEN88IzGTA0aZtb6COOi6 { position:relative;display:block; }
#N0KpwulpgAXeZcER0ROruUSDzC9Xlpvm { position:relative;display:block; }
#qwihh955NRpw4tsySPNyo3MtqgF9oqbT { position:relative;display:block; }
#ocaFKAy97qc4qD0RrNsPEzAGZ7kPWPeQ { position:relative;display:block; }
#Aocc8B8UeZuHFGVHiRWs2sfw8dT7JkVo { position:relative;display:block; }
#NZk9ZINiAUCnd2o2u7IRycFXL4wH0LB9 { position:relative;display:block; }
#SZbtOMOOmthZIJQVD7NhyoTSBDFyPVCz { position:relative;display:block; }
#vslSGhrtSDDkWvmXBTqIyvcbydCzI2Sv { position:relative;display:block; }
#MPrqZaGpFvvMWRZTB4nimzgHmxa1CNO3 { color:#ff0074;display:block;width:26.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.437744140625rem;left:39.249755859375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD.adaptive-delivery-prevent-bg, #Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD.lazyload, #Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD.lazyloading { background-image: none; }#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD > .row .container { border-width: 0; border-radius: 0; }#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;overflow:visible;position:relative;display:none; }#cJMZ2TTbN0sQQnHI6RRGRx0yLSNwtUKx { 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:1.6875rem;width:11rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#PpTu0W8IoKvQhTq9S89vHJuDK6CMzpTK { position:absolute;display:block;z-index:15001;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.375rem;width:22.5625rem;top:7.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#vw1c44SsumBUvBzTObHHkztnuguz1nzh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:24.375rem;top:14.5625rem;left:8.9375rem;overflow:hidden;display:block; }
#AMaSTAOu0tGNc7ov4fmK5rN2nTdaOMOo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.78125rem;left:12.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dq3PLRWuSzZx39UKaINJEO7HD7K1w1a1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.21875rem;left:8.9375rem;height:3.4118625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zM4K2kN3Rc2ghWqtE1pgT3g6H2QhZDVi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.37475rem;width:41.62475rem;top:3.87451171875rem;left:33.375244140625rem;overflow:hidden;display:block; }
#vcs8tVIZE7s6czIQSVXJwzF9amFpNldH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,83,255,0.5) ;height:11.4375rem;width:21.8125rem;top:25.5rem;left:10.125rem;overflow:hidden;display:block; }
#a0mWIPVRBUXH3J3gTTOFVLhUFO96rTqd { color:rgba(var(--color-tertiary-4),1);display:block;width:36.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:37.717895507812rem;left:3.0609130859375rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQ59zoF4OiAnoaJTWOfR9kIeSdtkotoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:1.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zzgFb9rwnyVCuuFk22Tih8kfcDZxPMFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:1.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW { 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/89a8a989-74b5-464b-bceb-b782006a8df4/Aumbannerland.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW.adaptive-delivery-prevent-bg, #TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW.lazyload, #TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW.lazyloading { background-image: none; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW > .row .container { border-width: 0; border-radius: 0; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:none; }#gMbrtgOQhT66Do3tkNdKfHA2qZQCkQcf { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.937375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12.998657226562rem;left:25.5rem;display:block; }
#Og55Tr9PTxRc6p39XM1KoTGERwMd3kBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ioSRTxCltmgW0q6JEL1X2uwFbBPrKa3h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.279541015625rem;left:53.1875rem;height:1.29971875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 > .row .container { border-width: 0; border-radius: 0; }#NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#AO9UdBomOrZoKZ9oScbD6TM190kTlaQ3 { 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:16.3125rem;width:58rem;top:1.21875rem;left:8.5rem;overflow:hidden;display:block; }
#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN { position:relative;display:none; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN { border-width: 0; border-radius: 0; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN > .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; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;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:none; }#dTTSnUma07nOWwb8Sw3s9bcUQKPT3Mpc { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:35.25rem;width:64.4375rem;top:10.6865234375rem;left:7.25rem;display:block; }
#KsiQMRnePI5Zx6MTX5LUNk5VTLNBc1df { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.811645507812rem;left:9.9993896484375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNbOi6TJRcN4stgZXit8tdvc8HZOp6a8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.311157226562rem;left:39.92919921875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N9HPPko8umGPi4De0AKJGHpwD34MipgX { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.436889648438rem;left:39.92919921875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A3bWEOTuy601oOrUw2ldboBZWFG7LSzH { color:#8a43ff;display:block;width:20.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.811645507812rem;left:9.9993896484375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tkXx4JDqmuTnTg9Uc3BceOP1duZvlbWo { position:absolute;display:block;z-index:15082;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:15.37475rem;width:24.812rem;top:28.436889648438rem;left:10.779418945312rem;overflow:hidden;display:block; }
#fdA6HEKV4WqxWnKM6GFzWJwb7Uw25e9d { box-sizing:content-box;height:13.687125rem;width:26.687rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f96a04d1-9faa-4f96-adeb-132d05a91a7d/ThumbnialCourse2024FullStackDeveloper.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.101440429688rem;left:40.117797851562rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }#fdA6HEKV4WqxWnKM6GFzWJwb7Uw25e9d.adaptive-delivery-prevent-bg, #fdA6HEKV4WqxWnKM6GFzWJwb7Uw25e9d.lazyload, #fdA6HEKV4WqxWnKM6GFzWJwb7Uw25e9d.lazyloading { background-image: none; }
#t66rInVv0hLduBQaqRVxPE6dTUs211E4 { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:none;top:26.4375rem;left:8.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TcThga351onBGrTBNQuooiMrGkO9Uq6x { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:#970e0f;background-image:none;top:44.4375rem;left:26.9375rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#qCOLuTIR38TpzxVTbnbGgoyNCBCnlyS3 { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:46.25rem;left:30.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiCuoMdazOFszPuIyChEFkiMhyDga21T { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:45.625rem;left:23.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7To459NlHU5vuhO0em8EKBy513Mim0L { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:50.875rem;left:23.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BZ4Udh5JwLbRocgkrFzFfbIZdLDvnCTG { color:#ffe000;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15009;line-height:2.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.4375rem;left:9.9990234375rem;height:7.1494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRKxU8GOaAEoBhbUa3lVXnnGp9OVAnXU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:40.1220703125rem;left:39.9287109375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV > .row .container { border-width: 0; border-radius: 0; }#P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:none; }#EBBKfhDwVN3EXTP8Te5TAi0yfbwbIeI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#KqTbaqCToh0b7gMMZK9qGR9SCJNFU6WV { color:#842cdd;display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:8.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#Jtr7JL6biQEWTnomzQ2c0ZQOCJCw2w4D { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#uBdKGuhKcN2Usy23LT5QfMfnHBg9wJiK { position:absolute;display:block;z-index:15014;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.9375rem;width:17rem;top:8.5625rem;left:50.0625rem;display:block; }
#cifiOIFi8NanWWcROPCgsSy9BhqWCywK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:53.375rem;height:1.7871125rem;font-style:normal;display:block; }
#I9xU59JW6XAft0WO67rnDfSAkGPKiTzl { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -o-linear-gradient(180deg, #ffe69d, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe69d, #facc6c);background-size:auto !important;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:2.5rem;width:17.1875rem;top:8.5625rem;left:50rem;display:block; }
#MA1GikbLJdiLFmUTDcgoLcCGH6IepUAx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:55.75rem;height:1.4619125rem;font-style:normal;display:block; }
#TsT9wAMecW08EOPzddErDgPTT5zP7VTc { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#HzvZl7uq7R65lGGz4DhZJBsJryTxRse0 { position:absolute;display:block;z-index:15029;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:0.0625rem;width:58.25rem;top:21.4375rem;left:8.8125rem;display:block; }
#r9E6nSoEfnNef9uRg6Om4EzscOBPxs71 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.3125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#E8Dd1MZEvMPRMIKpIA7ZyXiTACBaW2i1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.0625rem;left:57rem; }
#VmDBJH0NQGvwlgLL8lTKlTq4rZvAI7ln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.0625rem;left:41rem; }
#NP9w5TpO6scE9Gfnt8RFIPUqT1RlUR9d { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#C3VFIIIKGd6IoOlHdPTmPuL9nHqTTcpb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:22.375rem;left:41rem; }
#Cc6OQUcL0TCG355k3WgMlHc51FkAxUcW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.375rem;left:57rem; }
#E6pCzsamFZdXaVEibOsLgEh8mxEeruhm { position:absolute;display:block;z-index:15020;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:0.0625rem;width:58.25rem;top:27.4375rem;left:8.8125rem;display:block; }
#VtvOiMqCvOuUMsJCNq4vX4kzkAE1gO2s { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.625rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#x0qTqSTyuZagrX0G26up0KaCg9qqTlay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28.6875rem;left:41rem; }
#MbcUsU8zyrOxC6TuaKD8dkw18tfi03o4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.6875rem;left:57rem; }
#OXA2TfRJsEGK1qrRh7xNfR9bzHDWf9W6 { position:absolute;display:block;z-index:15021;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:0.0625rem;width:58.25rem;top:33.625rem;left:8.8125rem;display:block; }
#AHv7FstPBHFft91JPeekhnvu3HcR0uU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#zQ9ui0lKBg2vNgWSDikilFLJn9lKk8UA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.1875rem;left:41rem; }
#L2R9VRROCTH0Cqr2CB3hXh80DPCv2rQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.1875rem;left:57rem; }
#XvXlq1XnW2Ey1RP6F3RQrLaJ1FOJFdUI { position:absolute;display:block;z-index:15022;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:0.0625rem;width:58.25rem;top:40.5rem;left:8.8125rem;display:block; }
#Lo0JugtMpVW18NTbRRIpFVvxDqiqgHUB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.3125rem;left:9.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#G6bkdTlOPaTOw469HFS4IaTG6ce2t7pv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:41.375rem;left:20.5625rem; }
#Gthq09V6PsSpGXkeaaV42mNHHFmlJt6y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.375rem;left:25.25rem; }
#RrsdTTdJIT5rDXTKGJWKpVPyVOJrTRRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.375rem;left:30.0625rem; }
#sxR9AOB722eJx8GrWMRynR8JO4EtuPrf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:12.8125rem;display:none; }
#CAaJpZ53XaCF0i0dyGGlSa0dL0asvBaX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:11.0625rem;display:none; }
#bZIbHAAfX34VexvLVzZUT0l4y79nCdyD { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:16.8125rem;display:none; }
#PcFJyT8LoqSTHueEzigoXHX4DVFETGMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UrCPpcL55o3bZg8n6HpnvRbQLDcBmxLo { 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; }
#Mzt6H1pc0qhob216kXnM0ouzTSv3EIEb { 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; }
#VdVax7T05UTpW9QBZDmLv2EGv0tcF1Kl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:23.375rem;display:none; }
#NfZM1G5N2Fb7x1iWIETeMh1xZzDmrSs5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:16rem;display:none; }
#bcsJEQq4PPc9T1u10yaBN9ToWBW98ZGO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DEEntVT0qfvv3siH6wZkkKAJ1cEDVdlJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:10.1875rem;display:none; }
#h4DstSoPZlf0SJ6zIgD9QQHU1ybi9Wsd { 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; }
#NvlVk7ST0ruifTolQtPSxZonTFx1kAf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:7.5rem;display:none; }
#ZA4LaQl37rTbZ1M4PyeQEqUuvi53VivA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sl8kPBHMRVdqZQRvLmgrDbPzsVtomC8R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#InG5wnOiseNxh6WxdC9qr910wTQEvukB { 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; }
#VrEceczNH3DhpaQ9Oazr1wlOwLPqxGCo { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:7.5rem;display:none; }
#fya3JnSaLBiaqmFbrGAmb9fXotVsJOhP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eoBk7PDqOLpnEkl1kBZO3n1spJS0QTew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#N32KCLGtAlvnaobIbTbaMhPhUT0Kv6QM { 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; }
#oADsH8IQPIn5exlgnu8SbQINacE1bENH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:7.5rem;display:none; }
#AXRmA496CcHJMiy9gTZokFSV19FW9xX3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WWiKEUoyu18gc8a16e0hAunkGHJWy5BZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HC3ewvG9BDuAJWWh4WZaFWQtAlP5m2ge { 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; }
#ZERGiVuJIyp6TwpGQBE2RfNIaoZ3nlgl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:7.5rem;display:none; }
#EcICmNSQRhHWN5a1bxX0m1Axlq8IVADC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aTtpeSwqgQvBJOzChUayqTCq2CUQG3Fm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#U925VI877enm6s5HPccZiToP5WQghflp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dX8sTMgbRLg30hxxp3pJXhHfdg0UKHCT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:8.5625rem;left:7.90625rem;display:block; }
#tHxUDkUmx21vbyeu9d8oJJfPsAAqzsUG { color:#ffcf00;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.44921875rem;left:9.5625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJSbSM44kXxlmXfeawi2UbIsErpNWE6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hJSbSM44kXxlmXfeawi2UbIsErpNWE6R > .row .container { border-width: 0; border-radius: 0; }#hJSbSM44kXxlmXfeawi2UbIsErpNWE6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJSbSM44kXxlmXfeawi2UbIsErpNWE6R > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:none; }#G0Tm82LNBV1SpLhbPzl06qTlvRyfTwTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#ByV4eTFC839ZfoF5lQD2KCuRLVBIqRzc { color:#ffe000;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2.125rem;left:9.5625rem;height:8.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9qcXwL2vOmTVnaAGFpoWndDP7WiuekN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:24.0625rem;width:44.0625rem;top:12.5625rem;left:15.4375rem;display:block; }
#htOFViUHxHxqCddtdq6uSrdXOpP5uNAo { color:#ff0000;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:17.28125rem;left:38.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEsAy7xzau0uAG6n0fda5lDaVTXaduQM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:38.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KcqDkG34aNSNxQ2nbedrnKTAnN9fMzg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:39.125rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4RBLf8iibSQscUGqJPaRUxy8NfTlSxx { 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:26.875rem;width:26.875rem;top:10.57421875rem;left:14.0625rem;overflow:hidden;display:block; }
#Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4594d4, #0a225d);background-image: -moz-linear-gradient(180deg, #4594d4, #0a225d);background-image: -ms-linear-gradient(180deg, #4594d4, #0a225d);background-image: -o-linear-gradient(180deg, #4594d4, #0a225d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='#0a225d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='#0a225d' );";background-image: linear-gradient(180deg, #4594d4, #0a225d);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; }#Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ > .row .container { border-width: 0; border-radius: 0; }#Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:none; }#e4yTqvdPC3Kllz6PnT1Sf6lp1DvpTw9n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:45.3125rem;overflow:hidden;display:none; }
#TCDHQSgxrvLpOiMlCGszZFSdls1ndqX9 { position:absolute;display:block;z-index:15001;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:17.4375rem;width:23.875rem;top:2.7614570312499rem;left:-7.8968748272981rem;overflow:hidden;display:block; }
#Tn5SpKZbfXe20eTy72bTmUSp61ITqOXO { 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:3.686525rem;width:2.68676875rem;top:12.506713867188rem;left:7.1630859375rem;overflow:hidden;display:block; }
#QkwMLBupVS5Ty5GRwSzxkoxJ0Oiruqnl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9995125rem;width:1.437375rem;top:3.7017822265625rem;left:11.475219726562rem;overflow:hidden;display:block; }
#Tyme3ZOBGQbKcSOCaXxAQD4RWOqZG83r { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.3125rem;top:3.0767822265625rem;left:53.28857421875rem;overflow:hidden;display:block; }
#kayf3IuDh2f6wGzs4mb3sDtRqJpJfaPR { 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:13.811625rem;width:45rem;top:3.0767822265625rem;left:9.849853515625rem;overflow:hidden;display:block; }
#nfqHliTZ8s7bLdkehHCh66vZDkGz2NTV { 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:7.5rem;width:33.248875rem;top:16.887817382812rem;left:14.561157226562rem;overflow:hidden;display:block; }
#TKAr92eZLs5ToBhDXnTiUFnWvr7g8Uux { color:rgba(var(--color-tertiary-0),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:33.3125rem;left:6.375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qckIJT1F4eigP5Nh0Ugcg96t87zrTSNV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33.312377929688rem;left:33.031616210938rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiuG9y3gNPdMkXJ5vafT7iSlTfVWB1lt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.75rem;left:57rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmeITcuGnnSfUXo4XCkqgvHCzpqGVvgn { 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:13.312375rem;width:25.99975rem;top:12.506713867188rem;left:47.600708007812rem;overflow:hidden;display:block; }
#bZ6JtRS7JBPW6y5sgT6shh2knA3NoPhQ { position:absolute;display:block;z-index:15002;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:15.8125rem;width:21.8125rem;top:-2.4140888671875rem;left:-8.3825663832737rem;overflow:hidden;display:block; }
#Ck91keqtTHZVvaG7nxJps5tQ0lXisCfy { color:rgba(var(--color-tertiary-4),1);display:block;width:47.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:27.987670898438rem;left:13.499755859375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7TcytQekgAToWsMTWITNbPabsDSBDe1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:9.375rem;width:18.0625rem;top:39.624633789062rem;left:1.717529296875rem;overflow:hidden;display:block; }
#BhQkSz646OvokrxIBHzuAGMyJgXBMhLq { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.7495rem;width:19.562375rem;top:38.999633789062rem;left:1.0614013671875rem;display:block; }
#Dh9U4w1FH9qJ7ZfGH8FhuPIiw5TFftJi { color:#ffe09d;display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:1.717529296875rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IQCtEu1Ss85geK7sI4UGA4TWp82pZual { color:rgba(var(--color-tertiary-0),1);display:block;width:15.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:51.3125rem;left:3.25rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJFe3VnXTkOS5J2CT2hkh3cXz9Lk97Ev { color:#ffe09d;display:block;width:18.248875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:28.375244140625rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AM8qmf1sL3JvJywoZ7S9LJdTabZFE2R1 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:18.2495rem;top:38.75rem;left:28.3740234375rem;overflow:hidden;display:block; }
#XzaG3WMc8dLoJgRdPrIXUZivDknOMoL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:51.3125rem;left:29.9375rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsXXBbFDBgT2OA2dTpvzHtm6RufocFTS { color:#ffe09d;display:block;width:18.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:53.093872070312rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyBlFHUGDgDmtIi3zbli30iXEUXpynHv { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.999025rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:61.749877929688rem;left:25.469360351562rem;display:block; }
#rVKUDXCOPhXoLaZU7nhiigXTACnm37gJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzmGCqcrAX24zSdiMxOZBTDp272bqdg6 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THlqTFDMIve0vc2Wlwpn2EN49EAP1E81 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.187125rem;width:6.93725rem;top:38.75rem;left:58.748779296875rem;overflow:hidden;display:block; }
#klHJuUo0VPzM8Z8l2J2IQvBxdHrrZLck { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:51.311645507812rem;left:54.625244140625rem;height:3.50390625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MfckJvuvVAKryIZmULJBpcFXnrPNyhzb { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9751rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));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;z-index:auto;display:none; }#AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb > .row .container { border-width: 0; border-radius: 0; }#AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#np4R6TEMkc54Soye7ZN29UTOldK9wvEQ { background-color:#ff2121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.25rem;left:43.125rem;display:block; }
#VrGAFxWHeMTKcvu7wWcFNBHwP3iNVQMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFxBDqpIFUlUfGsnV2DaPwDi3qhPG2T5 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQdKaLuCrDEME9pNQoKRbd0xOoodV85U { 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.31225rem;width:9.562375rem;top:1.29638671875rem;left:33.601684570312rem;overflow:hidden;display:block; }
#P0Ml2W3OC5AiR3tgWcxmpt7P2htKBehT { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.562125rem;width:8.125rem;top:11.125rem;left:47.625rem;overflow:hidden;display:block; }
#gKucQJTIqwGTbwwX3MLDm5B2lUo0ql8T { position:absolute;display:block;z-index:15098;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.9375rem;width:13.5625rem;top:14.9375rem;left:37.875rem;overflow:hidden;display:block; }
#moZCbT7yH3Eip9Pp1Rz238ykEoiWTBcp { box-sizing:content-box;height:30.3125rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.625rem;left:8rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#fsZIgHhwsxWsy7Wqsvb4c7J011o9r3o8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:11.3125rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUd0aTEe9kp9zTuoklowJM7qWNEBWoex { position:absolute;display:block;z-index:15098;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.24975rem;top:13.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#Zw3A9k0pc8aTTbMKFc342TktAgG1My5K { position:absolute;display:block;z-index:15097;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.1875rem;top:13.1875rem;left:18.9375rem;overflow:hidden;display:block; }
#G7v2iRpJoJF0syFygrGTSHwGrGQmeTGs { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:8.375rem;top:13.1875rem;left:25.5rem;overflow:hidden;display:block; }
#lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:10.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP li:before{  }
#yNff4xIM0Jq5LFOs2eTKWgwF2SHbLb5N { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:41.9375rem;height:5.11779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.375rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe li:before{  }
#Wtrof1kMIQkocB4yboQHhMOzpxNHvEK0 { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.248875rem;top:10.75rem;left:55.0625rem;overflow:hidden;display:block; }
#e0CHrdMTTHynEqn0xPPxnI0O3voXlG6S { position:absolute;display:block;z-index:15099;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.1875rem;top:9.5rem;left:58.25rem;overflow:hidden;display:block; }
#ViwVTZPJLcicAo9DwKOgxFq3Rgv27Z25 { box-sizing:content-box;height:37.25rem;width:28.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.5rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffa8f1ab-a0cb-4e96-9eea-8e58a11dd2b1/BG1Desktop.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo.adaptive-delivery-prevent-bg, #UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo.lazyload, #UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo.lazyloading { background-image: none; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo > .row .container { border-width: 0; border-radius: 0; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#s3p6etJ8fp5TU0F0pv2fAPCP5Z16Zg9k { 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:6.5rem;width:11.375rem;top:1.3125rem;left:48.3125rem;overflow:hidden;display:block; }
#KdsozQlfQPUJW1CxPtFxb4qfBVkm2eET { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:9.8125rem;left:44.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ncyRTwT4XQ0MMLHoCpEkn99aT6cQT5le { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3625rem;height:3.55rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.1875rem;left:46.75rem;display:block; }
#JUWMf6wtFyK061tfx10v82v4EEqTS7ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhoQRPvWIHAIWCeAiZqNz97nQuC2HAUp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5625rem;left:7.5rem;height:2.449225rem;text-align:left;text-align-last:left;display:block; }
#VHPncugHqZiWG19M7iITZ1pW4ocNrXPk { 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:1.1875rem;width:8rem;top:1.25rem;left:9.0625rem;overflow:hidden;display:block; }
#Wx5fhDNCEP5NIRHB9OABs8qJy7qw01wK { box-sizing:content-box;height:20.5625rem;width:27.375rem;position:absolute;display:block;z-index:15009;background-color:#090909;background-image:none;top:1.6875rem;left:40.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LbnDQ8lRqtN7KPeVCuTZThR8K2BoR4G3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.5625rem;left:41.875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#CJ0GU2nwbTwEWwc271PCDIwR7VwU7Ael { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7);top:5.625rem;left:7.5rem;height:9.22460625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#THHO1qZKnsc2q5rWmAzxXRdT2t8pWsy6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.0625rem;left:44.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row .container { border-width: 0; border-radius: 0; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#KR6ygErEPnxbftPhTUv2LXyXI3ZKaZxW { color:#ff0074;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0rem;left:31.9375rem;height:4.2236375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubUscW3VDJGU4zby3RKFNctnw2B6x3xN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:23.5625rem;left:0rem;display:none; }
#IlScncyuX8Atzc264ziheATMVTLLg2T4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#a21hZBiRabsdXTVffFtuNl5ibQf10FrT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#T2nnyGlX6x3TGtmfbh2QsLwvR5h2JVZg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.25rem;left:1.1875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-form-header {  }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ff2e5b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.25rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-container:first-of-type{padding-top:0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-container:last-of-type{padding-bottom:0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.874145507812rem;top:9.6246337890625rem;z-index:15021;position:absolute; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem;display:block;vertical-align:top; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 {display:block;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.874145507812rem;top:9.6246337890625rem;z-index:15021;position:absolute; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #spDGc1QUU93yzZCPagIi9oTN8R9adFV3 { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #M7yeMtbttGSEPe5ZqRP2uFuRoE7Pscp1 { position:relative;display:block; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #MwG3vZoJnvSbfWdNwThitFF2v0vXTom6 { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #m5nQBtq9EpQ26RRgxiIFTTK34pgmtTR8 { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #S3PaTtLyPp3V7cIwQTRVITbx8ziaRqiP { position:relative;display:block; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #XTL6QnXzkcm3QOxtzbvF7zwJzx8gogKP { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #B8skzgGNgWViEzfW8bI14U6Qsg44gcKH { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #oi545npx6SpnJC6DkkfOeZkfctcVyUKJ { position:relative;display:block; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #H9SAkoOITqyakNbKnTeeAWh93rkml2Ix { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #W6LAXnyqXfiQVltF2tkZdq2ZqUDpipud { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #EePnhtWKpzuCLagRQT8ZUSoS4EPNkCRL { position:relative;z-index:2; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #T2i16d1Rv0N6TTxBpMciHRP7wLuJ1yza { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #bAPTsmho2MRqTnEL3iB2HWrr4QezVNWK { position:relative;display:block;z-index:15000; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #OeixTbprH8whdXNVwZSnoU9IfQT7cnTc { position:relative;display:block;z-index:15000; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CSdf5sw7vyrJymx6FTmE7KT1vTCuE31h { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #LPaQaeVCuHGrZGU15TCVnbiM85lvIHIU { position:relative; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #ixKwKNn5r44qUEwQL1WAkpkk4czBktnJ { position:relative; }
#m1yJ1JuZ4zGealFfqbfCPHaIpCBd80s9 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E40TkoETgekrsUk6XKRVo83CbIRvlrKT { position:relative; }
#wnklxH6iRRNJ0VnCE0luu3SP2dDKfcys { position:relative;display:block; }
#TOn5X0HTqXrxzksNONxnkWVTe5Tl7eU2 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F1ER9kuF0KbwXAQP58se4wTQiXNLNm68 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OnrrnCxQGfRRCqleil53qsrcIrFR1yds { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g1QcTLDpAtTeCuRPUwxqoHRvlSdGTL3x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FdZnWuRnrSA3zySKTxloeaV1zZVSu0ir { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JLrdXt9l1LTWXnZdtDhnKPw3cgBBEOR4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #olrcG0HhJ2yBfWrCF2GEI84FnBAfpind { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BV4iPZq5CpekPxQtzq3Wd4uZR8CXka4w { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c3ITMyDdtZTSBI4IGirfEF9UiTIo8wyg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e87OpxRAiN7hz2p1k59kgZcPAkC3TpFb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qWw2guUdKbsRLTQRCoBHbkhPlu4rR43l { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KFJSWQ3WLB7XUkkpKyRWoa8IHc6ag2JR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yu0inFxLyB7HTcp6xvX9xFoHUJHevSrS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i6ZmmyKZuyEzb1w9G7zttMeT7F1Lqy3Q { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vHVz0pNl3Ll3QwsRwuVxnTZc5vNrLlmB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IH9s3ywVEWAyLBaQcMc4OXf2gBTEDcxm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTpHyKUmnK99Eq9y9EPwrTmDmdfKcrfI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XDJLHL76so5X2lNRolvW2pG0K8OnrzSO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bx8L8qUTT1fiEc5sLnFKpAoQ63BbCkKJ { position:relative; }
#w6edUvbX0GEAWaprsrX7vDBcKQhHzlq2 { position:relative;display:block; }
#HIIkNriw41lpqENyBnrKcnxiHdbATGTU { position:relative;display:block; }
#XnytPnAg92GOS8B6TJTWmiu7ruDIKqUF { position:relative;display:block; }
#f5XX3mDNNJ6LCWqWZU6F4SyT4Km3N3Ta { position:relative;display:block; }
#sKowRK3UCCWkKMcWruTksGcOid1MaRRL { position:relative;display:block; }
#nHhr6rpvWqPKxop2zP5v5sqyqWmAFO2S { position:relative;display:block; }
#EkaSxpMDVGldRzy7kuLCpg3yS4G6SuUs { position:relative;display:block; }
#T4Wh8JbwzufNMTIGv6pK7Icrk1e65OpH { position:relative;display:block; }
#JpfvxZ6TcDQVnv1h1ATwU6s3TocsZlU3 { position:relative;display:block; }
#G1TeaoFIc04SyIBHE5TJblg2Hrv1BVRW { position:relative;display:block; }
#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container { background-color: transparent; background-image: none; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container > .video-iframe-container { display: none; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row > .video-iframe-container { display: none; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .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); }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container { border-width: 0; border-radius: 0; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;overflow:visible;position:relative;display:block; }#pUXeKGXQ97iwo9JuxM3fcxbiehsm6MD9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;border-top:0.125rem solid #00d0ff;border-left:0.125rem solid #00d0ff;border-right:0.125rem solid #00d0ff;border-bottom:0.125rem solid #00d0ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.375rem;width:41.25rem;top:3.0625rem;left:16.875rem;display:block; }
#UfuzmXaAxKxcuEJ71CA2swG7Qsdxv3bp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.185546875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:2.8125rem;left:27.6875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a19TILT4nsoDFKbU5Ei3rAZCNTFKG5Ew { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:8.3125rem;left:30.8125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVkv2dvP5McMv5txTEILrTxsU9fZsv4O { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.25rem;left:34rem;height:8.449225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eKgIaz9ZCuG4WQFq6rdlJPEtsDyATKTC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.125rem;left:33.0625rem;height:1.4624rem;font-style:normal;display:block; }
#TRouHJTq0ufIz3gdLnRXKmSXhGsGy6BR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:6.6875rem;left:11.625rem;overflow:hidden;display:block; }
#CZQPIhlKPdOeAGWw6BOeQEx6PlQfIJPO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:11.8125rem;left:31.9375rem; }
#MzrBrs6xKP8A45Tc76VvPPbiV6vK9xPp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.75rem;left:31.9375rem; }
#CyHB4hfndKGBSz5l8ePS35Lo1UnS8JTG { position:absolute;display:block;z-index:15007;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.8125rem;width:29.9375rem;top:2.3125rem;left:26.8125rem;display:block; }
#xcrQPz3fVriNTm3xkxhPi64wiz1c8HdJ { 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:53.5rem;width:63.5rem;display:none; }
#yU6SkqwZ0TQNnEq5zCuzWJb4P0hpf1fJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:15.75rem;left:31.875rem; }
#miro1D6h9UzKBZGQTQokO1gbqqFucarc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:17.875rem;left:31.875rem; }
#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { background-color: transparent; background-image: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .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); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { border-width: 0; border-radius: 0; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.75rem;height:2.5996125rem;display:block; }
#fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.75rem;height:2.92383125rem;display:block; }
#TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.21875rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { 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.6875rem;width:5.6875rem;top:1.0625rem;left:65.5625rem;overflow:hidden;display:block; }
#alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { position:absolute;display:block;z-index:15002;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.3125rem;width:10.4375rem;top:1.9375rem;left:2.5rem;overflow:hidden;display:block; }
#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 { position:relative;display:none; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 { border-width: 0; border-radius: 0; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 > .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; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:52rem;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:none; }#TrzSleII9JukugqxA3NHGrWuPGnFKU3d { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:29.625rem;width:29rem;top:18.5625rem;left:3.8125rem;display:block; }
#nWoeu7puogTckdXgXlDiBb6ot6TmXrGT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:29.8125rem;width:29rem;top:18.6875rem;left:42.25rem;display:block; }
#y1BbfncrPfCHH40koM6VgOJ8x7O4ayRM { position:absolute;display:block;z-index:15002;background-color:#a02424;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:6.6875rem;width:29.125rem;top:15.625rem;left:42.1875rem;display:block; }
#lGTCRltJkNf77Qp4NOUUwqqf7Sn92Jw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:16.509114742279rem;left:7.5rem;height:4.63135rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNMz70IZMNeRPqFOnDpgBuOimpfWD5rW { position:absolute;display:block;z-index:15003;background-color:#254387;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:6.1875rem;width:29.125rem;top:15.875rem;left:3.8125rem;display:block; }
#utBpRRgths1JlNSd184ApxrTNK823gn7 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:2.2;letter-spacing:0;top:10.673177003861rem;left:11.093101501465rem;height:3.30016875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CF6OssNPzks1tb4gJdx2Kx6w9pUb370h { color:#00d0ff;display:block;width:66.123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:2.2;letter-spacing:0;top:0.68555831909181rem;left:5.1673183441162rem;height:7.1491875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3uS83yAPBRMD7Tr0zGtXF40TQysehJC { color:#ffee3f;display:block;width:60.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:6.2486984729767rem;left:6.416015625rem;height:4.42529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CH7wOSZ16FLr6y9AaB5OCSXLZZ39oW6D { color:#ff0000;display:block;width:22.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:22.259767055511rem;left:7.6881523132325rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLF0w0clT5dlHqIZva2GhNJOayuLTVRl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:26.436849117279rem;left:7.34375rem;height:2.849125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t9L6ApDd9IhKTd5UFqxR1PPrzx49Dgtt { position:absolute;display:block;z-index:15088;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.6875rem;width:16.5625rem;top:29.284505367279rem;left:10.46875rem;overflow:hidden;display:block; }
#h2295iPXdBfcntdSWJOd0AuNirOaX38c { color:#ff0000;display:block;width:19.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:39.623700618744rem;left:8.7194023132325rem;height:2.6997125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccu89hvsqNRDwNgTCwdD0UvuTmTVxHdS { color:#ff0000;display:block;width:19.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:42.322267055511rem;left:8.7194023132325rem;height:3.82486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbtQveXJs6zA84fTKAAqu0fTMrw86wXb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:16.808594226837rem;left:45rem;height:4.63135rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzNDKIBztX8D95w1FqqzHz1rO2xNvXoi { color:#ff0000;display:block;width:29.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:23.018880367279rem;left:43rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z2N1O5MLGTRrAChphWIg51adk62BvxAG { color:#ff0000;display:block;width:26.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:25.717448711395rem;left:44.98046875rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTZ3NTJVlEgIPKT31Loxu8nDhNh4iMQu { position:absolute;display:block;z-index:15052;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:20.4375rem;width:20.4375rem;top:20.477905273438rem;left:38.9990234375rem;overflow:hidden;display:block; }
#MgoZ0mbS1d0bUEaIQs2wU9oFKzHXuARm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:27.365886211395rem;left:46.77409362793rem;height:2.84911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKKpdoHk8hsfF8Brs1h5d4Nr4UGDTgVe { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:42.322267055511rem;left:46.775390625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTK3hopygrchRzk3G1yiAeuiXEGwWTc6 { color:#ff0000;display:block;width:17.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:43.187501430511rem;left:49.146484375rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAdhI4RIQsfDvXhTdKmz86oyQDvHEhlT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:46.145833492279rem;left:46.775390625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 > .row .container { border-width: 0; border-radius: 0; }#dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:none; }#opUFvUTIb41WorTa0lhBavoAy5QRPKm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#kLZMBtsg4nqiz79B8mPrcSZ1ftM3FA81 { color:#254387;display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:8.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#oOaMkHOJRz4pSfUuiNEwJMpRT20Bc2FU { color:#254387;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:38.375rem;height:1.7871125rem;font-style:normal;display:block; }
#c1XKGsuA3qMXkEHlfoGqwcRWnnd3brCR { position:absolute;display:block;z-index:15014;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.0625rem;width:17rem;top:1.1875rem;left:49.6875rem;display:block; }
#slLw7anthTOreque5lOH8dG5egELRiS7 { color:#ea4c6e;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53rem;height:1.7871125rem;font-style:normal;display:block; }
#Oe85pbabX8siSfTDJ94LKZF3m8929cyF { position:absolute;display:block;z-index:15016;background-color:#ffdd7b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:16.875rem;top:1.1875rem;left:49.75rem;display:block; }
#LIIkPOfnSzUQTkkNL3mI1dp6UwawDGWk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6875rem;left:55.375rem;height:1.4624rem;font-style:normal;display:block; }
#wPrHo47JTZ06xuTbTEZflvdS8mCZ9tTN { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#ILGxZL7GS2W8XUff3eVmvRPKwMHKak6g { position:absolute;display:block;z-index:15019;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:0.0625rem;width:58.25rem;top:14.0625rem;left:8.4375rem;display:block; }
#GelsOiu1QLn9xpTWC9iszptSqVGrD5w1 { color:#0062ca;display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:8.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#kkTKTWcJ7r6dinlDtu6F9dVAV7f5VQsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.6875rem;left:56.625rem; }
#iZhcZ0QLgGaLcaWI2IGFMFhNVQq0q8hJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.6875rem;left:40.625rem; }
#lHq5Bsq8zrwMN8BUXrG6ipCZN2QxcirH { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.9375rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#x7W4qDqET4dVuwMa9rqrAfCXZhfcIOEI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15rem;left:40.625rem; }
#aWTpfZH4ldEuDk7InEZA3E5EJ3pyMBST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15rem;left:56.625rem; }
#bOXduzdw5NvSBrTEGreUxT0Mw8OqbngM { position:absolute;display:block;z-index:15020;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:0.0625rem;width:58.25rem;top:20.0625rem;left:8.4375rem;display:block; }
#hXUyCX6aRSIuvRvWORb6CPlU9HqdiTNE { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#Ga6xrOqoHHW4EIqZxN7iuKioQc8TUlht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.3125rem;left:40.625rem; }
#B4OkNxH48Cdd5cCII9dq3PsX1Kiqdnpp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.3125rem;left:56.625rem; }
#kUd1McoUBVQ0pIKwNkV1CONTsZcMxSM9 { position:absolute;display:block;z-index:15021;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:0.0625rem;width:58.25rem;top:26.25rem;left:8.4375rem;display:block; }
#gOe37EDA2zDD9meTvCy8x7iA3swUUAfb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.75rem;left:8.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#libtx2hgwK4QFC77pDSlJOy8QxCK7KuE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.8125rem;left:40.625rem; }
#fRk2gNagO03vaI2cNCogtJHcn9oRu6c5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.8125rem;left:56.625rem; }
#bSTbqtwVEGFKolt7I98hF7PTBAxiB4m8 { position:absolute;display:block;z-index:15022;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:0.0625rem;width:58.25rem;top:33.125rem;left:8.4375rem;display:block; }
#TZs9N3qCWVLZp7Nt4l6TX14QzaAEJlVX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.625rem;left:9rem;height:1.29980625rem;font-style:normal;display:block; }
#PJ52LL00rZUpU35F0ctr0W4seKkPp1q9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.6875rem;left:20.125rem; }
#AEAz7BffK13bLtD2TFplwAAUvti5dQta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.6875rem;left:24.8125rem; }
#iMe4SiI6y1F4TqC7oITo2iv3pMael8HT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.6875rem;left:29.625rem; }
#XqGNGJ9BHI2QOSCOQ5uM3gn1JxenQmoB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:12.8125rem;display:none; }
#q0xIrt525usilgRfiO6DA6qP7RBPDGBf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:11.0625rem;display:none; }
#ucyaNSgyurlUFUDnRzQluw1ldPdvSXBM { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:16.8125rem;display:none; }
#RxrZyh8E65z7CSei82qT1Mp4KqUJlEf3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gtlVQx4LMylaKRQ2Al0aetAKTzBtZzAG { 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; }
#tfiR6K17H8Fd19m47WJ1eszTKAAs9wMP { 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; }
#L0vXNcPeyTk2hD2n5yEvxSo5uClLNKKN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:23.375rem;display:none; }
#rXNMZ2uQkFfOAyyVRPiPHpEKO2cpHvyU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:16rem;display:none; }
#hFSBZFZg7e1IPPCUxmHzEVmuaeRGMb0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#unRW69QSS7VHdFbNUrRhhUREQV4gOrzp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:10.1875rem;display:none; }
#cQTibFqDkx3SELckfXF7MuIsVegil8dW { 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; }
#ywElvBhNACFxPNUlKuCHeP82zlvqKsWS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:7.5rem;display:none; }
#tN66Np3P9NGRD9TSaPIR0GbSsdelJ33y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kyVetMBbw3G9eWBurk9BnWTOzJP9dbii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZtL2z8HXViudStZA7Fg6fdDxc0g406dq { 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; }
#UlMUfZsZbaW2ZJPpW5Ra3Uy1HCfE2Kd4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:7.5rem;display:none; }
#agTuWNTqZtzSNXB2l5iNCpEEndy6zz7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hHCOw8LQfemWx8fzBOR65a39FVndasHd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CtESMgzQTXl0gCvu1ew70ZaI57tq5QLN { 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; }
#PXT4eORNzgTX0TZkscN2fEAu4RmTHW8B { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:7.5rem;display:none; }
#VcX18sqh57GzmIQcldQwvvdLfq16uXPC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#covwzkChPSsQGcmQr5FhoHmKFEB84HdJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#k7sU8Ssxgls8fMBOPtfSCFmftMQTu0fo { 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; }
#G3XRSW2oedW9fIip86dMybtKpzle3AAF { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:7.5rem;display:none; }
#PaOSGuvvhUECGSIBSmikwaDGOWg4aMtv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KZKi12rBbstNDKiTeRVBDCeT06vsnPxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fTxt40ep9TmGOEyxMqu9IuZVACkC3M0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nyfZskCL3EVXVLVDf5SlKbXKZHmSkLPL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:1.1875rem;left:7.5rem;display:block; }
#tiVRmOSc8ZmnHFTDSERBuuHHiJvep05V { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.99975625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.97021484375rem;left:25.469970703125rem;display:block; }
#aQ7Is30S5S3GW35ZDKTwlyiGG767fB3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt > .row .container { border-width: 0; border-radius: 0; }#XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:none; }#QIlxRS5QZTkPnkWkqdTVDc194OGKVTDT { color:#00d0ff;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.5625rem;height:7.9622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ylCFphkyrCZ1QuXk6WsTrXNoQ8vz0GOR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:24.0625rem;width:44.0625rem;top:10.0625rem;left:15.4375rem;display:block; }
#KOIcLCa5CMIR0uybT4HOuPdTgwiknqJG { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54d51459-1538-4bfc-8f78-d93abdddec45/f0414182845640b9a4a63aec869885ee.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.625rem;width:8.625rem;top:24.125rem;left:33.375rem;display:block; }#KOIcLCa5CMIR0uybT4HOuPdTgwiknqJG.adaptive-delivery-prevent-bg, #KOIcLCa5CMIR0uybT4HOuPdTgwiknqJG.lazyload, #KOIcLCa5CMIR0uybT4HOuPdTgwiknqJG.lazyloading { background-image: none; }
#b3fm5P8phL6OdIbGUXdXx1dJyTNfKw9z { color:#a02424;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:2.2;letter-spacing:0;top:11.0625rem;left:38.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzHPDhC3Qw3dC9vuMZCXnFZ7QfGX1EpT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.625rem;left:38.5rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbskCrxWTEpZbTIZ7l0iBbTMS6rrVJnu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.125rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKr4KQtpUamJVybwIt9dyObakzsT2XQZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:41.9375rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNMnldcU4dmhoBhzvQ6l1OX2UF1xHpET { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.4375rem;left:42.875rem;height:5.11719375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ig3FOhXzpbIyERN9u1lCO8EMbe3nhA2f { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:42.4375rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqyd0eC1sDTafHhqKRdvwaJcNFEmAXap { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.99975625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.564208984375rem;left:26.079345703125rem;display:block; }
#w1KRRxevrGiqGN783f3TKCfdNm9qiis7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRzThQMBMyy7xkyyOLZw4X0Xof7NgB6y { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.1875rem;width:15.4375rem;top:11rem;left:20.1875rem;overflow:hidden;display:block; }
#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh { 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/44587ded-eeef-4d6e-a923-49f796b93df1/Technology15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh.adaptive-delivery-prevent-bg, #i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh.lazyload, #i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh.lazyloading { background-image: none; }#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh > .row .container { border-width: 0; border-radius: 0; }#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#SaSFJk1M3iKounJaVA4LPTR0wWyz5cqc { 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:9.8745rem;width:52.437rem;top:2.499755859375rem;left:11.8125rem;overflow:hidden;display:block; }
#tsLUaI2dhCSviF7K4gCCCRxp9eM2BxfF { color:#7cf9ee;display:block;width:49.125rem;position:absolute;font-family:prompt;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.72412109375rem;left:14.5rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUAsWyGMe03Cf12vu6Lh5aNX81MJAyLX { 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:29.4375rem;width:48.12375rem;top:10.12370300293rem;left:15rem;overflow:hidden;display:block; }
#dq0yTwaud5PhV8481ngZXscuTpkoTTkN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:24.03rem;height:3.5354rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.523681640625rem;left:25.375rem;display:block; }
#a22dgoBnuLF7gKih0H2W5up66wvBLFXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BiTcH3g9rVPPZLoanCuQ1DTTAZ9mq7JQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1245rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.248779296875rem;left:25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWwkypX56VvGcmRN210FaKqgNMevMANr { color:#7cf9ee;display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.812744140625rem;left:21.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TWwkypX56VvGcmRN210FaKqgNMevMANr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWwkypX56VvGcmRN210FaKqgNMevMANr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
#yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 { color:#7cf9ee;display:block;width:26.625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.374755859375rem;left:21.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
#yussgQdkpNgTwSdkv5KfSr24F0aagtAS { color:#7cf9ee;display:block;width:16.1865rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.138916015625rem;left:21.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yussgQdkpNgTwSdkv5KfSr24F0aagtAS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yussgQdkpNgTwSdkv5KfSr24F0aagtAS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
#rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 { color:#7cf9ee;display:block;width:25.5rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.75732421875rem;left:21.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
#yTiOKpJuGurzbfJTgEbXLEsu4XUh6SGb { color:rgba(var(--color-secondary-2),1);display:block;width:40.749rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.775634765625rem;left:19.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V6DJcowO1NJAFXzO5Mg24w7cbWyaFf62 { color:rgba(var(--color-secondary-2),1);display:block;width:40.74975rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.026123046875rem;left:19.125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #00054d, rgba(41,58,104,0.99));background-image: -moz-linear-gradient(179deg, #00054d, rgba(41,58,104,0.99));background-image: -ms-linear-gradient(179deg, #00054d, rgba(41,58,104,0.99));background-image: -o-linear-gradient(179deg, #00054d, rgba(41,58,104,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00054d', endColorstr='#293a68fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00054d', endColorstr='#293a68fc' );";background-image: linear-gradient(179deg, #00054d, rgba(41,58,104,0.99));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; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { border-width: 0; border-radius: 0; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { font-size:0.875rem;font-family:arial;height:68.5625rem;width:75rem;position:relative;display:none; }#WIPx2LgydcbzNoZW6Naoqrk5yeisEo44 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.9985625rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),1);top:4.561767578125rem;left:10.875rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeAPo94oTqEmdr33zX68mWCtxLxXtHCn { 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:12.8125rem;width:12.8125rem;top:10.875rem;left:33.4375rem;overflow:hidden;display:block; }
#r3cDdVWIUapWdJB2yBvn5icOapx6v3Kx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:10.75rem;left:51.1875rem;overflow:hidden;display:block; }
#RQu6WEocuzt5FXzW0K3ro68RuhfJlTly { color:rgba(var(--color-tertiary-4),1);display:block;width:12.12375rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:28.06201171875rem;left:32.8125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#b3DSBhCZSFODyaWrIcMofUahfmKsxSxB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1234375rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:28.0625rem;left:50.375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OeggTzvQT56P9C4FVgkdgaroBpG4RThp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124875rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:26rem;left:49.25rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kTx96mIJM3wn6Ix7JoAZKBqKLUTsm0tC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:24.12448825rem;height:3.62915075rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:62.43603515625rem;left:26.8125rem;display:block; }
#JzZlLULwPTckmfUV2zuiPRNTcwDh7i4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqNnvDpwFhfEXUtTsegNfM85sbKDhAoo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.87475rem;width:20.249625rem;top:24.625rem;left:28.75rem;overflow:hidden;display:block; }
#ZIMq6ai300XKRTsMzRBiPZJIApmtxqRA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:19.9375rem;top:24.624755859375rem;left:10.875rem;overflow:hidden;display:block; }
#olKQBBotwZfJ8AJPssMsPP0O67IluUid { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8735625rem;width:20.2484375rem;top:24.625rem;left:46.6875rem;overflow:hidden;display:block; }
#fv6g4cdzRBubPIUSedTTtrEag5bqZZxm { position:absolute;display:block;z-index:15004;background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #63f0c6 ;height:11.31225rem;width:11.31225rem;top:11.625rem;left:34.1875rem;display:block; }
#Zf6Q9Tb3miny7UgRTkeIl33GVC0lfx78 { position:absolute;display:block;z-index:15005;background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #63f0c6 ;height:11.31225rem;width:11.31225rem;top:11.75rem;left:15.0625rem;display:block; }
#g0yyQ1cChmyRXxvewCGmQokra1BXE0C3 { position:absolute;display:block;z-index:15006;background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #63f0c6 ;height:11.31225rem;width:11.31225rem;top:11.5rem;left:52.0625rem;display:block; }
#EmZZKtKaaNZDizniMhbOABABT0D6zkJx { 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:13rem;width:13rem;top:10.75rem;left:14.3125rem;overflow:hidden;display:block; }
#pVIh5DWF16uSh5PylyNZ6pST2kFTl1c6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.99875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:26.4375rem;left:31.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dC8KemaqXFR7c6kJwHM3xCcBADHFQPL2 { position:absolute;display:block;z-index:15045;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.999875rem;width:12.999875rem;top:33.375rem;left:14.1875rem;overflow:hidden;display:block; }
#ufnISkmsIbzGvFpAMu6LN4n6ono0N5kT { position:absolute;display:block;z-index:15011;background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #63f0c6 ;height:11.311625rem;width:11.311625rem;top:34.1875rem;left:14.875rem;display:block; }
#RgRnu9wXRN4zTRcdm72UmkxDnhH3Vxe3 { 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:7.8735625rem;width:20.2484375rem;top:47.6875rem;left:8.625rem;overflow:hidden;display:block; }
#Z1TRSJmf1iSu9LqUXEoW54tp3HlUV7b6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:48.8125rem;left:11.6875rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#E20itmy4HnLHTMTy92CugMaBN8rniVDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1234375rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:51.25rem;left:12.5625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D3sHTuilhDnWKIo0EaqyHiAXS5VTn7Vp { 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:7.87475rem;width:20.249625rem;top:47.6875rem;left:26.625rem;overflow:hidden;display:block; }
#mKngwTwUTRmaVsATDXubcTiBdnimFtPO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.062375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:49.0625rem;left:28.25rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DzHLZyKRmTJKOQPhtUqSl9TPFAETfwyy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.124rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:51.0625rem;left:29.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rWXPxMpBZhg2wum0qvxk6WM7FogTTxbI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.31175rem;width:13.31175rem;top:33.25rem;left:50.375rem;overflow:hidden;display:block; }
#Vb7kUGbWsTlthEGZZP0hhc2HtyvQ0JP3 { position:absolute;display:block;z-index:15012;background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #63f0c6 ;height:11.311625rem;width:11.311625rem;top:34.5rem;left:51.4375rem;display:block; }
#J6AoBisFhXqrayexa9VcTTOBxFIAz6UC { 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.87425rem;width:20.24925rem;top:47.685791015625rem;left:44.9375rem;overflow:hidden;display:block; }
#pn98cpis8ogC6ppFc5uMR0M2mBUZ5lqz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.24925rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:48.933837890625rem;left:47.125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TpQkv55OKuN66GLDTRwBm0H3XObApR5C { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1230625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #25eca2;top:50.842529296875rem;left:49.1875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Jp6af2nw46ZE0zk15XytU9F6FOAQv4Hx { position:absolute;display:block;z-index:15047;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:12.5625rem;width:12.5625rem;top:33.375rem;left:33.4375rem;overflow:hidden;display:block; }
#lFRZa6QTCdBNgRcutbTpl2JIo8g93mkh { position:absolute;display:block;z-index:15013;background-color:transparent;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #63f0c6 ;height:11.311625rem;width:11.311625rem;top:34.1875rem;left:34rem;display:block; }
#OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP { position:relative;display:none; }#OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP { border-width: 0; border-radius: 0; }#OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP > .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; }#OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP > .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:40rem;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:none; }#reEf1eWTGpoBDD2FstJSHgeWnscdfefQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.125rem;height:3.75rem;display:block; }
#crUhUsFzrWnWigTMPiWVIeLdSlgW8A1R { position:absolute;display:block;z-index:15001;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:27.5625rem;width:50.0625rem;top:8.8534865379331rem;left:2.375rem;overflow:hidden;display:block; }
#TvNTEgto5wUcbdQs29G9laZg6xTR74y5 { color:#091b45;display:block;width:20.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:17.680989980698rem;left:27.125rem;height:7rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tQqRtyqZLDRuQdgsDXpd7K81oECFpav3 { position:absolute;display:block;z-index:15004;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:8.8125rem;width:24.9375rem;top:16.743489980698rem;left:25.592449188233rem;display:block; }
#Q14ACTd08RCX390fxRcUafOL8sFbXmgg { color:#f84343;display:block;width:6.25rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:14.712240219116rem;left:17.375rem;height:1.4375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#QGcS40wS9FTVaJbt65BRQAs6SSXWZEi4 { color:#f84343;display:block;width:5.5rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:21.902344703674rem;left:6.25rem;height:1.4375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#BrvkTM3RPD9tSUNpkUCEc0oJGIXWTiB1 { color:#f84343;display:block;width:10rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:28.643229484558rem;left:16.8125rem;height:1.4375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax > .row .container { border-width: 0; border-radius: 0; }#smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:none; }#BEsfoASiTFTPcC968xA7DLf71Hbb2I13 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.9375rem;height:2.5rem;display:block; }
#fwTtRL5y6CJn6DI6NTdIW6zsOxO0ToEV { position:absolute;display:block;z-index:15001;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.8125rem;width:30.25rem;top:2.5625rem;left:30.375rem;overflow:hidden;display:block; }
#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1f1135e-1b4d-474d-ae54-45af556f27cb/Kubernetes34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI.adaptive-delivery-prevent-bg, #EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI.lazyload, #EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI.lazyloading { background-image: none; }#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI > .row .container { border-width: 0; border-radius: 0; }#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:none; }#U9LCAMN8kZ5LgBZaT9eDtipJWLLv07gK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3745rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:28.154296875rem;left:15.625rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVZAtcI3uhIBDzXZTAzU579DLDaScSWS { color:#16745a;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.4375rem rgba(40,186,255,0.57);top:2.3748779296875rem;left:7.5rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eu9odGAD0HyO4LfNH2zGAhyvQ8KnTVih { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.311375rem;width:22.124rem;top:30.311889648438rem;left:26.375rem;overflow:hidden;display:block; }
#It92TCQldKttIkt6eSvCm4avbDGSKolQ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:19.24936325rem;left:32rem;overflow:hidden;display:block; }
#rEhgdmse0wmp9rcyZE6e5RkEk3p8tmRO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.374875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:26.312866210938rem;left:47.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWpJHEtBwK9FUn5rkMdLb1ieUluo5keT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.93725rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:28.154296875rem;left:48rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8fTvwvp3S8w80QqZnXcKuv0LPxp2zxI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.68675rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:23.818359375rem;left:32.8125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H22maw94ANKol60RLTNOqCni5k4yrWB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0603125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:21.935302734375rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuMUWfdV65gCBTKA4R4NVQD2eCJN6LtI { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:5.2178955078125rem;left:31.9375rem;overflow:hidden;display:block; }
#u7TNvX5xxZTAp0gOad5vbSh2IEmvh1u8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.5628662109375rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgUCwnSQfdFn4i2leCkPDBKt8rTug5DG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.81175rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:9.3427734375rem;left:33.5625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xr5cnyTokAKn08TnEWSgaWhA2avt4gZf { 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:14.6875rem;width:14.6875rem;top:23.7158203125rem;left:45.5625rem;overflow:hidden;display:block; }
#qTvTl5L0d15kFNKsndX1bO9DvE222S7c { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:16.5625rem;top:23.93701171875rem;left:13.75rem;overflow:hidden;display:block; }
#gUeMwT2TFzoFPSA8k1KI11QkePTDWdnJ { 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:11.375rem;width:11.375rem;top:12.1240234375rem;left:53.375rem;overflow:hidden;display:block; }
#gikNHHrh2X0KDXozRErExPhISlaszUeL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8745rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:16.685791015625rem;left:55.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Os4d5IHvl8khZzTTGhkuKCW4th7KA574 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0608125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:15.123291015625rem;left:53.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1CFrPWdTJtLQrtN5Pp0eUNzGTkIlQp2 { 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:9.937125rem;width:10rem;top:15.000610351562rem;left:20.5rem;overflow:hidden;display:block; }
#T3xGpDx4vBS2b8wwFQWES7RMHkZXUyTV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.06175rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:19.249267578125rem;left:21.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNV8H9pvuS6pkgkl3TeGiAAyU01KeCnN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0603125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:17.241943359375rem;left:19.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMEdAsLhdond4tQqXotn0HkEsrLxmTSn { 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:11.4375rem;width:11.5rem;top:12.1875rem;left:7.9375rem;overflow:hidden;display:block; }
#XNqqdkmQffVcRaXmRTX2Bt6JFoTLL75W { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0603125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:14.55322265625rem;left:7.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnfQWDUntpMJ1PQ9td9X3ATgJz7qktoB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5610625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:17.655029296875rem;left:8.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4UWNRTR4mOgZ1nwP7ZDyfE5UPwk9Kom { 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:5.99975625rem;width:6.0620125rem;top:9.1253662109375rem;left:23.125rem;overflow:hidden;display:block; }
#rJDwFaaKf9loao2RmeCiWTPd6yL6Inkb { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:9.81201171875rem;left:24.4375rem;overflow:hidden;display:block; }
#O4h6Don5BUARr2EsUP4GCO3P3IciDE07 { 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:7.374875rem;width:7.374875rem;top:16.593017578125rem;left:45.1875rem;overflow:hidden;display:block; }
#NXEcOaM07WWcKQ0x2UCrwt2BReKwGpBQ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:17.999877929688rem;left:47.125rem;overflow:hidden;display:block; }
#W6slbnxqLxDUEK8Uo38HJsF5cS2V5BNu { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:17.999877929688rem;left:47.125rem;overflow:hidden;display:none; }
#wudy5FHwOIa1OTpb113fUhlCf3LGRD4X { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:17.999877929688rem;left:47.125rem;overflow:hidden;display:none; }
#JHPgJ93ntdFpudJx5LA1RnQHQlxQtJwS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:17.999877929688rem;left:47.125rem;overflow:hidden;display:none; }
#NqJpatzyEdVRq4kR9aDFTpUCEmJI6QJt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:24.12417575rem;height:3.62915075rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:50.422973632812rem;left:25.375rem;display:block; }
#HmaqkZ6bQKKrapDoTw2ccTnU4UNsNlKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ob07vo8NgSRoyrPG3hfum6t5Q5GnDUkp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.187rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.592041015625rem;left:17.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV > .row .container { border-width: 0; border-radius: 0; }#bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:none; }#aqDaf9Ds4bL9RNKmTvs2tODsTR5B04Ta { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.9375rem;height:2.5rem;display:block; }
#zdkTcmTw3AiyMnZcclQWRX2VHpQwuyr8 { position:absolute;display:block;z-index:15001;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:22.4375rem;width:31.125rem;top:0.87430810928344rem;left:38.1875rem;overflow:hidden;display:block; }
#ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb9e1, #ffc2b3);background-image: -moz-linear-gradient(180deg, #ffb9e1, #ffc2b3);background-image: -ms-linear-gradient(180deg, #ffb9e1, #ffc2b3);background-image: -o-linear-gradient(180deg, #ffb9e1, #ffc2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );";background-image: linear-gradient(180deg, #ffb9e1, #ffc2b3);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; }#ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV > .row .container { border-width: 0; border-radius: 0; }#ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#ZXn8fW8CqEafZpddZrtQD90nfdJMGXL8 { color:#ffb421;display:block;width:21.8745rem;position:absolute;font-family:prompt;font-size:3.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #25eca2;top:1.5rem;left:26.5rem;height:4.25rem;text-align:center;text-align-last:center;font-style:italic;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; }
#iPUToCNXHTia5ykBHL9vuKQf2SCV11D2 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:21.5625rem;width:35.875rem;top:21.5625rem;left:21.6875rem;display:block; }
#TbQ7v0ewG4SgASNNwUMBmfq64mqVl7Cc { position:absolute;display:block;z-index:15052;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #25eca2 ;height:10.5rem;width:19.9995rem;top:29.19873046875rem;left:29.75rem;overflow:hidden;display:block; }
#x7xhJTgOPOqsCowdD4ZZqZD1CiErQtHP { color:#471379;display:block;width:39.6233125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:40.99951171875rem;left:19.5rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBD669E5hs5TmZJAfSkeizrieHg357TN { color:#471379;display:block;width:41.187rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:22.375rem;left:18.375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c6LdAIBZLPQqglM4gCiq1T5Wnr1p1XDf { color:#fd007e;display:block;width:21.5625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:26.5rem;left:39.875rem;height:2.6875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1o4OXKzDq3X2SoepOcSklFVaOkvQm8E { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:31.75rem;left:39.875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZpoBnbLHrP8w3ZMfXV05btZB9xVweyGh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.62425rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15098;line-height:1.2;letter-spacing:0;top:22.374755859375rem;left:19.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;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; }
#hgq4WgA1nPTRQq7U79BumMr1wGAVap0R { color:#15b5fa;display:block;width:12.49875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:26.77294921875rem;left:33.75rem;height:1.25rem;display:block; }
#d6W09AX2OAbwq0uIWRFT7o4rWQ8oOEhH { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.56225rem;width:7.875rem;top:9.375rem;left:13.25rem;overflow:hidden;display:block; }
#MTzebB6eqP5unuxAWNGa6MTiwrGBzg19 { position:absolute;display:block;z-index:15094;background-color:#5900f9;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5900f9 ;height:4.125rem;width:4.125rem;top:10.1875rem;left:21.875rem;display:block; }
#tCRieM8m6BqTu72k9MQINVdmS13kg4XK { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.99975rem;width:11.7495rem;top:10rem;left:36.4375rem;overflow:hidden;display:block; }
#aLGSH910QwHrKsJiMk6itrOkmqXepDOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.18725rem;position:absolute;font-family:"russo one";font-size:1.4375rem;font-weight:400;z-index:15095;line-height:1.2;letter-spacing:0;top:11.375rem;left:20.3125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p9AJuBytlbSECVEzPfTsPkrZZqoBDwId { position:absolute;display:block;z-index:15081;background-color:#6feaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #28baff;border-left:0.25rem solid #28baff;border-right:0.25rem solid #28baff;border-bottom:0.25rem solid #28baff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #6feaff ;height:6.1875rem;width:13.375rem;top:13.125rem;left:21.625rem;display:block; }
#p8XEzWHfWUTqR2g4R3ae7TQzglURnqxh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.187rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:13.875rem;left:22.9375rem;height:5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aHLLJ72CzOLZGZwPidmwzFyv7P4qcq0g { position:absolute;display:block;z-index:15078;background-color:#6feaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #28baff;border-left:0.1875rem solid #28baff;border-right:0.1875rem solid #28baff;border-bottom:0.1875rem solid #28baff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #28baff ;height:6.375rem;width:11.4375rem;top:13.125rem;left:48.1875rem;display:block; }
#nHrKb8wWRCR8IheAIibZ8PPaXVzeO6Qg { color:#481d78;display:block;width:15.312rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:17.751708984375rem;left:46.1875rem;height:1.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RpQ4ZJAd7la16xsHqfuvxdbvSTnVv4UE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:23.78025rem;height:3.28564375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.687255859375rem;left:27.8125rem;display:block; }
#KUpXSiRH0GkGzqRHk6LB94xf6pvXCaqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhlBa0zZWuzW1mwIOg3TvQaLlBTWHa94 { color:rgba(var(--color-tertiary-1),1);display:block;width:44.1233125rem;position:absolute;font-family:prompt;font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),1);top:5.277099609375rem;left:15.4375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#x2x28DDEU4ChLQOAAQCyyaE60ARdzJds { position:absolute;display:block;z-index:15097;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.49975625rem;width:7.93725rem;top:10.1875rem;left:37.6875rem;overflow:hidden;display:block; }
#CPlc6TTpL4A8V3H5RCPAWPTpCnGdDP93 { position:absolute;display:block;z-index:15095;background-color:#5900f9;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5900f9 ;height:5.31225625rem;width:5.31225625rem;top:21.249755859375rem;left:21.25rem;display:block; }
#sCfpNsGXU9zSpC8xRS4nbPZmgDiFGN7T { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.6875rem;top:1.152099609375rem;left:49.5rem;overflow:hidden;display:block; }
#uPIy54ndPvmuKuG55hsuN51TwlynNkc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.061875rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:13.874959945679rem;left:46.41667175293rem;height:3.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #74ebfb, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(360deg, #74ebfb, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(360deg, #74ebfb, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(360deg, #74ebfb, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ebfb', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ebfb', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(360deg, #74ebfb, rgba(var(--color-tertiary-4),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { border-width: 0; border-radius: 0; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;overflow:visible;position:relative;display:none; }#T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:21.375rem;width:41.25rem;top:2.25rem;left:19.0625rem;display:block; }
#ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { color:#442767;display:block;width:28.1860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:24.6875rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { color:#e73a77;display:block;width:19.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:8.125rem;left:26.5rem;height:2.5rem;font-style:normal;display:block; }
#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.68115234375rem;left:25.6875rem;height:9.1875rem;display:block; }#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b020c64-ac85-4888-a86d-f40c96a62e22/Untitleddesign32.png); }
#FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.310424804688rem;left:26.4375rem;height:1.4375rem;display:block; }
#qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:9.375rem;left:11.1875rem;overflow:hidden;display:block; }
#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1f1135e-1b4d-474d-ae54-45af556f27cb/Kubernetes34.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; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT.adaptive-delivery-prevent-bg, #NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT.lazyload, #NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT.lazyloading { background-image: none; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT > .row .container { border-width: 0; border-radius: 0; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:none; }#TU0GBcfen20h5dHM4ImoGa0saO34ylPp { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:8.5625rem;width:16.375rem;top:12.25rem;left:4.25rem;overflow:hidden;display:block; }
#zp9AtBwTx52EGiiNryt6pzda4X9ZcgBp { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:8.875rem;width:16.9375rem;top:26.875rem;left:3.8125rem;overflow:hidden;display:block; }
#XnskxHB6kiPuwMyvkpZSnTMGF7TDs5mS { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:8.3125rem;width:16.6875rem;top:12.25rem;left:29rem;overflow:hidden;display:block; }
#bIKIfrsAOFfgSpufsmPpbAOT0Pb38e1F { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:8.4375rem;width:16.875rem;top:12.3125rem;left:54rem;overflow:hidden;display:block; }
#ONPVeR5ihcCbODGaxpAaCC57Dzd1Hp9i { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:8.9375rem;width:17.125rem;top:26.875rem;left:54rem;overflow:hidden;display:block; }
#XTnliTf8qkgedHJvAdK2VRTIhlPgiTlw { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:8.9375rem;width:17.0625rem;top:26.875rem;left:28.9375rem;overflow:hidden;display:block; }
#NUwSRc6MaFZTFPm8HPzhWqi3Ifgrg339 { color:#001966;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.5rem;left:10.0625rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EyQBhPB9NLc5OD0DDW9TcnJdt6nvD6gq { color:#0062ca;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:10.0625rem;height:2.84985625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#mbuauzLsi0oZzmdGMasbFQBzzK7LcfhJ { box-sizing:content-box;color:#091b45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:6.1875rem;left:63.75rem;display:block; }
#vy9cstaETqmvBaIWG8DTzGbw7WTB5bhM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -moz-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -ms-linear-gradient(180deg, #ff6c48, #ffb554);background-image: -o-linear-gradient(180deg, #ff6c48, #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c48', endColorstr='#ffb554' );";background-image: linear-gradient(180deg, #ff6c48, #ffb554);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ff8351 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:2.1875rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:23.6858125rem;height:3.1911625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.311279296875rem;left:26.90625rem;display:block; }
#MVBvVQet0OE5N8c8TvTe1ccg6B6rTMl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifaENmXmMd96p0CdioMF3gInWJ5ZsWuL { color:#6200ff;display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22.1875rem;left:6.1875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OcaIDy6wuzG7wlfiqDpDuSHTPgLH6kD2 { color:#6200ff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dIpxLoFciiuxkAELaRoFnH8fSzaNLoFI { color:#6200ff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:37.4375rem;left:6.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#G0o0hUIwNoZMpwFI7mgrbQWTQUKCFqQX { color:#6200ff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:37.4375rem;left:32.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#omvZrJiu2rkR1qX9XwDzSIlUWeS9TuHw { color:#6200ff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:37.4375rem;left:57.5rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ere3EQsmZKkXXPDid1elV8Mr68cqdJzG { color:#00bc24;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:2.5rem;height:2.84973125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ygQoXFQCV33vJBfx2kKq75eG7VzzwOpd { color:#6200ff;display:block;width:12.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:21.6875rem;left:56.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF { display:block; }#skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXk6oHQmf1Ng4qbHUguV3xqQOtEorZED { top:1.3125rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mktublDiLs98VHUMlVizQB6ftHbbux { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHVFmEZouEd1eT0MtA6i4iwXId9Tfkq { top:7.8125rem;left:3.37451171875rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UET4dwQHnV0mTDlvI8DZHHvISZB27CqT { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy { display:block; }#fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6BAX4M9m519BpnzpJDR8SgyhNf2Ey59 { top:1.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Tu9UxTOrVQo78Iki2dmApXKr2k0uWT { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXacF3guX64Qg8pwNXJL17TQDyER7Ltc { top:7.8125rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNaVwdngi7NqV8L4RiEXdo3gmqR4Au0M { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh { display:block; }#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lO5VT9VWJsVW15IfO7ybHHEBNlwDf5Cn { top:7.125rem;left:3.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTOAdldZTCy5vPJCERufn4vdWPZV8uW { top:6.9375rem;left:27.25rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH6ZqRcDUDK8IfzVupKTghZtbp7ZcP4P { top:33.75rem;left:8.625rem;width:36.1875rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b70OM43T65RE3ACCm9uWHN4JZQpgcNDE { top:26rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNINehIpJ4yZqTzaJoTGpr5IWkoPTbq { top:1.6875rem;left:5.75rem;width:36.0625rem;height:5.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x { display:block; }#lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZE00gcWAprL0Ls5XosfnxN4kR2lM0DO { top:1.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDQN2RxNeIUJGaTRuUXGnAnSGAM4uIp { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3l72UHXfwwbqkbMupRAg2AmVsNKUQTB { top:7.8125rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxwACOvk5akIkVgtJxr8JKoo9btSGur { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE { display:block; }#cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3CwIkwmF3rVJN5OlwbZRqxWtkz9RpAL { top:3.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOnSwpDn4FBUgb267tJnnVTfmee3tHkr { top:2rem;left:19rem;width:9.75rem;height:1.5049632871122rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnxKdXPzobyla4XQ3vWZDuOVcUa0XaS6 { top:35.375rem;left:5.75rem;width:37.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1TGaAVA4QxrzZnGOQOUmzdiLDUBVOe { top:19.4375rem;left:11.25rem;width:25.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeoEWtM0TqVA7ExSW70U1gvQ8CbFP1lG { top:29.8125rem;left:29.125rem;width:15.125rem;height:4.3751446328804rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEF8n6wTolP9HuzApQPsTc2lO4MofWRi { top:23rem;left:24.4375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9epu5zAbpAOf529eXBKp1X6IOLbpUba { top:22.625rem;left:26.3125rem;width:20.8125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCnwEHtdTRHy1AcwTfCfh6s6HGn80LKN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AwOgUkXeSAw4lT7J6snvDVRcK4qGPMuw { top:29.8125rem;left:7.25rem;width:14.125rem;height:4.3750774349989rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnJ3GLEhSU3REH1LDwb51wJDuawkKNyF { top:22.6875rem;left:4.625rem;width:19.375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp { display:block; }#CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJD03d02L96F7DTmytGWnne8RMJmqtR7 { top:1.3125rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF16F5ra0n9hIlhe1U3rWnM5rLCV2tLs { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLkn3OKk6wtAtb2RmWNVARQWD9XgW3E { top:10.5rem;left:3.375rem;width:40.9375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF34ucOBsN3cagh6aS8ydFGmKEK1gvOf { top:6.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T { display:block; }#fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RecTQ4g8xi5SKSNs1ANtfJrnbigKLRSg { top:0.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwUeWbgz19rPF9KTGCTdXpvn4th244bN { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8oA0ktQafSgUsMcZvu0MSeUqeml76Wp { top:8.875rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT { display:block; }#hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owBWaxlSAMfXKth3Neaw4zI6ziVUAfwE { top:0rem;left:1.3125rem;width:45.125rem;height:13.687276659575rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlprD6pfCeQAR1hZNi6mn2bOa82c3Avt { top:17rem;left:0rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr21Ki54wvfbSWFq2JVgW6mczUQ5e4Db { top:17rem;left:16.875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwWunOJ6MF5z3CqM3MgwbQPxdPPbPByy { top:17rem;left:33.75rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siw0esw6G3WARvBDk6M8q70XERau2dvU { top:21.8125rem;left:8.875rem;width:5.125rem;height:9.3758918531275rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6x5n3bVoDytBqOJ3bOo4pVGITidiwu { width:4.6875rem;height:3.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6uaXhhxkk0eIhFluG8XO3ySU2yAOx31 { display:block; }
 }@media only screen and (max-width: 763px) { #rhefyyeZC20vzXynSW7K5BSEqsT3H9g7 { width:4.6875rem;height:3.125rem;top:15.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2pR77vxxxhlhEgChblpECTWw0wUztoM { display:block; }
 }@media only screen and (max-width: 763px) { #vIzS93MrbouRwFA3EaeGCLovGEZyfg6o { width:4.6875rem;height:3.125rem;top:15.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFduRvXGWAnb3TRc7PBBrMCIJM7A26Lw { display:block; }
 }@media only screen and (max-width: 763px) { #KumO41GuQU2rn2ORV2NCpu9Oe2KP3NTU { top:18.8125rem;left:0.375rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1vWgxzUWyvDxTxHAhcO3d9xRFook59p { top:27.6875rem;left:2.8125rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRi3WlcsdUnRVwQHuQ4WX5ur9uq52qL2 { top:25.8125rem;left:0rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWvcIHJoDQlhtvuMh8ApmeiBW3c8UDWV { top:23.75rem;left:2.8125rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVADnAosER3TiopghH3ohk095uZ0Ek2 { top:21.8125rem;left:0rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #krblA8elz8F0V2PsdenM53PiodOlDb9H { top:18.8125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRl6cTt28vs5st28q176o0SaUrw5HudS { top:18.8125rem;left:34.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGdz31xf9oQsxPacKKAtBMyWdT4mHDE { top:15.625rem;left:17.625rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDHdZkbIeU7CnlfwioXpT2wBT5HTMcPJ { top:21.5625rem;left:31.6875rem;width:16.0625rem;height:9.8751823986739rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u { display:block; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0DHpUpgXoga3LkIQI5yoOVNPEvURtyH { top:24.1875rem;left:2.186767578125rem;width:21.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfyfcF4FCRXkVITvmWXIokE6MQMrOE1f { top:24rem;left:25.556640625rem;width:21.3125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio { display:block; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhq3cw7HE0H0qT817Ch6aOkvu8AsyNXX { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXP2cMxhbReSIfBKSC2GXxWdngvhZ75i { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dM5DeViJroFF1MZveuJvrwKMuPqI1WuO { width:13.875rem;height:2.4375rem;top:42.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJnObMPdW66vurCbnFQ2nahfruChMi1 { display:block; }
 }@media only screen and (max-width: 763px) { #NuUTr5EbrIfMCCITqeT52v0XA8Nlush2 { width:24rem;height:4rem;top:46.875rem;left:11.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1ZtNrapglT1SLtyqMUufS93iS8TgdG { display:block; }
 }@media only screen and (max-width: 763px) { #ZG3oZ8kuBKvTz7wcFaRyAG4TLymNhgeO { top:18.3125rem;left:0rem;width:31.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSR58eHEB1kvPnVxc8KF58bHQsiXMLD5 { top:5.875rem;left:0rem;width:22.6875rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL { top:24.1875rem;left:0rem;width:10.3125rem;height:7.4375rem;font-size:0.875rem;display:block; }#GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o { top:31.875rem;left:0rem;width:20.1875rem;height:7.4375rem;font-size:0.875rem;display:block; }#Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #h0UO94PsdMgHfywFMmD6KiOuAZe1ORRn { top:10.6875rem;left:0rem;width:16.5rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxtGl6UuWbkk2XNPaEx0niCABSTaXdfo { width:17.3125rem;height:6rem;top:1.125rem;left:15.759765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7rA9S0FwTPIRAChVhm2euoUMutNgpFZ { top:20.5625rem;left:0rem;width:32.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAs26g5dBI6DC083U7Ui1XGpPtV1PPZw { top:10.75rem;left:0rem;width:29rem;height:6.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxWdnnkyHiBAJNV4xDK2WuT9RaAflsVd { top:5.4375rem;left:0rem;width:47.75rem;height:38.762483994878rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS9fKHqs5GW7gk9oHVRyF097hnJTA1r6 { top:0rem;left:0rem;width:47.75rem;height:44.935836501901rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJm5wglZ2hGseChi6RCccieJ88Z14Is { top:12.125rem;left:0rem;width:18.1875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc { top:21.6875rem;left:0rem;width:6.5625rem;height:;font-size:0.875rem;display:none; }#TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 { display:block; }#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUqAsGh53APSofM7kEDVHfxdmy9HcNo6 { top:21.875rem;left:40.8125rem;width:6.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwAzKQFQ71I9VTztcCTD2UVuMQQD6TMy { top:24.0625rem;left:34.625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNshIudnoe37a8xQhr229FGVeFUrOQs { top:10.5rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKGEkb69rxhgBvCz8Gg0FQ4RnuzIgXnE { top:39.125rem;left:27rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvzNS7WubtcGIKSPOx5Q21c0JdB5CzsW { top:40.9375rem;left:30.375rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5u6A44y07iIatdPPoFO35ZTmhO2kiHJ { top:40.3125rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb7AT7Zzm758TOwWtk1TJE8fG9b3A4sv { top:45.625rem;left:20.6875rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibCpJbvbySQutaKk9DB2Lyr6VpQUqBb1 { top:18.5rem;left:0rem;width:24.125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psi3KyfmEpAgdFlXIoMHET9GcHragaO9 { top:27.1875rem;left:25.1875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySVNNVU6tHLE63MWhy420Bda32Vf6bq9 { top:26.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #logt4eUb5WUBkXA6Ul2cnulJ3G9w2nd7 { top:14.1875rem;left:0rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCLn5lBkEviTwF3WfTfmDH38Ef6dqnB0 { top:3.0625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUck3sw0vXqAq4lQ0SdMT9aLE3wdkBT9 { top:31.5rem;left:23.5625rem;width:24.1875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgrwAGVhs13h3zyMc9pRwMfzW4oeryO { top:6.75rem;left:8.373046875rem;width:29.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlf65Aq9Le984iRSnKRbCOxa796mwgI { top:12.125rem;left:22.875rem;width:24.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHFh9MtC2lzJnwLMhvs8ctwDaIPTlUOI { top:27.8125rem;left:0rem;width:24.3125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 { display:block; }#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibaeEn8qotu5ZkFs2cwRRWq080n6Jik9 { top:21.875rem;left:40.8125rem;width:6.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNLcHIdHVLH7gvTRJ0IDeqx5bXtabtRt { top:24.0625rem;left:34.625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctBZSMkT4Rix3ZQya6szHg4EEvp46wM3 { top:10.5rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGg6w1KXnnkOf8cr0EZnZbdsTi0wQab { top:39.125rem;left:27rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcgq4SPe9hTMT1uMbsE7FUKBKyviyupN { top:40.9375rem;left:30.375rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaG5saB72FQTozi4mycyN6H1pgmKJUJ8 { top:40.3125rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZIMVB43my7EwHL17JnqsvsdK7TnoQO { top:45.625rem;left:20.6875rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reWN4mXvrIGW1BNA6c31fIPOB2dBg6Lm { top:18.5rem;left:0rem;width:24.125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeRWtxRTqhW9dEPkss0uaMo8aMtbdUp { top:27.1875rem;left:25.1875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN9nmPWOOIOHpQ2cRv2uaAwltiU959Ob { top:27.1875rem;left:0rem;width:24.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGXthxEV4VrncLnMS17mUT00L3LcJ8V3 { top:26.25rem;left:10.5625rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFGkKbCUfhr7IUP1OPTpM9slJ1drW8X4 { top:14.1875rem;left:0rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekneBS2We5VBSWpNslkbtEWnDMqv2ISk { top:3.0625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OubEJcWho9mHnh6QXMQcXkKTT1DOzMpg { top:12rem;left:20.625rem;width:24.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aINcFvc9QgPzQ3sEuxHqRuUlunzFQtsK { top:31.4375rem;left:23.625rem;width:24.125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzhflGN82nwR2uGtvxPLKPzeKWe1QWM { top:6.75rem;left:8.3739013671875rem;width:28.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT { display:block; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqitpoDxHZNl2FKSP5TMvbm6eDZ5pZbZ { top:3.5rem;left:0rem;width:38.5625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmdGz8so8XW2yoXWQ0zKKPp3zo70FDfZ { top:11.0625rem;left:0rem;width:28rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOUSMeHTFEpI3aBNw6Sw9BIgk6HlV3NJ { top:26.8125rem;left:0rem;width:30.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT { top:14.5rem;left:0rem;width:25.75rem;height:8.6875rem;font-size:1.5rem;display:block; }#RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #VKPJm8Iv9EXJKInz9V3rD7v7dKuMNLHM { top:9rem;left:0rem;width:30.25rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoW5rE73lAI4ouN7B9OwmErDhoULSRHi { width:24rem;height:4rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIgSDoSvDyumzABtlvXP8DUhX58TLgS { display:block; }
 }@media only screen and (max-width: 763px) { #T4MhMrP8zrkS6Pa0gyC4zNt4m0LM8iZ5 { top:0rem;left:0rem;width:47.75rem;height:25.785rem;display:block; }
 }@media only screen and (max-width: 763px) { #X47cAxEzwqHJ7VTrMKrvZDMNWweayKam { top:11.6875rem;left:0rem;width:6.5625rem;height:;font-size:0.75rem;display:none; }#X47cAxEzwqHJ7VTrMKrvZDMNWweayKam li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #h1IexkzEsyPRlAxO6I7oekwh5LGXXl0x { top:18rem;left:0rem;width:18.1875rem;height:1.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br6xi42f46x0PkUVUog8scWGav5iM3SU { display:block; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toqRnciPN7TFLuTRx1XTaBfDB6BgH7zr { top:3.1875rem;left:6.4375rem;width:34.875rem;height:7.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnyUU01hXBUSNEogSNWIQ1CCtk2sXgKi { top:13.1875rem;left:0rem;width:20.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3g6sbuTOyuof1A17armeVIsZSchaOL { top:14.625rem;left:0.9072265625rem;width:12.0625rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { top:18.375rem;left:0.876953125rem;width:12.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt2qGBmMT0mRU3FOD3m8nPmD7x6bErOT { top:13.1875rem;left:13.625rem;width:20.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR017K0CPgBUu3upfS71QsgcgoSX7gqu { top:14.625rem;left:22.9365234375rem;width:12.0625rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPRyrcA676UQoZRCSBb8q3lmDS3Tenf { top:18.375rem;left:22.90625rem;width:12.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWsFMmTPGn5VW0k8Tn48lZxeoK3QMmqV { top:13.1875rem;left:26.9375rem;width:20.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcHJVE6iec5BVdU8wRqc4tCBcDTt5v58 { top:15.375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lew8CRMQsAv7w8hgiNZAw8fWpXeRR4B0 { top:18.375rem;left:35.6875rem;width:12.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntOfon7Sqi8Lz48MbqZtcehCdTOgDsab { top:26.0625rem;left:0rem;width:20.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GETUfopeOxagWNNni2RKMiGvE3QmKwBT { top:28.5rem;left:0.9072265625rem;width:12.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRatUa1oH9Pu0RA8XHPted3LVlF1lBo2 { top:31.75rem;left:0.876953125rem;width:12.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMBOQdosaqNPu4ccana63Blat5JaToSp { top:26.0625rem;left:13.5625rem;width:20.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F44bm1UHV6oTGO5tmuhXOvXuTJHZdzrv { top:27.75rem;left:22.9365234375rem;width:12.0625rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4HhF4v0B3wuCRohaakMavrudg6G1iHT { top:31.75rem;left:22.90625rem;width:12.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7OiToVw5GL4cZp78aEQ1FDObHfTwVUV { top:26.0625rem;left:26.9375rem;width:20.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IT2nHH60dNH37Tn6Xw6re9GyrXo62C { top:27.75rem;left:35.6875rem;width:12.0625rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwkVAsyFBhWTFJia1AwflkKA4JrEeAV { top:31.75rem;left:35.6875rem;width:12.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXDaQhqVskWbA0SXtSFxRDPmwSJiyIVZ { top:38.6875rem;left:10.4375rem;width:27rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfgPNGPRALWVKTpLKbQoUvqkTrR7yeC8 { top:40.8125rem;left:12.9375rem;width:8.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vFwJLJxrfmEMEGvbTbdcHGyBRko3rD { top:40.75rem;left:21.8125rem;width:4.1875rem;height:2.2174212824638rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdZ0qLUKyt3dhUp6FKJEtM5whe4lOAd { top:41.0625rem;left:27.875rem;width:7rem;height:1.4240077444337rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KLMOLxy1ICJUQFB2stfpJK0N8Skp8J { top:12.625rem;left:0rem;width:11.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGxpHA4hqOTku9hVqUhn7Cq8bVsCn5B5 { top:12.125rem;left:12.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7PdlpRcXfSkp75aaJdJTfuASRuGXM9v { top:24.0625rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm8VxikqRdz4zNcorl6qupTOf7isGTXX { top:24.8125rem;left:11.9375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7A7v38OSTPKHWXU1azL27Sb483luuBc { top:24.5625rem;left:35.3740234375rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hta7eL8fUfTTQPp1r12KFoLQod1tPGzb { top:12.0625rem;left:34.8115234375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQx40i3Jk3pKdlfyuOKFWBPC8o56cBVC { width:24rem;height:4rem;top:45.9375rem;left:11.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgyh3idJEd9UUJArgaMzdtpmTGfgounk { display:block; }
 }@media only screen and (max-width: 763px) { #GCoIbUBgJXviyolh1rxDUZne7LTirQmN { top:35.375rem;left:23.1875rem;width:24.5625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB { display:block; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2CCpCpgpDBcFNConigRRWyBDNoc6bB { top:34.4375rem;left:14.4375rem;width:16.3125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #embDbC5dzGECNZiKi4RlGVhiSK7zUNZU { top:33.9375rem;left:11.5rem;width:22.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVfaVHAVFrhors5LJFhHdscKGk1XvaF { top:41.625rem;left:0rem;width:18.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8DbOZgp9VCJO7s5dWZ74HbWBXtSZGD { top:43.125rem;left:0rem;width:47.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpd7qsLqJ5zvTtLyktTnX1g30D3a5Zrw { top:45.25rem;left:0rem;width:9.375rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfHZ9eXdu2u7DGRoDyAvvCrBrH49KXor { top:42.3125rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsh40m04D9XT6Fg757JTHGOBl5TXrGvA { top:48.125rem;left:0rem;width:32rem;height:;font-size:0.625rem;display:block; }#qsh40m04D9XT6Fg757JTHGOBl5TXrGvA li:before{  }
 }@media only screen and (max-width: 763px) { #yK9FIx9TPqgx2xvGHCa3TED78HW2ZOHF { top:38.9375rem;left:3.4375rem;width:41.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIhJwg8GgiTaD56AvN2RMTJmTZAs5wi4 { top:62.375rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz { top:68.4375rem;left:0rem;width:37.375rem;height:;font-size:0.625rem;display:block; }#CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz li:before{  }
 }@media only screen and (max-width: 763px) { #GoVvK3WITltqd4XNe9SEdqlXmdVfs1K6 { top:80.375rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 { top:87.1875rem;left:0rem;width:37.375rem;height:7.6875rem;font-size:0.625rem;display:block; }#G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 li:before{  }
 }@media only screen and (max-width: 763px) { #yJL9V034VdJAAwnsniSPxyzazRtSbdE4 { top:117.9375rem;left:0rem;width:12.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 { top:124.125rem;left:0rem;width:37.375rem;height:4.5rem;font-size:0.625rem;display:block; }#GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 li:before{  }
 }@media only screen and (max-width: 763px) { #cFMzKeGSbaItLnnWOHpbIr9RRUdIrNNr { top:122.0625rem;left:37.3125rem;width:8.0625rem;height:7.3736875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fOBaRBFTVW5dBfF9TGQhoV08Gzs821 { top:152.625rem;left:0rem;width:25.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT { top:159.3125rem;left:0rem;width:37.375rem;height:6.125rem;font-size:0.625rem;display:block; }#uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT li:before{  }
 }@media only screen and (max-width: 763px) { #KuyJZ9geCTh7Xz99s0qZ0W1OOkVClH8P { top:157rem;left:34.875rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGUZ8q8qZGJ9Ja0QJVIV93QFotsFkLa7 { top:148.75rem;left:2rem;width:41.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA1T43FcWG4o9GbTEwii7P4pkM6bz8cc { top:172rem;left:0rem;width:22.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu { top:177.75rem;left:0rem;width:37.375rem;height:6.125rem;font-size:0.625rem;display:block; }#zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu li:before{  }
 }@media only screen and (max-width: 763px) { #o9QZrMs6rS8zfVd4cTvtcChHV64pnPbt { top:203.75rem;left:0rem;width:16.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXTVyyCpJv36XUbobHcngtVcuUn0QOOc { top:210.5rem;left:38.1875rem;width:8rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTSclBUqSMENX8ESevudL94IaAWBmsM { top:210.5rem;left:0rem;width:28.375rem;height:10.3125rem;font-size:0.625rem;display:block; }#ThTSclBUqSMENX8ESevudL94IaAWBmsM li:before{  }
 }@media only screen and (max-width: 763px) { #UNweVph7eoBhwN7lEO9p683kEJ1TfwQp { top:227.25rem;left:0rem;width:22.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4E2afAhme7P869xha6yaG5XJSFXQ2e { top:233.875rem;left:0rem;width:37.375rem;height:7.6875rem;font-size:0.625rem;display:block; }#by4E2afAhme7P869xha6yaG5XJSFXQ2e li:before{  }
 }@media only screen and (max-width: 763px) { #KGisJkg7KytXR71tiiz30VXmXxK4MAFp { top:232.0625rem;left:38.1875rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSdmDtKxUFeTv98K7WJ6LevIv38tUkpp { top:38.125rem;left:0rem;width:19.9375rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVJdSSREa6NxmTCyVNt4wvrEeiZPTpoX { top:176.3125rem;left:37.75rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzBXTlQfwxHQFgZBIxrrwI5uMZdF1WZ8 { width:11.75rem;height:1.5625rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGw7lcwTUFhEJnO5ti6sCwemcA9JdPZp { display:block; }
 }@media only screen and (max-width: 763px) { #mzTqCPE3dHf8WDtAf7nSem6IBT6hNlU2 { top:3.5rem;left:24.9375rem;width:16.125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thde8NTJWiC6MwLczx4BIC4KmkxSk2oR { top:6.4375rem;left:14.125rem;width:33.625rem;height:6rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRdXpJTFWWFdeUzVqR7yw815Eeh6TdFl { top:12.875rem;left:13.125rem;width:34.375rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXcJwATNF6e2F835swGyxGMhetoHzMe1 { top:14.5625rem;left:27rem;width:20.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtdDvv7JgRE6pdOvXqS3qhy8r3aOdB11 { top:25.5625rem;left:27.5rem;width:7.75rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fKyyEwQeTi33MA0tTTTIFp6ZxEpCUU { top:25.5625rem;left:38.125rem;width:7.75rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB5Fz5Tb53wygEzfy2QzOM3FIvLthhqD { top:25.5625rem;left:40rem;width:7.75rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgEXeQ5fqfQCioFqNlTCSL3sgKkXpEkq { top:62.9375rem;left:0rem;width:47.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhZ9P4VCpRXx6ResoHEvSFlrcAbhlxT { top:65.1875rem;left:0rem;width:9.375rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXt8NKhf2lXld2uEpK4eJqzpTkcKFxNx { top:81.0625rem;left:0rem;width:47.5rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFScJaIdseVyQe4TegELP8bILEc5OUDx { top:83.625rem;left:0rem;width:14rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJCdr4WAEH6EtmnxrithyLhGCdL4Oebk { top:118.625rem;left:0rem;width:47.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Derf2Hh2y6JlOXLKATtrt4aITP0EEsDi { top:121.1875rem;left:0rem;width:14rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gJw9N2RREusQMGbfVtkwy355bzm89T { top:35.6875rem;left:0rem;width:47.75rem;height:99.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXCwVPL1EV8ttWhJsOkLhW859IquMT9D { top:143.875rem;left:11.25rem;width:22.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE6LHCORBBgbz1yLEUQm2hTU4HFnCsEh { top:144.4375rem;left:14.25rem;width:16.3125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s30AqQzCuVV0F3bS2St447RPcxOQqo37 { top:153.4375rem;left:0rem;width:47.5rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu78O3J1Px71THf2TKWiMHIHF1pgliR0 { top:155.9375rem;left:0rem;width:14rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiiDFXF7h2xeNUWMSqcFkJIKmXJQQX1x { top:172.6875rem;left:0rem;width:47.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U446Icr16qC4MVLBBwPoDKn9PFh5ELmb { top:175.25rem;left:0rem;width:14rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkA6hzDnvxJaOCMwXRdkcwW42CbBPRb2 { top:145.6875rem;left:0rem;width:47.75rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZD3wnOreOWw6nnzAODfBxRguSW3KH7 { top:194.25rem;left:11.4375rem;width:22.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTvimHs9tkgo3vWtT8IBRMCIX9GGMFBp { top:194.875rem;left:14.25rem;width:16.3125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnQNUPO9qkEgpTNmSp00TwIVs03eFPg { top:200rem;left:1.625rem;width:41.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9HFDftmse40S06r446kkx7LPMAHFVF { top:204.4375rem;left:0rem;width:47.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Th3hqdlssoohcOTTkNNTtNpTLOdWTC { top:207.1875rem;left:0rem;width:27.375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0IJyit3zmNsyEVfnTgaaaE2CBVLgvpI { top:230.5625rem;left:0rem;width:27.375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhwXFFvKVXTTFnS7ViHlc5T7l3kTK0Ne { top:228rem;left:0rem;width:47.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LanIIBUfXe3p8daKKaSw4XetmvAwmr6J { top:196.0625rem;left:0rem;width:47.75rem;height:51.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Jv4vQ5le9MEy0b4XXEVoi63S4cNaa7 { top:21.5625rem;left:0rem;width:6.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgZ4kWDhUfkdV3s0k3R6gHRCieLwO2v { top:24.5rem;left:0rem;width:6.4375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9PPQtlqBQg5GxLw7a1xONv6fmcv0y2O { top:7rem;left:0rem;width:6.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKM482Eu0PekSIFwPTSXTQ8qZVmPAxT { top:9.75rem;left:0rem;width:8.5rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO77RmE7r7I7NNlJ0qaAcsG04aKTamTd { top:12.875rem;left:11rem;width:10.3125rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u08GV3Z3PSNTFgTFns6Op7scfSAuMSlf { top:15.75rem;left:13.3125rem;width:5.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kdFBKtphSydElPWTkDb1BkBEPcWtFN { top:46.1875rem;left:37.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsic3bbuOfBo397kSc3Z1EfXWcsxoac { top:65.4375rem;left:37.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4e9qPpcpzeXLW40VKVCz5UNy0WUhmU { top:84.6875rem;left:37.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTTL6UEfOzXKab2wpQZZLa2LO3KXDT0 { top:17.5rem;left:27.3125rem;width:7.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCbhtnp5uyOwgHOXOabuwQwPO49k6eV { top:17.5rem;left:38rem;width:7.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVGaxShPVWp23TppVNkSsiCuLEIZz3BA { top:17.5rem;left:39.8125rem;width:7.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckcdGsfdm13JTAc2V1ch56XJ1WqMKodb { top:6.5rem;left:0rem;width:9.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxKXDby6ADTFX0Xya8DOBUTbCpHVmOX { top:12.25rem;left:10.375rem;width:11.1875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBw0uyLVGykbHqE5zOu0ZIMHkr22WfD { top:21.25rem;left:0rem;width:9.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT07zlPh7GLg8QFDhN2glCyIalvf5N7L { top:4.1875rem;left:0rem;width:40.8125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSz3A3Dfsx3MUzaQDNag2RBLNd5hxHR9 { width:24rem;height:4rem;top:251.4375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHdq2H68TEOPHq6k0McII3TH0S5Akhq { display:block; }
 }@media only screen and (max-width: 763px) { #RbSmggRUUCtz2G9hIhc1lisPgUWQDcmI { top:61.5625rem;left:0rem;width:18.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdqD8rzwtqnOp2lqPbJdlZiHa5vEeV2E { top:79.5625rem;left:0rem;width:18.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuaPFVTIOhmPGuauLdz3kMItaStlIbvd { top:117.1875rem;left:0rem;width:18.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv2seEy54hmFxXTSWi0H9Pk7s6LnJZsV { top:151.8125rem;left:0rem;width:24.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTmt7i81iA6N35Dk1WFzbK3046CWsiJ { top:171.1875rem;left:0rem;width:24.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT9OFQat5Nnvy4XlVxCTZahrMrhuofGn { top:202.9375rem;left:0rem;width:19.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoTxddvr1rUa4QBQP5xKowCcTMLmDTm { top:226.4375rem;left:0rem;width:22.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxCRx2hB6GMZTCOuK8Squwr1TIdTQrbH { top:9.8125rem;left:0rem;width:18.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXkTkGz4fSh2uhGGgIzo2F4qVsvxThhz { top:136.125rem;left:19.0625rem;width:28.6875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6V68xOp52GGHheito5xXQBhCvN4tnno { width:11.75rem;height:1.5625rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8K0SlXNeGzNsPTWMBboTvWma0P8Grz { display:block; }
 }@media only screen and (max-width: 763px) { #Du82N8kiqyP6BmQXZCKMTWTWeU4kawUw { width:11.75rem;height:1.5625rem;top:95.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHqzQP1xVFKExHAbwksvfLcCO0q5qxu { display:block; }
 }@media only screen and (max-width: 763px) { #Iiqa1m2BMW7ZHMDszyldTfa2b3zpUx3M { width:11.75rem;height:1.5625rem;top:129.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Lx7Z38hiqIH7k3thBQOlkheoZLNSEN { display:block; }
 }@media only screen and (max-width: 763px) { #tH0Ai6b60tZyZ7iQ9g9By1NOR24UTuXS { width:11.75rem;height:1.5625rem;top:166.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiKmA36QlS32zaOZgeilbQbZwAZyAcpk { display:block; }
 }@media only screen and (max-width: 763px) { #xBfTi8OJcXxCKlTCu7GJDZuDTV11ya9k { width:11.75rem;height:1.5625rem;top:184.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOkfeCg93NmT4c4W4o7HpG9lRoKkgl3 { display:block; }
 }@media only screen and (max-width: 763px) { #JALnH2caUmeq65ereaPRZmlEF1fyhbeM { width:11.75rem;height:1.5625rem;top:221.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDaVtUhXNZA60WaZnyOuhdKT3g7JoEBg { display:block; }
 }@media only screen and (max-width: 763px) { #IsK2HPHUNitIPnMamIUJphEBrvloGKo1 { width:11.75rem;height:1.5625rem;top:242.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3foofVP6oAye7xpAcsOmR0iMDghbw4E { display:block; }
 }@media only screen and (max-width: 763px) { #k8LJi63upMsfCkka3SXGVo5VPbH1cUb6 { top:22.3125rem;left:1.1865234375rem;width:2.375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2pZGc2L02FDUCdkAaWcbOSwbaxM35QT { top:100rem;left:0rem;width:47.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJadwHQqJNLx4fOwBhJqurtnAqN5RipZ { top:99.3125rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkKBTizPHIzpydnaMIQGpJTdq0cH6AM9 { top:98.5625rem;left:0rem;width:18.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQJT13d0tGTFB9H8DlhNrdcnFTm5yvR { top:102.5625rem;left:0rem;width:14rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 { top:106.125rem;left:0rem;width:37.375rem;height:;font-size:0.625rem;display:block; }#RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 li:before{  }
 }@media only screen and (max-width: 763px) { #hBVhssT1xLD5KeyKNbJh1g9OtpmPUprF { width:11.75rem;height:1.5625rem;top:112.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAfDRzOC2fTltmncIyVkVM1k7n69SbFS { display:block; }
 }@media only screen and (max-width: 763px) { #s8XP2IZS5bgnhOcgoefSQ0QRc6k5bURy { top:102.6875rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx { display:block; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEKaSkiscVkqfy7smZgGT6IeTCwkWQJH { top:5.4375rem;left:26.0625rem;width:21.6875rem;height:8.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDrFSxSNTQZnTkyfRSyTTxtViyqAIt0y { top:6.1875rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhaKKDr7xkT6LuSP1hKb3mzqWvkq4IB { top:8.75rem;left:0rem;width:27.4375rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOXAaAQEDMRui7n9UzVsNIKxJtozezg { top:6.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSxrsuo4t9mSa9bXMXD7HwyJHaT5Tn8m { top:17.0625rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frU7feydw4QwxTE4afGavbMPJOUanwZ9 { top:14.5rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVazf88RADtTW7bBemDWhCEQmTckRvo { top:14.5rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKCTKRhRiFMqEfIbT2LUrPv0pONhHM66 { top:20.8125rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCAkNT679zWxZ5IqbaLHmT4mw2mItpy3 { top:21.125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nymzl6Subv5ODp7UuHlSJGZ4bmbkTvOU { top:27.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSV3GCqnQJapEatgcAcxnUo2O3Tmw6FW { top:29.875rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaJx62l3ynnU0cFGXBI9Ubnt982Knpv { top:27.3125rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmxmp2zbOzBuBrrtpkAyoNnPK8NEcCm7 { top:34.3125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdVn5tgRQr1q4fGNvD6JQrJD0UgvqTAs { top:36.125rem;left:0rem;width:27.625rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #at83n16Oz1L2TfrOXb0pEsDyTnX8O2Lb { top:33.5625rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXaOyaLVu5xDXSaJlFbKvvKcyGOunvkI { top:41.375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqch3Tc6eAPKxnOZHOZ0BhH2ZsqgGxg3 { top:43.6875rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVlyTcasgCJx1AnEipXrrtDfwPSJkRrF { top:41.125rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlzUxwMrWdAdIW2hKTV92do0lT3g3XJ9 { top:48rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZR7rPfADLv299TqOlJfr6X6s4Fb6Mpl { top:50.25rem;left:0rem;width:29.75rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0t9X5pO32yXEGNWJeBECBOwxOPQBOI9 { top:47.6875rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqN5ZAN02CN4twOLRBDgPE8X19wB1qDH { top:23.6875rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXXaliqrXelC5wycTE2ekkIBwq5sknJT { top:13.5rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHc3FGJli44KKvkXw6ka9DnE15BJBc8x { top:19.625rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygm2H0RlqT7w1Nvt3Iid8Q44UrAyKZZn { top:26.1875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4He4WF55v3DbzRDPwy7qPCNTJV0wmb8 { top:32.4375rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfuoWP4dwWTaGLJ7PW9Rkg1tP9svUkOf { top:39.8125rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGMbbVpekZKDE5cArJutgaf3PfXIa4rm { top:46.75rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBZvWxtSQD0AdynSgRqdukCa5FbuTrco { top:12.4375rem;left:20.5625rem;width:27.1875rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXkNkhrXhnhnIdK7AW4iyQem1CVV0AF { top:5rem;left:0rem;width:36.9375rem;height:48.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PofnnH3NsmOIqfQZZ0XeHbBvOxfKvbIw { top:18.25rem;left:14.375rem;width:33.375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnFh5F1spIHx3M1ubAxCNXLRZl1rUUSZ { width:24rem;height:4rem;top:50.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTO5QTbOfXcTZ56fnoQpUXroLmTz0MT { display:block; }
 }@media only screen and (max-width: 763px) { #H3VohTF8Vt8TuoLDIqZJnEv9nuU9332F { top:18.25rem;left:23.1875rem;width:24.5625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z { display:block; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbxyI5uLB0VmEdOVAMzCb8WkmDnEbTwC { top:2.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUzyTTHk29Fa0cUQ1ZXtSpMG2T4QiN2 { top:15.8125rem;left:0rem;width:16.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgLdTdvPK3yf1hhXGIaekwdaipPAI8q { top:14.25rem;left:5.437255859375rem;width:38.1875rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EueZSQe1XcPZqW6gODADir69XT58K4bk { top:12.1875rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsM0yhUH7gxJSSwtFJPztOi9kCmbOghL { top:32rem;left:0rem;width:11.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB79ZvomMaonPNnPNuJI1eOkXAtHfQGL { top:34.25rem;left:0rem;width:11.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwUm8XhCvnTiPOR464b6JSVRIuX7EZC { top:36.75rem;left:0rem;width:11.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1pkE12DhlQUHnF6tPyhaLbuyp4oUif7 { top:23.8125rem;left:0rem;width:8.0625rem;height:5.7054610334164rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6hlubI3Q4oz1tQzGV7y03VuBnbFevuw { top:23.8125rem;left:0rem;width:8.0625rem;height:5.7054610334164rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiwBTCnfIfAbAUofSymUGbit5rBDn3m { top:23.8125rem;left:0rem;width:8.0625rem;height:5.7054610334164rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuqqvuOzrBaSuZ2rqSdtLhRQ4OqwXTTi { top:23.8125rem;left:0rem;width:8.0625rem;height:5.7054610334164rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0oKdIG0IzbozILTtxPFkAzD0SHq5lPv { top:23.8125rem;left:0rem;width:8.0625rem;height:5.7054610334164rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZIrET7k1l4iVn4HROCTM5fONLPPogR5 { top:23.8125rem;left:0rem;width:8.0625rem;height:5.7054610334164rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0dzhbxKahRhhqFVT66HiZCKcKbUPZ5l { top:14.5rem;left:41.875rem;width:5.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvLlfQ0APQeJyWk9mshR7EISwQK6LiSD { top:11.4375rem;left:20.125rem;width:7.5rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMUvDzkbr77VODHTKZoKD0cCITMTPZX { top:32.4375rem;left:29.9375rem;width:17.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOwIPNUCz3fsD8spEk0n8pDOTHTWRpC { top:34.375rem;left:29.9375rem;width:17.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAUxT8QPHuhOzIBgaN2x6JTbZ9zepTmU { top:36.625rem;left:29.9375rem;width:17.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPovp7gpTO9SGM230fQQt8lDvTUINET { top:38.9375rem;left:14.935546875rem;width:17.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhqocp8Pm4V78LtBMNh87wFhykzudrU8 { top:14.625rem;left:0rem;width:5.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epwzcdFk6NkMbfOoMMPio4TftRKEWqM2 { top:36.875rem;left:10.09375rem;width:27.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAVucWhv2sQIfwHv9yD0JQfBv4zK9VtF { top:42.9375rem;left:14.937255859375rem;width:17.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevQEvaJX9GlKvpNfsafPQW5bZzXJQ4r { top:20.375rem;left:9.73193359375rem;width:29.4375rem;height:15.342555869118rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf3cv6A9GIdVJq5wHFGTRbTxrIwgUxIT { top:19.5rem;left:35.1875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxJOaoFC6wQW77fFznJvqkSqTxk4zmWx { width:24rem;height:3.9375rem;top:47.9375rem;left:11.844970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNpRzspXoMv0umolTeUcHkTi2O124ATT { display:block; }
 }@media only screen and (max-width: 763px) { #eD9UttHpGT3oVmT01BaLMp2wo1utKxsg { top:15.8125rem;left:31.25rem;width:16.375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htW9AZP1KJCTCB8tSqxFdvCfFkvWBa0o { top:12.1875rem;left:40.5rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeWvr2BIq1QTdE7gRnRtf3c3UmR3ko85 { top:9.875rem;left:19.21875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD { display:block; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi7NkTrwDSy0DvKIhGMhNWvmI5O5TNkd { top:39.9375rem;left:8.25rem;width:31.1875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc { display:block; }#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcMRqHn9pTebzIS8ORdmU0rr9WJbSSJO { top:21.875rem;left:40.8125rem;width:6.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK57r0VJ5Ov9H9ns0y5TkspIZR3oeoce { top:24.0625rem;left:34.625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKBPkK3o5dqPc3PSkzSy7oKHkH1n4WzE { top:10.5rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaUwaPoRFo4KRxJB9AKesVNJoX5owHK { top:39.125rem;left:27rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvrTvEktt57eVHDsGdI2xwegqtiTbEqx { top:40.9375rem;left:30.375rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC0LCCCeqE6XhB4fsSLr1KDEy1Ja83pc { top:40.3125rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw5xQR0zDCb09zVhBKv19I73B7BUv9qC { top:45.625rem;left:20.6875rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxl8pbHJ0unPt3z7KGx1yeJzSIQIJiLC { top:27.1875rem;left:25.1875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQNQN3pQS6DW8ObAFWI8XGC3XFhUynk { top:27.1875rem;left:0rem;width:24.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2htBIz9R5ThIdiG8XoPR2PxmdW6y9iB { top:26.25rem;left:10.5625rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgGxySTN9yaAbOrxSbgGQoOyWMuIIIX { top:13.3125rem;left:0rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpmCAHlFobzPo14XvG0D9E7CzUo5U25K { top:1.375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7X2peSdOJ5U8fiBziiMxVFm5ZTDgzFy { top:12rem;left:20.625rem;width:24.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpJJ5c6UZ0nD3f9nTlmaLLn64Ih8eDC { top:7.6875rem;left:10.500000953674rem;width:28.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvm5Uz6V0rmCV6OEqMCqnl9rZMttORt { top:17.875rem;left:0rem;width:24.125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0QmnNFIhIBUiCtW73kzk7wdElMFQskl { top:31.0625rem;left:23.625rem;width:24.125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 { display:block; }#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq { display:none; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP { display:block; }#xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7sqyq6Vu9ZW4xD8KfWuwND6srenSkg8 { width:30rem;height:2.8125rem;top:1.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRz8g4ZXbMGcHRpGMLhkahmkzNt0halD { width:25.5rem;height:1.5rem;top:8.4375rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbU9NtgmRw7mXIPOlQdMRkn0Xna58Od { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMT3tBeLcqas3dlmsOIknRfGoERaEI4M { display:block; }
 }@media only screen and (max-width: 763px) { #akoIrZfT143PTAnC3MufQNPk1Xiu78Et { width:27.375rem;height:2.6875rem;top:29.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRH5rMkfWgrOmRlTHRZMAwCLXZmwSDB2 { top:6.8125rem;left:19.0625rem;width:28.6875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA0WkiieR2ZkEZZWTpIEP7Mla0AaahUe { width:21.875rem;height:1.5rem;top:28.125rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td03ck06Tmp7amqLG5lXD4WWdKQHpzcA { width:20rem;height:1.1875rem;top:11.75rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfU4OmvPp32songKcKA8lUB5Bs3Old3b { width:26.1875rem;height:1.5625rem;top:10.5625rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d40xEPGzrsZnLEc98QtJkuGmWyUMAaS9 { width:26.1875rem;height:1.5625rem;top:12.875rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGW0veSoliimrAcEtZszsKE8LOE3tg7A { width:28.625rem;height:;top:22.25rem;left:19.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeATTeaW1BAVftKsPKxEoBaAAHQulUl { width:25.5rem;height:1.5rem;top:20rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSrh12JRIBbFsEMElODJAPFyc8rNkLK7 { width:27.375rem;height:2.6875rem;top:30.1875rem;left:20.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6dNPAbAfdagspL9BCyTECWQFAFxaPNR { width:20rem;height:1.1875rem;top:11.75rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4Tl21pmiGgWDtkIFxSi9Py4md6LTC6Z { width:20rem;height:2.0625rem;top:11.75rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Ohn9CU3g3tn1IfLtN6oVzcTrXDxhcI { width:20rem;height:2.0625rem;top:11.75rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQqMP8GpnH5UqEWl4DF12iKZGaiA6y78 { width:26.1875rem;height:1.5625rem;top:15.3125rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTToHudhnuOfiXVpzO6aayne6ZqaA8qy { width:20rem;height:;top:25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aamrkLxtOy0CUgQs2hZsNTwM00Fb9D1t { top:1.4375rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgqUFUbOd95oUSE1vpxOxCM49oGWLhEC { width:8.375rem;height:4.9375rem;top:3.5rem;left:39.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgDTG8OS10XK1kfeikOEi9ewAxVDtDVR { top:27.25rem;left:17.75rem;width:30rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKXpP5iGtkBxogzx6HFtzHnQ2VVoMJWM { width:20rem;height:4rem;top:30.1875rem;left:23.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdJL5drk7tRVRtADOBDg0gJonz1AzIIi { top:19.125rem;left:0rem;width:13.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9QGRs8ehBGqQKmDy3Hgn7ltFRcfIGcg { top:19.125rem;left:10.6875rem;width:13.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM2Q68ewbTLULgHpAiiEGlMBo7UbQr01 { top:5.4375rem;left:0rem;width:24.75rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN { display:block; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb2WEgztPWcO0c2JzLI0uFh3yrGgFWwn { top:7.125rem;left:6.5rem;width:38.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmgWbDsQohgcWlpVG3GCRDkBXbmmslRW { top:19.8125rem;left:22.1875rem;width:24.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KOT7anSZAvXbfv9Ml0rORD0F1cmpgL { top:20.25rem;left:0rem;width:24.25rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILZH384zidNvNLDv1l0kbkoXbmIyIMR { top:14.125rem;left:9.75rem;width:31.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCbQyMmxPsuiWfJGVlUXvUrpX6y9EC5 { top:14.5rem;left:12.96875rem;width:25.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRNJKhqFNbaTfKMMv2zcrF0WtBnEhxC { top:18.3125rem;left:11.010417938233rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9mVL0GEaLkqZrWw6DfKBkh0oGnSTM2 { top:7.6875rem;left:0rem;width:6.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNw0EGXA3AnkA71lgOHpoXKrklfevUA1 { top:39.9375rem;left:0rem;width:10.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #svHc2VgBXSrimiEfmFl0pJTzWZs20gym { top:33.75rem;left:38.125rem;width:9.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG9xhgvlUWPtopM8vTKX6OHrHDON0e5X { top:33.75rem;left:38.125rem;width:9.625rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #smb6u9omQodtNuwJCRc1Akedlee239T0 { top:28.875rem;left:11.010417938233rem;width:9.75rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUsNIWiuFlcoIhUaKqsqMP9FheTvHJnR { top:26.0625rem;left:31.80729675293rem;width:5.0625rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HV6rGOpnAqZHwAN5UkBD8XDPyQ1mkMun { top:40.3125rem;left:10.09375rem;width:31.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VLQm6v22VLFNTdZSVZrKDwoKlIRTid { top:39.9375rem;left:9rem;width:32.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghVLtwkJ9bs4GCq8gzTFK9LTMxMbhd3 { top:1.3125rem;left:17.9375rem;width:15.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8I2BBSLU65QdUoafuQevncroSOhe8Q { display:block; }#rq8I2BBSLU65QdUoafuQevncroSOhe8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9vlh5BHAKTynoNZLoJXx4R6gSp9UUwT { top:0.6875rem;left:4.25rem;width:23.125rem;height:9.4736576095744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmbJkDk6JnND6DHOLpL5llfV04QNyDP { top:12.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8rGRb2AHKIpWMkMRy0lkkZkZ9tmkoqt { top:4.5rem;left:0rem;width:5.625rem;height:5.5634252456974rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnTuTTlvXgPKMVo48S1MgV3cAiFkNzT { top:17.0625rem;left:0rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvEhiSusdX8LFAT2T4FbipRuH8ITWeBt { top:17.4375rem;left:0rem;width:13.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGi7eKAR7B543tS7I5TGpQD4bxDoSGVQ { top:17.4375rem;left:17.24951171875rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCPXdksMKoa69itDCQBQrAJBG420ZTr { top:17.0625rem;left:15.5625rem;width:20.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU487ii2S73H62o8KCVxhdJvxT1kkfWn { top:17.4375rem;left:33.3125rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmUeMrWmXVbiQS9Bp4K1915Fv2AmT3r6 { top:17.0625rem;left:30.875rem;width:16.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9yUnNSrVUqddK6QSQAvgglqGLv3huHg { top:2.8125rem;left:29.75rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4HkxRFwvTZ4hEBWvCCNzTsO9QbTD7IB { top:5.625rem;left:24.6875rem;width:23.0625rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKg6W8lOZk00cWWGAXTc8UgpGMuIzsul { top:21.3125rem;left:0rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZ7EvrFP88oCdF5adOt00d7J1lvzbet { top:32.5rem;left:0rem;width:15rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwo9AUlgQ9eC6bu7HzOtmerLiFTum1Tn { top:40.875rem;left:18.0625rem;width:14.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHduy4fnpISRdVdOBc0E0DuTS3gh8d8 { top:29.625rem;left:0rem;width:16.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqNgEfRQtHB1KEt6NSoH0dHtBieZRw1 { top:41.4375rem;left:0rem;width:14.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfnBIx9s0HVT1QqLm7bebZPohxUNqr9G { top:35.5625rem;left:32.875rem;width:14.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwB4tMSyIFixtTndKenQDHTEibSOVlOX { top:22.5625rem;left:30.8125rem;width:16.9375rem;height:9.962971542025rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qFpxXGfVFoSGXQ3Bvpf70MSpQWaOvo { top:40.375rem;left:32.875rem;width:14.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8FsTEuSGXD06uR5LitqinqVbNV5Xre { top:47rem;left:11.24951171875rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFhMRLfkzLhbunGhKvSh6UnrdAZr5Q2 { top:64rem;left:0rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcJmhx9MoN7Gntt4K1qaKJJVvclV9R7u { top:35.5625rem;left:32.9375rem;width:14.8125rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAxGNH4wQTFWTctnyNPH5JUKOADb5yXT { top:47rem;left:11.25rem;width:19.9375rem;height:2.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vubT3NwTbTItMWhR5VC91zl39QFnUAao { top:40.375rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncSrOyUATX5ysG0FLAKWVXHxlTC7XQFT { top:22.5625rem;left:19.29736328125rem;width:10.9375rem;height:15.474780103641rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q { display:block; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrAL9RcKOdkvny03FxAeuGQJvOs3M6Jc { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9DbSugcmMn3WG31VTeV292H8J0HVRP4 { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIohqPlynHmuu6aG4UbBcbwxb0d6wW7 { top:24.25rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQcU8Zlx9bUv2rRxas1Tiwz6htITcZZ { top:24.25rem;left:8.802978515625rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihbGM1RUirXIl1bDtbDTlFW5zhG1ThL { top:31.1875rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiPePSfw6IWgacVqfTCznyKEMJANr6pc { top:31.1875rem;left:8.802978515625rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp { display:block; }#XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJ0dwGXFAqPgAg62dG2dxcdA9AOs5oGb { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSmnOB9L58vzcsW8WzqwgDxfHZBiJCp { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6LdcNWZw5d9BzAVHETJv2PlWC2S8sy { top:2.25rem;left:4.8125rem;width:38rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwsOKKLh2EuKKAgLeUrmdTsLTaAat41C { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrKJU5DdE1WcgzqTLxzVf4kZH9AoBM35 { top:0.625rem;left:0rem;width:8.0625rem;height:1.2500581422392rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZtvJKwdFwVw55tcaQzw6JqhwHhSBn8N { top:10.0625rem;left:11rem;width:25.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuPM7aATHdT7TRpRMTTtZaKt4MFPT0Oi { top:29.0625rem;left:16.6875rem;width:17.375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k21m7iuTZRePevMyzUCrEcp6WazUCowE { top:15.625rem;left:2.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJH2sCRdVMf3dxZRZKXcJzeRpub3C60V { top:15.625rem;left:19.6875rem;width:25.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWexevxmk5BhKVgsRLDvoRNWybLLvlWu { top:25.3125rem;left:3.875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGI7U0bE7wHUyn3Zq0SSx1vPLboAD1W { top:25.6875rem;left:4.25rem;width:10rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0oPgGz2mH7MUDhhSkdTFuT6hrgU9gt { top:25.3125rem;left:24.6875rem;width:15.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGrEJcD7kNdKT8K0g9yLurLZywQ3OtHQ { top:25.75rem;left:25.625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUAI5qUNo7Q4qgIBhlbKGQLbmSGSasr4 { top:11.9375rem;left:14.5625rem;width:10.6875rem;height:7.7682979304891rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXkvTqVylhb0Tm2uguU8J9aw2yKEAW5O { top:16.375rem;left:3.625rem;width:10.6875rem;height:7.7678914072403rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ZRdfZ4xHPt7UEZ7Uf8TEKQhF034RLo { top:23.5rem;left:4.6875rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVKEcAtIIy9DGOXrny1bKxzJR0GIdSyX { top:16.375rem;left:21.125rem;width:10.625rem;height:5.37475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqsGxi4bcNLp8A7sb5SN6c7FWI5JvXP { top:30.9375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2OOnEkNHWrC6icNq5H8pQd0sBGIfsu { top:31.5625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUWNE7TZro8R83kr0sfTxx2yLSRFGmee { top:36.375rem;left:5.75rem;width:36.25rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alqC8waG3TEfSEMBiCvqndpqN21NV3LK { top:34.6875rem;left:5.8125rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ZL0G3n6etUISgufPNL9CFoIyTQroJp { top:14.875rem;left:18.5rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfEoSseLgcDmRFaCziWSM0eF44qXZGvu { top:1.5625rem;left:11.125rem;width:25.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw16pqv85XCErACQnAAFnfT2vbZlvCJI { top:13rem;left:1.25rem;width:5.25rem;height:5.375133789159rem;display:block; }
 }@media only screen and (max-width: 763px) { #svpHhSRmiG364Z4ZBTezipLDosVQgX4f { top:14.875rem;left:2.4375rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8vwGbEIzXc2OdKnPWXxltOxGvTbmI4S { top:16.375rem;left:32.9375rem;width:10.625rem;height:5.499875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP5qOy90xnwSIFzRNt6HlekQ2usNUT63 { top:19.25rem;left:27.5rem;width:10.625rem;height:5.499875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or { display:block; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEBC2VyNPp54ww0J8M1DulKahTAn1r1d { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXAnfhksK7LC3zQtGRp8n8uEdWFDOgHo { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKUhTUgInsBOHimNTgmyKdCogtgVM9L { top:50.375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxHH5fpNpl4kyhpyQTRQM3LFfX0EGUBI { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO2cPaT85k4XAEQ9nkLoThbVmM1p9lvG { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDnG2Egr4Jcmr2dQifvgV8SgcTzvk23T { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zcLvGrKIgkehpVras3ULghwW8dLx6k { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knnEpVeTq3pWpNUvVQTDB1OaDaNnyB3X { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISJpTDRePyxXDyzz0daXM3U2ZKRQLhX { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0G5MTcXQg694ousJDi5VbkDTDpgN0qZ { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCqzrHDnC3qWxPSOJVRnhwD8sQq3dUk7 { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efaLQ3HlMlRQn0UNGsVAGuxrwle3w4Ub { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0e29afQ9dMaMZTMnQrZ4E7OwMuDXmKb { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7VmCDRqcHTUAqUdSk9Vfmh5ohNqTVzO { top:30.1875rem;left:5rem;width:13.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRs4icer6Ns40pm4ZBnbD4BDOFuNVeF8 { top:44.875rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5tZHZpIC0kuJP9VvClLuF7hH92NqPAg { top:32.6875rem;left:28.6875rem;width:19.0625rem;height:21.687rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEiac3gpPrA90X0ftAotdPa8bp2Q5T7d { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZIeNmTlJNRXIsi9hTpxtFa2NMR4HN5A { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXn8RGqX03T2TK5NVqgohyK5A4GCGag1 { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khsgoMVKuZusmL2ndVThwxdXaQsORtIu { top:38.625rem;left:0rem;width:30.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy { display:block; }#GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUPWHTZVuivS282lCsLyB8oDTwtLueTQ { top:41.0625rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSVyLHAh4SVuWX39yqv6o5wWrT3iziV1 { top:42.875rem;left:10.5rem;width:28.625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzgGOHnBlPZOxQFsUAeUS0zB7qhTpnvJ { top:15.625rem;left:1.1875rem;width:44.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTwT7vqF6LtCdyW841saAonu35hmOqS { top:11.4375rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTCBd7QzB9ak7O5ARXlvJmJrxidzNKp { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zehSk0isFqcTU5k3np7KAguTRk5yUxc8 { top:17.875rem;left:8.8125rem;width:14.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTNdyhPkh5yCuLdQ7BKucUdmqIoTgDgw { top:33.5rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1J8a1UMvEWQO4Ze5QNLfdRTS5btpy9 { top:37.375rem;left:10.812255859375rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTMkmCHNzlUaPkCyKygkfCnPkvhlIm5 { top:36.25rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu73gf5zv37PxydddAuiAJUwC9mIMHR1 { top:27.125rem;left:3.875rem;width:40rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJsiwXMM51ENtMn2M7wXoWceElHoiUr { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCdx1QP8RtipAsIX7O8ZkSTLcbC9kQdF { top:4.5rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXdGch6GzCIpqmTz5VodaNZIQW7Rhs0U { top:17.875rem;left:24.032739545849rem;width:14.6875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK { display:block; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0CWMU0TR5kUfIJtzsnrx555cW5y2gKA { top:4.875rem;left:0rem;width:47.75rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s784LhvQQvuqSnxWFeVoRfE1Tv7czAfs { top:37.5rem;left:0rem;width:27rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTPCLMlHPN7hh53XfBZrikJzeFUXDWy { top:10.9375rem;left:21rem;width:26.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2HX4qc81yXWq90vHu5sTKI67KMxyshf { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsHum7iDXM9KClENoEnS8GfMZkWOcXnQ { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #chfp4xbfTiOmZir7Q5rx35haHDwr2fEM { top:12rem;left:22.625rem;width:25.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCMFV6wFddBAt3I4AEyE1nRRvxw3EWc { top:37.75rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbGkEpiumKC9kcWQ856xpA2eyL2N5eyT { top:8.0625rem;left:0rem;width:34.125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3LUB4kz4fJXTRm3ZqtnI6p5v3tE2Q4 { top:13.875rem;left:3.530517578125rem;width:17.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI17xKWbbvvPn0q7o4VC8qcJHhNktuZq { top:29.0625rem;left:0rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVGWNxaR6KV7z5QtCdnQZJ6gvsMICpkE { top:29.4375rem;left:0.5rem;width:22.875rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoTixwWtg9feIaB4buEOyDCLxyPxngMG { top:32.75rem;left:7.0625rem;width:9.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pTOG1BMysXSg8JdiLuNh1CUaN00IPn { top:34.5rem;left:3.5625rem;width:18rem;height:7.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIOBsTnCA36WIbdhWxyiTtkvxxzRs3Dm { top:41.5rem;left:7.6875rem;width:9rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-regular-label { display:block; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-checkbox-label { width:13.75rem; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV  { width:15rem;height:auto; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV {display:block;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TsPwempFsRpumzy5bq4t8U1ZfsH2F0s7 {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #HlN5Di1xyTaJ42XGBiTwyMvP0vtRwJd0 { display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #muaokQvqXhaVHGPKIPpRLebIsewqD51D {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #wfa66n7fgX94ASrzB7qIAwhnR6SU0WpD {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #FfEdsrlT91GeNy5Puy3mR6AE6tlC0ln5 { display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #qdoaUGG92MUsZDP8tqCCEratfTt3psuT {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #AcMo4vR9XDU2hiEoqmlei6AyLLQHG6qH {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #cHsBbpqQrEfBOPebu5aRhwK8tJe5VNKx { display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TiIWwdKm02ii7ynPxM26y4nOobX4UWQx {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #UUgvAnfcTiaVwiZr1uHTxp2RRJ0SMT1R {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TByXAINbnTXFlLNTpWh6XJTvgTubx029 {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #lAKI4UL5UpdcSmtfTiz0Z3Zn1ipKbQTn {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #AJu55NTnGTJPrOb2TwUP0vw3CnKGneMu {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #xm8SzR0LUtvcxZKol3caT4d4M0OnD949 {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #fFBWNGe0u5ibb9Tr9TFCSiTlhQbLtset {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #ie59tIt2XpiO2HLH7XAv4ys7o1swQdTx {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #tO5BtTCZx64ZszHIl4l2F8yPwe7RmhTu {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vMSlmoGIsNG7qX67IOeL5qHCwJs9me9r {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #F6qSzeJpymdetI0XBDVSIOHgxQ35V5IG {  }
 }@media only screen and (max-width: 763px) { #nUBxh3lMHSGkNz4Lu53qdU2xc1eg8OxW { display:block; }
 }@media only screen and (max-width: 763px) { #aF8p8cAQJnVFrx0BQaczfLc1CogxuxM7 { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zp1UldpsdBZySWzL60h9D5orhcHbbOPK {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #yVJkTTFMrPQ8OtLK4CvWFQ8ggNrCH9h5 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Nz7IycoU5TwSK8ioQFy0SCHsXmpPLCHB {  }
 }@media only screen and (max-width: 763px) { #uZfoqSFqwdMzaM6lygeB1TCwGp9Rk6c3 { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xn6OrN8E4mqpSJr5Af1reZHWz2loB36U {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #EZTio7ETOLmDgd4aZ1pCMlKI3X5138s9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wo0CGoaM50ZB2fEawIG6uRXlM2bsSJ0L {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hqRioa3AeExUnFUW4eqKfvFTgRF9JzyQ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xIsTVaE8Skqm1f8fmv6HGiyTtzoJdJyM {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ro1PvofUsatCeU1En4pmkymc9nnFSWKO {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nBgLtkWAGhZyKqMNJB3N0qlfATSpqJeQ {  }
 }@media only screen and (max-width: 763px) { #ELv4vPMS4sVOROVnkrzTFaZ7GqmSNQoh { display:block; }
 }@media only screen and (max-width: 763px) { #wOTslUQQBUu9trcMe9ZNk55UM8i0XP0k { display:block; }
 }@media only screen and (max-width: 763px) { #sTisb1Cc3Z3vUL2dSgbbiTAa5VeAwcca { display:block; }
 }@media only screen and (max-width: 763px) { #Am6bHvH24DNSKrk1FRbRXwpwKaZUlAnr { display:block; }
 }@media only screen and (max-width: 763px) { #lshq4R7hVZ5A9obuP1JxARIggiRwgCAT { display:block; }
 }@media only screen and (max-width: 763px) { #hQTwfK823L4VTMbIboc1aFmeWxEhLynf { display:block; }
 }@media only screen and (max-width: 763px) { #GopbkLSbmoOpQtcx63DoFlx6TJ8CDNzH { display:block; }
 }@media only screen and (max-width: 763px) { #Z6lT7tNrnTqtEni3BA9UwpSHkkd6lX0g { display:block; }
 }@media only screen and (max-width: 763px) { #itTcBv3ZvAqvKkAnfVpi0IALm8bpwTkE { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #w6qktGUiIRbi8T2mDdXsRgxfO0yAtCul {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #lHkbrurncSv5IQ9Pdd6roCzivi4gJqwF {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KtnyTb8XZUOF6Uavx6PhpWZOFxqQLT0g {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GWg7TIUrgA2kFudnJ8TkNeJ3mBdsKTxw {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #f1odhb6Alw4aCPO8PEeNAxG8Aqhzl6DL {  }
 }@media only screen and (max-width: 763px) { #tPB1q2py93mS0VlKpkKZNIfr0fkSrzwt { display:block; }
 }@media only screen and (max-width: 763px) { #IzxPUn8Csq48hfqNN4F9XZJvUNnwZccu { display:block; }
 }@media only screen and (max-width: 763px) { #UUUe9Ekw1ssbywJDF4pl3SBXOcnKPxra { display:block; }
 }@media only screen and (max-width: 763px) { #XHFTMNG57tMKduMCQffHvTHC3JfCN8gT { display:block; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IieyJSMP8ZhmsdWRsKk9GOLtcI2DI9QK { top:2.75rem;left:11.75rem;width:24.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7y9UhgTbeH2m9W5ZJJe7lx3vqc2MvrG { top:8.5rem;left:0rem;width:47.75rem;height:5.3005218216319rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCdabrXsFptEbqPvTRG0GpJuLgIhI5i { top:14.625rem;left:0rem;width:47.75rem;height:4.2532660332542rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZPi9GCdvNQZZTAb34BrNbVHsfsvo5yi { top:22.6875rem;left:0rem;width:46.4375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDFMw9FfdyFtXmSvGwJZC52ElzP6ufq { top:17.8125rem;left:22.1875rem;width:25.5625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8v9C0bBrPnsOApCZZ1OhuZLnwWy6x5u { top:35.375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQUL3zxs9D0fiQB8PS6JWHT2HTmJhPHE { display:block; }
 }@media only screen and (max-width: 763px) { #ov704do7Zfd6aWN5gXrRS0bC9yQ66OOn { top:35.375rem;left:13.392578125rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RELeEC1GHlZDQJ2NXETqSedfUcT0it { display:block; }
 }@media only screen and (max-width: 763px) { #lMg8UFwKv9aZ15zSnhohuMquQ2SJxaLG { top:28.5625rem;left:18.173828125rem;width:2.875rem;height:5.3229863629399rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZMtzN6ObQciFLhgCk2nIzpwJ72yy5vp { top:44.5rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmRZn9lvyQ7ipqv5IyHBTQ4g098EGL50 { top:29.6875rem;left:0rem;width:7.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm { display:block; }#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqaNf44bXDg4xFNz5yFiV7IeKidieEtT { top:1.5625rem;left:1.1875rem;width:45.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsm26N8Qh9hZGmn3CsVFotF08tkaUKqA { top:11.8125rem;left:3.34375rem;width:41.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdKaIqX95Ea7FNWUumknpFp62sov2Hrs { top:0rem;left:32.4375rem;width:15.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK4eQsrHEAOcTGG5sH6iXDcr7tuWdsuG { top:21.9375rem;left:0rem;width:41.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgquXxmxsyGbuWyxH194aR7T5OCpPFG { top:16rem;left:23rem;width:24.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ubKW3GH0UMQZ8g6roQT2Lki46rPXni { top:24rem;left:30.5rem;width:17.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvfvC3WXBPHsnrKyy3MJcBNL1l4OF8R { top:12.0625rem;left:0rem;width:47.75rem;height:28.456556503198rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa { top:27.3125rem;left:0rem;width:22.5625rem;height:4.3125rem;font-size:0.9375rem;display:block; }#uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa li:before{  }
 }@media only screen and (max-width: 763px) { #OqmuThH8nbnpgTxwu2FvGntTr9riwHc3 { top:33.375rem;left:2.796630859375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #W84yElTyimFhaE9QCybbA15i2MqcgAxT { top:32.6875rem;left:8.874267578125rem;width:2.875rem;height:5.3226918509881rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySulRwELizHKW3KIJKTn9WVGQ7CvDoBe { top:41.375rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXbRsOKiXypy84OnScn3kg19M123KLO { display:block; }#OJXbRsOKiXypy84OnScn3kg19M123KLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvqNDWPL9T4DquDPKWHpFfISUX6p0tqX { top:4.4375rem;left:0rem;width:47.75rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL79Bkql4XC0iUNuRFu9pXtsXJpnbP3T { top:28.0625rem;left:0rem;width:22.875rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUH5Ptb4h4yBZE3ni67tQscN3Uks7h0F { top:31.375rem;left:3.625rem;width:9.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQmHJBpA0qCGDJV2d0whI2BiJBz6e1p { top:40.125rem;left:4.25rem;width:9rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4IVhlWMR5ImmJgECQSrqRrrH3KlIIRU { top:13rem;left:21.5625rem;width:26.1875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzouatTxbPSCnpzWJES5FbO3RSr0Q72z { top:7.625rem;left:0rem;width:34.125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imkAWI76NfgS6X1QGrbBK0yfTpohFcaQ { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7NreWpWgV7cTrTQAZvJWvoHUS8uuTtw { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iI3wmfZcemciDZyr5UFLHwASBEA3OBSc { top:13.0625rem;left:0.15625rem;width:17.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6K1Ep4wPQOP20pGSuPuFzVkh7h4ALO { top:33.125rem;left:0.125rem;width:18.0625rem;height:7.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxUxWCdLKxt2FDCd24JtfL2xqUVpzsr { top:36.1875rem;left:15.9375rem;width:2.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B632odpXki0opCn4LFfVWvTTOpSfDqK5 { top:27.6875rem;left:0rem;width:24.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-regular-label { display:block; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-checkbox-label { width:13.75rem; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz  { width:15rem;height:auto; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz {display:block;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #rhVTqlXEafQLFWc5UliG6IA5oeuodES9 {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #BVukUzHB9UKtVDa8G14Komnc5JG8SOcH { display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #fLZGt29nPsrClZhAHSO60eyNEhSFZlPx {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #B3k6mRyRcoVzQNUTDM9pNOgU1sTtpZTG {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #pN4HkZsntTTZcII93JDTWoPbTAAuTQv7 { display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #GBfMONAONnFWrnrwTcvlzkdrkXTruZUF {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #xUFsfIMMST9JvTKqH7BXfqDTJsea3Qli {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #TRFgTVBs8IuyMHOHc5ITTtMo33QIk8Tf { display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #BoES8I3IGdOyPdSGu0r7e1tpzyoHLvfJ {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #hSObt2RRmvZ8DNuWa3oW6cimRmuSkTd4 {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #xhRcVvQlV5Q05sKfhaNnuhn9Ww2xx1Vc {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #bDzlQgml1RcyQAPyHT63yDFRXZfkBm3x {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #ovdP4WJKcWwa1BKnt7xtiN265y9MEbta {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #v5xoC40lImOQ2BzhnwaZPb5hlRRP99vx {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #KAmuohkXQxq4FAW3KEhMJN9fpB1LeTLd {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #Qlpx9caLc79DUsxsfWx14hX17eDQ1AVC {  }
 }@media only screen and (max-width: 763px) { #bKPJ8AGPHH0bNgStdk1EF1267SRoU7yZ { display:block; }
 }@media only screen and (max-width: 763px) { #TIDVpwi3cTK6GpqVlLxAShUOlnvy77Bf { display:block; }
 }@media only screen and (max-width: 763px) { #Ta1ZXCH8XioBs2nfMfv6pb8HvFcNkkfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ly77SQ1I3vddkAUMyZPDJWc5OQW54LpT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Pk9AhgHHiiwG6HTWkTT0LKGcBlW2p7nQ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RwaclzHWdWkdT3TiI33Df12lUbaza3Ib {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ed1bcu0Ny0tNEsod13zADHrnXF6SMilk {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #sVz71qvwlc4wATyt0bts6Tn3SgKMSwOV {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Bq2L7fB3OrbMfsLLnyfEfqI4tfpJR2O1 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CpDkZClqLbDRxxSWirpM3DiraM7TLFTf {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZTLmmA3eM7InCqGquzdqAneQUqd8Lreg {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OMa0papqvt0lHZTWOsT0Hn3lXg8cqrf9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #z0iBIAvIQnf7BR9ZH3FWCSpPM2XE2qdf {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ETz7SsvfbP3PXgT0myJVJPgZueZyrbvn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TTqNGfBLnnRKdlkR8uAlFWwGi7t5i2Tm {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ca3uP2rzFM2BvVQf3pPI7ukMSBl84lIr {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Cq5rXCkye8v1HNzKoELgZ9kLgrVoRbiL {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WK6E8RD95ixDfR9clrbq2Dx968bcmnI9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #yrWB9AtZTRDG0mnyTwEQ3HEUmGrCtSwW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CByyTTceLqyqrskMJ9avQqSad43HXvcD {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uGF1Jd8RvG8orVzBD6Zo23XBLcBufTQ4 {  }
 }@media only screen and (max-width: 763px) { #M0MegGo3Gh6v8T8G57gFFZT9LTcxV0BR { display:block; }
 }@media only screen and (max-width: 763px) { #AIgeseI2VITMNQz35TtxKdsclP7IRbsD { display:block; }
 }@media only screen and (max-width: 763px) { #tptfKlKxRXEpEN88IzGTA0aZtb6COOi6 { display:block; }
 }@media only screen and (max-width: 763px) { #N0KpwulpgAXeZcER0ROruUSDzC9Xlpvm { display:block; }
 }@media only screen and (max-width: 763px) { #qwihh955NRpw4tsySPNyo3MtqgF9oqbT { display:block; }
 }@media only screen and (max-width: 763px) { #ocaFKAy97qc4qD0RrNsPEzAGZ7kPWPeQ { display:block; }
 }@media only screen and (max-width: 763px) { #Aocc8B8UeZuHFGVHiRWs2sfw8dT7JkVo { display:block; }
 }@media only screen and (max-width: 763px) { #NZk9ZINiAUCnd2o2u7IRycFXL4wH0LB9 { display:block; }
 }@media only screen and (max-width: 763px) { #SZbtOMOOmthZIJQVD7NhyoTSBDFyPVCz { display:block; }
 }@media only screen and (max-width: 763px) { #vslSGhrtSDDkWvmXBTqIyvcbydCzI2Sv { display:block; }
 }@media only screen and (max-width: 763px) { #MPrqZaGpFvvMWRZTB4nimzgHmxa1CNO3 { top:7.4375rem;left:20.875rem;width:26.8125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD { display:block; }#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJMZ2TTbN0sQQnHI6RRGRx0yLSNwtUKx { top:3.875rem;left:2rem;width:11rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTu0W8IoKvQhTq9S89vHJuDK6CMzpTK { top:7.1875rem;left:0rem;width:22.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1c44SsumBUvBzTObHHkztnuguz1nzh { top:14.5625rem;left:0rem;width:24.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMaSTAOu0tGNc7ov4fmK5rN2nTdaOMOo { top:18.75rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3PLRWuSzZx39UKaINJEO7HD7K1w1a1 { top:21.1875rem;left:0rem;width:24.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM4K2kN3Rc2ghWqtE1pgT3g6H2QhZDVi { top:3.8125rem;left:6.125rem;width:41.5625rem;height:35.321846902984rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcs8tVIZE7s6czIQSVXJwzF9amFpNldH { top:25.5rem;left:0rem;width:21.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0mWIPVRBUXH3J3gTTOFVLhUFO96rTqd { top:37.6875rem;left:0rem;width:36.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ59zoF4OiAnoaJTWOfR9kIeSdtkotoZ { top:49.375rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzgFb9rwnyVCuuFk22Tih8kfcDZxPMFZ { top:49.75rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW { display:block; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMbrtgOQhT66Do3tkNdKfHA2qZQCkQcf { width:23.875rem;height:3.4375rem;top:12.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og55Tr9PTxRc6p39XM1KoTGERwMd3kBn { display:block; }
 }@media only screen and (max-width: 763px) { #ioSRTxCltmgW0q6JEL1X2uwFbBPrKa3h { top:15.25rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 { display:block; }#NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO9UdBomOrZoKZ9oScbD6TM190kTlaQ3 { top:1.1875rem;left:0rem;width:47.75rem;height:13.4296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaISwg4Tkp9lg1fndyVGH3zJI2LczaN { display:block; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTTSnUma07nOWwb8Sw3s9bcUQKPT3Mpc { top:10.625rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsiQMRnePI5Zx6MTX5LUNk5VTLNBc1df { top:18.75rem;left:0rem;width:24.125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNbOi6TJRcN4stgZXit8tdvc8HZOp6a8 { top:33.25rem;left:20.75rem;width:27rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9HPPko8umGPi4De0AKJGHpwD34MipgX { top:28.375rem;left:23.875rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3bWEOTuy601oOrUw2ldboBZWFG7LSzH { top:13.75rem;left:2.9375rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkXx4JDqmuTnTg9Uc3BceOP1duZvlbWo { top:28.375rem;left:0rem;width:24.75rem;height:15.336331714493rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdA6HEKV4WqxWnKM6GFzWJwb7Uw25e9d { top:12.0625rem;left:21.125rem;width:26.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66rInVv0hLduBQaqRVxPE6dTUs211E4 { top:26.4375rem;left:0rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcThga351onBGrTBNQuooiMrGkO9Uq6x { top:44.4375rem;left:3.125rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOLuTIR38TpzxVTbnbGgoyNCBCnlyS3 { top:46.25rem;left:9.8125rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiCuoMdazOFszPuIyChEFkiMhyDga21T { top:45.625rem;left:0rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7To459NlHU5vuhO0em8EKBy513Mim0L { top:50.875rem;left:0rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4Udh5JwLbRocgkrFzFfbIZdLDvnCTG { top:1.4375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRKxU8GOaAEoBhbUa3lVXnnGp9OVAnXU { top:40.0625rem;left:14.0625rem;width:33.6875rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV { display:block; }#P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBBKfhDwVN3EXTP8Te5TAi0yfbwbIeI3 { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqTbaqCToh0b7gMMZK9qGR9SCJNFU6WV { top:12.5625rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtr7JL6biQEWTnomzQ2c0ZQOCJCw2w4D { top:12.5625rem;left:25.125rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdKGuhKcN2Usy23LT5QfMfnHBg9wJiK { top:8.5625rem;left:30.75rem;width:17rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cifiOIFi8NanWWcROPCgsSy9BhqWCywK { top:12.5625rem;left:37.3125rem;width:10.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9xU59JW6XAft0WO67rnDfSAkGPKiTzl { top:8.5625rem;left:30.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA1GikbLJdiLFmUTDcgoLcCGH6IepUAx { top:9.0625rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsT9wAMecW08EOPzddErDgPTT5zP7VTc { top:17rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzvZl7uq7R65lGGz4DhZJBsJryTxRse0 { top:21.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9E6nSoEfnNef9uRg6Om4EzscOBPxs71 { top:19.3125rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Dd1MZEvMPRMIKpIA7ZyXiTACBaW2i1 { top:16.0625rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmDBJH0NQGvwlgLL8lTKlTq4rZvAI7ln { top:16.0625rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP9w5TpO6scE9Gfnt8RFIPUqT1RlUR9d { top:23.3125rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3VFIIIKGd6IoOlHdPTmPuL9nHqTTcpb { top:22.375rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6OQUcL0TCG355k3WgMlHc51FkAxUcW { top:22.375rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6pCzsamFZdXaVEibOsLgEh8mxEeruhm { top:27.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtvOiMqCvOuUMsJCNq4vX4kzkAE1gO2s { top:29.625rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0qTqSTyuZagrX0G26up0KaCg9qqTlay { top:28.6875rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbcUsU8zyrOxC6TuaKD8dkw18tfi03o4 { top:28.6875rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXA2TfRJsEGK1qrRh7xNfR9bzHDWf9W6 { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHv7FstPBHFft91JPeekhnvu3HcR0uU9 { top:36.125rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ9ui0lKBg2vNgWSDikilFLJn9lKk8UA { top:35.1875rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2R9VRROCTH0Cqr2CB3hXh80DPCv2rQA { top:35.1875rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvXlq1XnW2Ey1RP6F3RQrLaJ1FOJFdUI { top:40.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0JugtMpVW18NTbRRIpFVvxDqiqgHUB { top:42.3125rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6bkdTlOPaTOw469HFS4IaTG6ce2t7pv { top:41.375rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gthq09V6PsSpGXkeaaV42mNHHFmlJt6y { top:41.375rem;left:11.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrsdTTdJIT5rDXTKGJWKpVPyVOJrTRRy { top:41.375rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxR9AOB722eJx8GrWMRynR8JO4EtuPrf { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAaJpZ53XaCF0i0dyGGlSa0dL0asvBaX { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZIbHAAfX34VexvLVzZUT0l4y79nCdyD { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcFJyT8LoqSTHueEzigoXHX4DVFETGMk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UrCPpcL55o3bZg8n6HpnvRbQLDcBmxLo { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Mzt6H1pc0qhob216kXnM0ouzTSv3EIEb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VdVax7T05UTpW9QBZDmLv2EGv0tcF1Kl { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfZM1G5N2Fb7x1iWIETeMh1xZzDmrSs5 { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcsJEQq4PPc9T1u10yaBN9ToWBW98ZGO { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DEEntVT0qfvv3siH6wZkkKAJ1cEDVdlJ { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4DstSoPZlf0SJ6zIgD9QQHU1ybi9Wsd { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NvlVk7ST0ruifTolQtPSxZonTFx1kAf2 { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZA4LaQl37rTbZ1M4PyeQEqUuvi53VivA { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #sl8kPBHMRVdqZQRvLmgrDbPzsVtomC8R { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #InG5wnOiseNxh6WxdC9qr910wTQEvukB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VrEceczNH3DhpaQ9Oazr1wlOwLPqxGCo { top:23.8125rem;left:0rem;width:8rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fya3JnSaLBiaqmFbrGAmb9fXotVsJOhP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eoBk7PDqOLpnEkl1kBZO3n1spJS0QTew { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #N32KCLGtAlvnaobIbTbaMhPhUT0Kv6QM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oADsH8IQPIn5exlgnu8SbQINacE1bENH { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXRmA496CcHJMiy9gTZokFSV19FW9xX3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WWiKEUoyu18gc8a16e0hAunkGHJWy5BZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HC3ewvG9BDuAJWWh4WZaFWQtAlP5m2ge { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZERGiVuJIyp6TwpGQBE2RfNIaoZ3nlgl { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcICmNSQRhHWN5a1bxX0m1Axlq8IVADC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aTtpeSwqgQvBJOzChUayqTCq2CUQG3Fm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #U925VI877enm6s5HPccZiToP5WQghflp { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dX8sTMgbRLg30hxxp3pJXhHfdg0UKHCT { top:8.5625rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHxUDkUmx21vbyeu9d8oJJfPsAAqzsUG { top:3.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSbSM44kXxlmXfeawi2UbIsErpNWE6R { display:block; }#hJSbSM44kXxlmXfeawi2UbIsErpNWE6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0Tm82LNBV1SpLhbPzl06qTlvRyfTwTJ { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByV4eTFC839ZfoF5lQD2KCuRLVBIqRzc { top:2.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9qcXwL2vOmTVnaAGFpoWndDP7WiuekN { top:12.5625rem;left:1.8125rem;width:44.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOFViUHxHxqCddtdq6uSrdXOpP5uNAo { top:17.25rem;left:24.875rem;width:21.0625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEsAy7xzau0uAG6n0fda5lDaVTXaduQM { top:23.4375rem;left:24.875rem;width:21.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcqDkG34aNSNxQ2nbedrnKTAnN9fMzg5 { top:26.25rem;left:25.5rem;width:19.875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4RBLf8iibSQscUGqJPaRUxy8NfTlSxx { top:10.5625rem;left:0.4375rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ { display:block; }#Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4yTqvdPC3Kllz6PnT1Sf6lp1DvpTw9n { top:-3.125rem;left:13.9375rem;width:33.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCDHQSgxrvLpOiMlCGszZFSdls1ndqX9 { top:2.75rem;left:0rem;width:23.875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5SpKZbfXe20eTy72bTmUSp61ITqOXO { top:12.5rem;left:0rem;width:2.625rem;height:3.6017718774643rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkwMLBupVS5Ty5GRwSzxkoxJ0Oiruqnl { top:3.6875rem;left:0rem;width:1.375rem;height:1.9127434994348rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyme3ZOBGQbKcSOCaXxAQD4RWOqZG83r { top:3.0625rem;left:39.66357421875rem;width:2.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayf3IuDh2f6wGzs4mb3sDtRqJpJfaPR { top:3.0625rem;left:0rem;width:45rem;height:13.811625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqHliTZ8s7bLdkehHCh66vZDkGz2NTV { top:16.875rem;left:0.9361572265625rem;width:33.1875rem;height:7.4861555466163rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAr92eZLs5ToBhDXnTiUFnWvr7g8Uux { top:33.3125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qckIJT1F4eigP5Nh0Ugcg96t87zrTSNV { top:33.25rem;left:19.406616210938rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiuG9y3gNPdMkXJ5vafT7iSlTfVWB1lt { top:32.75rem;left:38.875rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeITcuGnnSfUXo4XCkqgvHCzpqGVvgn { top:12.5rem;left:21.8125rem;width:25.9375rem;height:13.280501795691rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6JtRS7JBPW6y5sgT6shh2knA3NoPhQ { top:-2.375rem;left:0rem;width:21.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck91keqtTHZVvaG7nxJps5tQ0lXisCfy { top:27.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7TcytQekgAToWsMTWITNbPabsDSBDe1 { top:39.5625rem;left:0rem;width:18.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQkSz646OvokrxIBHzuAGMyJgXBMhLq { top:38.9375rem;left:0rem;width:19.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9U4w1FH9qJ7ZfGH8FhuPIiw5TFftJi { top:36.3125rem;left:0rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQCtEu1Ss85geK7sI4UGA4TWp82pZual { top:51.3125rem;left:0rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFe3VnXTkOS5J2CT2hkh3cXz9Lk97Ev { top:36.3125rem;left:14.750244140625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM8qmf1sL3JvJywoZ7S9LJdTabZFE2R1 { top:38.75rem;left:14.7490234375rem;width:18.1875rem;height:11.211779774788rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzaG3WMc8dLoJgRdPrIXUZivDknOMoL2 { top:51.3125rem;left:16.3125rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsXXBbFDBgT2OA2dTpvzHtm6RufocFTS { top:36.3125rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyBlFHUGDgDmtIi3zbli30iXEUXpynHv { width:24rem;height:3.9375rem;top:61.6875rem;left:11.844360351562rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKUDXCOPhXoLaZU7nhiigXTACnm37gJ { display:block; }
 }@media only screen and (max-width: 763px) { #SzmGCqcrAX24zSdiMxOZBTDp272bqdg6 { top:56.8125rem;left:9.4361991882325rem;width:28.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlqTFDMIve0vc2Wlwpn2EN49EAP1E81 { top:38.75rem;left:40.8125rem;width:6.875rem;height:11.086739612238rem;display:block; }
 }@media only screen and (max-width: 763px) { #klHJuUo0VPzM8Z8l2J2IQvBxdHrrZLck { top:51.25rem;left:32.625rem;width:15.125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfckJvuvVAKryIZmULJBpcFXnrPNyhzb { top:93rem;left:0rem;width:15.375rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb { display:block; }#AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np4R6TEMkc54Soye7ZN29UTOldK9wvEQ { width:20.8125rem;height:4.0625rem;top:43.25rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGAFxWHeMTKcvu7wWcFNBHwP3iNVQMX { display:block; }
 }@media only screen and (max-width: 763px) { #wFxBDqpIFUlUfGsnV2DaPwDi3qhPG2T5 { top:8.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdKaLuCrDEME9pNQoKRbd0xOoodV85U { top:1.25rem;left:19.976684570312rem;width:9.5rem;height:6.2710754388944rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ml2W3OC5AiR3tgWcxmpt7P2htKBehT { top:11.125rem;left:34rem;width:8.125rem;height:10.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKucQJTIqwGTbwwX3MLDm5B2lUo0ql8T { top:14.9375rem;left:24.25rem;width:13.5rem;height:7.9007152337413rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZCbT7yH3Eip9Pp1Rz238ykEoiWTBcp { top:11.625rem;left:0rem;width:28.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsZIgHhwsxWsy7Wqsvb4c7J011o9r3o8 { top:25.0625rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUd0aTEe9kp9zTuoklowJM7qWNEBWoex { top:13.1875rem;left:0rem;width:8.1875rem;height:11.165449421177rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3A9k0pc8aTTbMKFc342TktAgG1My5K { top:13.1875rem;left:5.3125rem;width:8.125rem;height:11.164463037039rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7v2iRpJoJF0syFygrGTSHwGrGQmeTGs { top:13.1875rem;left:11.875rem;width:8.3125rem;height:11.228332985059rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP { top:29.8125rem;left:0rem;width:23.125rem;height:;font-size:0.875rem;display:block; }#lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP li:before{  }
 }@media only screen and (max-width: 763px) { #yNff4xIM0Jq5LFOs2eTKWgwF2SHbLb5N { top:25.0625rem;left:24.5625rem;width:23.1875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe { top:31.375rem;left:24.9375rem;width:22.8125rem;height:;font-size:0.875rem;display:block; }#bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe li:before{  }
 }@media only screen and (max-width: 763px) { #Wtrof1kMIQkocB4yboQHhMOzpxNHvEK0 { top:10.75rem;left:39.4375rem;width:8.1875rem;height:11.166295403919rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0CHrdMTTHynEqn0xPPxnI0O3voXlG6S { top:9.5rem;left:39.4375rem;width:8.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwVTZPJLcicAo9DwKOgxFq3Rgv27Z25 { top:11.5rem;left:19.25rem;width:28.4375rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo { display:block; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3p6etJ8fp5TU0F0pv2fAPCP5Z16Zg9k { top:1.3125rem;left:34.6875rem;width:11.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdsozQlfQPUJW1CxPtFxb4qfBVkm2eET { top:9.8125rem;left:29.125rem;width:18.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncyRTwT4XQ0MMLHoCpEkn99aT6cQT5le { width:14.3125rem;height:3.5rem;top:17.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWMf6wtFyK061tfx10v82v4EEqTS7ue { display:block; }
 }@media only screen and (max-width: 763px) { #BhoQRPvWIHAIWCeAiZqNz97nQuC2HAUp { top:16.5625rem;left:0rem;width:26.625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHPncugHqZiWG19M7iITZ1pW4ocNrXPk { top:1.25rem;left:0rem;width:8rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx5fhDNCEP5NIRHB9OABs8qJy7qw01wK { top:1.6875rem;left:20.375rem;width:27.375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnDQ8lRqtN7KPeVCuTZThR8K2BoR4G3 { top:12.5625rem;left:23.4375rem;width:24.3125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ0GU2nwbTwEWwc271PCDIwR7VwU7Ael { top:5.625rem;left:0rem;width:31.75rem;height:9.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHO1qZKnsc2q5rWmAzxXRdT2t8pWsy6 { top:8.0625rem;left:29.125rem;width:18.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor { display:block; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR6ygErEPnxbftPhTUv2LXyXI3ZKaZxW { top:0rem;left:20.875rem;width:26.875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubUscW3VDJGU4zby3RKFNctnw2B6x3xN { top:23.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlScncyuX8Atzc264ziheATMVTLLg2T4 { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a21hZBiRabsdXTVffFtuNl5ibQf10FrT { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2nnyGlX6x3TGtmfbh2QsLwvR5h2JVZg { top:25.25rem;left:0rem;width:28.4375rem;height:0;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-regular-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-text { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-textarea { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-select { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-button { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-checkbox-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1  { width:22.25rem;height:20.1875rem;top:9.5625rem;left:23rem; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .radio-container { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 {display:block;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 { width:22.25rem;height:20.1875rem;top:9.5625rem;left:23rem; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #spDGc1QUU93yzZCPagIi9oTN8R9adFV3 {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #M7yeMtbttGSEPe5ZqRP2uFuRoE7Pscp1 { display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #MwG3vZoJnvSbfWdNwThitFF2v0vXTom6 {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #m5nQBtq9EpQ26RRgxiIFTTK34pgmtTR8 {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #S3PaTtLyPp3V7cIwQTRVITbx8ziaRqiP { display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #XTL6QnXzkcm3QOxtzbvF7zwJzx8gogKP {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #B8skzgGNgWViEzfW8bI14U6Qsg44gcKH {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #oi545npx6SpnJC6DkkfOeZkfctcVyUKJ { display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #H9SAkoOITqyakNbKnTeeAWh93rkml2Ix {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #W6LAXnyqXfiQVltF2tkZdq2ZqUDpipud {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #EePnhtWKpzuCLagRQT8ZUSoS4EPNkCRL {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #T2i16d1Rv0N6TTxBpMciHRP7wLuJ1yza {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #bAPTsmho2MRqTnEL3iB2HWrr4QezVNWK {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #OeixTbprH8whdXNVwZSnoU9IfQT7cnTc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CSdf5sw7vyrJymx6FTmE7KT1vTCuE31h {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #LPaQaeVCuHGrZGU15TCVnbiM85lvIHIU {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #ixKwKNn5r44qUEwQL1WAkpkk4czBktnJ {  }
 }@media only screen and (max-width: 763px) { #m1yJ1JuZ4zGealFfqbfCPHaIpCBd80s9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E40TkoETgekrsUk6XKRVo83CbIRvlrKT {  }
 }@media only screen and (max-width: 763px) { #wnklxH6iRRNJ0VnCE0luu3SP2dDKfcys { display:block; }
 }@media only screen and (max-width: 763px) { #TOn5X0HTqXrxzksNONxnkWVTe5Tl7eU2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F1ER9kuF0KbwXAQP58se4wTQiXNLNm68 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OnrrnCxQGfRRCqleil53qsrcIrFR1yds {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g1QcTLDpAtTeCuRPUwxqoHRvlSdGTL3x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FdZnWuRnrSA3zySKTxloeaV1zZVSu0ir {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JLrdXt9l1LTWXnZdtDhnKPw3cgBBEOR4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #olrcG0HhJ2yBfWrCF2GEI84FnBAfpind {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BV4iPZq5CpekPxQtzq3Wd4uZR8CXka4w {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c3ITMyDdtZTSBI4IGirfEF9UiTIo8wyg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e87OpxRAiN7hz2p1k59kgZcPAkC3TpFb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qWw2guUdKbsRLTQRCoBHbkhPlu4rR43l {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KFJSWQ3WLB7XUkkpKyRWoa8IHc6ag2JR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yu0inFxLyB7HTcp6xvX9xFoHUJHevSrS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i6ZmmyKZuyEzb1w9G7zttMeT7F1Lqy3Q {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vHVz0pNl3Ll3QwsRwuVxnTZc5vNrLlmB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IH9s3ywVEWAyLBaQcMc4OXf2gBTEDcxm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTpHyKUmnK99Eq9y9EPwrTmDmdfKcrfI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XDJLHL76so5X2lNRolvW2pG0K8OnrzSO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bx8L8qUTT1fiEc5sLnFKpAoQ63BbCkKJ {  }
 }@media only screen and (max-width: 763px) { #w6edUvbX0GEAWaprsrX7vDBcKQhHzlq2 { display:block; }
 }@media only screen and (max-width: 763px) { #HIIkNriw41lpqENyBnrKcnxiHdbATGTU { display:block; }
 }@media only screen and (max-width: 763px) { #XnytPnAg92GOS8B6TJTWmiu7ruDIKqUF { display:block; }
 }@media only screen and (max-width: 763px) { #f5XX3mDNNJ6LCWqWZU6F4SyT4Km3N3Ta { display:block; }
 }@media only screen and (max-width: 763px) { #sKowRK3UCCWkKMcWruTksGcOid1MaRRL { display:block; }
 }@media only screen and (max-width: 763px) { #nHhr6rpvWqPKxop2zP5v5sqyqWmAFO2S { display:block; }
 }@media only screen and (max-width: 763px) { #EkaSxpMDVGldRzy7kuLCpg3yS4G6SuUs { display:block; }
 }@media only screen and (max-width: 763px) { #T4Wh8JbwzufNMTIGv6pK7Icrk1e65OpH { display:block; }
 }@media only screen and (max-width: 763px) { #JpfvxZ6TcDQVnv1h1ATwU6s3TocsZlU3 { display:block; }
 }@media only screen and (max-width: 763px) { #G1TeaoFIc04SyIBHE5TJblg2Hrv1BVRW { display:block; }
 }@media only screen and (max-width: 763px) { #hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp { display:block; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUXeKGXQ97iwo9JuxM3fcxbiehsm6MD9 { width:41.25rem;height:21.375rem;top:3.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfuzmXaAxKxcuEJ71CA2swG7Qsdxv3bp { top:2.8125rem;left:14.0625rem;width:28.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a19TILT4nsoDFKbU5Ei3rAZCNTFKG5Ew { top:8.3125rem;left:17.1875rem;width:23.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkv2dvP5McMv5txTEILrTxsU9fZsv4O { top:11.25rem;left:20.375rem;width:20.3125rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgIaz9ZCuG4WQFq6rdlJPEtsDyATKTC { top:21.125rem;left:19.4375rem;width:18.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRouHJTq0ufIz3gdLnRXKmSXhGsGy6BR { top:6.6875rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZQPIhlKPdOeAGWw6BOeQEx6PlQfIJPO { top:11.8125rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzrBrs6xKP8A45Tc76VvPPbiV6vK9xPp { top:13.75rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyHB4hfndKGBSz5l8ePS35Lo1UnS8JTG { width:29.9375rem;height:4.8125rem;top:2.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcrQPz3fVriNTm3xkxhPi64wiz1c8HdJ { width:47.75rem;height:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yU6SkqwZ0TQNnEq5zCuzWJb4P0hpf1fJ { top:15.75rem;left:18.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #miro1D6h9UzKBZGQTQokO1gbqqFucarc { top:17.875rem;left:18.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { top:4.75rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { top:8.6875rem;left:0rem;width:30rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { top:10.6875rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { top:7.1875rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { top:1rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { top:1.9375rem;left:0rem;width:10.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 { display:block; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrzSleII9JukugqxA3NHGrWuPGnFKU3d { top:18.5625rem;left:0rem;width:29rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWoeu7puogTckdXgXlDiBb6ot6TmXrGT { top:18.6875rem;left:18.75rem;width:29rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1BbfncrPfCHH40koM6VgOJ8x7O4ayRM { top:15.625rem;left:18.625rem;width:29.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTCRltJkNf77Qp4NOUUwqqf7Sn92Jw6 { top:16.5rem;left:0.6875rem;width:22.5rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNMz70IZMNeRPqFOnDpgBuOimpfWD5rW { top:15.875rem;left:0rem;width:29.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utBpRRgths1JlNSd184ApxrTNK823gn7 { top:10.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF6OssNPzks1tb4gJdx2Kx6w9pUb370h { top:0.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3uS83yAPBRMD7Tr0zGtXF40TQysehJC { top:6.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH7wOSZ16FLr6y9AaB5OCSXLZZ39oW6D { top:22.25rem;left:0.87565231323244rem;width:22.0625rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLF0w0clT5dlHqIZva2GhNJOayuLTVRl { width:21.875rem;height:2.8125rem;top:26.375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9L6ApDd9IhKTd5UFqxR1PPrzx49Dgtt { top:29.25rem;left:3.65625rem;width:16.5625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2295iPXdBfcntdSWJOd0AuNirOaX38c { width:19.125rem;height:2.6875rem;top:39.5625rem;left:1.9069023132324rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccu89hvsqNRDwNgTCwdD0UvuTmTVxHdS { width:19.125rem;height:3.8125rem;top:42.3125rem;left:1.9069023132324rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbtQveXJs6zA84fTKAAqu0fTMrw86wXb { top:16.75rem;left:24.5625rem;width:22.5rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNDKIBztX8D95w1FqqzHz1rO2xNvXoi { top:23rem;left:18rem;width:29.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2N1O5MLGTRrAChphWIg51adk62BvxAG { top:25.6875rem;left:21.5rem;width:26.25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZ3NTJVlEgIPKT31Loxu8nDhNh4iMQu { top:20.4375rem;left:23.875rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoZ0mbS1d0bUEaIQs2wU9oFKzHXuARm { width:21.875rem;height:2.8125rem;top:27.3125rem;left:25.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKKpdoHk8hsfF8Brs1h5d4Nr4UGDTgVe { width:21.875rem;height:1.125rem;top:42.3125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTK3hopygrchRzk3G1yiAeuiXEGwWTc6 { width:17.875rem;height:3rem;top:43.1875rem;left:28.708984375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAdhI4RIQsfDvXhTdKmz86oyQDvHEhlT { width:21.875rem;height:1.125rem;top:46.125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 { display:block; }#dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opUFvUTIb41WorTa0lhBavoAy5QRPKm8 { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLZMBtsg4nqiz79B8mPrcSZ1ftM3FA81 { top:5.125rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOaMkHOJRz4pSfUuiNEwJMpRT20Bc2FU { top:5.125rem;left:24.75rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1XKGsuA3qMXkEHlfoGqwcRWnnd3brCR { top:1.125rem;left:30.75rem;width:17rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLw7anthTOreque5lOH8dG5egELRiS7 { top:5.125rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe85pbabX8siSfTDJ94LKZF3m8929cyF { top:1.125rem;left:30.875rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIIkPOfnSzUQTkkNL3mI1dp6UwawDGWk { top:1.6875rem;left:41.75rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPrHo47JTZ06xuTbTEZflvdS8mCZ9tTN { top:9.5625rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILGxZL7GS2W8XUff3eVmvRPKwMHKak6g { top:14.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelsOiu1QLn9xpTWC9iszptSqVGrD5w1 { top:11.875rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTKTWcJ7r6dinlDtu6F9dVAV7f5VQsX { top:8.625rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhcZ0QLgGaLcaWI2IGFMFhNVQq0q8hJ { top:8.625rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHq5Bsq8zrwMN8BUXrG6ipCZN2QxcirH { top:15.9375rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7W4qDqET4dVuwMa9rqrAfCXZhfcIOEI { top:15rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTpfZH4ldEuDk7InEZA3E5EJ3pyMBST { top:15rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOXduzdw5NvSBrTEGreUxT0Mw8OqbngM { top:20.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXUyCX6aRSIuvRvWORb6CPlU9HqdiTNE { top:22.1875rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6xrOqoHHW4EIqZxN7iuKioQc8TUlht { top:21.25rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4OkNxH48Cdd5cCII9dq3PsX1Kiqdnpp { top:21.25rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUd1McoUBVQ0pIKwNkV1CONTsZcMxSM9 { top:26.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOe37EDA2zDD9meTvCy8x7iA3swUUAfb { top:28.6875rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #libtx2hgwK4QFC77pDSlJOy8QxCK7KuE { top:27.75rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRk2gNagO03vaI2cNCogtJHcn9oRu6c5 { top:27.75rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTbqtwVEGFKolt7I98hF7PTBAxiB4m8 { top:33.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZs9N3qCWVLZp7Nt4l6TX14QzaAEJlVX { top:36.5625rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ52LL00rZUpU35F0ctr0W4seKkPp1q9 { top:35.625rem;left:6.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAz7BffK13bLtD2TFplwAAUvti5dQta { top:35.625rem;left:11.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMe4SiI6y1F4TqC7oITo2iv3pMael8HT { top:35.625rem;left:16rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqGNGJ9BHI2QOSCOQ5uM3gn1JxenQmoB { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0xIrt525usilgRfiO6DA6qP7RBPDGBf { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucyaNSgyurlUFUDnRzQluw1ldPdvSXBM { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxrZyh8E65z7CSei82qT1Mp4KqUJlEf3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gtlVQx4LMylaKRQ2Al0aetAKTzBtZzAG { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tfiR6K17H8Fd19m47WJ1eszTKAAs9wMP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #L0vXNcPeyTk2hD2n5yEvxSo5uClLNKKN { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXNMZ2uQkFfOAyyVRPiPHpEKO2cpHvyU { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFSBZFZg7e1IPPCUxmHzEVmuaeRGMb0x { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #unRW69QSS7VHdFbNUrRhhUREQV4gOrzp { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQTibFqDkx3SELckfXF7MuIsVegil8dW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ywElvBhNACFxPNUlKuCHeP82zlvqKsWS { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tN66Np3P9NGRD9TSaPIR0GbSsdelJ33y { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kyVetMBbw3G9eWBurk9BnWTOzJP9dbii { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZtL2z8HXViudStZA7Fg6fdDxc0g406dq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UlMUfZsZbaW2ZJPpW5Ra3Uy1HCfE2Kd4 { top:18.375rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #agTuWNTqZtzSNXB2l5iNCpEEndy6zz7u { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hHCOw8LQfemWx8fzBOR65a39FVndasHd { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CtESMgzQTXl0gCvu1ew70ZaI57tq5QLN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PXT4eORNzgTX0TZkscN2fEAu4RmTHW8B { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcX18sqh57GzmIQcldQwvvdLfq16uXPC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #covwzkChPSsQGcmQr5FhoHmKFEB84HdJ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #k7sU8Ssxgls8fMBOPtfSCFmftMQTu0fo { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #G3XRSW2oedW9fIip86dMybtKpzle3AAF { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaOSGuvvhUECGSIBSmikwaDGOWg4aMtv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KZKi12rBbstNDKiTeRVBDCeT06vsnPxZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fTxt40ep9TmGOEyxMqu9IuZVACkC3M0J { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nyfZskCL3EVXVLVDf5SlKbXKZHmSkLPL { top:1.125rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVRmOSc8ZmnHFTDSERBuuHHiJvep05V { width:24rem;height:3.9375rem;top:40.9375rem;left:11.844970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7Is30S5S3GW35ZDKTwlyiGG767fB3h { display:block; }
 }@media only screen and (max-width: 763px) { #XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt { display:block; }#XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIlxRS5QZTkPnkWkqdTVDc194OGKVTDT { top:1.3125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylCFphkyrCZ1QuXk6WsTrXNoQ8vz0GOR { top:10rem;left:1.8125rem;width:44.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOIcLCa5CMIR0uybT4HOuPdTgwiknqJG { top:24.0625rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fm5P8phL6OdIbGUXdXx1dJyTNfKw9z { top:11.0625rem;left:24.875rem;width:21.0625rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzHPDhC3Qw3dC9vuMZCXnFZ7QfGX1EpT { top:15.625rem;left:24.875rem;width:21.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbskCrxWTEpZbTIZ7l0iBbTMS6rrVJnu { top:18.4375rem;left:25.5rem;width:19.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKr4KQtpUamJVybwIt9dyObakzsT2XQZ { top:24.9375rem;left:28.3125rem;width:17.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNMnldcU4dmhoBhzvQ6l1OX2UF1xHpET { top:26.4375rem;left:29.25rem;width:15.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig3FOhXzpbIyERN9u1lCO8EMbe3nhA2f { top:31.5625rem;left:28.8125rem;width:17.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqyd0eC1sDTafHhqKRdvwaJcNFEmAXap { width:24rem;height:3.9375rem;top:35.5625rem;left:12.454345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1KRRxevrGiqGN783f3TKCfdNm9qiis7 { display:block; }
 }@media only screen and (max-width: 763px) { #tRzThQMBMyy7xkyyOLZw4X0Xof7NgB6y { top:11rem;left:6.5625rem;width:15.4375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh { display:block; }#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaSFJk1M3iKounJaVA4LPTR0wWyz5cqc { top:2.4375rem;left:0rem;width:47.75rem;height:8.9913287563469rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsLUaI2dhCSviF7K4gCCCRxp9eM2BxfF { top:4.6875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAsWyGMe03Cf12vu6Lh5aNX81MJAyLX { top:10.0625rem;left:0rem;width:47.75rem;height:29.208875555209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq0yTwaud5PhV8481ngZXscuTpkoTTkN { width:24rem;height:3.5rem;top:36.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a22dgoBnuLF7gKih0H2W5up66wvBLFXD { display:block; }
 }@media only screen and (max-width: 763px) { #BiTcH3g9rVPPZLoanCuQ1DTTAZ9mq7JQ { top:13.1875rem;left:11.375rem;width:27.0625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWwkypX56VvGcmRN210FaKqgNMevMANr { top:16.8125rem;left:8.0625rem;width:13.6875rem;height:1.6875rem;font-size:0.8125rem;display:block; }#TWwkypX56VvGcmRN210FaKqgNMevMANr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 { top:19.3125rem;left:8.0625rem;width:26.625rem;height:1.6875rem;font-size:0.8125rem;display:block; }#yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #yussgQdkpNgTwSdkv5KfSr24F0aagtAS { top:22.125rem;left:8.0625rem;width:16.125rem;height:1.6875rem;font-size:0.8125rem;display:block; }#yussgQdkpNgTwSdkv5KfSr24F0aagtAS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 { top:24.75rem;left:8.0625rem;width:25.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }#rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #yTiOKpJuGurzbfJTgEbXLEsu4XUh6SGb { top:27.75rem;left:5.6875rem;width:40.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6DJcowO1NJAFXzO5Mg24w7cbWyaFf62 { top:28rem;left:5.5rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { display:block; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIPx2LgydcbzNoZW6Naoqrk5yeisEo44 { top:4.5rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeAPo94oTqEmdr33zX68mWCtxLxXtHCn { top:10.875rem;left:19.8125rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3cDdVWIUapWdJB2yBvn5icOapx6v3Kx { top:10.6875rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQu6WEocuzt5FXzW0K3ro68RuhfJlTly { top:28rem;left:19.1875rem;width:12.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DSBhCZSFODyaWrIcMofUahfmKsxSxB { top:28rem;left:35.6875rem;width:12.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeggTzvQT56P9C4FVgkdgaroBpG4RThp { top:25.9375rem;left:31.6875rem;width:16.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTx96mIJM3wn6Ix7JoAZKBqKLUTsm0tC { width:24.0625rem;height:3.625rem;top:62.375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzZlLULwPTckmfUV2zuiPRNTcwDh7i4i { display:block; }
 }@media only screen and (max-width: 763px) { #LqNnvDpwFhfEXUtTsegNfM85sbKDhAoo { top:24.5625rem;left:15.125rem;width:20.1875rem;height:7.8502375087969rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMq6ai300XKRTsMzRBiPZJIApmtxqRA { top:24.5625rem;left:0rem;width:19.9375rem;height:7.6875963961931rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKQBBotwZfJ8AJPssMsPP0O67IluUid { top:24.5625rem;left:27.5625rem;width:20.1875rem;height:7.8501093868162rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6g4cdzRBubPIUSedTTtrEag5bqZZxm { top:11.625rem;left:20.5625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf6Q9Tb3miny7UgRTkeIl33GVC0lfx78 { top:11.6875rem;left:1.4375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0yyQ1cChmyRXxvewCGmQokra1BXE0C3 { top:11.4375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZZKtKaaNZDizniMhbOABABT0D6zkJx { top:10.6875rem;left:0.6875rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVIh5DWF16uSh5PylyNZ6pST2kFTl1c6 { top:26.4375rem;left:18.25rem;width:13.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC8KemaqXFR7c6kJwHM3xCcBADHFQPL2 { top:33.375rem;left:0.5625rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufnISkmsIbzGvFpAMu6LN4n6ono0N5kT { top:34.125rem;left:1.25rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgRnu9wXRN4zTRcdm72UmkxDnhH3Vxe3 { top:47.625rem;left:0rem;width:20.1875rem;height:7.8501093868162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1TRSJmf1iSu9LqUXEoW54tp3HlUV7b6 { top:48.75rem;left:0rem;width:15.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E20itmy4HnLHTMTy92CugMaBN8rniVDJ { top:51.1875rem;left:0rem;width:12.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3sHTuilhDnWKIo0EaqyHiAXS5VTn7Vp { top:47.625rem;left:13rem;width:20.1875rem;height:7.8502375087969rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKngwTwUTRmaVsATDXubcTiBdnimFtPO { top:49rem;left:14.625rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzHLZyKRmTJKOQPhtUqSl9TPFAETfwyy { top:51rem;left:16rem;width:12.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWXPxMpBZhg2wum0qvxk6WM7FogTTxbI { top:33.1875rem;left:34.5rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7kUGbWsTlthEGZZP0hhc2HtyvQ0JP3 { top:34.5rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AoBisFhXqrayexa9VcTTOBxFIAz6UC { top:47.625rem;left:27.5625rem;width:20.1875rem;height:7.8498186213837rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn98cpis8ogC6ppFc5uMR0M2mBUZ5lqz { top:48.875rem;left:30.5625rem;width:17.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQkv55OKuN66GLDTRwBm0H3XObApR5C { top:50.8125rem;left:35.5625rem;width:12.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6af2nw46ZE0zk15XytU9F6FOAQv4Hx { top:33.375rem;left:19.8125rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRZa6QTCdBNgRcutbTpl2JIo8g93mkh { top:34.125rem;left:20.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP { display:block; }#OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reEf1eWTGpoBDD2FstJSHgeWnscdfefQ { top:1.9375rem;left:0rem;width:41.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crUhUsFzrWnWigTMPiWVIeLdSlgW8A1R { top:8.8125rem;left:0rem;width:47.75rem;height:26.289325842697rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNTEgto5wUcbdQs29G9laZg6xTR74y5 { top:17.625rem;left:13.5rem;width:20.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQqRtyqZLDRuQdgsDXpd7K81oECFpav3 { top:16.6875rem;left:11.967449188233rem;width:24.9375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q14ACTd08RCX390fxRcUafOL8sFbXmgg { top:14.6875rem;left:3.75rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGcS40wS9FTVaJbt65BRQAs6SSXWZEi4 { top:21.875rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrvkTM3RPD9tSUNpkUCEc0oJGIXWTiB1 { top:28.625rem;left:3.1875rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax { display:block; }#smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEsfoASiTFTPcC968xA7DLf71Hbb2I13 { top:0.875rem;left:0rem;width:22.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwTtRL5y6CJn6DI6NTdIW6zsOxO0ToEV { top:2.5625rem;left:16.75rem;width:30.25rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI { display:block; }#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9LCAMN8kZ5LgBZaT9eDtipJWLLv07gK { width:11.3125rem;height:6.5625rem;top:28.125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVZAtcI3uhIBDzXZTAzU579DLDaScSWS { top:2.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9odGAD0HyO4LfNH2zGAhyvQ8KnTVih { top:30.25rem;left:12.75rem;width:22.0625rem;height:17.263033509239rem;display:block; }
 }@media only screen and (max-width: 763px) { #It92TCQldKttIkt6eSvCm4avbDGSKolQ { top:19.1875rem;left:18.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEhgdmse0wmp9rcyZE6e5RkEk3p8tmRO { width:12.3125rem;height:1.375rem;top:26.25rem;left:33.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpJHEtBwK9FUn5rkMdLb1ieUluo5keT { width:10.875rem;height:5.25rem;top:28.125rem;left:34.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8fTvwvp3S8w80QqZnXcKuv0LPxp2zxI { width:10.625rem;height:3.9375rem;top:23.8125rem;left:19.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22maw94ANKol60RLTNOqCni5k4yrWB3 { width:11rem;height:1.625rem;top:21.875rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuMUWfdV65gCBTKA4R4NVQD2eCJN6LtI { top:5.1875rem;left:18.3125rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TNvX5xxZTAp0gOad5vbSh2IEmvh1u8 { width:13.125rem;height:1.625rem;top:7.5rem;left:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgUCwnSQfdFn4i2leCkPDBKt8rTug5DG { width:11.75rem;height:6.75rem;top:9.3125rem;left:19.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr5cnyTokAKn08TnEWSgaWhA2avt4gZf { top:23.6875rem;left:31.9375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvTl5L0d15kFNKsndX1bO9DvE222S7c { top:23.875rem;left:0.125rem;width:16.5625rem;height:16.500249060363rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUeMwT2TFzoFPSA8k1KI11QkePTDWdnJ { top:12.0625rem;left:36.375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikNHHrh2X0KDXozRErExPhISlaszUeL { width:8.8125rem;height:2.625rem;top:16.625rem;left:38.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4d5IHvl8khZzTTGhkuKCW4th7KA574 { width:11rem;height:1.625rem;top:15.0625rem;left:36.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CFrPWdTJtLQrtN5Pp0eUNzGTkIlQp2 { top:15rem;left:6.875rem;width:10rem;height:9.9369984249606rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xGpDx4vBS2b8wwFQWES7RMHkZXUyTV { width:7rem;height:2.625rem;top:19.1875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNV8H9pvuS6pkgkl3TeGiAAyU01KeCnN { width:11rem;height:1.125rem;top:17.1875rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEdAsLhdond4tQqXotn0HkEsrLxmTSn { top:12.1875rem;left:0rem;width:11.5rem;height:11.43774864671rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNqqdkmQffVcRaXmRTX2Bt6JFoTLL75W { width:11rem;height:2.75rem;top:14.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnfQWDUntpMJ1PQ9td9X3ATgJz7qktoB { width:9.5rem;height:2.625rem;top:17.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4UWNRTR4mOgZ1nwP7ZDyfE5UPwk9Kom { top:9.125rem;left:9.5rem;width:6rem;height:5.9383756562911rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJDwFaaKf9loao2RmeCiWTPd6yL6Inkb { top:9.75rem;left:10.8125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4h6Don5BUARr2EsUP4GCO3P3IciDE07 { top:16.5625rem;left:31.5625rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXEcOaM07WWcKQ0x2UCrwt2BReKwGpBQ { top:17.9375rem;left:33.5rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6slbnxqLxDUEK8Uo38HJsF5cS2V5BNu { top:17.9375rem;left:33.5rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wudy5FHwOIa1OTpb113fUhlCf3LGRD4X { top:17.9375rem;left:33.5rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHPgJ93ntdFpudJx5LA1RnQHQlxQtJwS { top:17.9375rem;left:33.5rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqJpatzyEdVRq4kR9aDFTpUCEmJI6QJt { width:24.0625rem;height:3.625rem;top:50.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmaqkZ6bQKKrapDoTw2ccTnU4UNsNlKX { display:block; }
 }@media only screen and (max-width: 763px) { #ob07vo8NgSRoyrPG3hfum6t5Q5GnDUkp { width:8.125rem;height:1.625rem;top:26.5625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV { display:block; }#bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDaf9Ds4bL9RNKmTvs2tODsTR5B04Ta { top:0.875rem;left:0rem;width:22.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdkTcmTw3AiyMnZcclQWRX2VHpQwuyr8 { top:0.8125rem;left:16.625rem;width:31.125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV { display:block; }#ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXn8fW8CqEafZpddZrtQD90nfdJMGXL8 { top:1.5rem;left:12.875rem;width:21.8125rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPUToCNXHTia5ykBHL9vuKQf2SCV11D2 { top:21.5625rem;left:8.0625rem;width:35.875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQ7v0ewG4SgASNNwUMBmfq64mqVl7Cc { top:29.1875rem;left:16.125rem;width:19.9375rem;height:10.467841740109rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7xhJTgOPOqsCowdD4ZZqZD1CiErQtHP { top:40.9375rem;left:5.875rem;width:39.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBD669E5hs5TmZJAfSkeizrieHg357TN { top:22.3125rem;left:4.75rem;width:41.125rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6LdAIBZLPQqglM4gCiq1T5Wnr1p1XDf { top:26.4375rem;left:26.1875rem;width:21.5625rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1o4OXKzDq3X2SoepOcSklFVaOkvQm8E { top:31.6875rem;left:26.1875rem;width:21.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpoBnbLHrP8w3ZMfXV05btZB9xVweyGh { top:22.3125rem;left:5.875rem;width:8.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgq4WgA1nPTRQq7U79BumMr1wGAVap0R { top:26.75rem;left:20.125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6W09AX2OAbwq0uIWRFT7o4rWQ8oOEhH { top:9.375rem;left:0rem;width:7.875rem;height:10.5615rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzebB6eqP5unuxAWNGa6MTiwrGBzg19 { top:10.125rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCRieM8m6BqTu72k9MQINVdmS13kg4XK { top:9.9375rem;left:22.8125rem;width:11.6875rem;height:9.9468720076606rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLGSH910QwHrKsJiMk6itrOkmqXepDOZ { top:11.3125rem;left:6.6875rem;width:7.125rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9AJuBytlbSECVEzPfTsPkrZZqoBDwId { top:13.125rem;left:8rem;width:13.3125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8XEzWHfWUTqR2g4R3ae7TQzglURnqxh { top:13.875rem;left:9.3125rem;width:11.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHLLJ72CzOLZGZwPidmwzFyv7P4qcq0g { top:13.125rem;left:34.5625rem;width:11.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHrKb8wWRCR8IheAIibZ8PPaXVzeO6Qg { top:17.75rem;left:32.5rem;width:15.25rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpQ4ZJAd7la16xsHqfuvxdbvSTnVv4UE { width:23.75rem;height:3.25rem;top:44.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUpXSiRH0GkGzqRHk6LB94xf6pvXCaqC { display:block; }
 }@media only screen and (max-width: 763px) { #GhlBa0zZWuzW1mwIOg3TvQaLlBTWHa94 { top:5.25rem;left:1.8125rem;width:44.0625rem;height:4.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2x28DDEU4ChLQOAAQCyyaE60ARdzJds { top:10.125rem;left:24.0625rem;width:7.875rem;height:5.4571385962011rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPlc6TTpL4A8V3H5RCPAWPTpCnGdDP93 { top:21.1875rem;left:7.625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCfpNsGXU9zSpC8xRS4nbPZmgDiFGN7T { top:1.125rem;left:35.875rem;width:3.6875rem;height:4.1255454110883rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPIy54ndPvmuKuG55hsuN51TwlynNkc5 { top:13.8125rem;left:32.75rem;width:15rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { width:41.25rem;height:21.375rem;top:2.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { top:3.5625rem;left:11.0625rem;width:28.125rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { top:8.0625rem;left:12.875rem;width:19.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { top:10.625rem;left:12.0625rem;width:29.75rem;height:9.375rem;font-size:0.9375rem;display:block; }#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b020c64-ac85-4888-a86d-f40c96a62e22/Untitleddesign32.png); }
 }@media only screen and (max-width: 763px) { #FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { top:21.25rem;left:12.8125rem;width:29.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { top:9.375rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT { display:block; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU0GBcfen20h5dHM4ImoGa0saO34ylPp { top:12.25rem;left:0rem;width:16.3125rem;height:8.5294508313106rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp9AtBwTx52EGiiNryt6pzda4X9ZcgBp { top:26.875rem;left:0rem;width:16.875rem;height:8.8421323561969rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnskxHB6kiPuwMyvkpZSnTMGF7TDs5mS { top:12.25rem;left:15.0625rem;width:16.6875rem;height:8.31225rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIKIfrsAOFfgSpufsmPpbAOT0Pb38e1F { top:12.3125rem;left:30.75rem;width:16.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONPVeR5ihcCbODGaxpAaCC57Dzd1Hp9i { top:26.875rem;left:30.5625rem;width:17.0625rem;height:8.9045132045725rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTnliTf8qkgedHJvAdK2VRTIhlPgiTlw { top:26.875rem;left:14.6875rem;width:17.0625rem;height:8.937rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUwSRc6MaFZTFPm8HPzhWqi3Ifgrg339 { top:5.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyQBhPB9NLc5OD0DDW9TcnJdt6nvD6gq { top:1.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbuauzLsi0oZzmdGMasbFQBzzK7LcfhJ { top:6.1875rem;left:40.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy9cstaETqmvBaIWG8DTzGbw7WTB5bhM { width:23.625rem;height:3.1875rem;top:42.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVBvVQet0OE5N8c8TvTe1ccg6B6rTMl5 { display:block; }
 }@media only screen and (max-width: 763px) { #ifaENmXmMd96p0CdioMF3gInWJ5ZsWuL { top:22.1875rem;left:1.625rem;width:12.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcaIDy6wuzG7wlfiqDpDuSHTPgLH6kD2 { top:21.6875rem;left:17.5625rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIpxLoFciiuxkAELaRoFnH8fSzaNLoFI { top:37.4375rem;left:1.6875rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0o0hUIwNoZMpwFI7mgrbQWTQUKCFqQX { top:37.4375rem;left:18.8125rem;width:12.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omvZrJiu2rkR1qX9XwDzSIlUWeS9TuHw { top:37.4375rem;left:34.6875rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ere3EQsmZKkXXPDid1elV8Mr68cqdJzG { top:1.125rem;left:0rem;width:18.4375rem;height:7.75rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygQoXFQCV33vJBfx2kKq75eG7VzzwOpd { top:21.6875rem;left:33.375rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0d3845;background-image:url("https://images.assets-landingi.com/uc/c05de78b-d019-4a14-8f54-3aa8ed08e681/BGSec1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF { display:none; }#skEpCW8Gz2nXNJ7mHnzTcuPoPDQ46nUF > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mXk6oHQmf1Ng4qbHUguV3xqQOtEorZED { width:20rem;height:1.5rem;top:0.86093753576281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mktublDiLs98VHUMlVizQB6ftHbbux { width:20rem;height:3.57421875rem;top:3.681640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHVFmEZouEd1eT0MtA6i4iwXId9Tfkq { width:20rem;height:1.19934375rem;top:8.6051435470581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UET4dwQHnV0mTDlvI8DZHHvISZB27CqT { width:20rem;height:1.7871125rem;top:8.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy { display:none; }#fae1gNpU5FdXXSoTs6kEKPOo6oPpnWWy > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v6BAX4M9m519BpnzpJDR8SgyhNf2Ey59 { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Tu9UxTOrVQo78Iki2dmApXKr2k0uWT { width:20rem;height:3.57421875rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXacF3guX64Qg8pwNXJL17TQDyER7Ltc { width:20rem;height:1.19934375rem;top:10.0556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNaVwdngi7NqV8L4RiEXdo3gmqR4Au0M { width:20rem;height:1.7871125rem;top:9.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh { display:none; }#CRT9kKrOOHGTCJ6kTqVVSdfUiPBX95gh > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lO5VT9VWJsVW15IfO7ybHHEBNlwDf5Cn { width:6.5rem;height:6.5rem;top:5.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTOAdldZTCy5vPJCERufn4vdWPZV8uW { width:19.25rem;height:19.25rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH6ZqRcDUDK8IfzVupKTghZtbp7ZcP4P { width:20rem;height:1.0625rem;top:34.625rem;left:0rem;font-size:0.6875rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #b70OM43T65RE3ACCm9uWHN4JZQpgcNDE { width:20rem;height:3.9375rem;top:29.75rem;left:0rem;font-size:0.375rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #xCNINehIpJ4yZqTzaJoTGpr5IWkoPTbq { width:20rem;height:4rem;top:1.75rem;left:0rem;font-size:1.6875rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x { display:none; }#lVNgHsR4GhNR8sx4lE26i6LOXynsnx4x > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qZE00gcWAprL0Ls5XosfnxN4kR2lM0DO { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDQN2RxNeIUJGaTRuUXGnAnSGAM4uIp { width:20rem;height:3.57421875rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3l72UHXfwwbqkbMupRAg2AmVsNKUQTB { width:20rem;height:1.19934375rem;top:10.0556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxwACOvk5akIkVgtJxr8JKoo9btSGur { width:20rem;height:1.7871125rem;top:9.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE { display:none; }#cnwKbO1fDcDwWTvAfQQ6831qLaZ5iPUE > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G3CwIkwmF3rVJN5OlwbZRqxWtkz9RpAL { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOnSwpDn4FBUgb267tJnnVTfmee3tHkr { width:8.0625rem;height:1.25rem;top:1.4375rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CnxKdXPzobyla4XQ3vWZDuOVcUa0XaS6 { width:20rem;height:6.4990125rem;top:34.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1TGaAVA4QxrzZnGOQOUmzdiLDUBVOe { width:18.5625rem;height:1.29980625rem;top:8.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeoEWtM0TqVA7ExSW70U1gvQ8CbFP1lG { width:14.9375rem;height:4.0625rem;top:28.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEF8n6wTolP9HuzApQPsTc2lO4MofWRi { width:0.0625rem;height:6.25rem;top:24.849609375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9epu5zAbpAOf529eXBKp1X6IOLbpUba { width:15.8125rem;height:5.624375rem;top:23.75rem;left:2.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCnwEHtdTRHy1AcwTfCfh6s6HGn80LKN { top:22.25rem;left:4.09375rem;width:11.8125rem;height:0.0625rem;z-index:15007;background-color:#020102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AwOgUkXeSAw4lT7J6snvDVRcK4qGPMuw { width:14.75rem;height:4.375rem;top:16.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnJ3GLEhSU3REH1LDwb51wJDuawkKNyF { width:19.375rem;height:5.624375rem;top:11.25rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp { display:none; }#CueQP0P2WcHZ9kBSLaQAUot2KWe1RyAp > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AJD03d02L96F7DTmytGWnne8RMJmqtR7 { width:20rem;height:1.5rem;top:0.86093753576281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF16F5ra0n9hIlhe1U3rWnM5rLCV2tLs { width:20rem;height:3.57421875rem;top:3.1181640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLkn3OKk6wtAtb2RmWNVARQWD9XgW3E { width:20rem;height:1.19934375rem;top:9.4171886444094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF34ucOBsN3cagh6aS8ydFGmKEK1gvOf { width:20rem;height:1.2994375rem;top:7.2554693222044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T { display:none; }#fPV0gTOTMt1i8keIRTUDxyiUv1gTqJ1T > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RecTQ4g8xi5SKSNs1ANtfJrnbigKLRSg { width:20rem;height:2.17480625rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwUeWbgz19rPF9KTGCTdXpvn4th244bN { width:20rem;height:3.0859375rem;top:3.599609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8oA0ktQafSgUsMcZvu0MSeUqeml76Wp { width:20rem;height:1.19921875rem;top:7.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT { display:none; }#hlnmo5dFLTAwTVwrRALCZklB8ns9OpLT > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owBWaxlSAMfXKth3Neaw4zI6ziVUAfwE { width:20rem;height:6.0664819944598rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlprD6pfCeQAR1hZNi6mn2bOa82c3Avt { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr21Ki54wvfbSWFq2JVgW6mczUQ5e4Db { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwWunOJ6MF5z3CqM3MgwbQPxdPPbPByy { width:16.125rem;height:12.5rem;top:39.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siw0esw6G3WARvBDk6M8q70XERau2dvU { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6x5n3bVoDytBqOJ3bOo4pVGITidiwu { width:4.375rem;height:2.75rem;top:8.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6uaXhhxkk0eIhFluG8XO3ySU2yAOx31 { display:block; }
 }@media only screen and (max-width: 763px) { #rhefyyeZC20vzXynSW7K5BSEqsT3H9g7 { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2pR77vxxxhlhEgChblpECTWw0wUztoM { display:block; }
 }@media only screen and (max-width: 763px) { #vIzS93MrbouRwFA3EaeGCLovGEZyfg6o { width:4.6875rem;height:3.125rem;top:38.482421875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFduRvXGWAnb3TRc7PBBrMCIJM7A26Lw { display:block; }
 }@media only screen and (max-width: 763px) { #KumO41GuQU2rn2ORV2NCpu9Oe2KP3NTU { width:12.5rem;height:2.5996125rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1vWgxzUWyvDxTxHAhcO3d9xRFook59p { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRi3WlcsdUnRVwQHuQ4WX5ur9uq52qL2 { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWvcIHJoDQlhtvuMh8ApmeiBW3c8UDWV { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVADnAosER3TiopghH3ohk095uZ0Ek2 { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krblA8elz8F0V2PsdenM53PiodOlDb9H { width:12.5rem;height:1.29980625rem;top:26.41943359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRl6cTt28vs5st28q176o0SaUrw5HudS { width:12.5rem;height:2.5996125rem;top:40.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGdz31xf9oQsxPacKKAtBMyWdT4mHDE { width:14.0625rem;height:14.0625rem;top:23.31640625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDHdZkbIeU7CnlfwioXpT2wBT5HTMcPJ { width:16.0625rem;height:9.875rem;top:43.732421875rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u { background-color:#ffbcd2;background-image:url("https://images.assets-landingi.com/uc/62f5b9bb-94bf-4c38-aee0-63f25c55159f/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u.adaptive-delivery-prevent-bg, #g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u.lazyload, #g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u.lazyloading { background-image: none; }#g0zTTDCeQIZRZIGKfAmNJDrFhpAXFi9u > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D0DHpUpgXoga3LkIQI5yoOVNPEvURtyH { width:8.3125rem;height:4.375rem;top:9.2955322265625rem;left:1.6739501953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfyfcF4FCRXkVITvmWXIokE6MQMrOE1f { width:8.25rem;height:4.3125rem;top:9.04541015625rem;left:10.66467092093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio { background-color:transparent;background-image:none;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; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container { background-color: transparent; background-image: none; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container > .video-iframe-container { display: none; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row > .video-iframe-container { display: none; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .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); }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container { border-width: 0; border-radius: 0; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVt4gK7f0cEyKdtqpVbJv4TVFm86QRio > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhq3cw7HE0H0qT817Ch6aOkvu8AsyNXX { width:20rem;height:0;top:4.5625rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #NXP2cMxhbReSIfBKSC2GXxWdngvhZ75i { width:9.5rem;height:0;top:4.5625rem;left:5.25rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #dM5DeViJroFF1MZveuJvrwKMuPqI1WuO { width:9.5625rem;height:1.9375rem;top:35.9990234375rem;left:5.21875rem;font-size:0.6875rem;background-color:#28baff;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) { #NcJnObMPdW66vurCbnFQ2nahfruChMi1 { display:block; }
 }@media only screen and (max-width: 763px) { #NuUTr5EbrIfMCCITqeT52v0XA8Nlush2 { width:13.4375rem;height:2.1875rem;top:38.8095703125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1ZtNrapglT1SLtyqMUufS93iS8TgdG { display:block; }
 }@media only screen and (max-width: 763px) { #ZG3oZ8kuBKvTz7wcFaRyAG4TLymNhgeO { width:19.9980625rem;height:0;top:13.223876953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;color:#f84343;display:none; }
 }@media only screen and (max-width: 763px) { #bSR58eHEB1kvPnVxc8KF58bHQsiXMLD5 { width:10.125rem;height:2.4375rem;top:5.22265625rem;left:4.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL { width:6.623046875rem;height:5.486325rem;top:14.875rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#GIZlRi4XWChuCuxHHuKWH77l0SNl0nRL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o { width:19.9980625rem;height:0;top:28.096435546875rem;left:0.00146484375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#Tu7S4W8GmTO5OyMu50sU5XXZhuWUCO5o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #h0UO94PsdMgHfywFMmD6KiOuAZe1ORRn { width:18.1875rem;height:0.975rem;top:11.22265625rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;z-index:15004;font-family:kanit;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zxtGl6UuWbkk2XNPaEx0niCABSTaXdfo { top:1.66015625rem;left:4.75rem;width:10.5rem;height:3.625rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I7rA9S0FwTPIRAChVhm2euoUMutNgpFZ { width:20rem;height:auto;top:20.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;color:#f84343;display:none; }
 }@media only screen and (max-width: 763px) { #AAs26g5dBI6DC083U7Ui1XGpPtV1PPZw { width:13.5rem;height:3.25rem;top:6.91015625rem;left:3.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxWdnnkyHiBAJNV4xDK2WuT9RaAflsVd { width:17.875rem;height:14.4375rem;top:20.69140625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS9fKHqs5GW7gk9oHVRyF097hnJTA1r6 { width:14.4375rem;height:13.5625rem;top:20.2490234375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJm5wglZ2hGseChi6RCccieJ88Z14Is { width:18.1875rem;height:0.975rem;top:12.47265625rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;z-index:15005;font-family:kanit;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc { width:6.623046875rem;height:5.486325rem;top:14.875rem;left:10.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:block; }#TkThT1a2yPAbGwo2e7yvI1lTLfUOdTNc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2.adaptive-delivery-prevent-bg, #sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2.lazyload, #sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2.lazyloading { background-image: none; }#sMRTe0zFJsbfQsTqmJ8By81yi0hd24b2 > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUqAsGh53APSofM7kEDVHfxdmy9HcNo6 { width:5.9375rem;height:6.0625rem;top:29.362500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwAzKQFQ71I9VTztcCTD2UVuMQQD6TMy { width:5.9375rem;height:1.1rem;top:31.284375190735rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecNshIudnoe37a8xQhr229FGVeFUrOQs { width:20rem;height:51.5625rem;top:0.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKGEkb69rxhgBvCz8Gg0FQ4RnuzIgXnE { width:19.25rem;height:7.75rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvzNS7WubtcGIKSPOx5Q21c0JdB5CzsW { width:14.0625rem;height:2.5996125rem;top:55.875rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E5u6A44y07iIatdPPoFO35ZTmhO2kiHJ { width:20rem;height:1.29980625rem;top:54rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wb7AT7Zzm758TOwWtk1TJE8fG9b3A4sv { width:20rem;height:1.05615rem;top:59.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ibCpJbvbySQutaKk9DB2Lyr6VpQUqBb1 { width:20rem;height:4.3872rem;top:24.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #psi3KyfmEpAgdFlXIoMHET9GcHragaO9 { width:20rem;height:2.5996125rem;top:32.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ySVNNVU6tHLE63MWhy420Bda32Vf6bq9 { width:20rem;height:0.1875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #logt4eUb5WUBkXA6Ul2cnulJ3G9w2nd7 { width:20rem;height:2.5996125rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vCLn5lBkEviTwF3WfTfmDH38Ef6dqnB0 { width:20rem;height:5.0371125rem;top:3.463134765625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff5400;display:block; }
 }@media only screen and (max-width: 763px) { #kUck3sw0vXqAq4lQ0SdMT9aLE3wdkBT9 { width:20rem;height:4.3872rem;top:46.124267578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #adgrwAGVhs13h3zyMc9pRwMfzW4oeryO { width:13.6875rem;height:2.92480625rem;top:6.912109375rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LJlf65Aq9Le984iRSnKRbCOxa796mwgI { width:19.875rem;height:10.375rem;top:13.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHFh9MtC2lzJnwLMhvs8ctwDaIPTlUOI { width:20rem;height:10.385604113111rem;top:34.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7.adaptive-delivery-prevent-bg, #IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7.lazyload, #IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7.lazyloading { background-image: none; }#IHZ86xlSmHXKSJNqX8GPHKRB1uTgbTF7 > .row .container { width:20rem;height:64.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ibaeEn8qotu5ZkFs2cwRRWq080n6Jik9 { width:5.9375rem;height:6.0625rem;top:29.362500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNLcHIdHVLH7gvTRJ0IDeqx5bXtabtRt { width:5.9375rem;height:1.1rem;top:31.284375190735rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctBZSMkT4Rix3ZQya6szHg4EEvp46wM3 { width:20rem;height:53.125rem;top:0.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGg6w1KXnnkOf8cr0EZnZbdsTi0wQab { width:19.25rem;height:7.75rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcgq4SPe9hTMT1uMbsE7FUKBKyviyupN { width:14.0625rem;height:2.6001rem;top:57.25rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kaG5saB72FQTozi4mycyN6H1pgmKJUJ8 { width:20rem;height:1.3rem;top:55.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mgZIMVB43my7EwHL17JnqsvsdK7TnoQO { width:20rem;height:1.05625rem;top:60.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #reWN4mXvrIGW1BNA6c31fIPOB2dBg6Lm { width:20rem;height:5.84765rem;top:23.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qPeRWtxRTqhW9dEPkss0uaMo8aMtbdUp { width:20rem;height:2.6001rem;top:32.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fN9nmPWOOIOHpQ2cRv2uaAwltiU959Ob { width:19.24925rem;height:10rem;top:34.974975585938rem;left:0.374755859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BGXthxEV4VrncLnMS17mUT00L3LcJ8V3 { width:20rem;height:0.1875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFGkKbCUfhr7IUP1OPTpM9slJ1drW8X4 { width:20rem;height:2.6001rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ekneBS2We5VBSWpNslkbtEWnDMqv2ISk { width:20rem;height:5.0371125rem;top:3.463134765625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff5400;display:block; }
 }@media only screen and (max-width: 763px) { #OubEJcWho9mHnh6QXMQcXkKTT1DOzMpg { width:19.375rem;height:10.1245rem;top:13.349609375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aINcFvc9QgPzQ3sEuxHqRuUlunzFQtsK { width:20rem;height:5.84765rem;top:46.124267578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fTzhflGN82nwR2uGtvxPLKPzeKWe1QWM { width:20rem;height:1.29980625rem;top:7.162109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT { display:block; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT { background-color: transparent; background-image: none; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container > .video-iframe-container { display: none; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row > .video-iframe-container { display: none; }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .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); }#BZIqk1MAB5VCAzPzDITqSUdFTk9FSEBT > .row .container { width:20rem;height:25.3125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqitpoDxHZNl2FKSP5TMvbm6eDZ5pZbZ { width:10.9375rem;height:3.25rem;top:2rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MmdGz8so8XW2yoXWQ0zKKPp3zo70FDfZ { width:16.375rem;height:1.21875rem;top:9.875rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOUSMeHTFEpI3aBNw6Sw9BIgk6HlV3NJ { width:20rem;height:0;top:28.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ff1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT { width:20rem;height:0;top:15.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }#RTNklU2nrtb72wXOTDPu1z5R0F6tDzcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #VKPJm8Iv9EXJKInz9V3rD7v7dKuMNLHM { width:16.3125rem;height:7.625rem;top:9rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoW5rE73lAI4ouN7B9OwmErDhoULSRHi { width:13.4375rem;height:2.1875rem;top:21.375rem;left:2.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIgSDoSvDyumzABtlvXP8DUhX58TLgS { display:block; }
 }@media only screen and (max-width: 763px) { #T4MhMrP8zrkS6Pa0gyC4zNt4m0LM8iZ5 { width:20rem;height:10.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X47cAxEzwqHJ7VTrMKrvZDMNWweayKam { width:16.1875rem;height:4.8359375rem;top:11.34375rem;left:2.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15004;color:#000000;font-family:kanit;display:block; }#X47cAxEzwqHJ7VTrMKrvZDMNWweayKam li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #h1IexkzEsyPRlAxO6I7oekwh5LGXXl0x { width:16.875rem;height:1.94921875rem;top:17.59765625rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;z-index:15005;font-family:kanit;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Br6xi42f46x0PkUVUog8scWGav5iM3SU { display:block; }#Br6xi42f46x0PkUVUog8scWGav5iM3SU > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toqRnciPN7TFLuTRx1XTaBfDB6BgH7zr { width:20rem;height:3.4125rem;top:2.5361328125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnyUU01hXBUSNEogSNWIQ1CCtk2sXgKi { width:17.1875rem;height:8.4375rem;top:8.4111328125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3g6sbuTOyuof1A17armeVIsZSchaOL { width:7.125rem;height:2.3754875rem;top:10.0625rem;left:9.7509765625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { width:9.4375rem;height:2.1123rem;top:13.1923828125rem;left:9.7509765625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt2qGBmMT0mRU3FOD3m8nPmD7x6bErOT { width:17.1875rem;height:8.4375rem;top:19.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR017K0CPgBUu3upfS71QsgcgoSX7gqu { width:7.25rem;height:2.3754875rem;top:21.4375rem;left:9.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPRyrcA676UQoZRCSBb8q3lmDS3Tenf { width:8.4375rem;height:2.1123rem;top:24.375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWsFMmTPGn5VW0k8Tn48lZxeoK3QMmqV { width:17.1875rem;height:8.4375rem;top:29.9736328125rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcHJVE6iec5BVdU8wRqc4tCBcDTt5v58 { width:4.3125rem;height:0;top:32.5048828125rem;left:9.7509765625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lew8CRMQsAv7w8hgiNZAw8fWpXeRR4B0 { width:8.1875rem;height:0;top:34.4111328125rem;left:9.7509765625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntOfon7Sqi8Lz48MbqZtcehCdTOgDsab { width:17.1875rem;height:8.4375rem;top:40.8486328125rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GETUfopeOxagWNNni2RKMiGvE3QmKwBT { width:6.3125rem;height:0;top:43.1298828125rem;left:9.7509765625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRatUa1oH9Pu0RA8XHPted3LVlF1lBo2 { width:8.25rem;height:0;top:45.2236328125rem;left:9.7509765625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMBOQdosaqNPu4ccana63Blat5JaToSp { width:17.1875rem;height:8.375rem;top:29.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F44bm1UHV6oTGO5tmuhXOvXuTJHZdzrv { width:7.5625rem;height:2.3754875rem;top:31.5rem;left:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4HhF4v0B3wuCRohaakMavrudg6G1iHT { width:8.25rem;height:2.1123rem;top:34.8125rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7OiToVw5GL4cZp78aEQ1FDObHfTwVUV { width:17.1875rem;height:8.4375rem;top:40.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IT2nHH60dNH37Tn6Xw6re9GyrXo62C { width:7.6875rem;height:2.3754875rem;top:42.1875rem;left:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwkVAsyFBhWTFJia1AwflkKA4JrEeAV { width:8.125rem;height:2.1123rem;top:45.125rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXDaQhqVskWbA0SXtSFxRDPmwSJiyIVZ { width:19.9990234375rem;height:0.8125rem;top:51.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfgPNGPRALWVKTpLKbQoUvqkTrR7yeC8 { width:5.0625rem;height:1.25rem;top:53.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vFwJLJxrfmEMEGvbTbdcHGyBRko3rD { width:3.125rem;height:1.625rem;top:53.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdZ0qLUKyt3dhUp6FKJEtM5whe4lOAd { width:5.4375rem;height:0.9375rem;top:53.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KLMOLxy1ICJUQFB2stfpJK0N8Skp8J { width:9.0625rem;height:8.1875rem;top:8.7861328125rem;left:-0.0400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGxpHA4hqOTku9hVqUhn7Cq8bVsCn5B5 { width:8.4375rem;height:8.4375rem;top:19.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7PdlpRcXfSkp75aaJdJTfuASRuGXM9v { width:9.4375rem;height:9.4375rem;top:40.0361328125rem;left:0.4384765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sm8VxikqRdz4zNcorl6qupTOf7isGTXX { width:8.5625rem;height:8.5625rem;top:29.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7A7v38OSTPKHWXU1azL27Sb483luuBc { width:9.125rem;height:9.125rem;top:39.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hta7eL8fUfTTQPp1r12KFoLQod1tPGzb { width:8.625rem;height:8.625rem;top:29.9423828125rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQx40i3Jk3pKdlfyuOKFWBPC8o56cBVC { width:13.4375rem;height:2.1875rem;top:58.125rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgyh3idJEd9UUJArgaMzdtpmTGfgounk { display:block; }
 }@media only screen and (max-width: 763px) { #GCoIbUBgJXviyolh1rxDUZne7LTirQmN { width:8.1875rem;height:7.6875rem;top:54.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB { background-color:rgba(0,0,0,0);background-image:none;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; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { background-color: transparent; background-image: none; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container > .video-iframe-container { display: none; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row > .video-iframe-container { display: none; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .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); }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { border-width: 0; border-radius: 0; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER6uUWv3V1OrfGAzqW7EFGKDJHn7HaUB > .row .container { width:20rem;height:222.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2CCpCpgpDBcFNConigRRWyBDNoc6bB { width:9.6865234375rem;height:1.85625rem;top:34.625rem;left:5.15625rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #embDbC5dzGECNZiKi4RlGVhiSK7zUNZU { width:12.8125rem;height:2.5rem;top:34.3125rem;left:3.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wTVfaVHAVFrhors5LJFhHdscKGk1XvaF { width:12.8125rem;height:1.875rem;top:42.375rem;left:1.7802734375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8DbOZgp9VCJO7s5dWZ74HbWBXtSZGD { width:18.4375rem;height:13.6875rem;top:42.96875rem;left:0.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Jpd7qsLqJ5zvTtLyktTnX1g30D3a5Zrw { width:6.6240234375rem;height:1.85625rem;top:45.3125rem;left:1.7802734375rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EfHZ9eXdu2u7DGRoDyAvvCrBrH49KXor { width:12.625rem;height:1.3rem;top:42.84375rem;left:2.2802734375rem;font-size:1rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #qsh40m04D9XT6Fg757JTHGOBl5TXrGvA { width:16.3125rem;height:5rem;top:48.0625rem;left:1.84375rem;font-size:0.625rem;display:block; }#qsh40m04D9XT6Fg757JTHGOBl5TXrGvA li:before{  }
 }@media only screen and (max-width: 763px) { #yK9FIx9TPqgx2xvGHCa3TED78HW2ZOHF { width:19.9995rem;height:0;top:11.4228515625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIhJwg8GgiTaD56AvN2RMTJmTZAs5wi4 { width:10.1865234375rem;height:1.3rem;top:58.8125rem;left:3.2177734375rem;font-size:1rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz { width:16.25rem;height:4.1875rem;top:64.40625rem;left:1.875rem;font-size:0.625rem;display:block; }#CfFVcF6Uu453TTiI5u9sNDONhNJcRmUz li:before{  }
 }@media only screen and (max-width: 763px) { #GoVvK3WITltqd4XNe9SEdqlXmdVfs1K6 { width:12.75rem;height:1.3rem;top:74.375rem;left:2.125rem;font-size:1rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 { width:14.0625rem;height:6.125rem;top:78.936851501462rem;left:1.2799479961395rem;font-size:0.625rem;display:block; }#G2JS6UuotPeNM4ZqTB6g0f1NxFwB3Jc8 li:before{  }
 }@media only screen and (max-width: 763px) { #yJL9V034VdJAAwnsniSPxyzazRtSbdE4 { width:11.5rem;height:1.3rem;top:101.1875rem;left:2.4375rem;font-size:1rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 { width:17.8740234375rem;height:3.0625rem;top:106.8125rem;left:1.625rem;font-size:0.625rem;display:block; }#GDycJDQdP62bpnmC6mqEowi2UUFz1yy4 li:before{  }
 }@media only screen and (max-width: 763px) { #cFMzKeGSbaItLnnWOHpbIr9RRUdIrNNr { width:3.125rem;height:2.875rem;top:102.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fOBaRBFTVW5dBfF9TGQhoV08Gzs821 { width:9.6875rem;height:2.6rem;top:124.375rem;left:3.5625rem;font-size:1rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT { width:13.6875rem;height:6.625rem;top:130.875rem;left:1.75rem;font-size:0.625rem;display:block; }#uK0p3n91Eb5FUpRuM1Blln1qVFfthlLT li:before{  }
 }@media only screen and (max-width: 763px) { #KuyJZ9geCTh7Xz99s0qZ0W1OOkVClH8P { width:5.3125rem;height:3.375rem;top:127.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGUZ8q8qZGJ9Ja0QJVIV93QFotsFkLa7 { width:15.9375rem;height:2.4375rem;top:120.75rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA1T43FcWG4o9GbTEwii7P4pkM6bz8cc { width:9.9375rem;height:2.6rem;top:143.4375rem;left:3.3125rem;font-size:1rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu { width:16.125rem;height:4.1875rem;top:149.4375rem;left:1.75rem;font-size:0.625rem;display:block; }#zctUwOQQkw7nOE53JMHpPw1dDSlnlnUu li:before{  }
 }@media only screen and (max-width: 763px) { #o9QZrMs6rS8zfVd4cTvtcChHV64pnPbt { width:12rem;height:1.3rem;top:171.625rem;left:2.3125rem;font-size:1rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #pXTVyyCpJv36XUbobHcngtVcuUn0QOOc { width:3.5rem;height:3.625rem;top:172.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTSclBUqSMENX8ESevudL94IaAWBmsM { width:12.9375rem;height:10.1875rem;top:178.9375rem;left:1.75rem;font-size:0.625rem;display:block; }#ThTSclBUqSMENX8ESevudL94IaAWBmsM li:before{  }
 }@media only screen and (max-width: 763px) { #UNweVph7eoBhwN7lEO9p683kEJ1TfwQp { width:15.25rem;height:1.3rem;top:195.625rem;left:2.125rem;font-size:1rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #by4E2afAhme7P869xha6yaG5XJSFXQ2e { width:12.8125rem;height:7.75rem;top:203.0625rem;left:1.75rem;font-size:0.625rem;display:block; }#by4E2afAhme7P869xha6yaG5XJSFXQ2e li:before{  }
 }@media only screen and (max-width: 763px) { #KGisJkg7KytXR71tiiz30VXmXxK4MAFp { width:3.375rem;height:3.375rem;top:197.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSdmDtKxUFeTv98K7WJ6LevIv38tUkpp { width:19.998046875rem;height:2.4375rem;top:38.125rem;left:0rem;font-size:0.9375rem;z-index:15055;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVJdSSREa6NxmTCyVNt4wvrEeiZPTpoX { width:3.375rem;height:3.375rem;top:145.6464881897rem;left:14.841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzBXTlQfwxHQFgZBIxrrwI5uMZdF1WZ8 { width:8.125rem;height:1.5625rem;top:54.0625rem;left:1.7802734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGw7lcwTUFhEJnO5ti6sCwemcA9JdPZp { display:block; }
 }@media only screen and (max-width: 763px) { #mzTqCPE3dHf8WDtAf7nSem6IBT6hNlU2 { width:16.125rem;height:2.40014375rem;top:2rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thde8NTJWiC6MwLczx4BIC4KmkxSk2oR { width:20rem;height:2.40014375rem;top:4.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRdXpJTFWWFdeUzVqR7yw815Eeh6TdFl { width:17.0625rem;height:9.9375rem;top:8.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXcJwATNF6e2F835swGyxGMhetoHzMe1 { width:13.375rem;height:1.21875rem;top:9.625rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PtdDvv7JgRE6pdOvXqS3qhy8r3aOdB11 { width:4.5rem;height:1.05625rem;top:15.75rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b8fKyyEwQeTi33MA0tTTTIFp6ZxEpCUU { width:4.375rem;height:1.05625rem;top:15.75rem;left:7.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zB5Fz5Tb53wygEzfy2QzOM3FIvLthhqD { width:3.5rem;height:1.05625rem;top:15.75rem;left:13.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wgEXeQ5fqfQCioFqNlTCSL3sgKkXpEkq { width:18.4375rem;height:13.25rem;top:74.375rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ThhZ9P4VCpRXx6ResoHEvSFlrcAbhlxT { width:9.375rem;height:1.85625rem;top:61.6875rem;left:1.7802734375rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DXt8NKhf2lXld2uEpK4eJqzpTkcKFxNx { width:18.4375rem;height:11.5rem;top:101.625rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lFScJaIdseVyQe4TegELP8bILEc5OUDx { width:14rem;height:1.85625rem;top:76.9375rem;left:1.75rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJCdr4WAEH6EtmnxrithyLhGCdL4Oebk { width:18.4375rem;height:15.4375rem;top:125.4375rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Derf2Hh2y6JlOXLKATtrt4aITP0EEsDi { width:14rem;height:1.85625rem;top:103.6875rem;left:1.625rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D2gJw9N2RREusQMGbfVtkwy355bzm89T { width:20rem;height:79.5rem;top:35.375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KXCwVPL1EV8ttWhJsOkLhW859IquMT9D { width:12.8125rem;height:2.5rem;top:116.75rem;left:3.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yE6LHCORBBgbz1yLEUQm2hTU4HFnCsEh { width:10.4375rem;height:1.85625rem;top:117.125rem;left:4.8125rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s30AqQzCuVV0F3bS2St447RPcxOQqo37 { width:18.4375rem;height:12.6875rem;top:144.5625rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Uu78O3J1Px71THf2TKWiMHIHF1pgliR0 { width:14rem;height:1.85625rem;top:128.25rem;left:1.75rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LiiDFXF7h2xeNUWMSqcFkJIKmXJQQX1x { width:18.4375rem;height:17.875rem;top:196.125rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #U446Icr16qC4MVLBBwPoDKn9PFh5ELmb { width:14rem;height:1.85625rem;top:147.125rem;left:1.75rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkA6hzDnvxJaOCMwXRdkcwW42CbBPRb2 { width:20rem;height:41rem;top:118.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #JvZD3wnOreOWw6nnzAODfBxRguSW3KH7 { width:12.8125rem;height:2.5rem;top:162.8125rem;left:3.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iTvimHs9tkgo3vWtT8IBRMCIX9GGMFBp { width:16.3125rem;height:1.85625rem;top:163.125rem;left:1.875rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnQNUPO9qkEgpTNmSp00TwIVs03eFPg { width:13.25rem;height:2.4375rem;top:166.875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9HFDftmse40S06r446kkx7LPMAHFVF { width:18.4375rem;height:21.5rem;top:172.0625rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K6Th3hqdlssoohcOTTkNNTtNpTLOdWTC { width:16.3125rem;height:1.65rem;top:176.8125rem;left:1.875rem;font-size:1.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D0IJyit3zmNsyEVfnTgaaaE2CBVLgvpI { width:14.1875rem;height:1.65rem;top:200.6875rem;left:1.75rem;font-size:1.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OhwXFFvKVXTTFnS7ViHlc5T7l3kTK0Ne { width:18.4375rem;height:12.625rem;top:59.375rem;left:0.65625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LanIIBUfXe3p8daKKaSw4XetmvAwmr6J { width:20rem;height:51.4375rem;top:164.3125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #v9Jv4vQ5le9MEy0b4XXEVoi63S4cNaa7 { width:2.87475625rem;height:1.62524375rem;top:29.82861328125rem;left:13.4033203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgZ4kWDhUfkdV3s0k3R6gHRCieLwO2v { width:2.7495125rem;height:1.05625rem;top:31.40625rem;left:13.4033203125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9PPQtlqBQg5GxLw7a1xONv6fmcv0y2O { width:2.375rem;height:1.62524375rem;top:21.90625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKM482Eu0PekSIFwPTSXTQ8qZVmPAxT { width:4.25rem;height:1.05625rem;top:23.40625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO77RmE7r7I7NNlJ0qaAcsG04aKTamTd { width:10.3125rem;height:0;top:56.6875rem;left:9.4375rem;font-size:0;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #u08GV3Z3PSNTFgTFns6Op7scfSAuMSlf { width:5.5625rem;height:1.05625rem;top:23.65625rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kdFBKtphSydElPWTkDb1BkBEPcWtFN { width:3.1875rem;height:3.1875rem;top:44rem;left:15.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsic3bbuOfBo397kSc3Z1EfXWcsxoac { width:3.375rem;height:3.375rem;top:60.59375rem;left:15.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4e9qPpcpzeXLW40VKVCz5UNy0WUhmU { width:3.3125rem;height:3.3125rem;top:75.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTTL6UEfOzXKab2wpQZZLa2LO3KXDT0 { width:4.6875rem;height:4.8125rem;top:10.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCbhtnp5uyOwgHOXOabuwQwPO49k6eV { width:5rem;height:5.1875rem;top:10.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVGaxShPVWp23TppVNkSsiCuLEIZz3BA { width:4.875rem;height:5.0625rem;top:10.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckcdGsfdm13JTAc2V1ch56XJ1WqMKodb { width:5.625rem;height:3.4375rem;top:21.40625rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxKXDby6ADTFX0Xya8DOBUTbCpHVmOX { width:6.375rem;height:3.8125rem;top:21.40625rem;left:12.570367777123rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBw0uyLVGykbHqE5zOu0ZIMHkr22WfD { width:4.5625rem;height:3rem;top:29.531005859375rem;left:12.624755859375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT07zlPh7GLg8QFDhN2glCyIalvf5N7L { width:17.5625rem;height:11.75rem;top:19.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSz3A3Dfsx3MUzaQDNag2RBLNd5hxHR9 { width:13.4375rem;height:2.1875rem;top:218.62500572204rem;left:3.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHdq2H68TEOPHq6k0McII3TH0S5Akhq { display:block; }
 }@media only screen and (max-width: 763px) { #RbSmggRUUCtz2G9hIhc1lisPgUWQDcmI { width:12.8125rem;height:1.875rem;top:73.9375rem;left:1.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #QdqD8rzwtqnOp2lqPbJdlZiHa5vEeV2E { width:12.8125rem;height:1.875rem;top:100.77409362793rem;left:1.8209636211395rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #MuaPFVTIOhmPGuauLdz3kMItaStlIbvd { width:12.9375rem;height:3.125rem;top:123.875rem;left:1.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #kv2seEy54hmFxXTSWi0H9Pk7s6LnJZsV { width:12.9375rem;height:3.125rem;top:143rem;left:1.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #huTmt7i81iA6N35Dk1WFzbK3046CWsiJ { width:12.8125rem;height:1.875rem;top:171.1875rem;left:1.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #uT9OFQat5Nnvy4XlVxCTZahrMrhuofGn { width:15.6875rem;height:1.875rem;top:195.1875rem;left:1.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #HaoTxddvr1rUa4QBQP5xKowCcTMLmDTm { width:12.8125rem;height:1.875rem;top:58.40625rem;left:1.8427734375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #PxCRx2hB6GMZTCOuK8Squwr1TIdTQrbH { width:18.75rem;height:17.625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXkTkGz4fSh2uhGGgIzo2F4qVsvxThhz { width:12.1875rem;height:11.4375rem;top:208.62501144409rem;left:7.8125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #L6V68xOp52GGHheito5xXQBhCvN4tnno { width:8.125rem;height:1.5625rem;top:69.4375rem;left:1.7802734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8K0SlXNeGzNsPTWMBboTvWma0P8Grz { display:block; }
 }@media only screen and (max-width: 763px) { #Du82N8kiqyP6BmQXZCKMTWTWeU4kawUw { width:8.125rem;height:1.5625rem;top:85.25rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHqzQP1xVFKExHAbwksvfLcCO0q5qxu { display:block; }
 }@media only screen and (max-width: 763px) { #Iiqa1m2BMW7ZHMDszyldTfa2b3zpUx3M { width:8.125rem;height:1.5625rem;top:110.8125038147rem;left:1.7799479961395rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Lx7Z38hiqIH7k3thBQOlkheoZLNSEN { display:block; }
 }@media only screen and (max-width: 763px) { #tH0Ai6b60tZyZ7iQ9g9By1NOR24UTuXS { width:8.125rem;height:1.5625rem;top:138.375rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiKmA36QlS32zaOZgeilbQbZwAZyAcpk { display:block; }
 }@media only screen and (max-width: 763px) { #xBfTi8OJcXxCKlTCu7GJDZuDTV11ya9k { width:8.125rem;height:1.5625rem;top:154.75rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOkfeCg93NmT4c4W4o7HpG9lRoKkgl3 { display:block; }
 }@media only screen and (max-width: 763px) { #JALnH2caUmeq65ereaPRZmlEF1fyhbeM { width:8.125rem;height:1.5625rem;top:190.0625rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDaVtUhXNZA60WaZnyOuhdKT3g7JoEBg { display:block; }
 }@media only screen and (max-width: 763px) { #IsK2HPHUNitIPnMamIUJphEBrvloGKo1 { width:8.125rem;height:1.5625rem;top:211.875rem;left:1.7799479961395rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3foofVP6oAye7xpAcsOmR0iMDghbw4E { display:block; }
 }@media only screen and (max-width: 763px) { #k8LJi63upMsfCkka3SXGVo5VPbH1cUb6 { width:5.0625rem;height:1.62524375rem;top:22.15625rem;left:13.375rem;font-size:1.25rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #v2pZGc2L02FDUCdkAaWcbOSwbaxM35QT { width:19.75rem;height:10.8125rem;top:89rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lJadwHQqJNLx4fOwBhJqurtnAqN5RipZ { width:7.75rem;height:1.3rem;top:88.348960876462rem;left:3.65625rem;font-size:1rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #MkKBTizPHIzpydnaMIQGpJTdq0cH6AM9 { width:13.25rem;height:1.625rem;top:88.124351501462rem;left:1.3834636211395rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #OTQJT13d0tGTFB9H8DlhNrdcnFTm5yvR { width:14rem;height:1.85625rem;top:90.883466720581rem;left:2.5104167461395rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 { width:16.0625rem;height:3.0625rem;top:93.186851501462rem;left:1.96875rem;font-size:0.625rem;display:block; }#RRRoFIuvpuaU3VOIIGNKwzItykKc7mn5 li:before{  }
 }@media only screen and (max-width: 763px) { #hBVhssT1xLD5KeyKNbJh1g9OtpmPUprF { width:11.75rem;height:1.5625rem;top:97.436851501462rem;left:1.7799479961395rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAfDRzOC2fTltmncIyVkVM1k7n69SbFS { display:block; }
 }@media only screen and (max-width: 763px) { #s8XP2IZS5bgnhOcgoefSQ0QRc6k5bURy { width:3.5rem;height:3.5rem;top:90.061851501462rem;left:15.5084635rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx { display:block; }#wnSuzdLUtDGJRJvRhxioJMrsI6k60IJx > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEKaSkiscVkqfy7smZgGT6IeTCwkWQJH { width:11.375rem;height:2.84399375rem;top:2.9365234375rem;left:0.8125rem;font-size:2.1875rem;text-align:left;text-align-last:left;color:#9bf4ce;display:block; }
 }@media only screen and (max-width: 763px) { #eDrFSxSNTQZnTkyfRSyTTxtViyqAIt0y { width:16.125rem;height:1.21875rem;top:12.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhaKKDr7xkT6LuSP1hKb3mzqWvkq4IB { width:15.6875rem;height:3.25rem;top:13.625rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOXAaAQEDMRui7n9UzVsNIKxJtozezg { width:1.875rem;height:1.875rem;top:12.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSxrsuo4t9mSa9bXMXD7HwyJHaT5Tn8m { width:15.8125rem;height:0.8125rem;top:19.875rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frU7feydw4QwxTE4afGavbMPJOUanwZ9 { width:1.875rem;height:1.875rem;top:18.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVazf88RADtTW7bBemDWhCEQmTckRvo { width:16.125rem;height:1.21875rem;top:18.375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKCTKRhRiFMqEfIbT2LUrPv0pONhHM66 { width:13.0625rem;height:1.21875rem;top:22.1875rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCAkNT679zWxZ5IqbaLHmT4mw2mItpy3 { width:1.875rem;height:1.875rem;top:22rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nymzl6Subv5ODp7UuHlSJGZ4bmbkTvOU { width:1.875rem;height:1.875rem;top:26rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSV3GCqnQJapEatgcAcxnUo2O3Tmw6FW { width:8.375rem;height:0.8125rem;top:27.8125rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaJx62l3ynnU0cFGXBI9Ubnt982Knpv { width:12.5rem;height:1.21875rem;top:26.125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmxmp2zbOzBuBrrtpkAyoNnPK8NEcCm7 { width:1.875rem;height:1.875rem;top:29.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdVn5tgRQr1q4fGNvD6JQrJD0UgvqTAs { width:15.5rem;height:2.4375rem;top:31.75rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #at83n16Oz1L2TfrOXb0pEsDyTnX8O2Lb { width:9.125rem;height:1.21875rem;top:30.25rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXaOyaLVu5xDXSaJlFbKvvKcyGOunvkI { width:1.875rem;height:1.875rem;top:32.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oqch3Tc6eAPKxnOZHOZ0BhH2ZsqgGxg3 { width:15.8125rem;height:0;top:34.0556640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVlyTcasgCJx1AnEipXrrtDfwPSJkRrF { width:8.25rem;height:0;top:32.5244140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlzUxwMrWdAdIW2hKTV92do0lT3g3XJ9 { width:1.875rem;height:1.875rem;top:36.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZR7rPfADLv299TqOlJfr6X6s4Fb6Mpl { width:13.4375rem;height:0;top:37.9306640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0t9X5pO32yXEGNWJeBECBOwxOPQBOI9 { width:5.5rem;height:0;top:36.4619140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqN5ZAN02CN4twOLRBDgPE8X19wB1qDH { width:9.0625rem;height:0.8125rem;top:23.75rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXXaliqrXelC5wycTE2ekkIBwq5sknJT { width:17.5rem;height:0.125rem;top:17.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHc3FGJli44KKvkXw6ka9DnE15BJBc8x { width:17.5rem;height:0.125rem;top:21.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygm2H0RlqT7w1Nvt3Iid8Q44UrAyKZZn { width:17.5rem;height:0.125rem;top:25.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4He4WF55v3DbzRDPwy7qPCNTJV0wmb8 { width:17.5rem;height:0.125rem;top:29.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfuoWP4dwWTaGLJ7PW9Rkg1tP9svUkOf { width:17.5rem;height:0.125rem;top:31.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGMbbVpekZKDE5cArJutgaf3PfXIa4rm { width:17.5rem;height:0.125rem;top:35.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBZvWxtSQD0AdynSgRqdukCa5FbuTrco { width:17.125rem;height:1.4625rem;top:5.7490234375rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LNXkNkhrXhnhnIdK7AW4iyQem1CVV0AF { width:19.75rem;height:24.9375rem;top:10.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PofnnH3NsmOIqfQZZ0XeHbBvOxfKvbIw { width:9.25rem;height:7.625rem;top:1.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnFh5F1spIHx3M1ubAxCNXLRZl1rUUSZ { width:13.4375rem;height:2.1875rem;top:37.5087890625rem;left:3.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTO5QTbOfXcTZ56fnoQpUXroLmTz0MT { display:block; }
 }@media only screen and (max-width: 763px) { #H3VohTF8Vt8TuoLDIqZJnEv9nuU9332F { width:11.4375rem;height:10.75rem;top:0.4677734375rem;left:8.4460526315788rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z { display:block; }#ewHXnJFqohTLN3UA6370Xd5b6fsBDr8z > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbxyI5uLB0VmEdOVAMzCb8WkmDnEbTwC { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#9bf4ce;display:block; }
 }@media only screen and (max-width: 763px) { #TvUzyTTHk29Fa0cUQ1ZXtSpMG2T4QiN2 { width:16.375rem;height:19.9375rem;top:7.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgLdTdvPK3yf1hhXGIaekwdaipPAI8q { width:16.375rem;height:23.5rem;top:57.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EueZSQe1XcPZqW6gODADir69XT58K4bk { width:6.25rem;height:6.25rem;top:4.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsM0yhUH7gxJSSwtFJPztOi9kCmbOghL { width:11.75rem;height:2.4375rem;top:19.9375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB79ZvomMaonPNnPNuJI1eOkXAtHfQGL { width:11.75rem;height:2.4375rem;top:22.375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwUm8XhCvnTiPOR464b6JSVRIuX7EZC { width:11.75rem;height:1.62524375rem;top:24.8125rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1pkE12DhlQUHnF6tPyhaLbuyp4oUif7 { width:8.125rem;height:5.75rem;top:13.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6hlubI3Q4oz1tQzGV7y03VuBnbFevuw { width:8.125rem;height:5.75rem;top:13.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiwBTCnfIfAbAUofSymUGbit5rBDn3m { width:8.125rem;height:5.75rem;top:13.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuqqvuOzrBaSuZ2rqSdtLhRQ4OqwXTTi { width:8.125rem;height:5.75rem;top:13.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0oKdIG0IzbozILTtxPFkAzD0SHq5lPv { width:8.125rem;height:5.75rem;top:13.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZIrET7k1l4iVn4HROCTM5fONLPPogR5 { width:8.125rem;height:5.75rem;top:13.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0dzhbxKahRhhqFVT66HiZCKcKbUPZ5l { width:5.9375rem;height:2.03125rem;top:31.125rem;left:7.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvLlfQ0APQeJyWk9mshR7EISwQK6LiSD { width:4.6875rem;height:4.875rem;top:55.3125rem;left:7.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMUvDzkbr77VODHTKZoKD0cCITMTPZX { width:17.875rem;height:1.54375rem;top:45.875rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOwIPNUCz3fsD8spEk0n8pDOTHTWRpC { width:17.875rem;height:2.35595625rem;top:47.375rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAUxT8QPHuhOzIBgaN2x6JTbZ9zepTmU { width:17.875rem;height:2.35595625rem;top:49.6875rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPovp7gpTO9SGM230fQQt8lDvTUINET { width:17.875rem;height:3.25rem;top:74.6875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhqocp8Pm4V78LtBMNh87wFhykzudrU8 { width:5.9375rem;height:2.03125rem;top:7.125rem;left:7.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epwzcdFk6NkMbfOoMMPio4TftRKEWqM2 { width:17.875rem;height:2.6rem;top:71.125rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAVucWhv2sQIfwHv9yD0JQfBv4zK9VtF { width:17.875rem;height:1.3rem;top:77.9375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevQEvaJX9GlKvpNfsafPQW5bZzXJQ4r { width:14.6875rem;height:7.6875rem;top:62.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf3cv6A9GIdVJq5wHFGTRbTxrIwgUxIT { width:10.5rem;height:10.5rem;top:35.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxJOaoFC6wQW77fFznJvqkSqTxk4zmWx { width:13.4375rem;height:2.25rem;top:83rem;left:3.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNpRzspXoMv0umolTeUcHkTi2O124ATT { display:block; }
 }@media only screen and (max-width: 763px) { #eD9UttHpGT3oVmT01BaLMp2wo1utKxsg { width:16.375rem;height:21.0625rem;top:31.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htW9AZP1KJCTCB8tSqxFdvCfFkvWBa0o { width:7.5rem;height:7.5rem;top:53.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeWvr2BIq1QTdE7gRnRtf3c3UmR3ko85 { width:6.5rem;height:6.5rem;top:28.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/295aa35d-8145-4ee5-8e51-9566795de369/ADS22504.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD.adaptive-delivery-prevent-bg, #ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD.lazyload, #ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD.lazyloading { background-image: none; }#ydWOTCwpozkQqC4Kw4zVAfJzRdZk9TnD > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oi7NkTrwDSy0DvKIhGMhNWvmI5O5TNkd { width:20rem;height:1.3rem;top:60.625rem;left:0rem;font-size:0.8125rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc.adaptive-delivery-prevent-bg, #XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc.lazyload, #XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc.lazyloading { background-image: none; }#XPlpMzaOqi7TL8AUucKJNpVFCULK1Iyc > .row .container { width:20rem;height:65.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NcMRqHn9pTebzIS8ORdmU0rr9WJbSSJO { width:5.9375rem;height:6.0625rem;top:29.362500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xK57r0VJ5Ov9H9ns0y5TkspIZR3oeoce { width:5.9375rem;height:1.1rem;top:31.284375190735rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKBPkK3o5dqPc3PSkzSy7oKHkH1n4WzE { width:20rem;height:53.125rem;top:0.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaUwaPoRFo4KRxJB9AKesVNJoX5owHK { width:19.25rem;height:7.75rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvrTvEktt57eVHDsGdI2xwegqtiTbEqx { width:14.0625rem;height:2.6001rem;top:57.25rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gC0LCCCeqE6XhB4fsSLr1KDEy1Ja83pc { width:20rem;height:1.3rem;top:55.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zw5xQR0zDCb09zVhBKv19I73B7BUv9qC { width:20rem;height:1.05625rem;top:60.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vxl8pbHJ0unPt3z7KGx1yeJzSIQIJiLC { width:20rem;height:2.6001rem;top:32.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LIQNQN3pQS6DW8ObAFWI8XGC3XFhUynk { width:19.6875rem;height:10.3125rem;top:35.687255859375rem;left:0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y2htBIz9R5ThIdiG8XoPR2PxmdW6y9iB { width:20rem;height:0.1875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgGxySTN9yaAbOrxSbgGQoOyWMuIIIX { width:20rem;height:2.6001rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RpmCAHlFobzPo14XvG0D9E7CzUo5U25K { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff5400;display:block; }
 }@media only screen and (max-width: 763px) { #I7X2peSdOJ5U8fiBziiMxVFm5ZTDgzFy { width:19.6875rem;height:10.1875rem;top:13.349609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpJJ5c6UZ0nD3f9nTlmaLLn64Ih8eDC { width:20rem;height:1.29980625rem;top:7.162109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DTvm5Uz6V0rmCV6OEqMCqnl9rZMttORt { width:20rem;height:4.38538125rem;top:24.014282226562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b0QmnNFIhIBUiCtW73kzk7wdElMFQskl { width:20rem;height:4.38538125rem;top:47.274169921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 { display:none; }#CwfOR57GBWfAsw7rQnK6JBES4MN9ql59 > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/11d1968a-af02-4e3f-b6ea-bcd5dece854a/image4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq.adaptive-delivery-prevent-bg, #FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq.lazyload, #FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq.lazyloading { background-image: none; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq > .row .container { border-width: 0; border-radius: 0; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcLp7A0oOhucJ66mxvF0wzcsCapOaCBq > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP { display:none; }#xhbMxxb88sAJuaxU3tBIJo0aEPNIkofP > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D7sqyq6Vu9ZW4xD8KfWuwND6srenSkg8 { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #cRz8g4ZXbMGcHRpGMLhkahmkzNt0halD { width:18.125rem;height:0;top:7.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IIbU9NtgmRw7mXIPOlQdMRkn0Xna58Od { width:9.875rem;height:2.375rem;top:55.4375rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;color:#213e4b;display:block; }
 }@media only screen and (max-width: 763px) { #FMT3tBeLcqas3dlmsOIknRfGoERaEI4M { display:block; }
 }@media only screen and (max-width: 763px) { #akoIrZfT143PTAnC3MufQNPk1Xiu78Et { width:20rem;height:0;top:28.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #oRH5rMkfWgrOmRlTHRZMAwCLXZmwSDB2 { width:20rem;height:46.9375rem;top:0.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DA0WkiieR2ZkEZZWTpIEP7Mla0AaahUe { width:20rem;height:1.6625rem;top:48.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Td03ck06Tmp7amqLG5lXD4WWdKQHpzcA { width:20rem;height:1.2rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kfU4OmvPp32songKcKA8lUB5Bs3Old3b { width:14.375rem;height:1.125rem;top:3.7708339691162rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #d40xEPGzrsZnLEc98QtJkuGmWyUMAaS9 { width:20rem;height:1.125rem;top:5.9164066314697rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #OGW0veSoliimrAcEtZszsKE8LOE3tg7A { width:17.5625rem;height:3.15rem;top:28.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ABeATTeaW1BAVftKsPKxEoBaAAHQulUl { width:20rem;height:auto;top:20rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #eSrh12JRIBbFsEMElODJAPFyc8rNkLK7 { width:20rem;height:2.1875rem;top:51.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #y6dNPAbAfdagspL9BCyTECWQFAFxaPNR { width:20rem;height:1.2rem;top:22.561717987061rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #G4Tl21pmiGgWDtkIFxSi9Py4md6LTC6Z { width:20rem;height:0;top:30.937502384186rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #i5Ohn9CU3g3tn1IfLtN6oVzcTrXDxhcI { width:20rem;height:0;top:41.875002384186rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15009;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #fQqMP8GpnH5UqEWl4DF12iKZGaiA6y78 { width:20rem;height:0;top:52.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:none; }
 }@media only screen and (max-width: 763px) { #gTToHudhnuOfiXVpzO6aayne6ZqaA8qy { width:20rem;height:;top:25.056250572204rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#ff0000;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #aamrkLxtOy0CUgQs2hZsNTwM00Fb9D1t { width:9.25rem;height:9.25rem;top:62.4375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgqUFUbOd95oUSE1vpxOxCM49oGWLhEC { width:9.75rem;height:0;top:64.4375rem;left:5.0625000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EgDTG8OS10XK1kfeikOEi9ewAxVDtDVR { width:20rem;height:2.1125rem;top:60.25rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKXpP5iGtkBxogzx6HFtzHnQ2VVoMJWM { width:20rem;height:1.4875rem;top:53.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15008;font-weight:400;font-style:normal;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #XdJL5drk7tRVRtADOBDg0gJonz1AzIIi { width:15.125rem;height:7.9375rem;top:28.901551246643rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9QGRs8ehBGqQKmDy3Hgn7ltFRcfIGcg { width:15.1875rem;height:7.9375rem;top:37.914064407349rem;left:2.2187500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hM2Q68ewbTLULgHpAiiEGlMBo7UbQr01 { width:19.875rem;height:10.339015151515rem;top:8.8625005707144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0875bdf9-7d96-4486-8a44-3a5e3b69fea4/Untitleddesign10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN.adaptive-delivery-prevent-bg, #a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN.lazyload, #a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN.lazyloading { background-image: none; }#a59HuJggNQHKTQBk3zQmbdgS9N8Po3LN > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hb2WEgztPWcO0c2JzLI0uFh3yrGgFWwn { width:20rem;height:3.4375rem;top:3.9166669845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmgWbDsQohgcWlpVG3GCRDkBXbmmslRW { width:8.6875rem;height:10.75rem;top:13.625000476837rem;left:10.291666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KOT7anSZAvXbfv9Ml0rORD0F1cmpgL { width:8.625rem;height:10.5625rem;top:13.718750476837rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILZH384zidNvNLDv1l0kbkoXbmIyIMR { width:18.1875rem;height:2.5rem;top:8.451171875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCbQyMmxPsuiWfJGVlUXvUrpX6y9EC5 { width:17.5625rem;height:1.7871125rem;top:8.8072929382325rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRNJKhqFNbaTfKMMv2zcrF0WtBnEhxC { width:20rem;height:1.29948125rem;top:11.763021469116rem;left:0rem;font-size:0.8125rem;color:#ff5460;display:block; }
 }@media only screen and (max-width: 763px) { #Se9mVL0GEaLkqZrWw6DfKBkh0oGnSTM2 { width:2.6875rem;height:2.5625rem;top:20.416015625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNw0EGXA3AnkA71lgOHpoXKrklfevUA1 { width:2rem;height:1.875rem;top:2.0833339691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svHc2VgBXSrimiEfmFl0pJTzWZs20gym { width:2.0625rem;height:2.1875rem;top:7.3541672229769rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG9xhgvlUWPtopM8vTKX6OHrHDON0e5X { width:3.4375rem;height:3.625rem;top:19.541015625rem;left:15.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #smb6u9omQodtNuwJCRc1Akedlee239T0 { width:3.625rem;height:2.125rem;top:16.541015625rem;left:5.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #HUsNIWiuFlcoIhUaKqsqMP9FheTvHJnR { width:1.5625rem;height:3rem;top:16.582683563233rem;left:12.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #HV6rGOpnAqZHwAN5UkBD8XDPyQ1mkMun { width:20rem;height:1.5996125rem;top:23.166015625rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G9VLQm6v22VLFNTdZSVZrKDwoKlIRTid { width:20rem;height:2.4375rem;top:22.710287094116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghVLtwkJ9bs4GCq8gzTFK9LTMxMbhd3 { width:7.375rem;height:2.75rem;top:0.70833349227906rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8I2BBSLU65QdUoafuQevncroSOhe8Q { display:none; }#rq8I2BBSLU65QdUoafuQevncroSOhe8Q > .row .container { width:20rem;height:91.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H9vlh5BHAKTynoNZLoJXx4R6gSp9UUwT { width:18.687rem;height:7.6875rem;top:2.186279296875rem;left:0.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmbJkDk6JnND6DHOLpL5llfV04QNyDP { width:19.6875rem;height:3.41161875rem;top:11.625rem;left:0.31201171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8rGRb2AHKIpWMkMRy0lkkZkZ9tmkoqt { width:2.9370125rem;height:2.87475625rem;top:7.0458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnTuTTlvXgPKMVo48S1MgV3cAiFkNzT { width:13.5rem;height:2.12475625rem;top:21.0791015625rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvEhiSusdX8LFAT2T4FbipRuH8ITWeBt { width:8.68725rem;height:1.62524375rem;top:21.328857421875rem;left:5.654296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGi7eKAR7B543tS7I5TGpQD4bxDoSGVQ { width:11.625rem;height:1.62524375rem;top:46.187255859375rem;left:5.1708984375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCPXdksMKoa69itDCQBQrAJBG420ZTr { width:14.3125rem;height:2.625rem;top:45.68701171875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU487ii2S73H62o8KCVxhdJvxT1kkfWn { width:9.06225rem;height:1.62524375rem;top:69.8125rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmUeMrWmXVbiQS9Bp4K1915Fv2AmT3r6 { width:14.125rem;height:2.5625rem;top:69.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9yUnNSrVUqddK6QSQAvgglqGLv3huHg { width:18rem;height:0;top:26.917724609375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4HkxRFwvTZ4hEBWvCCNzTsO9QbTD7IB { width:13.37475rem;height:2.6001rem;top:16.91748046875rem;left:3.68701171875rem;font-size:2rem;color:#ffe98b;display:block; }
 }@media only screen and (max-width: 763px) { #uKg6W8lOZk00cWWGAXTc8UgpGMuIzsul { width:13.6245rem;height:7.6245rem;top:23.82861328125rem;left:3.18603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZ7EvrFP88oCdF5adOt00d7J1lvzbet { width:13.75rem;height:7.1875rem;top:34.9482421875rem;left:2.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwo9AUlgQ9eC6bu7HzOtmerLiFTum1Tn { width:16.625rem;height:0;top:57.371337890625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTHduy4fnpISRdVdOBc0E0DuTS3gh8d8 { width:17.187rem;height:1.62524375rem;top:31.9951171875rem;left:1.40478515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqNgEfRQtHB1KEt6NSoH0dHtBieZRw1 { width:14.874rem;height:1.7871125rem;top:43.074462890625rem;left:2.56201171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfnBIx9s0HVT1QqLm7bebZPohxUNqr9G { width:14.874rem;height:0;top:74.047119140625rem;left:2.56201171875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwB4tMSyIFixtTndKenQDHTEibSOVlOX { width:13.56225rem;height:7.93725rem;top:72.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qFpxXGfVFoSGXQ3Bvpf70MSpQWaOvo { width:18.1875rem;height:0;top:75.9462890625rem;left:-0.874755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dy8FsTEuSGXD06uR5LitqinqVbNV5Xre { width:19.99875rem;height:0;top:81.021240234375rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qbFhMRLfkzLhbunGhKvSh6UnrdAZr5Q2 { width:16.6245rem;height:3.2504875rem;top:64.0625rem;left:1.6875rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #VcJmhx9MoN7Gntt4K1qaKJJVvclV9R7u { width:14.8733125rem;height:1.4619125rem;top:81.125rem;left:2.5625rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HAxGNH4wQTFWTctnyNPH5JUKOADb5yXT { width:19.9980625rem;height:4.0004875rem;top:86.3125rem;left:0rem;font-size:1.25rem;color:#ffe98b;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #vubT3NwTbTItMWhR5VC91zl39QFnUAao { width:18.1875rem;height:1.38135rem;top:83.5rem;left:0.875rem;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ncSrOyUATX5ysG0FLAKWVXHxlTC7XQFT { width:9.81225rem;height:13.93725rem;top:49.276611328125rem;left:5.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/251743de-874f-42e3-8d82-7f9e2c5e84bc/IMG_9445.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q.adaptive-delivery-prevent-bg, #KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q.lazyload, #KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q.lazyloading { background-image: none; }#KPanVJSDmxU2kUKE6xzWiW7btTT4DI6Q > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PrAL9RcKOdkvny03FxAeuGQJvOs3M6Jc { width:20rem;height:1.4624rem;top:67.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9DbSugcmMn3WG31VTeV292H8J0HVRP4 { width:20rem;height:2.3125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIohqPlynHmuu6aG4UbBcbwxb0d6wW7 { width:9.56175rem;height:5rem;top:31.561889648438rem;left:0.60302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQcU8Zlx9bUv2rRxas1Tiwz6htITcZZ { width:9.56175rem;height:5rem;top:31.561889648438rem;left:10.000732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihbGM1RUirXIl1bDtbDTlFW5zhG1ThL { width:9.56175rem;height:5rem;top:36.561889648438rem;left:0.601806640625rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #FiPePSfw6IWgacVqfTCznyKEMJANr6pc { width:9.56175rem;height:5rem;top:36.561889648438rem;left:9.9993896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp { display:none; }#XBeRq5ze719ZL5kQJteTyHQHHOcvb7Dp > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJ0dwGXFAqPgAg62dG2dxcdA9AOs5oGb { width:11.9375rem;height:2.5rem;top:8.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSmnOB9L58vzcsW8WzqwgDxfHZBiJCp { width:12.5rem;height:1.54345625rem;top:9.3125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6LdcNWZw5d9BzAVHETJv2PlWC2S8sy { width:20rem;height:3.25rem;top:3.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwsOKKLh2EuKKAgLeUrmdTsLTaAat41C { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrKJU5DdE1WcgzqTLxzVf4kZH9AoBM35 { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZtvJKwdFwVw55tcaQzw6JqhwHhSBn8N { width:20rem;height:1.86865rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuPM7aATHdT7TRpRMTTtZaKt4MFPT0Oi { width:13.5610625rem;height:1.13720625rem;top:41.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k21m7iuTZRePevMyzUCrEcp6WazUCowE { width:12.5rem;height:11.875rem;top:13.25rem;left:3.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zJH2sCRdVMf3dxZRZKXcJzeRpub3C60V { width:19.75rem;height:12.5rem;top:27.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWexevxmk5BhKVgsRLDvoRNWybLLvlWu { width:10.499875rem;height:2.1875rem;top:22.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGI7U0bE7wHUyn3Zq0SSx1vPLboAD1W { width:10rem;height:1.625rem;top:22.5rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0oPgGz2mH7MUDhhSkdTFuT6hrgU9gt { width:14.375rem;height:2.1875rem;top:37.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGrEJcD7kNdKT8K0g9yLurLZywQ3OtHQ { width:13.5625rem;height:1.625rem;top:38.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUAI5qUNo7Q4qgIBhlbKGQLbmSGSasr4 { width:9.0625rem;height:6.5625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXkvTqVylhb0Tm2uguU8J9aw2yKEAW5O { width:8.8125rem;height:6.375rem;top:14rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ZRdfZ4xHPt7UEZ7Uf8TEKQhF034RLo { width:9.124rem;height:1.29980625rem;top:20.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVKEcAtIIy9DGOXrny1bKxzJR0GIdSyX { width:9.375rem;height:4.8125rem;top:28.5625rem;left:1.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqsGxi4bcNLp8A7sb5SN6c7FWI5JvXP { width:19.874875rem;height:3.99963125rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2OOnEkNHWrC6icNq5H8pQd0sBGIfsu { width:20rem;height:2.5996125rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUWNE7TZro8R83kr0sfTxx2yLSRFGmee { width:20rem;height:5.0625rem;top:50.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alqC8waG3TEfSEMBiCvqndpqN21NV3LK { width:11.8115rem;height:1.21875rem;top:48.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ZL0G3n6etUISgufPNL9CFoIyTQroJp { width:2.5625rem;height:1.625rem;top:13.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfEoSseLgcDmRFaCziWSM0eF44qXZGvu { width:20rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw16pqv85XCErACQnAAFnfT2vbZlvCJI { width:3.9375rem;height:4.0625rem;top:25.25rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #svpHhSRmiG364Z4ZBTezipLDosVQgX4f { width:2.5rem;height:1.5rem;top:26.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8vwGbEIzXc2OdKnPWXxltOxGvTbmI4S { width:9.375rem;height:4.8125rem;top:28.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP5qOy90xnwSIFzRNt6HlekQ2usNUT63 { width:9.375rem;height:4.8125rem;top:32.28125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or.adaptive-delivery-prevent-bg, #IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or.lazyload, #IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or.lazyloading { background-image: none; }#IvVTUwiIfGTZTscGtO9FJ9xJu45S26Or > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fEBC2VyNPp54ww0J8M1DulKahTAn1r1d { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXAnfhksK7LC3zQtGRp8n8uEdWFDOgHo { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKUhTUgInsBOHimNTgmyKdCogtgVM9L { width:20rem;height:2.2485375rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxHH5fpNpl4kyhpyQTRQM3LFfX0EGUBI { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #dO2cPaT85k4XAEQ9nkLoThbVmM1p9lvG { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDnG2Egr4Jcmr2dQifvgV8SgcTzvk23T { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zcLvGrKIgkehpVras3ULghwW8dLx6k { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knnEpVeTq3pWpNUvVQTDB1OaDaNnyB3X { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISJpTDRePyxXDyzz0daXM3U2ZKRQLhX { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J0G5MTcXQg694ousJDi5VbkDTDpgN0qZ { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCqzrHDnC3qWxPSOJVRnhwD8sQq3dUk7 { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efaLQ3HlMlRQn0UNGsVAGuxrwle3w4Ub { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0e29afQ9dMaMZTMnQrZ4E7OwMuDXmKb { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7VmCDRqcHTUAqUdSk9Vfmh5ohNqTVzO { width:9.25rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRs4icer6Ns40pm4ZBnbD4BDOFuNVeF8 { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5tZHZpIC0kuJP9VvClLuF7hH92NqPAg { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEiac3gpPrA90X0ftAotdPa8bp2Q5T7d { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZIeNmTlJNRXIsi9hTpxtFa2NMR4HN5A { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #SXn8RGqX03T2TK5NVqgohyK5A4GCGag1 { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khsgoMVKuZusmL2ndVThwxdXaQsORtIu { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy { background-color:rgba(9,9,9,0.92);background-image:none;display:none; }#GZ5aUdOBVdgnzEat25bvLet4LDiyDrQy > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PUPWHTZVuivS282lCsLyB8oDTwtLueTQ { width:11.7495rem;height:1.2182625rem;top:38.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSVyLHAh4SVuWX39yqv6o5wWrT3iziV1 { width:20rem;height:3.374625rem;top:40.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzgGOHnBlPZOxQFsUAeUS0zB7qhTpnvJ { width:20.0625rem;height:19.8125rem;top:11.124267578125rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #IaTwT7vqF6LtCdyW841saAonu35hmOqS { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTCBd7QzB9ak7O5ARXlvJmJrxidzNKp { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zehSk0isFqcTU5k3np7KAguTRk5yUxc8 { width:12.25rem;height:6.375rem;top:12.059936523438rem;left:3.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTNdyhPkh5yCuLdQ7BKucUdmqIoTgDgw { width:20rem;height:1.13769375rem;top:32.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1J8a1UMvEWQO4Ze5QNLfdRTS5btpy9 { width:18.125rem;height:1.46179375rem;top:35.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTMkmCHNzlUaPkCyKygkfCnPkvhlIm5 { width:19.75rem;height:2.4375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu73gf5zv37PxydddAuiAJUwC9mIMHR1 { width:20rem;height:3.674925rem;top:26.599731445312rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fAJsiwXMM51ENtMn2M7wXoWceElHoiUr { width:20rem;height:4.0625rem;top:2.7191162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCdx1QP8RtipAsIX7O8ZkSTLcbC9kQdF { width:20rem;height:2.6001rem;top:3.44970703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXdGch6GzCIpqmTz5VodaNZIQW7Rhs0U { width:11.9375rem;height:6.3125rem;top:19.248046875rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/447eb043-6846-4ce1-b99d-848b5be6c074/Kubernetes35.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK.adaptive-delivery-prevent-bg, #M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK.lazyload, #M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK.lazyloading { background-image: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container { background-color: transparent; background-image: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container > .video-iframe-container { display: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row > .video-iframe-container { display: none; }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .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); }#M77QhMFOe4xOFbbvQraNKwD5ufEDrbEK > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0CWMU0TR5kUfIJtzsnrx555cW5y2gKA { width:20rem;height:56.9375rem;top:1.937255859375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #s784LhvQQvuqSnxWFeVoRfE1Tv7czAfs { width:19.9981875rem;height:1.13769375rem;top:30.680541992188rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sQTPCLMlHPN7hh53XfBZrikJzeFUXDWy { width:19.875rem;height:25.0625rem;top:32.832641601562rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #y2HX4qc81yXWq90vHu5sTKI67KMxyshf { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #gsHum7iDXM9KClENoEnS8GfMZkWOcXnQ { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #chfp4xbfTiOmZir7Q5rx35haHDwr2fEM { width:19.9981875rem;height:1.4625rem;top:33.480224609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCMFV6wFddBAt3I4AEyE1nRRvxw3EWc { width:19.9980625rem;height:0;top:5.24267578125rem;left:0.00146484375rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #XbGkEpiumKC9kcWQ856xpA2eyL2N5eyT { width:19.999375rem;height:2.9248rem;top:3.1231689453125rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #VE3LUB4kz4fJXTRm3ZqtnI6p5v3tE2Q4 { width:17.062375rem;height:13.8745rem;top:6.6790771484375rem;left:1.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI17xKWbbvvPn0q7o4VC8qcJHhNktuZq { width:17.999875rem;height:2.6245125rem;top:21.72119140625rem;left:0.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVGWNxaR6KV7z5QtCdnQZJ6gvsMICpkE { width:19.999375rem;height:1.21875rem;top:22.42431640625rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoTixwWtg9feIaB4buEOyDCLxyPxngMG { width:9.74975rem;height:2.03125rem;top:25.77880859375rem;left:6.748046875rem;font-size:1.5625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pTOG1BMysXSg8JdiLuNh1CUaN00IPn { width:6.499rem;height:2.5996125rem;top:27.81005859375rem;left:6.7498779296875rem;font-size:2rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIOBsTnCA36WIbdhWxyiTtkvxxzRs3Dm { width:9rem;height:0;top:125.12281445313rem;left:5.5rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-text {padding-top: 0; padding-bottom: 0;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-select {padding-top: 0; padding-bottom: 0;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff2e5b;background-image:none; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV  { width:17.5rem;height:auto;top:35.7421875rem;left:0rem; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV {display:block;}#hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV { width:17.5rem;height:auto;top:35.7421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TsPwempFsRpumzy5bq4t8U1ZfsH2F0s7 {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #HlN5Di1xyTaJ42XGBiTwyMvP0vtRwJd0 { display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #muaokQvqXhaVHGPKIPpRLebIsewqD51D {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #wfa66n7fgX94ASrzB7qIAwhnR6SU0WpD {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #FfEdsrlT91GeNy5Puy3mR6AE6tlC0ln5 { display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #qdoaUGG92MUsZDP8tqCCEratfTt3psuT {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #AcMo4vR9XDU2hiEoqmlei6AyLLQHG6qH {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #cHsBbpqQrEfBOPebu5aRhwK8tJe5VNKx { display:block; }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TiIWwdKm02ii7ynPxM26y4nOobX4UWQx {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #UUgvAnfcTiaVwiZr1uHTxp2RRJ0SMT1R {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #TByXAINbnTXFlLNTpWh6XJTvgTubx029 {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #lAKI4UL5UpdcSmtfTiz0Z3Zn1ipKbQTn {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #AJu55NTnGTJPrOb2TwUP0vw3CnKGneMu {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #xm8SzR0LUtvcxZKol3caT4d4M0OnD949 {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #fFBWNGe0u5ibb9Tr9TFCSiTlhQbLtset {  }
 }@media only screen and (max-width: 763px) { #hbgXMyGT2ioQDtsXw4gTSxmyEb1TPbeV #ie59tIt2XpiO2HLH7XAv4ys7o1swQdTx {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #tO5BtTCZx64ZszHIl4l2F8yPwe7RmhTu {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vMSlmoGIsNG7qX67IOeL5qHCwJs9me9r {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #F6qSzeJpymdetI0XBDVSIOHgxQ35V5IG {  }
 }@media only screen and (max-width: 763px) { #nUBxh3lMHSGkNz4Lu53qdU2xc1eg8OxW { display:block; }
 }@media only screen and (max-width: 763px) { #aF8p8cAQJnVFrx0BQaczfLc1CogxuxM7 { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zp1UldpsdBZySWzL60h9D5orhcHbbOPK {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #yVJkTTFMrPQ8OtLK4CvWFQ8ggNrCH9h5 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Nz7IycoU5TwSK8ioQFy0SCHsXmpPLCHB {  }
 }@media only screen and (max-width: 763px) { #uZfoqSFqwdMzaM6lygeB1TCwGp9Rk6c3 { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xn6OrN8E4mqpSJr5Af1reZHWz2loB36U {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #EZTio7ETOLmDgd4aZ1pCMlKI3X5138s9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wo0CGoaM50ZB2fEawIG6uRXlM2bsSJ0L {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hqRioa3AeExUnFUW4eqKfvFTgRF9JzyQ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xIsTVaE8Skqm1f8fmv6HGiyTtzoJdJyM {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ro1PvofUsatCeU1En4pmkymc9nnFSWKO {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nBgLtkWAGhZyKqMNJB3N0qlfATSpqJeQ {  }
 }@media only screen and (max-width: 763px) { #ELv4vPMS4sVOROVnkrzTFaZ7GqmSNQoh { display:block; }
 }@media only screen and (max-width: 763px) { #wOTslUQQBUu9trcMe9ZNk55UM8i0XP0k { display:block; }
 }@media only screen and (max-width: 763px) { #sTisb1Cc3Z3vUL2dSgbbiTAa5VeAwcca { display:block; }
 }@media only screen and (max-width: 763px) { #Am6bHvH24DNSKrk1FRbRXwpwKaZUlAnr { display:block; }
 }@media only screen and (max-width: 763px) { #lshq4R7hVZ5A9obuP1JxARIggiRwgCAT { display:block; }
 }@media only screen and (max-width: 763px) { #hQTwfK823L4VTMbIboc1aFmeWxEhLynf { display:block; }
 }@media only screen and (max-width: 763px) { #GopbkLSbmoOpQtcx63DoFlx6TJ8CDNzH { display:block; }
 }@media only screen and (max-width: 763px) { #Z6lT7tNrnTqtEni3BA9UwpSHkkd6lX0g { display:block; }
 }@media only screen and (max-width: 763px) { #itTcBv3ZvAqvKkAnfVpi0IALm8bpwTkE { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #w6qktGUiIRbi8T2mDdXsRgxfO0yAtCul {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #lHkbrurncSv5IQ9Pdd6roCzivi4gJqwF {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KtnyTb8XZUOF6Uavx6PhpWZOFxqQLT0g {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GWg7TIUrgA2kFudnJ8TkNeJ3mBdsKTxw {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #f1odhb6Alw4aCPO8PEeNAxG8Aqhzl6DL {  }
 }@media only screen and (max-width: 763px) { #tPB1q2py93mS0VlKpkKZNIfr0fkSrzwt { display:block; }
 }@media only screen and (max-width: 763px) { #IzxPUn8Csq48hfqNN4F9XZJvUNnwZccu { display:block; }
 }@media only screen and (max-width: 763px) { #UUUe9Ekw1ssbywJDF4pl3SBXOcnKPxra { display:block; }
 }@media only screen and (max-width: 763px) { #XHFTMNG57tMKduMCQffHvTHC3JfCN8gT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01e2be1b-dc0a-4070-bc5d-03b400817cd6/SectionLandingPerfectSkillSet02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT.adaptive-delivery-prevent-bg, #XHFTMNG57tMKduMCQffHvTHC3JfCN8gT.lazyload, #XHFTMNG57tMKduMCQffHvTHC3JfCN8gT.lazyloading { background-image: none; }#XHFTMNG57tMKduMCQffHvTHC3JfCN8gT > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IieyJSMP8ZhmsdWRsKk9GOLtcI2DI9QK { width:20rem;height:3.7113402061856rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7y9UhgTbeH2m9W5ZJJe7lx3vqc2MvrG { width:20rem;height:2.2201138519924rem;top:6.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCdabrXsFptEbqPvTRG0GpJuLgIhI5i { width:20rem;height:1.7814726840855rem;top:8.4303383827212rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZPi9GCdvNQZZTAb34BrNbVHsfsvo5yi { width:20rem;height:9.0174966352625rem;top:11.336588382721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDFMw9FfdyFtXmSvGwJZC52ElzP6ufq { width:9.125rem;height:11.5rem;top:12.782551765442rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8v9C0bBrPnsOApCZZ1OhuZLnwWy6x5u { top:17.532551765442rem;left:1.1979167461395rem;width:4.875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQUL3zxs9D0fiQB8PS6JWHT2HTmJhPHE { display:block; }
 }@media only screen and (max-width: 763px) { #ov704do7Zfd6aWN5gXrRS0bC9yQ66OOn { top:17.345051765442rem;left:6.84375rem;width:7.8125rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RELeEC1GHlZDQJ2NXETqSedfUcT0it { display:block; }
 }@media only screen and (max-width: 763px) { #lMg8UFwKv9aZ15zSnhohuMquQ2SJxaLG { width:1.5625rem;height:3rem;top:13.949219703674rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZMtzN6ObQciFLhgCk2nIzpwJ72yy5vp { width:9.8125rem;height:2.59895625rem;top:20.864584565162rem;left:1.7604167461395rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JmRZn9lvyQ7ipqv5IyHBTQ4g098EGL50 { width:3.625rem;height:2.125rem;top:14.782551765442rem;left:1.8229167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm { display:none; }#ygt71v2EEeg4lEIHyIaEEtA8JuCA0ZQm > .row .container { width:20rem;height:29.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rqaNf44bXDg4xFNz5yFiV7IeKidieEtT { width:20rem;height:5.9504132231405rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsm26N8Qh9hZGmn3CsVFotF08tkaUKqA { width:20rem;height:3.531202435312rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdKaIqX95Ea7FNWUumknpFp62sov2Hrs { width:4.875rem;height:1.6245125rem;top:0.574951171875rem;left:7.5615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hK4eQsrHEAOcTGG5sH6iXDcr7tuWdsuG { width:20rem;height:9.1101055806937rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgquXxmxsyGbuWyxH194aR7T5OCpPFG { width:9rem;height:11.187rem;top:17.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ubKW3GH0UMQZ8g6roQT2Lki46rPXni { width:6.1875rem;height:3.375rem;top:20.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvfvC3WXBPHsnrKyy3MJcBNL1l4OF8R { width:20rem;height:11.918976545843rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa { width:14.68725rem;height:2.7495125rem;top:12.3125rem;left:2.625rem;font-size:0.9375rem;display:block; }#uuTvkfutxt4vTAT0SKy1BC8uiWZaXCpa li:before{  }
 }@media only screen and (max-width: 763px) { #OqmuThH8nbnpgTxwu2FvGntTr9riwHc3 { width:2.0625rem;height:2.0625rem;top:12.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W84yElTyimFhaE9QCybbA15i2MqcgAxT { width:1.9995125rem;height:3.81225625rem;top:11.75rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySulRwELizHKW3KIJKTn9WVGQ7CvDoBe { width:19.9995rem;height:1.29931875rem;top:16.1875rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OJXbRsOKiXypy84OnScn3kg19M123KLO { background-color:transparent;background-image:none;display:none; }#OJXbRsOKiXypy84OnScn3kg19M123KLO > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OvqNDWPL9T4DquDPKWHpFfISUX6p0tqX { width:18.8125rem;height:29.0625rem;top:2.5625rem;left:0.59375rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL79Bkql4XC0iUNuRFu9pXtsXJpnbP3T { width:17.062375rem;height:1.0559875rem;top:19.884643554688rem;left:1.468505859375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUH5Ptb4h4yBZE3ni67tQscN3Uks7h0F { width:8.75rem;height:2.030275rem;top:22.875rem;left:4.0625rem;font-size:1.5625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAQmHJBpA0qCGDJV2d0whI2BiJBz6e1p { width:8.25rem;height:1.13745rem;top:29.1875rem;left:7.375rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #t4IVhlWMR5ImmJgECQSrqRrrH3KlIIRU { width:19.875rem;height:21.5625rem;top:38.87451171875rem;left:0rem;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzouatTxbPSCnpzWJES5FbO3RSr0Q72z { width:17.3125rem;height:2.924475rem;top:4.494140625rem;left:1.34375rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #imkAWI76NfgS6X1QGrbBK0yfTpohFcaQ { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #X7NreWpWgV7cTrTQAZvJWvoHUS8uuTtw { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #iI3wmfZcemciDZyr5UFLHwASBEA3OBSc { width:12.6875rem;height:10.25rem;top:8.57421875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6K1Ep4wPQOP20pGSuPuFzVkh7h4ALO { width:9.875rem;height:4.875rem;top:24.3125rem;left:3.75rem;font-size:3.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LcxUxWCdLKxt2FDCd24JtfL2xqUVpzsr { width:2.4375rem;height:2.6001rem;top:26.125rem;left:13.8125rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B632odpXki0opCn4LFfVWvTTOpSfDqK5 { width:16.875rem;height:2.125rem;top:19.3212890625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-text {padding-top: 0; padding-bottom: 0;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-select {padding-top: 0; padding-bottom: 0;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffad00, #facc6c);background-image: -moz-linear-gradient(8deg, #ffad00, #facc6c);background-image: -ms-linear-gradient(8deg, #ffad00, #facc6c);background-image: -o-linear-gradient(8deg, #ffad00, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#facc6c' );";background-image: linear-gradient(8deg, #ffad00, #facc6c);background-size:initial !important; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz  { width:17.5rem;height:auto;top:39.179443359375rem;left:0rem; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz {display:block;}#K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz { width:17.5rem;height:auto;top:39.179443359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #rhVTqlXEafQLFWc5UliG6IA5oeuodES9 {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #BVukUzHB9UKtVDa8G14Komnc5JG8SOcH { display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #fLZGt29nPsrClZhAHSO60eyNEhSFZlPx {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #B3k6mRyRcoVzQNUTDM9pNOgU1sTtpZTG {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #pN4HkZsntTTZcII93JDTWoPbTAAuTQv7 { display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #GBfMONAONnFWrnrwTcvlzkdrkXTruZUF {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #xUFsfIMMST9JvTKqH7BXfqDTJsea3Qli {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #TRFgTVBs8IuyMHOHc5ITTtMo33QIk8Tf { display:block; }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #BoES8I3IGdOyPdSGu0r7e1tpzyoHLvfJ {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #hSObt2RRmvZ8DNuWa3oW6cimRmuSkTd4 {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #xhRcVvQlV5Q05sKfhaNnuhn9Ww2xx1Vc {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #bDzlQgml1RcyQAPyHT63yDFRXZfkBm3x {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #ovdP4WJKcWwa1BKnt7xtiN265y9MEbta {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #v5xoC40lImOQ2BzhnwaZPb5hlRRP99vx {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #KAmuohkXQxq4FAW3KEhMJN9fpB1LeTLd {  }
 }@media only screen and (max-width: 763px) { #K8CpJKp3N3L1ydQZkmF1ua0JNGJsEIvz #Qlpx9caLc79DUsxsfWx14hX17eDQ1AVC {  }
 }@media only screen and (max-width: 763px) { #bKPJ8AGPHH0bNgStdk1EF1267SRoU7yZ { display:block; }
 }@media only screen and (max-width: 763px) { #TIDVpwi3cTK6GpqVlLxAShUOlnvy77Bf { display:block; }
 }@media only screen and (max-width: 763px) { #Ta1ZXCH8XioBs2nfMfv6pb8HvFcNkkfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ly77SQ1I3vddkAUMyZPDJWc5OQW54LpT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Pk9AhgHHiiwG6HTWkTT0LKGcBlW2p7nQ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RwaclzHWdWkdT3TiI33Df12lUbaza3Ib {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ed1bcu0Ny0tNEsod13zADHrnXF6SMilk {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #sVz71qvwlc4wATyt0bts6Tn3SgKMSwOV {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Bq2L7fB3OrbMfsLLnyfEfqI4tfpJR2O1 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CpDkZClqLbDRxxSWirpM3DiraM7TLFTf {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZTLmmA3eM7InCqGquzdqAneQUqd8Lreg {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OMa0papqvt0lHZTWOsT0Hn3lXg8cqrf9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #z0iBIAvIQnf7BR9ZH3FWCSpPM2XE2qdf {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ETz7SsvfbP3PXgT0myJVJPgZueZyrbvn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TTqNGfBLnnRKdlkR8uAlFWwGi7t5i2Tm {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ca3uP2rzFM2BvVQf3pPI7ukMSBl84lIr {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Cq5rXCkye8v1HNzKoELgZ9kLgrVoRbiL {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #WK6E8RD95ixDfR9clrbq2Dx968bcmnI9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #yrWB9AtZTRDG0mnyTwEQ3HEUmGrCtSwW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CByyTTceLqyqrskMJ9avQqSad43HXvcD {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #uGF1Jd8RvG8orVzBD6Zo23XBLcBufTQ4 {  }
 }@media only screen and (max-width: 763px) { #M0MegGo3Gh6v8T8G57gFFZT9LTcxV0BR { display:block; }
 }@media only screen and (max-width: 763px) { #AIgeseI2VITMNQz35TtxKdsclP7IRbsD { display:block; }
 }@media only screen and (max-width: 763px) { #tptfKlKxRXEpEN88IzGTA0aZtb6COOi6 { display:block; }
 }@media only screen and (max-width: 763px) { #N0KpwulpgAXeZcER0ROruUSDzC9Xlpvm { display:block; }
 }@media only screen and (max-width: 763px) { #qwihh955NRpw4tsySPNyo3MtqgF9oqbT { display:block; }
 }@media only screen and (max-width: 763px) { #ocaFKAy97qc4qD0RrNsPEzAGZ7kPWPeQ { display:block; }
 }@media only screen and (max-width: 763px) { #Aocc8B8UeZuHFGVHiRWs2sfw8dT7JkVo { display:block; }
 }@media only screen and (max-width: 763px) { #NZk9ZINiAUCnd2o2u7IRycFXL4wH0LB9 { display:block; }
 }@media only screen and (max-width: 763px) { #SZbtOMOOmthZIJQVD7NhyoTSBDFyPVCz { display:block; }
 }@media only screen and (max-width: 763px) { #vslSGhrtSDDkWvmXBTqIyvcbydCzI2Sv { display:block; }
 }@media only screen and (max-width: 763px) { #MPrqZaGpFvvMWRZTB4nimzgHmxa1CNO3 { width:19.9995rem;height:3.8994125rem;top:34.0927734375rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD { display:none; }#Dm3eZ9UIFca1LbBMa5USiB9BWxy1JNqD > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cJMZ2TTbN0sQQnHI6RRGRx0yLSNwtUKx { width:9.375rem;height:1.25rem;top:1.91015625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTu0W8IoKvQhTq9S89vHJuDK6CMzpTK { width:17rem;height:6.0625rem;top:4.72265625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1c44SsumBUvBzTObHHkztnuguz1nzh { width:16.3125rem;height:1.875rem;top:10.41015625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMaSTAOu0tGNc7ov4fmK5rN2nTdaOMOo { width:16.75rem;height:2.03125rem;top:30.875rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3PLRWuSzZx39UKaINJEO7HD7K1w1a1 { width:20rem;height:3.25rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM4K2kN3Rc2ghWqtE1pgT3g6H2QhZDVi { width:19.125rem;height:16.25rem;top:12.28515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcs8tVIZE7s6czIQSVXJwzF9amFpNldH { width:19.875rem;height:10.4375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0mWIPVRBUXH3J3gTTOFVLhUFO96rTqd { width:20rem;height:0;top:49.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ59zoF4OiAnoaJTWOfR9kIeSdtkotoZ { width:20rem;height:1.46179375rem;top:49.4375rem;left:0rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zzgFb9rwnyVCuuFk22Tih8kfcDZxPMFZ { width:20rem;height:1.13769375rem;top:49.801025390625rem;left:0rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/46348524-d75f-4e5a-b03e-1660f534863a/Aumbannerland_mobile2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW.adaptive-delivery-prevent-bg, #TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW.lazyload, #TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW.lazyloading { background-image: none; }#TSa1UDbDsIRdrcFc3NDvotfkPiEd8JOW > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gMbrtgOQhT66Do3tkNdKfHA2qZQCkQcf { width:14.874875rem;height:3.4375rem;top:6.31103515625rem;left:2.56103515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og55Tr9PTxRc6p39XM1KoTGERwMd3kBn { display:block; }
 }@media only screen and (max-width: 763px) { #ioSRTxCltmgW0q6JEL1X2uwFbBPrKa3h { width:12.5rem;height:1.2994375rem;top:10.262451171875rem;left:3.74755859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #1e1581, #000000);background-image: -moz-linear-gradient(0deg, #1e1581, #000000);background-image: -ms-linear-gradient(0deg, #1e1581, #000000);background-image: -o-linear-gradient(0deg, #1e1581, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='#000000' );";background-image: linear-gradient(0deg, #1e1581, #000000);background-size:cover !important;display:none; }#NQI5Fa2r2rb5E7c2JEO2U6XKKZP21xd6 > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AO9UdBomOrZoKZ9oScbD6TM190kTlaQ3 { width:20rem;height:5.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #slaISwg4Tkp9lg1fndyVGH3zJI2LczaN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN > .row .container { border-width: 0; border-radius: 0; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slaISwg4Tkp9lg1fndyVGH3zJI2LczaN > .row .container { width:20rem;height:69.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTTSnUma07nOWwb8Sw3s9bcUQKPT3Mpc { width:20rem;height:50.0625rem;top:10.062255859375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsiQMRnePI5Zx6MTX5LUNk5VTLNBc1df { width:20rem;height:4.87573125rem;top:14.2236328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SNbOi6TJRcN4stgZXit8tdvc8HZOp6a8 { width:20rem;height:4.87573125rem;top:36.214599609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N9HPPko8umGPi4De0AKJGHpwD34MipgX { width:20rem;height:2.6001rem;top:32.739868164062rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A3bWEOTuy601oOrUw2ldboBZWFG7LSzH { width:20rem;height:2.6001rem;top:10.936279296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkXx4JDqmuTnTg9Uc3BceOP1duZvlbWo { width:16.9995rem;height:10.499875rem;top:42.08251953125rem;left:1.4990234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fdA6HEKV4WqxWnKM6GFzWJwb7Uw25e9d { width:15rem;height:7.6875rem;top:20.159912109375rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66rInVv0hLduBQaqRVxPE6dTUs211E4 { width:16.625rem;height:0.1875rem;top:30.847778320312rem;left:1.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcThga351onBGrTBNQuooiMrGkO9Uq6x { width:19.25rem;height:7.75rem;top:54.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOLuTIR38TpzxVTbnbGgoyNCBCnlyS3 { width:14.0625rem;height:3.8995375rem;top:56.8125rem;left:3rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RiCuoMdazOFszPuIyChEFkiMhyDga21T { width:20rem;height:1.29980625rem;top:55.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l7To459NlHU5vuhO0em8EKBy513Mim0L { width:20rem;height:1.05590625rem;top:60.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4Udh5JwLbRocgkrFzFfbIZdLDvnCTG { width:20rem;height:5.19921875rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hRKxU8GOaAEoBhbUa3lVXnnGp9OVAnXU { width:20rem;height:0;top:64.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #561aff, #2e00b9);background-image: -moz-linear-gradient(180deg, #561aff, #2e00b9);background-image: -ms-linear-gradient(180deg, #561aff, #2e00b9);background-image: -o-linear-gradient(180deg, #561aff, #2e00b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#2e00b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#2e00b9' );";background-image: linear-gradient(180deg, #561aff, #2e00b9);background-size:auto !important;display:none; }#P7lFOnkGaSlD9SniehlZHFFe1wcmHBlV > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EBBKfhDwVN3EXTP8Te5TAi0yfbwbIeI3 { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #KqTbaqCToh0b7gMMZK9qGR9SCJNFU6WV { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jtr7JL6biQEWTnomzQ2c0ZQOCJCw2w4D { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBdKGuhKcN2Usy23LT5QfMfnHBg9wJiK { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cifiOIFi8NanWWcROPCgsSy9BhqWCywK { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9xU59JW6XAft0WO67rnDfSAkGPKiTzl { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MA1GikbLJdiLFmUTDcgoLcCGH6IepUAx { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsT9wAMecW08EOPzddErDgPTT5zP7VTc { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzvZl7uq7R65lGGz4DhZJBsJryTxRse0 { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9E6nSoEfnNef9uRg6Om4EzscOBPxs71 { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8Dd1MZEvMPRMIKpIA7ZyXiTACBaW2i1 { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmDBJH0NQGvwlgLL8lTKlTq4rZvAI7ln { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NP9w5TpO6scE9Gfnt8RFIPUqT1RlUR9d { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3VFIIIKGd6IoOlHdPTmPuL9nHqTTcpb { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc6OQUcL0TCG355k3WgMlHc51FkAxUcW { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6pCzsamFZdXaVEibOsLgEh8mxEeruhm { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtvOiMqCvOuUMsJCNq4vX4kzkAE1gO2s { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0qTqSTyuZagrX0G26up0KaCg9qqTlay { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbcUsU8zyrOxC6TuaKD8dkw18tfi03o4 { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXA2TfRJsEGK1qrRh7xNfR9bzHDWf9W6 { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHv7FstPBHFft91JPeekhnvu3HcR0uU9 { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQ9ui0lKBg2vNgWSDikilFLJn9lKk8UA { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2R9VRROCTH0Cqr2CB3hXh80DPCv2rQA { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvXlq1XnW2Ey1RP6F3RQrLaJ1FOJFdUI { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lo0JugtMpVW18NTbRRIpFVvxDqiqgHUB { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6bkdTlOPaTOw469HFS4IaTG6ce2t7pv { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gthq09V6PsSpGXkeaaV42mNHHFmlJt6y { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrsdTTdJIT5rDXTKGJWKpVPyVOJrTRRy { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxR9AOB722eJx8GrWMRynR8JO4EtuPrf { top:12rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #CAaJpZ53XaCF0i0dyGGlSa0dL0asvBaX { top:9.8125rem;left:0.625rem;width:7.93725rem;height:0.9746125rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #bZIbHAAfX34VexvLVzZUT0l4y79nCdyD { top:9.8125rem;left:9.5625rem;width:3.25rem;height:0.9746125rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #PcFJyT8LoqSTHueEzigoXHX4DVFETGMk { display:flex;top:12.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #UrCPpcL55o3bZg8n6HpnvRbQLDcBmxLo { top:7.125rem;left:13.5625rem;width:6.4375rem;height:24.6875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a43ff;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) { #Mzt6H1pc0qhob216kXnM0ouzTSv3EIEb { top:7.125rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -o-linear-gradient(180deg, #ffe7b2, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe7b2, #facc6c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VdVax7T05UTpW9QBZDmLv2EGv0tcF1Kl { top:7.5rem;left:15.25rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfZM1G5N2Fb7x1iWIETeMh1xZzDmrSs5 { top:9.8125rem;left:14.625rem;width:4.375rem;height:0.9746125rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcsJEQq4PPc9T1u10yaBN9ToWBW98ZGO { display:flex;top:12.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #DEEntVT0qfvv3siH6wZkkKAJ1cEDVdlJ { top:14.75rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #h4DstSoPZlf0SJ6zIgD9QQHU1ybi9Wsd { top:17.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #NvlVk7ST0ruifTolQtPSxZonTFx1kAf2 { top:19.75rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #ZA4LaQl37rTbZ1M4PyeQEqUuvi53VivA { display:flex;top:18.6875rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #sl8kPBHMRVdqZQRvLmgrDbPzsVtomC8R { display:flex;top:18.6875rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #InG5wnOiseNxh6WxdC9qr910wTQEvukB { top:22.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #VrEceczNH3DhpaQ9Oazr1wlOwLPqxGCo { top:23.8125rem;left:0.5625rem;width:9.0625rem;height:1.625rem;z-index:15031;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #fya3JnSaLBiaqmFbrGAmb9fXotVsJOhP { display:flex;top:23.8125rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #eoBk7PDqOLpnEkl1kBZO3n1spJS0QTew { display:flex;top:23.5625rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #N32KCLGtAlvnaobIbTbaMhPhUT0Kv6QM { top:26.875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #oADsH8IQPIn5exlgnu8SbQINacE1bENH { top:28rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #AXRmA496CcHJMiy9gTZokFSV19FW9xX3 { display:flex;top:28.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #WWiKEUoyu18gc8a16e0hAunkGHJWy5BZ { display:flex;top:28.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #HC3ewvG9BDuAJWWh4WZaFWQtAlP5m2ge { top:31.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ZERGiVuJIyp6TwpGQBE2RfNIaoZ3nlgl { top:34.625rem;left:0.5rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #EcICmNSQRhHWN5a1bxX0m1Axlq8IVADC { display:flex;top:33.875rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #aTtpeSwqgQvBJOzChUayqTCq2CUQG3Fm { display:flex;top:33.875rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #U925VI877enm6s5HPccZiToP5WQghflp { display:flex;top:34.1875rem;left:16.5625rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #dX8sTMgbRLg30hxxp3pJXhHfdg0UKHCT { width:20rem;height:29.6875rem;top:7.5rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tHxUDkUmx21vbyeu9d8oJJfPsAAqzsUG { width:16.4375rem;height:5.19921875rem;top:1.1875rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hJSbSM44kXxlmXfeawi2UbIsErpNWE6R { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d3845, #0b2a38);background-image: -moz-linear-gradient(180deg, #0d3845, #0b2a38);background-image: -ms-linear-gradient(180deg, #0d3845, #0b2a38);background-image: -o-linear-gradient(180deg, #0d3845, #0b2a38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3845', endColorstr='#0b2a38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3845', endColorstr='#0b2a38' );";background-image: linear-gradient(180deg, #0d3845, #0b2a38);background-size:auto !important;display:none; }#hJSbSM44kXxlmXfeawi2UbIsErpNWE6R > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G0Tm82LNBV1SpLhbPzl06qTlvRyfTwTJ { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #ByV4eTFC839ZfoF5lQD2KCuRLVBIqRzc { width:20rem;height:3.0859375rem;top:1.52392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W9qcXwL2vOmTVnaAGFpoWndDP7WiuekN { width:20rem;height:26.3125rem;top:5.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOFViUHxHxqCddtdq6uSrdXOpP5uNAo { width:20rem;height:4rem;top:7.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HEsAy7xzau0uAG6n0fda5lDaVTXaduQM { width:20rem;height:1.94921875rem;top:11.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KcqDkG34aNSNxQ2nbedrnKTAnN9fMzg5 { width:19.875rem;height:3.89941875rem;top:13.3125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r4RBLf8iibSQscUGqJPaRUxy8NfTlSxx { width:13.375rem;height:13.375rem;top:16.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ { display:none; }#Q9C05eZqlK7eT4tdwT2wOXtnMSegUOsZ > .row .container { width:20rem;height:104.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e4yTqvdPC3Kllz6PnT1Sf6lp1DvpTw9n { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCDHQSgxrvLpOiMlCGszZFSdls1ndqX9 { width:20rem;height:14.666333333333rem;top:17.052rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn5SpKZbfXe20eTy72bTmUSp61ITqOXO { width:2.625rem;height:3.6015515256524rem;top:40.243515625rem;left:-2.750244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkwMLBupVS5Ty5GRwSzxkoxJ0Oiruqnl { width:1.4370125rem;height:1.9995125rem;top:2.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyme3ZOBGQbKcSOCaXxAQD4RWOqZG83r { width:2.3125rem;height:3.2501976768076rem;top:1.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayf3IuDh2f6wGzs4mb3sDtRqJpJfaPR { width:20rem;height:6.1387777777777rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqHliTZ8s7bLdkehHCh66vZDkGz2NTV { width:19.9995rem;height:4.5109875rem;top:9.762451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAr92eZLs5ToBhDXnTiUFnWvr7g8Uux { width:8.874rem;height:2.03125rem;top:21.85400390625rem;left:5.56201171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qckIJT1F4eigP5Nh0Ugcg96t87zrTSNV { width:8.874rem;height:2.03125rem;top:44.125rem;left:5.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BiuG9y3gNPdMkXJ5vafT7iSlTfVWB1lt { width:8.874rem;height:2.03125rem;top:68.243408203125rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vmeITcuGnnSfUXo4XCkqgvHCzpqGVvgn { width:16.93725rem;height:8.625rem;top:93.372802734375rem;left:1.53076171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZ6JtRS7JBPW6y5sgT6shh2knA3NoPhQ { width:20rem;height:14.552465592984rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck91keqtTHZVvaG7nxJps5tQ0lXisCfy { width:14.7495rem;height:4.5495625rem;top:15.262939453125rem;left:3.3515625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x7TcytQekgAToWsMTWITNbPabsDSBDe1 { width:18.0625rem;height:9.3751946407194rem;top:27.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQkSz646OvokrxIBHzuAGMyJgXBMhLq { width:19.5rem;height:10.6875rem;top:27.1875rem;left:0.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9U4w1FH9qJ7ZfGH8FhuPIiw5TFftJi { width:18.1875rem;height:1.950075rem;top:24.5625rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IQCtEu1Ss85geK7sI4UGA4TWp82pZual { width:15.12375rem;height:2.761725rem;top:39.15234375rem;left:2.6103515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rJFe3VnXTkOS5J2CT2hkh3cXz9Lk97Ev { width:18.1875rem;height:1.950075rem;top:46.6875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AM8qmf1sL3JvJywoZ7S9LJdTabZFE2R1 { width:18.1875rem;height:11.2111875rem;top:50.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzaG3WMc8dLoJgRdPrIXUZivDknOMoL2 { width:15.12375rem;height:2.761725rem;top:62.3125rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RsXXBbFDBgT2OA2dTpvzHtm6RufocFTS { width:18.1875rem;height:1.950075rem;top:71.011962890625rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyBlFHUGDgDmtIi3zbli30iXEUXpynHv { width:18.99975rem;height:3.9375rem;top:98.682861328125rem;left:0.49951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKUDXCOPhXoLaZU7nhiigXTACnm37gJ { display:block; }
 }@media only screen and (max-width: 763px) { #SzmGCqcrAX24zSdiMxOZBTDp272bqdg6 { width:12.75rem;height:0;top:142.78930664062rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #THlqTFDMIve0vc2Wlwpn2EN49EAP1E81 { width:6.8745rem;height:11.0866875rem;top:73.720458984375rem;left:6.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klHJuUo0VPzM8Z8l2J2IQvBxdHrrZLck { width:15.12375rem;height:4.14258125rem;top:86.769287109375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MfckJvuvVAKryIZmULJBpcFXnrPNyhzb { width:15.437rem;height:4.1425875rem;top:93.037719726562rem;left:2.2802734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15013;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb { position:relative;z-index:auto;display:none; }#AA0cy1xQr8qDMMH5GPu5T0kG0hKDTfHb > .row .container { width:20rem;height:81.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #np4R6TEMkc54Soye7ZN29UTOldK9wvEQ { width:17.25rem;height:2.625rem;top:73.71484375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGAFxWHeMTKcvu7wWcFNBHwP3iNVQMX { display:block; }
 }@media only screen and (max-width: 763px) { #wFxBDqpIFUlUfGsnV2DaPwDi3qhPG2T5 { width:20rem;height:1.05615rem;top:6.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cQdKaLuCrDEME9pNQoKRbd0xOoodV85U { width:8rem;height:5.3125rem;top:1rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ml2W3OC5AiR3tgWcxmpt7P2htKBehT { width:5.9375rem;height:7.75rem;top:47.4375rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gKucQJTIqwGTbwwX3MLDm5B2lUo0ql8T { width:12.875rem;height:7.5rem;top:39.9375rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #moZCbT7yH3Eip9Pp1Rz238ykEoiWTBcp { width:20rem;height:29.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsZIgHhwsxWsy7Wqsvb4c7J011o9r3o8 { width:20rem;height:3.4121125rem;top:23.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUd0aTEe9kp9zTuoklowJM7qWNEBWoex { width:8.1875rem;height:11.1650625rem;top:11.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3A9k0pc8aTTbMKFc342TktAgG1My5K { width:8.1875rem;height:11.1875rem;top:11.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7v2iRpJoJF0syFygrGTSHwGrGQmeTGs { width:8.25rem;height:11.1875rem;top:11.17626953125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP { width:16.0625rem;height:10.3515625rem;top:27.662109375rem;left:1.375rem;font-size:0.875rem;display:block; }#lPaMseEhTwRUA15tUBdkCRDDe2lBx4IP li:before{  }
 }@media only screen and (max-width: 763px) { #yNff4xIM0Jq5LFOs2eTKWgwF2SHbLb5N { width:20rem;height:5.11779375rem;top:56.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe { width:17.125rem;height:10.0390625rem;top:62.376953125rem;left:1.4375rem;font-size:0.875rem;display:block; }#bgMTCiC36zFKFp9Q7OZkXDFcs9Q5p9Oe li:before{  }
 }@media only screen and (max-width: 763px) { #Wtrof1kMIQkocB4yboQHhMOzpxNHvEK0 { width:4.9375rem;height:6.75rem;top:47.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0CHrdMTTHynEqn0xPPxnI0O3voXlG6S { width:4.8125rem;height:6.75rem;top:47.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwVTZPJLcicAo9DwKOgxFq3Rgv27Z25 { width:20rem;height:37rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf9d2a1-b644-4a50-a000-fe5a29aad8d0/BGMobile03.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;display:none; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo.adaptive-delivery-prevent-bg, #UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo.lazyload, #UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo.lazyloading { background-image: none; }#UgIt6CvCKSdUhGT8S20np7Q6MwswwiOo > .row .container { width:20rem;height:28.4375012815rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s3p6etJ8fp5TU0F0pv2fAPCP5Z16Zg9k { width:19.3125rem;height:11.5625rem;top:1.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdsozQlfQPUJW1CxPtFxb4qfBVkm2eET { width:18.3125rem;height:1.57486875rem;top:15.6875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncyRTwT4XQ0MMLHoCpEkn99aT6cQT5le { width:14.4619140625rem;height:3.6494140625rem;top:21.1875rem;left:2.7685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWMf6wtFyK061tfx10v82v4EEqTS7ue { display:block; }
 }@media only screen and (max-width: 763px) { #BhoQRPvWIHAIWCeAiZqNz97nQuC2HAUp { width:17.875rem;height:2.88671875rem;top:25.5625rem;left:1.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VHPncugHqZiWG19M7iITZ1pW4ocNrXPk { width:10rem;height:1.5rem;top:1.0500011444092rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx5fhDNCEP5NIRHB9OABs8qJy7qw01wK { width:20rem;height:14.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnDQ8lRqtN7KPeVCuTZThR8K2BoR4G3 { width:20rem;height:2.79948125rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ0GU2nwbTwEWwc271PCDIwR7VwU7Ael { width:20rem;height:9.6rem;top:63.725007629394rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #THHO1qZKnsc2q5rWmAzxXRdT2t8pWsy6 { width:18.625rem;height:1.3997375rem;top:13.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row .container { border-width: 0; border-radius: 0; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpnvtcmJOXW6VNcNKnIMKiWKHkZcDZor > .row .container { width:20rem;height:62rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KR6ygErEPnxbftPhTUv2LXyXI3ZKaZxW { width:20rem;height:3.8994125rem;top:22.15625rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubUscW3VDJGU4zby3RKFNctnw2B6x3xN { top:14.6240234375rem;left:2.21923828125rem;width:16.1859375rem;height:0.9746125rem;z-index:15048;font-size:0.75rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #IlScncyuX8Atzc264ziheATMVTLLg2T4 { width:1.74926875rem;height:1.74926875rem;top:4.0784912109375rem;left:15.5625rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #a21hZBiRabsdXTVffFtuNl5ibQf10FrT { width:1.74926875rem;height:1.74926875rem;top:15.453491210938rem;left:11.0625rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #T2nnyGlX6x3TGtmfbh2QsLwvR5h2JVZg { width:20rem;height:0;top:68.24418125rem;left:0rem;font-size:1.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1  { width:17.49975rem;height:auto;top:37.236328125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15068; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 {display:block;}#BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 { width:17.49975rem;height:auto;top:37.236328125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15068; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #spDGc1QUU93yzZCPagIi9oTN8R9adFV3 {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #M7yeMtbttGSEPe5ZqRP2uFuRoE7Pscp1 { display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #MwG3vZoJnvSbfWdNwThitFF2v0vXTom6 {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #m5nQBtq9EpQ26RRgxiIFTTK34pgmtTR8 {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #S3PaTtLyPp3V7cIwQTRVITbx8ziaRqiP { display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #XTL6QnXzkcm3QOxtzbvF7zwJzx8gogKP {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #B8skzgGNgWViEzfW8bI14U6Qsg44gcKH {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #oi545npx6SpnJC6DkkfOeZkfctcVyUKJ { display:block; }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #H9SAkoOITqyakNbKnTeeAWh93rkml2Ix {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #W6LAXnyqXfiQVltF2tkZdq2ZqUDpipud {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #EePnhtWKpzuCLagRQT8ZUSoS4EPNkCRL {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #T2i16d1Rv0N6TTxBpMciHRP7wLuJ1yza {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #bAPTsmho2MRqTnEL3iB2HWrr4QezVNWK {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #OeixTbprH8whdXNVwZSnoU9IfQT7cnTc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CSdf5sw7vyrJymx6FTmE7KT1vTCuE31h {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #LPaQaeVCuHGrZGU15TCVnbiM85lvIHIU {  }
 }@media only screen and (max-width: 763px) { #BuZ33wrcDBQtv6ECIVC71NagU9c2TTw1 #ixKwKNn5r44qUEwQL1WAkpkk4czBktnJ {  }
 }@media only screen and (max-width: 763px) { #m1yJ1JuZ4zGealFfqbfCPHaIpCBd80s9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E40TkoETgekrsUk6XKRVo83CbIRvlrKT {  }
 }@media only screen and (max-width: 763px) { #wnklxH6iRRNJ0VnCE0luu3SP2dDKfcys { display:block; }
 }@media only screen and (max-width: 763px) { #TOn5X0HTqXrxzksNONxnkWVTe5Tl7eU2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F1ER9kuF0KbwXAQP58se4wTQiXNLNm68 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OnrrnCxQGfRRCqleil53qsrcIrFR1yds {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g1QcTLDpAtTeCuRPUwxqoHRvlSdGTL3x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FdZnWuRnrSA3zySKTxloeaV1zZVSu0ir {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JLrdXt9l1LTWXnZdtDhnKPw3cgBBEOR4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #olrcG0HhJ2yBfWrCF2GEI84FnBAfpind {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BV4iPZq5CpekPxQtzq3Wd4uZR8CXka4w {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c3ITMyDdtZTSBI4IGirfEF9UiTIo8wyg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e87OpxRAiN7hz2p1k59kgZcPAkC3TpFb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qWw2guUdKbsRLTQRCoBHbkhPlu4rR43l {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KFJSWQ3WLB7XUkkpKyRWoa8IHc6ag2JR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yu0inFxLyB7HTcp6xvX9xFoHUJHevSrS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i6ZmmyKZuyEzb1w9G7zttMeT7F1Lqy3Q {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vHVz0pNl3Ll3QwsRwuVxnTZc5vNrLlmB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IH9s3ywVEWAyLBaQcMc4OXf2gBTEDcxm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTpHyKUmnK99Eq9y9EPwrTmDmdfKcrfI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XDJLHL76so5X2lNRolvW2pG0K8OnrzSO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bx8L8qUTT1fiEc5sLnFKpAoQ63BbCkKJ {  }
 }@media only screen and (max-width: 763px) { #w6edUvbX0GEAWaprsrX7vDBcKQhHzlq2 { display:block; }
 }@media only screen and (max-width: 763px) { #HIIkNriw41lpqENyBnrKcnxiHdbATGTU { display:block; }
 }@media only screen and (max-width: 763px) { #XnytPnAg92GOS8B6TJTWmiu7ruDIKqUF { display:block; }
 }@media only screen and (max-width: 763px) { #f5XX3mDNNJ6LCWqWZU6F4SyT4Km3N3Ta { display:block; }
 }@media only screen and (max-width: 763px) { #sKowRK3UCCWkKMcWruTksGcOid1MaRRL { display:block; }
 }@media only screen and (max-width: 763px) { #nHhr6rpvWqPKxop2zP5v5sqyqWmAFO2S { display:block; }
 }@media only screen and (max-width: 763px) { #EkaSxpMDVGldRzy7kuLCpg3yS4G6SuUs { display:block; }
 }@media only screen and (max-width: 763px) { #T4Wh8JbwzufNMTIGv6pK7Icrk1e65OpH { display:block; }
 }@media only screen and (max-width: 763px) { #JpfvxZ6TcDQVnv1h1ATwU6s3TocsZlU3 { display:block; }
 }@media only screen and (max-width: 763px) { #G1TeaoFIc04SyIBHE5TJblg2Hrv1BVRW { display:block; }
 }@media only screen and (max-width: 763px) { #hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp { display:block; }#hmCtn67aDvuRSg4OPC5dhTMTd3HulQUp > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUXeKGXQ97iwo9JuxM3fcxbiehsm6MD9 { width:20rem;height:20.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfuzmXaAxKxcuEJ71CA2swG7Qsdxv3bp { width:12.75rem;height:1.62524375rem;top:1.78125rem;left:3.625rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a19TILT4nsoDFKbU5Ei3rAZCNTFKG5Ew { width:15.1865234375rem;height:0.9375rem;top:12.6240234375rem;left:2.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkv2dvP5McMv5txTEILrTxsU9fZsv4O { width:11.4375rem;height:5.625rem;top:14.125rem;left:5.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eKgIaz9ZCuG4WQFq6rdlJPEtsDyATKTC { width:15.1875rem;height:1.21875rem;top:20.5rem;left:2.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRouHJTq0ufIz3gdLnRXKmSXhGsGy6BR { width:5.25rem;height:5.25rem;top:13.62060546875rem;left:1.092529296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZQPIhlKPdOeAGWw6BOeQEx6PlQfIJPO { display:flex;width:0.9375rem;height:0.9375rem;top:14.375rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #MzrBrs6xKP8A45Tc76VvPPbiV6vK9xPp { display:flex;width:0.9375rem;height:0.9375rem;top:15.8125rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #CyHB4hfndKGBSz5l8ePS35Lo1UnS8JTG { width:13.0625rem;height:2.1875rem;top:1.5rem;left:3.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcrQPz3fVriNTm3xkxhPi64wiz1c8HdJ { top:3.8125rem;left:5.0625rem;width:9.875rem;height:8.25rem;z-index:15078;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yU6SkqwZ0TQNnEq5zCuzWJb4P0hpf1fJ { display:flex;width:1rem;height:1rem;top:17.1875rem;left:3.6875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #miro1D6h9UzKBZGQTQokO1gbqqFucarc { display:flex;width:1rem;height:1rem;top:18.5rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { width:20rem;height:3.8994125rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { width:20rem;height:2.92383125rem;top:10.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { width:20rem;height:0.975rem;top:24.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { width:14.9375rem;height:2.2744125rem;top:21.65625rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { width:5.6875rem;height:5.6875rem;top:15rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { width:7.875rem;height:2.625rem;top:1.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 { background-color:#02150d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 > .row .container { border-width: 0; border-radius: 0; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlQlcs8mi5T1BNqG7qEElzZ06RCG8a39 > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrzSleII9JukugqxA3NHGrWuPGnFKU3d { width:20rem;height:25.6875rem;top:11.624348938465rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWoeu7puogTckdXgXlDiBb6ot6TmXrGT { width:20rem;height:36.75rem;top:39.312501907349rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1BbfncrPfCHH40koM6VgOJ8x7O4ayRM { width:20rem;height:4.1875rem;top:39.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTCRltJkNf77Qp4NOUUwqqf7Sn92Jw6 { width:17.625rem;height:2.6001rem;top:11.624348938465rem;left:1.1875rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bNMz70IZMNeRPqFOnDpgBuOimpfWD5rW { width:20rem;height:4.75rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utBpRRgths1JlNSd184ApxrTNK823gn7 { width:20rem;height:2.59895625rem;top:6.6925601959231rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CF6OssNPzks1tb4gJdx2Kx6w9pUb370h { width:19.99875rem;height:2.6001rem;top:0.68701171875rem;left:0.000732421875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;color:#15b5fa;display:block; }
 }@media only screen and (max-width: 763px) { #o3uS83yAPBRMD7Tr0zGtXF40TQysehJC { width:20rem;height:2.19360625rem;top:3.9374914169311rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;color:#facc6c;display:block; }
 }@media only screen and (max-width: 763px) { #CH7wOSZ16FLr6y9AaB5OCSXLZZ39oW6D { width:20rem;height:2.6001rem;top:16.5546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uLF0w0clT5dlHqIZva2GhNJOayuLTVRl { width:20rem;height:2.5502875rem;top:19.154309749603rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t9L6ApDd9IhKTd5UFqxR1PPrzx49Dgtt { width:16.5625rem;height:8.6875rem;top:21.702465057373rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2295iPXdBfcntdSWJOd0AuNirOaX38c { width:19.125rem;height:2.625rem;top:31rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ccu89hvsqNRDwNgTCwdD0UvuTmTVxHdS { width:19.125rem;height:2.80005rem;top:33.625000953674rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wbtQveXJs6zA84fTKAAqu0fTMrw86wXb { width:20rem;height:2.6001rem;top:40.106121063233rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gzNDKIBztX8D95w1FqqzHz1rO2xNvXoi { width:20rem;height:2.2747375rem;top:44.428405761719rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z2N1O5MLGTRrAChphWIg51adk62BvxAG { width:20rem;height:4.875rem;top:47.326825618744rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZ3NTJVlEgIPKT31Loxu8nDhNh4iMQu { width:20rem;height:20rem;top:49.749980926514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoZ0mbS1d0bUEaIQs2wU9oFKzHXuARm { width:20rem;height:2.55029375rem;top:52.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vKKpdoHk8hsfF8Brs1h5d4Nr4UGDTgVe { width:20rem;height:1.3125rem;top:68.0000038147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cTK3hopygrchRzk3G1yiAeuiXEGwWTc6 { width:17.875rem;height:2.80005rem;top:69.748701095581rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;color:#2532de;display:block; }
 }@media only screen and (max-width: 763px) { #vAdhI4RIQsfDvXhTdKmz86oyQDvHEhlT { width:20rem;height:1.3125rem;top:73.124984741213rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 { background-color:#02150d;background-image:none;display:none; }#dpgPXmkp7dT40dlddNXUTvEOEcVJkUE4 > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opUFvUTIb41WorTa0lhBavoAy5QRPKm8 { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #kLZMBtsg4nqiz79B8mPrcSZ1ftM3FA81 { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOaMkHOJRz4pSfUuiNEwJMpRT20Bc2FU { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1XKGsuA3qMXkEHlfoGqwcRWnnd3brCR { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #slLw7anthTOreque5lOH8dG5egELRiS7 { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oe85pbabX8siSfTDJ94LKZF3m8929cyF { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIIkPOfnSzUQTkkNL3mI1dp6UwawDGWk { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPrHo47JTZ06xuTbTEZflvdS8mCZ9tTN { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILGxZL7GS2W8XUff3eVmvRPKwMHKak6g { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GelsOiu1QLn9xpTWC9iszptSqVGrD5w1 { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkTKTWcJ7r6dinlDtu6F9dVAV7f5VQsX { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZhcZ0QLgGaLcaWI2IGFMFhNVQq0q8hJ { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHq5Bsq8zrwMN8BUXrG6ipCZN2QxcirH { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7W4qDqET4dVuwMa9rqrAfCXZhfcIOEI { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWTpfZH4ldEuDk7InEZA3E5EJ3pyMBST { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOXduzdw5NvSBrTEGreUxT0Mw8OqbngM { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXUyCX6aRSIuvRvWORb6CPlU9HqdiTNE { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga6xrOqoHHW4EIqZxN7iuKioQc8TUlht { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4OkNxH48Cdd5cCII9dq3PsX1Kiqdnpp { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUd1McoUBVQ0pIKwNkV1CONTsZcMxSM9 { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOe37EDA2zDD9meTvCy8x7iA3swUUAfb { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #libtx2hgwK4QFC77pDSlJOy8QxCK7KuE { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRk2gNagO03vaI2cNCogtJHcn9oRu6c5 { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSTbqtwVEGFKolt7I98hF7PTBAxiB4m8 { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZs9N3qCWVLZp7Nt4l6TX14QzaAEJlVX { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ52LL00rZUpU35F0ctr0W4seKkPp1q9 { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEAz7BffK13bLtD2TFplwAAUvti5dQta { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMe4SiI6y1F4TqC7oITo2iv3pMael8HT { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqGNGJ9BHI2QOSCOQ5uM3gn1JxenQmoB { top:6.75rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0xIrt525usilgRfiO6DA6qP7RBPDGBf { top:4.5625rem;left:0.625rem;width:7.93725rem;height:0.97485625rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #ucyaNSgyurlUFUDnRzQluw1ldPdvSXBM { top:4.5625rem;left:9.5625rem;width:3.25rem;height:0.97485625rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #RxrZyh8E65z7CSei82qT1Mp4KqUJlEf3 { display:flex;top:7.25rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #gtlVQx4LMylaKRQ2Al0aetAKTzBtZzAG { top:1.875rem;left:13.5625rem;width:6.4375rem;height:26.1875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ededed;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) { #tfiR6K17H8Fd19m47WJ1eszTKAAs9wMP { top:1.875rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffdd7b;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) { #L0vXNcPeyTk2hD2n5yEvxSo5uClLNKKN { top:2.25rem;left:15.3125rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNMZ2uQkFfOAyyVRPiPHpEKO2cpHvyU { top:4.5625rem;left:14.625rem;width:4.375rem;height:0.97485625rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#e2105f;display:block; }
 }@media only screen and (max-width: 763px) { #hFSBZFZg7e1IPPCUxmHzEVmuaeRGMb0x { display:flex;top:7rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #unRW69QSS7VHdFbNUrRhhUREQV4gOrzp { top:9.5rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;display:block; }
 }@media only screen and (max-width: 763px) { #cQTibFqDkx3SELckfXF7MuIsVegil8dW { top:12.5rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ywElvBhNACFxPNUlKuCHeP82zlvqKsWS { top:14.5rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN66Np3P9NGRD9TSaPIR0GbSsdelJ33y { display:flex;top:13.4375rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #kyVetMBbw3G9eWBurk9BnWTOzJP9dbii { display:flex;top:13.4375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #ZtL2z8HXViudStZA7Fg6fdDxc0g406dq { top:17rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #UlMUfZsZbaW2ZJPpW5Ra3Uy1HCfE2Kd4 { top:18.5625rem;left:0.5625rem;width:7.93725rem;height:1.625rem;z-index:15031;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agTuWNTqZtzSNXB2l5iNCpEEndy6zz7u { display:flex;top:18.5625rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #hHCOw8LQfemWx8fzBOR65a39FVndasHd { display:flex;top:18.3125rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #CtESMgzQTXl0gCvu1ew70ZaI57tq5QLN { top:21.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #PXT4eORNzgTX0TZkscN2fEAu4RmTHW8B { top:22.75rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcX18sqh57GzmIQcldQwvvdLfq16uXPC { display:flex;top:23.25rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #covwzkChPSsQGcmQr5FhoHmKFEB84HdJ { display:flex;top:23rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #k7sU8Ssxgls8fMBOPtfSCFmftMQTu0fo { top:26.5rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #G3XRSW2oedW9fIip86dMybtKpzle3AAF { top:29.375rem;left:0.5rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaOSGuvvhUECGSIBSmikwaDGOWg4aMtv { display:flex;top:28.625rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #KZKi12rBbstNDKiTeRVBDCeT06vsnPxZ { display:flex;top:28.625rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #fTxt40ep9TmGOEyxMqu9IuZVACkC3M0J { display:flex;top:28.6875rem;left:17.375rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #nyfZskCL3EVXVLVDf5SlKbXKZHmSkLPL { width:20rem;height:29.6875rem;top:1.875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tiVRmOSc8ZmnHFTDSERBuuHHiJvep05V { width:19rem;height:3.9375rem;top:33.12451171875rem;left:0.498046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7Is30S5S3GW35ZDKTwlyiGG767fB3h { display:block; }
 }@media only screen and (max-width: 763px) { #XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt { background-color:#000000;background-image:none;display:none; }#XQaoMxhzpkZgQVPH5V5ssazb3KKzwrmt > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QIlxRS5QZTkPnkWkqdTVDc194OGKVTDT { width:20rem;height:3.0872375rem;top:1.52392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:italic;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ylCFphkyrCZ1QuXk6WsTrXNoQ8vz0GOR { width:20rem;height:42.25rem;top:6.53515625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOIcLCa5CMIR0uybT4HOuPdTgwiknqJG { width:11rem;height:11rem;top:26.335286617279rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fm5P8phL6OdIbGUXdXx1dJyTNfKw9z { width:20rem;height:2.6001rem;top:7.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hzHPDhC3Qw3dC9vuMZCXnFZ7QfGX1EpT { width:20rem;height:1.94986875rem;top:9.724609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lbskCrxWTEpZbTIZ7l0iBbTMS6rrVJnu { width:19.875rem;height:4.1425875rem;top:12.173828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rKr4KQtpUamJVybwIt9dyObakzsT2XQZ { width:17.125rem;height:1.13745rem;top:39.400390625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KNMnldcU4dmhoBhzvQ6l1OX2UF1xHpET { width:15.4375rem;height:5.11719375rem;top:41.125rem;left:2.28125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ig3FOhXzpbIyERN9u1lCO8EMbe3nhA2f { width:17.125rem;height:1.13745rem;top:46.4931640625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dqyd0eC1sDTafHhqKRdvwaJcNFEmAXap { width:19rem;height:3.9375rem;top:50.03441796875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1KRRxevrGiqGN783f3TKCfdNm9qiis7 { display:block; }
 }@media only screen and (max-width: 763px) { #tRzThQMBMyy7xkyyOLZw4X0Xof7NgB6y { width:12.75rem;height:18.3125rem;top:17.440104961395rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh { display:none; }#i3JTD6o6QE90D3c2VFvUuhpB4o1TPQsh > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SaSFJk1M3iKounJaVA4LPTR0wWyz5cqc { width:20rem;height:3.8233359536682rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsLUaI2dhCSviF7K4gCCCRxp9eM2BxfF { width:19.99875rem;height:1.29948125rem;top:2.5107421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUAsWyGMe03Cf12vu6Lh5aNX81MJAyLX { width:20rem;height:12.1875rem;top:3.81005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq0yTwaud5PhV8481ngZXscuTpkoTTkN { width:18.74998825rem;height:3.5002445rem;top:20.140869140625rem;left:0.6240234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a22dgoBnuLF7gKih0H2W5up66wvBLFXD { display:block; }
 }@media only screen and (max-width: 763px) { #BiTcH3g9rVPPZLoanCuQ1DTTAZ9mq7JQ { width:19.99875rem;height:1.13745rem;top:5.07275390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWwkypX56VvGcmRN210FaKqgNMevMANr { width:13.6875rem;height:1.0559875rem;top:6.76171875rem;left:1.937255859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#TWwkypX56VvGcmRN210FaKqgNMevMANr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 { width:15.24975rem;height:1.0559875rem;top:8.33642578125rem;left:1.937255859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#yA4rvPsIIFQF3hm1hInfFiNLHci5B5N2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #yussgQdkpNgTwSdkv5KfSr24F0aagtAS { width:16.125rem;height:1.0559875rem;top:10.0634765625rem;left:1.9365234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#yussgQdkpNgTwSdkv5KfSr24F0aagtAS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 { width:13.437rem;height:1.0559875rem;top:11.73779296875rem;left:1.937255859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#rBXQzqkEdzmaCkUrclZiDFfWLtvRJp10 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282cec84-a63c-4900-996a-2ff42fa496b1/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #yTiOKpJuGurzbfJTgEbXLEsu4XUh6SGb { width:19.99875rem;height:0;top:15.230712890625rem;left:0.000732421875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ff1c1c;display:none; }
 }@media only screen and (max-width: 763px) { #V6DJcowO1NJAFXzO5Mg24w7cbWyaFf62 { width:19.9980625rem;height:2.5986375rem;top:15.99755859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ff1c1c;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { background-color:transparent;background-image: -webkit-linear-gradient(101deg, #091b45, #031b2b);background-image: -moz-linear-gradient(101deg, #091b45, #031b2b);background-image: -ms-linear-gradient(101deg, #091b45, #031b2b);background-image: -o-linear-gradient(101deg, #091b45, #031b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#091b45', endColorstr='#031b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#091b45', endColorstr='#031b2b' );";background-image: linear-gradient(101deg, #091b45, #031b2b);background-size:cover !important;display:none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { width:20rem;height:98.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WIPx2LgydcbzNoZW6Naoqrk5yeisEo44 { width:20rem;height:4.2246125rem;top:1.7498779296875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeAPo94oTqEmdr33zX68mWCtxLxXtHCn { width:10.3125rem;height:10.3125rem;top:25.2685546875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3cDdVWIUapWdJB2yBvn5icOapx6v3Kx { width:11.25rem;height:11.25rem;top:44.799194335938rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQu6WEocuzt5FXzW0K3ro68RuhfJlTly { width:12.062375rem;height:2.4375rem;top:39rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DSBhCZSFODyaWrIcMofUahfmKsxSxB { width:12.062375rem;height:2.4375rem;top:59.999389648438rem;left:3.968505859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeggTzvQT56P9C4FVgkdgaroBpG4RThp { width:16.062rem;height:0;top:58.374633789062rem;left:1.9683837890625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTx96mIJM3wn6Ix7JoAZKBqKLUTsm0tC { width:16.87498825rem;height:3.50097575rem;top:93.279052734375rem;left:1.5615234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzZlLULwPTckmfUV2zuiPRNTcwDh7i4i { display:block; }
 }@media only screen and (max-width: 763px) { #LqNnvDpwFhfEXUtTsegNfM85sbKDhAoo { width:16.3125rem;height:6.1875rem;top:36.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMq6ai300XKRTsMzRBiPZJIApmtxqRA { width:16.25rem;height:6.25rem;top:18rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKQBBotwZfJ8AJPssMsPP0O67IluUid { width:17rem;height:6.375rem;top:57.186889648438rem;left:2.09228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6g4cdzRBubPIUSedTTtrEag5bqZZxm { width:8.8745rem;height:8.8745rem;top:25.988159179688rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf6Q9Tb3miny7UgRTkeIl33GVC0lfx78 { width:9.375rem;height:9.375rem;top:7.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0yyQ1cChmyRXxvewCGmQokra1BXE0C3 { width:9.4995rem;height:9.4995rem;top:45.675048828125rem;left:5.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZZKtKaaNZDizniMhbOABABT0D6zkJx { width:10.0625rem;height:10.0625rem;top:7.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVIh5DWF16uSh5PylyNZ6pST2kFTl1c6 { width:13.9365rem;height:1.4622375rem;top:37.437744140625rem;left:3.031494140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC8KemaqXFR7c6kJwHM3xCcBADHFQPL2 { width:10.6875rem;height:10.6875rem;top:45.079833984375rem;left:4.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufnISkmsIbzGvFpAMu6LN4n6ono0N5kT { width:11.25rem;height:11.25rem;top:34.125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgRnu9wXRN4zTRcdm72UmkxDnhH3Vxe3 { width:20rem;height:7.7771981541219rem;top:47.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1TRSJmf1iSu9LqUXEoW54tp3HlUV7b6 { width:15.375rem;height:1.62524375rem;top:58.43701171875rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E20itmy4HnLHTMTy92CugMaBN8rniVDJ { width:12.0625rem;height:auto;top:51.1875rem;left:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3sHTuilhDnWKIo0EaqyHiAXS5VTn7Vp { width:18rem;height:6.9375rem;top:78.49951171875rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKngwTwUTRmaVsATDXubcTiBdnimFtPO { width:16.99875rem;height:1.62524375rem;top:79.8369140625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzHLZyKRmTJKOQPhtUqSl9TPFAETfwyy { width:12.0615rem;height:2.4375rem;top:81.46142578125rem;left:3.968994140625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWXPxMpBZhg2wum0qvxk6WM7FogTTxbI { width:13.25rem;height:13.25rem;top:33.1875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vb7kUGbWsTlthEGZZP0hhc2HtyvQ0JP3 { width:11.25rem;height:11.25rem;top:34.5rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6AoBisFhXqrayexa9VcTTOBxFIAz6UC { width:20rem;height:7.7769100892963rem;top:47.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pn98cpis8ogC6ppFc5uMR0M2mBUZ5lqz { width:17.1875rem;height:auto;top:48.875rem;left:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpQkv55OKuN66GLDTRwBm0H3XObApR5C { width:12.06225rem;height:0;top:133.39967773437rem;left:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp6af2nw46ZE0zk15XytU9F6FOAQv4Hx { width:12.5625rem;height:12.5625rem;top:63.561767578125rem;left:3.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRZa6QTCdBNgRcutbTpl2JIo8g93mkh { width:11.25rem;height:11.25rem;top:64.2802734375rem;left:4.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP { display:none; }#OzOndQU6pU5Ie6VzqwirfmQReRTTCnUP > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #reEf1eWTGpoBDD2FstJSHgeWnscdfefQ { width:20rem;height:3.89795625rem;top:10.798828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crUhUsFzrWnWigTMPiWVIeLdSlgW8A1R { width:20rem;height:11.011235955056rem;top:15.798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNTEgto5wUcbdQs29G9laZg6xTR74y5 { width:19.9980625rem;height:5.84765rem;top:3.799072265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tQqRtyqZLDRuQdgsDXpd7K81oECFpav3 { width:20rem;height:8.8125rem;top:23.689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q14ACTd08RCX390fxRcUafOL8sFbXmgg { width:6.25rem;height:1.4622375rem;top:21.658203125rem;left:13.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGcS40wS9FTVaJbt65BRQAs6SSXWZEi4 { width:5.5rem;height:1.4622375rem;top:28.8486328125rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrvkTM3RPD9tSUNpkUCEc0oJGIXWTiB1 { width:10rem;height:1.4622375rem;top:35.5888671875rem;left:10rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -moz-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -ms-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -o-linear-gradient(146deg, #ffb9e1, #ffc2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );";background-image: linear-gradient(146deg, #ffb9e1, #ffc2b3);background-size:initial !important;display:none; }#smzI32fgdzzuc2oWmqWwJCTx6NDeh9Ax > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEsfoASiTFTPcC968xA7DLf71Hbb2I13 { width:20rem;height:2.5986375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwTtRL5y6CJn6DI6NTdIW6zsOxO0ToEV { width:20rem;height:14.421487603306rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI { background-color:#080846;background-image:none;display:none; }#EbqcwLLZ7dENJxkiMnWgcqIZTCtLSZFI > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U9LCAMN8kZ5LgBZaT9eDtipJWLLv07gK { width:16.25rem;height:0;top:145.447575rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVZAtcI3uhIBDzXZTAzU579DLDaScSWS { width:17.937rem;height:1.7058125rem;top:2.061767578125rem;left:1.0302734375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9odGAD0HyO4LfNH2zGAhyvQ8KnTVih { width:20rem;height:15.6494375rem;top:149.69684375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #It92TCQldKttIkt6eSvCm4avbDGSKolQ { width:12.37425rem;height:12.37425rem;top:166.59628125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEhgdmse0wmp9rcyZE6e5RkEk3p8tmRO { width:10.9980625rem;height:1.21875rem;top:35.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpJHEtBwK9FUn5rkMdLb1ieUluo5keT { width:11.87475rem;height:4.87206875rem;top:36.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8fTvwvp3S8w80QqZnXcKuv0LPxp2zxI { width:10.625rem;height:0;top:135.48724375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H22maw94ANKol60RLTNOqCni5k4yrWB3 { width:10.9985625rem;height:0;top:68.07198125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuMUWfdV65gCBTKA4R4NVQD2eCJN6LtI { width:12.8735625rem;height:12.8735625rem;top:4.017333984375rem;left:3.5626220703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7TNvX5xxZTAp0gOad5vbSh2IEmvh1u8 { width:10.9980625rem;height:1.21875rem;top:6.9375rem;left:5.0595703125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgUCwnSQfdFn4i2leCkPDBKt8rTug5DG { width:12.43725rem;height:5.15625rem;top:8.90478515625rem;left:4.341064453125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr5cnyTokAKn08TnEWSgaWhA2avt4gZf { width:14.24925rem;height:14.24925rem;top:32.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvTl5L0d15kFNKsndX1bO9DvE222S7c { width:9.375rem;height:9.312rem;top:24.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUeMwT2TFzoFPSA8k1KI11QkePTDWdnJ { width:10.5615rem;height:10.5615rem;top:17rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikNHHrh2X0KDXozRErExPhISlaszUeL { width:6.99975rem;height:2.4360375rem;top:28.25rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4d5IHvl8khZzTTGhkuKCW4th7KA574 { width:7.9995rem;height:1.21875rem;top:26.875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CFrPWdTJtLQrtN5Pp0eUNzGTkIlQp2 { width:10rem;height:9.9359375rem;top:117.34024375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3xGpDx4vBS2b8wwFQWES7RMHkZXUyTV { width:6.9983125rem;height:0;top:128.52618125rem;left:6.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNV8H9pvuS6pkgkl3TeGiAAyU01KeCnN { width:10.9985625rem;height:0;top:65.44136875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMEdAsLhdond4tQqXotn0HkEsrLxmTSn { width:16.125rem;height:16.062rem;top:4.3125rem;left:2.902587890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNqqdkmQffVcRaXmRTX2Bt6JFoTLL75W { width:10.9980625rem;height:2.4375rem;top:19.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnfQWDUntpMJ1PQ9td9X3ATgJz7qktoB { width:9.4980625rem;height:2.4360375rem;top:21.875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4UWNRTR4mOgZ1nwP7ZDyfE5UPwk9Kom { width:6.5rem;height:6.4375rem;top:5.6610107421875rem;left:9.560546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJDwFaaKf9loao2RmeCiWTPd6yL6Inkb { width:1.25rem;height:1.25rem;top:2.249755859375rem;left:15.560913085938rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4h6Don5BUARr2EsUP4GCO3P3IciDE07 { width:2.999875rem;height:2.999875rem;top:1.0614013671875rem;left:14.810791015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXEcOaM07WWcKQ0x2UCrwt2BReKwGpBQ { width:3.43725625rem;height:3.43725625rem;top:16.998046875rem;left:16.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6slbnxqLxDUEK8Uo38HJsF5cS2V5BNu { width:3.43725625rem;height:3.43725625rem;top:24.841552734375rem;left:1.02978515625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #wudy5FHwOIa1OTpb113fUhlCf3LGRD4X { width:3.43725625rem;height:3.43725625rem;top:31.060546875rem;left:15.59033203125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #JHPgJ93ntdFpudJx5LA1RnQHQlxQtJwS { width:3.43725625rem;height:3.43725625rem;top:43.6875rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #NqJpatzyEdVRq4kR9aDFTpUCEmJI6QJt { width:18.74998825rem;height:3.5002445rem;top:47.8740234375rem;left:0.6240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmaqkZ6bQKKrapDoTw2ccTnU4UNsNlKX { display:block; }
 }@media only screen and (max-width: 763px) { #ob07vo8NgSRoyrPG3hfum6t5Q5GnDUkp { width:8.125rem;height:auto;top:26.5625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -moz-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -ms-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -o-linear-gradient(146deg, #ffb9e1, #ffc2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );";background-image: linear-gradient(146deg, #ffb9e1, #ffc2b3);background-size:initial !important;display:none; }#bOlI6XzE0OIA3t0NkRK7uOTTrR3xoKXV > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aqDaf9Ds4bL9RNKmTvs2tODsTR5B04Ta { width:20rem;height:2.5986375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdkTcmTw3AiyMnZcclQWRX2VHpQwuyr8 { width:20rem;height:14.417670682731rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -moz-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -ms-linear-gradient(146deg, #ffb9e1, #ffc2b3);background-image: -o-linear-gradient(146deg, #ffb9e1, #ffc2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9e1', endColorstr='#ffc2b3' );";background-image: linear-gradient(146deg, #ffb9e1, #ffc2b3);background-size:initial !important;display:none; }#ahq3Twvb5O3ab6K0KLXWWJClKTI16AWV > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZXn8fW8CqEafZpddZrtQD90nfdJMGXL8 { width:14.4375rem;height:2.51823125rem;top:1.400146484375rem;left:2.7801513671875rem;font-size:1.9375rem;line-height:1.3;text-align:center;text-align-last:center;color:#12277e;display:block; }
 }@media only screen and (max-width: 763px) { #iPUToCNXHTia5ykBHL9vuKQf2SCV11D2 { width:19.8125rem;height:19.1875rem;top:26.31103515625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TbQ7v0ewG4SgASNNwUMBmfq64mqVl7Cc { width:16.9375rem;height:8.875rem;top:32.623901367188rem;left:1.2811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7xhJTgOPOqsCowdD4ZZqZD1CiErQtHP { width:16.124875rem;height:2.19921875rem;top:42.679443359375rem;left:1.937255859375rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBD669E5hs5TmZJAfSkeizrieHg357TN { width:20rem;height:3.7983375rem;top:26.998291015625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6LdAIBZLPQqglM4gCiq1T5Wnr1p1XDf { width:20rem;height:0;top:83.459505390625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1o4OXKzDq3X2SoepOcSklFVaOkvQm8E { width:20rem;height:0;top:36.499633789062rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpoBnbLHrP8w3ZMfXV05btZB9xVweyGh { width:3.4375rem;height:2.1108375rem;top:31.554565429688rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgq4WgA1nPTRQq7U79BumMr1wGAVap0R { width:12.5rem;height:1.29948125rem;top:30.79833984375rem;left:4.779052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6W09AX2OAbwq0uIWRFT7o4rWQ8oOEhH { width:5.7495125rem;height:7.687375rem;top:8rem;left:0.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #MTzebB6eqP5unuxAWNGa6MTiwrGBzg19 { width:3.37463125rem;height:3.37463125rem;top:7.1875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCRieM8m6BqTu72k9MQINVdmS13kg4XK { width:9.4995rem;height:8.062125rem;top:15.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLGSH910QwHrKsJiMk6itrOkmqXepDOZ { width:3.99963125rem;height:1.21875rem;top:8.25rem;left:15rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9AJuBytlbSECVEzPfTsPkrZZqoBDwId { width:13.5rem;height:5.6875rem;top:8.8125rem;left:4.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p8XEzWHfWUTqR2g4R3ae7TQzglURnqxh { width:9.624625rem;height:4.5498rem;top:9.5625rem;left:7.125rem;font-size:0.875rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #aHLLJ72CzOLZGZwPidmwzFyv7P4qcq0g { width:12.75rem;height:6.375rem;top:17rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHrKb8wWRCR8IheAIibZ8PPaXVzeO6Qg { width:8.2495rem;height:0.97485625rem;top:21.5625rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpQ4ZJAd7la16xsHqfuvxdbvSTnVv4UE { width:18.62486325rem;height:3.3752445rem;top:47.70751953125rem;left:0.687255859375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUpXSiRH0GkGzqRHk6LB94xf6pvXCaqC { display:block; }
 }@media only screen and (max-width: 763px) { #GhlBa0zZWuzW1mwIOg3TvQaLlBTWHa94 { width:20rem;height:1.7871125rem;top:4.4805908203125rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;color:#12277e;display:block; }
 }@media only screen and (max-width: 763px) { #x2x28DDEU4ChLQOAAQCyyaE60ARdzJds { width:7.0625rem;height:4.875rem;top:15.899291992188rem;left:11.748657226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPlc6TTpL4A8V3H5RCPAWPTpCnGdDP93 { width:6.5625rem;height:6.5625rem;top:52.33203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCfpNsGXU9zSpC8xRS4nbPZmgDiFGN7T { width:6.5625rem;height:7.2430625rem;top:7.3858642578125rem;left:1.68701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPIy54ndPvmuKuG55hsuN51TwlynNkc5 { width:9.0625rem;height:2.2749rem;top:18.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { width:20rem;height:13.4375rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { width:19.9995rem;height:2.030275rem;top:1.99951171875rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;color:#1111c0;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { width:15.18675rem;height:0.9375rem;top:4.59228515625rem;left:2.4052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { width:17.9985625rem;height:5.8110375rem;top:6.216796875rem;left:2.0009765625rem;font-size:0.9375rem;display:block; }#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5b020c64-ac85-4888-a86d-f40c96a62e22/Untitleddesign32.png); }
 }@media only screen and (max-width: 763px) { #FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { width:16.3733125rem;height:1.21875rem;top:12.89501953125rem;left:2.4052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { width:6.25rem;height:6.25rem;top:13.62060546875rem;left:1.092529296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e560fcde-31c4-49f1-ba10-b5249fbedccd/Kubernetes36.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT.adaptive-delivery-prevent-bg, #NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT.lazyload, #NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT.lazyloading { background-image: none; }#NMFZV59DPIdeiDb8tKxHIKnq3ZERsOzT > .row .container { width:20rem;height:102.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TU0GBcfen20h5dHM4ImoGa0saO34ylPp { width:18.4375rem;height:9.625rem;top:9.9114990234375rem;left:0.7501220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp9AtBwTx52EGiiNryt6pzda4X9ZcgBp { width:18.5625rem;height:9.687rem;top:52.78271484375rem;left:0.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnskxHB6kiPuwMyvkpZSnTMGF7TDs5mS { width:18.75rem;height:9.375rem;top:25.81201171875rem;left:0.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIKIfrsAOFfgSpufsmPpbAOT0Pb38e1F { width:18.5625rem;height:9.24975rem;top:39.50537109375rem;left:0.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONPVeR5ihcCbODGaxpAaCC57Dzd1Hp9i { width:18.8115rem;height:9.87375rem;top:81.123779296875rem;left:0.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTnliTf8qkgedHJvAdK2VRTIhlPgiTlw { width:18.375rem;height:9.62475rem;top:65.874755859375rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUwSRc6MaFZTFPm8HPzhWqi3Ifgrg339 { width:18.31125rem;height:2.11198125rem;top:4.7373046875rem;left:0.843017578125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyQBhPB9NLc5OD0DDW9TcnJdt6nvD6gq { width:18.5rem;height:0;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mbuauzLsi0oZzmdGMasbFQBzzK7LcfhJ { width:3.125rem;height:3.125rem;top:6.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vy9cstaETqmvBaIWG8DTzGbw7WTB5bhM { width:14.68723825rem;height:2.37597575rem;top:95.9677734375rem;left:2.5927734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVBvVQet0OE5N8c8TvTe1ccg6B6rTMl5 { display:block; }
 }@media only screen and (max-width: 763px) { #ifaENmXmMd96p0CdioMF3gInWJ5ZsWuL { width:12.5rem;height:3.574225rem;top:20.71044921875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcaIDy6wuzG7wlfiqDpDuSHTPgLH6kD2 { width:12.49875rem;height:1.7871125rem;top:35.18701171875rem;left:3.749267578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIpxLoFciiuxkAELaRoFnH8fSzaNLoFI { width:12.4980625rem;height:1.7871125rem;top:63.470947265625rem;left:3.75rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G0o0hUIwNoZMpwFI7mgrbQWTQUKCFqQX { width:12.4995rem;height:3.57421875rem;top:76.01806640625rem;left:3.74853515625rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #omvZrJiu2rkR1qX9XwDzSIlUWeS9TuHw { width:12.49875rem;height:1.7871125rem;top:92.529052734375rem;left:3.749267578125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ere3EQsmZKkXXPDid1elV8Mr68cqdJzG { width:18.4995rem;height:4.2239625rem;top:0rem;left:0.74853515625rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ygQoXFQCV33vJBfx2kKq75eG7VzzwOpd { width:12.4995rem;height:1.7871125rem;top:49.341064453125rem;left:3.749267578125rem;font-size:1.375rem;display:block; }
 }