.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;overflow:visible;position:relative;display:block; }#TWsA2ALACn5XapIvoNy8pbDzsVMA11WJ { color:#c9abff;display:block;width:44.6875rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.15380859375rem;left:7.65625rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#xzaMr0w1hneIKs66ulroOrcpyS4PwnU8 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:prompt;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0);top:5.9208984375rem;left:5.78125rem;height:;text-align:center;text-align-last:center;display:block; }
#W0s0VWIR3a6vdbHfukQNfZKG6JHvMnF0 { color:rgba(var(--color-primary-0),1);display:block;width:9.4375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.32421875rem;left:37.18701171875rem;height:1.7871125rem;display:block; }
#cHlxqtTeA1vEU1CfGo0T1E0BBA12xn91 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9370125rem;width:1.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.24951171875rem;left:21.25rem; }
#BR1bNf6WTP7qOr6ChmlPkH5SZXgzyzPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9370125rem;width:1.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.24951171875rem;left:34.1240234375rem; }
#JTi2oPMkQXqkT1FIWKnnQtQsD2rQe4EK { color:rgba(var(--color-primary-0),1);display:block;width:3.125rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:17.3125rem;height:1.7871125rem;display:block; }
#Q7t8pO7MsKvlHyXFenm1Dx4tP3VG7ZUx { position:absolute;display:block;z-index:15006;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:3.0620125rem;width:10.249rem;top:20.125rem;left:21.1875rem;overflow:hidden;display:block; }
#nTISos4Pm7842qnGN4SARvxn6iEOHo5I { 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.12475625rem;width:11.9995rem;top:1.3583984375rem;left:24rem;overflow:hidden;display:block; }
#SgGIWqqU0FASAmeMtdFUO2tHNeu5uTWK { position:absolute;display:block;z-index:15012;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:5.4375rem;width:8rem;top:32.5625rem;left:44.5625rem;overflow:hidden;display:block; }
#rREJp0u8igZuiIEeStJusxLU0u0lDUGV { box-sizing:content-box;height:10.625rem;width:38.3125rem;position:absolute;display:block;z-index:15007;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:9.75rem;border-top-right-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-top-left-radius:2.9375rem;display:block; }
#sQ0HxbJa0fTnRLWFSNTR7qQJunXNA2Iz { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.375rem;left:13.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#SUQGwVdTwOm3Buef7tO4VJT0Gn1lqTsA { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.75rem;left:15.0625rem;height:1.625rem;display:block; }
#nMIzdopQesqnU2z5Iuy36FdcLFCSGzTs { position:absolute;display:block;z-index:15010;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:5.125rem;width:5.125rem;top:13.9365234375rem;left:45.49951171875rem;overflow:hidden;display:block; }
#O3w9Tgxo78mIAIXQXOmMMPkH4UTTKDmA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:#000000;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.75rem;left:21.25rem;display:block; }
#WxGCEt7CbwuacTaHN5RpzXorxmvUepqZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uK3vDy5eDkbp5LANp5boRRkCBzkgzi8n { position:absolute;display:block;z-index:15013;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:4.125rem;width:4rem;top:3.38916015625rem;left:1.84375rem;overflow:hidden;display:block; }
#dQ5DG2F0wPBMZxTJAlPLPykdJUnQNXFC { color:rgba(var(--color-primary-0),1);display:block;width:6.5625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.32470703125rem;left:14.43701171875rem;height:1.7871125rem;display:block; }
#hR9BiDakI3WrWhSizSNEztSLQZOOpwyT { color:rgba(var(--color-primary-0),1);display:block;width:9.125rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.32421875rem;left:24.4375rem;height:1.7871125rem;display:block; }
#lkSq2pecdZZ3QazP5T1DhMlTofcITinP { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.375rem;left:13.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#RMBzcsgs9kHpJarzObXVt5Hvz8goXTxR { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.75rem;left:15.0625rem;height:1.625rem;display:none; }
#yZRFhCPx8Ko8rq1eALnCmIsJnuUyeARn { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:3.2495125rem;width:10.812375rem;top:20rem;left:33.8125rem;overflow:hidden;display:block; }
#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H { 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;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; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container { background-color: transparent; background-image: none; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container > .video-iframe-container { display: none; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row > .video-iframe-container { display: none; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .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); }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container { border-width: 0; border-radius: 0; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;overflow:visible;position:relative;display:block; }#yLv3NHJlefU5ycgrgA2kmIxqxpCFgwBW { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.18701171875rem;left:12.84375rem;height:3.412475rem;display:block; }
#qBXs7yTTiCDHCnOM8WayNuhl8mG18WiC { box-sizing:content-box;height:0.375rem;width:7.3125rem;position:absolute;display:block;z-index:15002;background-color:#ff6b77;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:26.34375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Z5UobPsCvEa0lw5q9pgW9eU1IV3IwAHf { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15008;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:1.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#PXD9B9hTku0OrDZUmEM0F7VX5UE7MOq5 { color:rgba(var(--color-primary-0),1);display:block;width:10.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.974609375rem;left:26.34375rem;height:1.29980625rem;display:block; }
#Ri6sMeUQwNIcHQ9P7mysV53FDWNEU1Vv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.5rem;left:4.125rem; }
#LrurhsEhg6u1gzygvHInfi6Lt1MngzfC { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15011;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:21.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#yGrioqehTK3pDnKdWmdx6L11n4mIedrM { color:rgba(var(--color-primary-0),1);display:block;width:10.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:12.125rem;left:7.5625rem;height:2.9992625rem;display:block; }
#VISi6Ke1yENUCMcnEvXwv5s8c0IUnndg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.5rem;left:22.875rem; }
#NGcoRPP6PBNLaigJ02OAB8q1PzUxQC12 { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15014;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:41.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qOzlbmSBlMJZdHtIDDn77Ph9gZDFDxio { color:rgba(var(--color-primary-0),1);display:block;width:13.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:12.125rem;left:45.4375rem;height:2.9992625rem;display:block; }
#alnU671BhtZuCRs3JskulKnckk2vO8c9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.5rem;left:42.3125rem; }
#Jt1s5vLHChrdIaLNnrxB4SvwEZ305oZ3 { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15017;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:1.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#HrJ4EQXWr1VgdTcWGccxZLMoPTPMAktm { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15020;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:21.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#LIpvoiGcgRfbrGlZGqdbeUXOdOr74pL8 { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(133deg, rgba(var(--color-tertiary-4),1), #ff6b77);background-image: -moz-linear-gradient(133deg, rgba(var(--color-tertiary-4),1), #ff6b77);background-image: -ms-linear-gradient(133deg, rgba(var(--color-tertiary-4),1), #ff6b77);background-image: -o-linear-gradient(133deg, rgba(var(--color-tertiary-4),1), #ff6b77);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#ff6b77' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#ff6b77' );";background-image: linear-gradient(133deg, rgba(var(--color-tertiary-4),1), #ff6b77);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid #ff6b77;border-left:0.0625rem solid #ff6b77;border-right:0.0625rem solid #ff6b77;border-bottom:0.0625rem solid #ff6b77;top:18rem;left:41.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ZJu9WC8VgIDrkwdfs7ldSZPiJfRKqqTT { color:rgba(var(--color-primary-0),1);display:block;width:10.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:19.5rem;left:7.5625rem;height:2.9992625rem;display:block; }
#XAIxwpuHniPDKwR3ryan6cDQImcOh39o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:4.125rem; }
#M6nNobP6oyzTFQdBmN1nuLRDnWnrGsiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.875rem;left:22.875rem; }
#P7bK3T3TvTAhv5K55yEtdL2MDviWnsyE { color:rgba(var(--color-primary-0),1);display:block;width:10.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:19.5rem;left:26.34375rem;height:2.99926875rem;display:block; }
#E9hf5wxrmJfpGanfsW8OOAW5W3v0z1hS { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:19.0625rem;left:43.21875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#cHTtamBkXFXl0k9lsDi7uLcm2AZHGTwD { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:20.9375rem;left:40.4375rem;height:2.9992625rem;text-align:center;text-align-last:center;display:block; }
#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL { 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;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; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container { background-color: transparent; background-image: none; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container > .video-iframe-container { display: none; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row > .video-iframe-container { display: none; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .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); }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container { border-width: 0; border-radius: 0; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#FyoJlgBRsgv6NScBXGt6gzoGMZZ9ehhH { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:2.87451171875rem;left:3.28076171875rem;height:;text-align:center;text-align-last:center;display:block; }
#qTM0J8v3aZRBkZwJrdeHgo8Znu627zks { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:12.07373046875rem;left:14.93701171875rem;height:4.12475rem;text-align:center;text-align-last:center;display:block; }
#qGAAX0igVO7FkPp9WUJkpvEwveozVpzw { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.6875rem;left:8.875rem;height:1.625rem;display:block; }
#dcF2NKn72aorAF8sPeBW1TfALnSZ4ywF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.125rem;left:5.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ToauobKkvHDJi0cRhq8NDME3v8zrXe5g { box-sizing:content-box;height:0.25rem;width:23.375rem;position:absolute;display:block;z-index:15003;background-color:#ff6b77;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.13623046875rem;left:23.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OTVHrIuKTp8rhgyy5072q12p1fzclNk5 { box-sizing:content-box;height:15.4375rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:2.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;display:block; }
#wnWXsilpqEQ9fhbokueqo8ctQP10duS6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.1875rem;left:8.8125rem; }
#qc1dxaGvKGGUffUhLmlI0HAW5Kf5mbs5 { box-sizing:content-box;height:15.4375rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:21.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;display:block; }
#BoIeXbWFyTUXRz8Xo4DaiIILrJSXPiog { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.125rem;left:24.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Wx7eDwm9qcT37CKQIRsKhabX7sebPNMT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.6875rem;left:27.75rem;height:1.625rem;display:block; }
#a15tEgB55a3hZwI41lMkMZGC4Izc2J0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.1875rem;left:28.0625rem; }
#imuAplT5O7KcvnrTJaQnlJb72VKtxbFG { box-sizing:content-box;height:15.4375rem;width:17.75rem;position:absolute;display:block;z-index:15007;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:41.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#v0D2phipcTPU7aEZh3IOQRXTT6Tg0t35 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.125rem;left:44rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bTTJ2ANDFaf9fcIMif4UsEzZxiCmVQz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.6875rem;left:46.75rem;height:1.625rem;display:block; }
#Z1ngVuQTrEqarvmTSaCzpGqocJPb2xac { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.1875rem;left:47.75rem; }
#pr4BytZqyC9VwOgVRyIbh1APiLg2lWx4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:#000000;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:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.5rem;left:20.875rem;display:block; }
#kdtPsvHRZFQOt5itMXKxgKnTETgHHOnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOh0mol59BOwHe4XqXJOF6osG9t5TDBN { color:#fa00cf;display:block;width:20.99975rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.265991210938rem;left:21.812133789062rem;height:2.19360625rem;display:block; }
#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm { 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;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; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container { background-color: transparent; background-image: none; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container > .video-iframe-container { display: none; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row > .video-iframe-container { display: none; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .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); }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container { border-width: 0; border-radius: 0; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#wDbiD3UfrTZT6Dldh8TUTGGTN4JcZgDG { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:8.375rem;height:3.412475rem;display:block; }
#DRxmM3ZgqqTzDwo8BTzaSCo087OEk6T9 { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15000;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:10.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;display:block; }
#NtwSdatvEiK1LuPEJoA9r4NOLz0nT97r { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.9375rem;left:16.4375rem;height:2.99926875rem;display:block; }
#Nn7a4EbNxcya2OTG2dCdrXFMnlbRHb8E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.0625rem;left:12.375rem; }
#UVguApvsGezML6Q07RC7EDIU6pwlqcoO { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:10.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;display:block; }
#L3IxA7hq9BiaW4ERpZfZHBAhi9HhVaXH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.25rem;left:16.4375rem;height:2.99926875rem;display:block; }
#wb8iMS590spxNoOuA3EnB3MDLkwCM2xh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.375rem;left:12.375rem; }
#PdZBwEnDvMz5ZplPqTTv3vU3ybAkggf7 { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:10.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;display:block; }
#MiwdmSparLgQ0h7UoVAD2s0gssEUQylI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:24.5rem;left:16.4375rem;height:2.9992625rem;display:block; }
#M9g1qgMbeyy9KgLfWgomCfm171Zh674P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:24.625rem;left:12.375rem; }
#cW33ePPxTPTiECsywuzpGL5mKZlC2EWR { box-sizing:content-box;height:6rem;width:17.75rem;position:absolute;display:block;z-index:15009;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:10.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;display:block; }
#RFepwHQ6OD1CrLH8VDS5WxPrsaSeAf9t { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:31.6875rem;left:16.4375rem;height:2.99926875rem;display:block; }
#pscVxd1UlonNIKmsWeheLhyTuP2T7yHT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.8125rem;left:12.375rem; }
#nhZQBueaFOdTXFgtTOWfe8AGTQqwyGsG { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.65) ;height:26.5625rem;width:20.5625rem;top:8.8125rem;left:32.5625rem;overflow:hidden;display:block; }
#sIPPRltcfRVIepk1r6pGeGDGBbFOrZTN { 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:15015;opacity:1;top:2.392578125rem;left:4.0625rem; }
#QU2TXQnURqBiJ3QFUhqinbQmc31TQ5tl { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:8.375rem;height:3.4121125rem;display:none; }
#waKlSc85yPas5dHxBvycSkKEFgtVay6T { 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; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container { background-color: transparent; background-image: none; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container > .video-iframe-container { display: none; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row > .video-iframe-container { display: none; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .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); }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container { border-width: 0; border-radius: 0; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#TG5TaqbuTB60LF7dTmWQsx2uHn0qlIo1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.3125rem;width:55.9375rem;top:8.4375rem;left:2.03125rem;display:block; }
#syOTtiwaOIfa4Pof9g0ilbam33QJJ8HZ { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.5625rem;height:3.412475rem;display:block; }
#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR { 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; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container { background-color: transparent; background-image: none; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container > .video-iframe-container { display: none; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row > .video-iframe-container { display: none; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .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); }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container { border-width: 0; border-radius: 0; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#iWoKGkieAmADbL04PoBKKWX9l8CTG5A5 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:6.5rem;height:3.412475rem;display:block; }
#hy6yras9Sf46wOJgDCrkvy6yCaIZxyUA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.4560546875rem;left:2.125rem; }
#EyiDS7yT46dVR6msV0EQ153BUgdKFB1Z { box-sizing:content-box;height:2.6875rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:rgba(21,181,250,0.38);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.625rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.75rem;height:1.29980625rem;display:block; }#TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
#khVfryGZv8neTgMlesvuGlPkzTRzqogi { box-sizing:content-box;height:2.6875rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:rgba(21,181,250,0.38);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:12.1875rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.75rem;height:1.29980625rem;display:block; }#lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
#mrCBkmc9pcN9voSF586TpREZ5SAKEO7M { box-sizing:content-box;height:2.6875rem;width:25rem;position:absolute;display:block;z-index:15006;background-color:rgba(21,181,250,0.38);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.25rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:2.75rem;height:;display:block; }#c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
#g1m4VtFCznzKbDLNuIwt3TGNlC1hugBt { box-sizing:content-box;height:2.6875rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:rgba(21,181,250,0.38);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:15.6875rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:2.75rem;height:;display:block; }#w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
#kKtncI4aqZxi42nHpNQCMaRW71X7nHAW { box-sizing:content-box;height:19.0625rem;width:26.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(21,181,250,0.38);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:7.5rem;left:31.8125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TKXlghTEdTTG0Ez6Jp47hhaJGqWfxnRm { color:#ffffff;display:block;width:23rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6904296875rem;left:32.875rem;height:2.68115rem;display:block; }
#unn33CEOTCMT5qMD8PluJOpwg55dmfeZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12rem;left:32.59375rem; }
#dGsNlPGWNnIDdrb2ByebF1Zcwi1RvtI1 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:36.5rem;height:1.625rem;display:block; }
#r3rvT6kKcvxsE49S8Bp5pKhqZ1J2SXVh { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.2373046875rem;left:36.5rem;height:1.29980625rem;display:block; }
#Whxvhy6ReuexcruuSBIxDGTH6TZgqVu2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.875rem;left:32.59375rem; }
#GkvfBo3NAUhfn8DCmIyzTIce6RwqIHrm { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.75rem;left:36.625rem;height:1.625rem;display:block; }
#gB8pB0HtydPEQKLIIeIU3p3E2fLE4nqe { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.8125rem;left:36.5625rem;height:1.29980625rem;display:block; }
#XpT1om79sAkXMiVt7RtxpyhN7dowq7dX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.4375rem;left:32.625rem; }
#h94hEf5R0RO0aACvhb4kfn21cvV67AQI { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:36.625rem;height:;display:block; }
#TSLapi6O91R2klSM0KnAJHsfTB2vRmiq { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.375rem;left:36.5625rem;height:1.29980625rem;display:block; }
#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 { 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; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container { background-color: transparent; background-image: none; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container > .video-iframe-container { display: none; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row > .video-iframe-container { display: none; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .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); }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container { border-width: 0; border-radius: 0; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:60rem;position:relative;display:block; }#tTr6J1wRyHWzI1aagTTwtOMdOJIm5aNi { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:prompt;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:20.71875rem;height:2.92419375rem;display:block; }
#coBqMQP4qReqxx9LtAQqRIgWTRwoL7Tt { box-sizing:content-box;height:0.25rem;width:19.6875rem;position:absolute;display:block;z-index:15004;background-color:#00baff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9873046875rem;left:20.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QopBxWHxTQETnD74MIkyEFhw1c7A4rQB { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:13.25rem;width:25.625rem;top:9.3125rem;left:3rem;overflow:hidden;display:block; }
#tglXD856EBDCu3QUA3ZrcpuptVMbOxsg { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:13.25rem;width:25.25rem;top:9.3125rem;left:31.0625rem;overflow:hidden;display:block; }
#eHOLNrSNQZUgluTB3VtnmIIJybzJhzhy { box-sizing:content-box;height:17.6875rem;width:25.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(244,116,144,0.62);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid #ff6b77;border-left:0.0625rem solid #ff6b77;border-right:0.0625rem solid #ff6b77;border-bottom:0.0625rem solid #ff6b77;top:31rem;left:2.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#E51z0VoGlyQ3rI4IVWzmW3B5ANe0B5SP { background-color:#cc2a49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.25rem;left:3.4375rem;display:block; }
#v4eEA8bfzUqdF5abahgsP9rU7KGu6OzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC2K8oVps4lrVWSdiBGzl0TsHfhKvlkH { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.9375rem;left:3.75rem;height:2.19360625rem;font-style:normal;display:block; }
#L393ooRKF5nt4nh4q7DpyQapOeI0vnde { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.75rem;left:3.75rem;height:8.734125rem;display:block; }#L393ooRKF5nt4nh4q7DpyQapOeI0vnde li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L393ooRKF5nt4nh4q7DpyQapOeI0vnde li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
#Rq0EJzVnXVzhHu0ykBgJUtxw3Rn3Hr4L { box-sizing:content-box;height:12.5rem;width:25.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(229,86,255,0.51);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid #c9abff;border-left:0.0625rem solid #c9abff;border-right:0.0625rem solid #c9abff;border-bottom:0.0625rem solid #c9abff;top:36.25rem;left:31.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ZMM5lgXct8McLyUWoNbBGoO6q21xUffW { background-color:#251c37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.5rem;left:32.0625rem;display:block; }
#TgyUreU7xAdRclB58iBgTR5xqwL3pF8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGJOFcsmS6Jt6EH7JKcHVmlaZgUw38Ak { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.1875rem;left:32.375rem;height:2.19360625rem;font-style:normal;display:block; }
#oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:43rem;left:32.375rem;height:4.5233125rem;display:block; }#oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
#iBbc3NhCZZIDG3QvN8MsKLbCM1Kqu367 { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3rem;height:1.70605625rem;font-style:normal;display:block; }
#TEHNaTBMpxMIrXLoKse5NML16vIoq00J { color:#ff6b77;display:block;width:16.625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.25rem;left:3rem;height:2.19360625rem;font-style:normal;display:block; }
#oG7f4hM18TfSuBa2UcJCZhATLKWBPdqw { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27.9375rem;left:3rem;height:1.29980625rem;font-style:normal;display:block; }
#RxJGJUquDZ8IrwrJDJHGKIb8X1OkIzzL { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.9375rem;left:31.0625rem;height:1.2994375rem;font-style:normal;display:block; }
#FipdzHyusyuo3952qkTdI2DS6lZrfHAS { color:#f89dff;display:block;width:21rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.25rem;left:31.0625rem;height:2.19360625rem;font-style:normal;display:block; }
#yLgZoKsTUTZxFesJl81kE1qyZJoPflHo { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.5625rem;left:31.0625rem;height:1.70605625rem;font-style:normal;display:block; }
#LTTbTF61unVzwIX233ug7kbWpN4HccEq { color:#f89dff;display:block;width:21rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.0625rem;left:31.0625rem;height:2.19360625rem;font-style:normal;display:block; }
#Oiw43yI6qgq7M68c0JrEcOME0pzUAaEE { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.75rem;left:31.0625rem;height:2.598875rem;font-style:normal;display:block; }
#SFP5gEXT6hH4TPlU1usEs3esggTD3kZy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:#000000;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:21.437375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:51.405639648438rem;left:19.27978515625rem;display:block; }
#NGfI5btzEk0B1KvBTR3KKSRUtWJzN1Ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2xxGs62rQFIXEk7PkAE6tXNNU54Spy3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.52490234375rem;left:41.6875rem; }
#R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:87.4375rem;left:15.5625rem;height:11.6484375rem;display:none; }#R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
#NWVirzGpL1DMkRgtINve3hPyQ1noBNim { 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; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container { background-color: transparent; background-image: none; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container > .video-iframe-container { display: none; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row > .video-iframe-container { display: none; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .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); }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container { border-width: 0; border-radius: 0; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#nOrMJd3tqvLQ1CCLvCKlOVF365MDCb3u { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:prompt;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:17.03125rem;height:2.92419375rem;display:block; }
#Bpi8o8QVuVzaTRiWT4cxqBl9sPI7M3Ru { box-sizing:content-box;height:3.0625rem;width:8.625rem;position:absolute;display:block;z-index:15007;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:15.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;display:block; }
#SaTprou0086xiVbVtCtBJ3WKUcperIML { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:18.0625rem;height:1.2994375rem;display:block; }
#wOLKbDFcV3tPcd9R39kI9KCUZ4R7Muhp { box-sizing:content-box;height:3.0625rem;width:10.375rem;position:absolute;display:block;z-index:15009;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:25.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;display:block; }
#mOGOcUHXsbyhUUW4nZVRkKMsDstqfeXV { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8125rem;left:26.625rem;height:1.2994375rem;display:block; }
#wP6Fc47BVGWvliikFqN6X1a5cLfHhoTM { box-sizing:content-box;height:3.0625rem;width:5.125rem;position:absolute;display:block;z-index:15013;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:43.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#s6NA0Piugmv0HFRKM1h8HKyyGpCqVwq6 { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.6875rem;left:44.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UOJB0eqKds2Qq8qnQ9QrB9Uc1IiTIPyG { box-sizing:content-box;height:3.0625rem;width:5.3125rem;position:absolute;display:block;z-index:15015;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:48.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;display:block; }
#fteM4w6eRqD0Nag6gbKZngF1X1wayxCq { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.6875rem;left:49.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Xlnai7e5eTv4emAfq4Xx9Fn7MAVTsi9a { box-sizing:content-box;height:3.0625rem;width:10.25rem;position:absolute;display:block;z-index:15017;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:36.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;display:block; }
#ZVgNRQflBPazkU3Cgz4iPlhnrc09mAR6 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.8125rem;left:37.8125rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#XAPZh31uqefAz7WJyVXpmJ9I4c6f6rxC { box-sizing:content-box;height:3.0625rem;width:16.8125rem;position:absolute;display:block;z-index:15019;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:5.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#gVFipnXQAtEw1rptJenbOI4kqw3K3sZ8 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.6875rem;left:6.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZFWyJ2dPqmOny1KfTgv5LBQh31FxNK0k { box-sizing:content-box;height:3.0625rem;width:7.375rem;position:absolute;display:block;z-index:15021;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:23.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#mg9HMDNB2x2W8AOs1HRM96H5Cl2g89W1 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.6875rem;left:24.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nfI7duiuiQrDuUrf9WDzZm1x5Zc69T3l { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15023;background-color:#22242c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:31.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#BLJlTXnXWgRkSS5hkubPDpKXZysHqLTd { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TIwtSM1CgTLOduZyATyaXDE4SGcypVD4 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:20.375rem;height:1.625rem;display:block; }
#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 { 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; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container { background-color: transparent; background-image: none; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container > .video-iframe-container { display: none; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row > .video-iframe-container { display: none; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .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); }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container { border-width: 0; border-radius: 0; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container { font-size:0.875rem;font-family:arial;height:84.0625rem;width:60rem;position:relative;display:block; }#gXLEcUkqarE4ftT8LesTcv8d5H7Q5N4D { background-color:rgba(255,142,0,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb8749;border-left:0.0625rem solid #fb8749;border-right:0.0625rem solid #fb8749;border-bottom:0.0625rem solid #fb8749;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.6875rem;height:2.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.3125rem;left:24.5625rem;display:block; }
#QJ8iZh2ARNc4Mm0y3HHiNaPchUTOhqqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEFwylensk9v5W7AbBVAQuBkNe2skT6Z { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:4.8125rem;height:3.412475rem;display:block; }
#aa9qAzTBQZnFBOUeTawSC4iv846RFk1Q { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:12.125rem;left:13.96875rem;height:3.999025rem;text-align:center;text-align-last:center;display:block; }
#TxE7ATuWqz381MnisbShvbTMp9fbQzwU { box-sizing:content-box;height:17.6875rem;width:25.125rem;position:absolute;display:block;z-index:15024;background-color:#101521;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid #facc6c;border-left:0.0625rem solid #facc6c;border-right:0.0625rem solid #facc6c;border-bottom:0.0625rem solid #facc6c;top:53.25rem;left:3.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#bvi9v3QxUSTU8k2EHM5bxgpPNwBTkU8H { background-color:#ff9023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:55.125rem;left:22.5625rem;display:block; }
#TozRyXdsfZ2GkQhC3XseFTJCCKQrWeNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0vIPSasBlv69Ve0RTrvVHZ5x49fcwkf { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:55.1875rem;left:5rem;height:1.7871125rem;font-style:normal;display:block; }
#Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:58.4375rem;left:4.75rem;height:6.13525625rem;display:block; }#Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
#ZiQJoA8rHRbCgyCqPuFdT6yt8LpvqvUZ { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:48.4375rem;left:15.75rem;height:3.08715625rem;font-style:normal;display:block; }
#fET61Bo1zUe51urnbstNKUg8hW7pIvMB { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:51.4375rem;left:15.75rem;height:1.4624rem;font-style:normal;display:block; }
#QvREJ2ydl0iJ1u7z09r4sRTzXtrZXJ8R { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:66.6875rem;left:5.0625rem;height:2.92358125rem;font-style:normal;display:block; }
#F2O5zFwp5ceqXV5TpvX0rzABHbaRsrLs { position:absolute;display:block;z-index:15003;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.875rem;width:11.875rem;top:42.125rem;left:3.75rem;overflow:hidden;display:block; }
#nsXdImnq8bl3VzSoob5qJcV8zFmOUCZJ { box-sizing:content-box;height:17.6875rem;width:25.125rem;position:absolute;display:block;z-index:15032;background-color:#101521;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-2),0.42) ;border-top:0.0625rem solid #facc6c;border-left:0.0625rem solid #facc6c;border-right:0.0625rem solid #facc6c;border-bottom:0.0625rem solid #facc6c;top:53.3125rem;left:30.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#f5hfvTwFwsVTVII48ww6vXrqcLHvsCOt { color:#ffffff;display:block;width:21rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:66.75rem;left:32.25rem;height:2.92358125rem;font-style:normal;display:block; }
#mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:58.5rem;left:31.9375rem;height:4.5233125rem;display:block; }#mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
#mPg48XoOlq2UhOH4Q3fTPTyeHoTyzgnm { background-color:#ff9023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:55.125rem;left:49.875rem;display:block; }
#nCZP4qlBNFlbaiQzkWtSXCMvVEQ007NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vftqHLJ5uUfm0DHTJtAO9bLq7px7icH0 { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:55.25rem;left:32.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#eRspcKTaVvn9BbuuhSZfuwNgo6QIpgSA { position:absolute;display:block;z-index:15011;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.875rem;width:11.875rem;top:42.1875rem;left:29rem;overflow:hidden;display:block; }
#qKcrJSZuxOPQipq4fWk07UdDxf1GbklR { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:51.5rem;left:41.875rem;height:1.4624rem;font-style:normal;display:block; }
#rr1myq5IZx2877xXLDWac5mkef2Zn3lK { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:48.4375rem;left:41.9375rem;height:3.08715625rem;font-style:normal;display:block; }
#CeJrIw8whdwszFVTetMdzCEW7Dv08D5e { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:#000000;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:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:73.625rem;left:18.125rem;display:block; }
#IiwnVEAbmPsh6VWTbmPAveJut3aoETVu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUve4uwn7adehqPf6nbMhNf1J2KpV9MH { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:4.8125rem;height:3.4121125rem;display:none; }
#hwE7p1vIxSiAwxnoDOTPvCGTGsrdniiD { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.375rem;left:16.8125rem;height:1.4624rem;font-style:normal;display:none; }
#G24IP7Sk0sGrTZbE2JcFVd3xfDw2Fezw { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.37451171875rem;left:43rem;height:3.0869125rem;font-style:normal;display:none; }
#Fb87KyWIcaJgeGqPEdCKufoP3ppdbekB { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.8125rem;width:42.4375rem;top:17.9375rem;left:9.90625rem;display:block; }
#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT { 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; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container { background-color: transparent; background-image: none; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container > .video-iframe-container { display: none; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row > .video-iframe-container { display: none; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .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); }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container { border-width: 0; border-radius: 0; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#Lw8mMsySBLhORfxifeOw7xRnA6unNXTd { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.125rem;left:1.6875rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KJRmEtfW6QssvleA5W5AodZOb2SCDzdO { 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:23.6875rem;width:55.5rem;top:10.25rem;left:2.4375rem;overflow:hidden;display:block; }
#cGLEqihWIm2fFVk7sWT3xwKKJDTZ27iO { position:absolute;display:block;z-index:15016;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:13.4375rem;width:25.6875rem;top:14.0625rem;left:3.3125rem;overflow:hidden;display:block; }
#TS1qayT1KdNuvUkSrHJlDTFbOpT6MRrK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.0625rem;left:30.25rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NOLbZcTluEKF81CKTRowDz7qHsRMCbJT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5625rem;left:30.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#oZIfWTBbP4lEDKfIeiJ6pb1a3WW2amvR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.125rem;left:30.125rem;height:4.55078125rem;text-align:left;text-align-last:left;display:block; }
#deuoRTqRLrs66Ltte3SyqLwvZTZDOBrI { color:#a920ff;display:block;width:3.625rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.64306640625rem;left:35.8125rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLQ1qOBSB03v0IeNTo9UL7rUH0bTfTuI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.00927734375rem;left:30.25rem;height:1.54358125rem;text-align:left;text-align-last:left;display:block; }
#x92B3nwsHl92JbGa0BFE1ae1PWrEPxug { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.0087890625rem;left:39.6875rem;height:1.54358125rem;text-align:left;text-align-last:left;display:block; }
#loeSeDq2ETtlbZ8aPryn21nMnpXWcF1D { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.94970703125rem;left:3.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMk8fpxfMQEzqEOEBvd3DNAb1wdqQPzy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b928ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #b928ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #b928ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #b928ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b928ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b928ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #b928ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.24951171875rem;left:34.6875rem;display:block; }
#qiU5XgAu0ipmb6keIRW8UsszyWDrnRTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oa6tR1dU0rZBLl6kJPhAyeBko8fN6USs { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.125rem;left:1.6875rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#feykM1bd37puJprqCeb7rnZMPxmIRQOI { 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; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container { background-color: transparent; background-image: none; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container > .video-iframe-container { display: none; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row > .video-iframe-container { display: none; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .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); }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container { border-width: 0; border-radius: 0; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#hxKmOf2cNdGqt56AqPRfJiqTubn3b3g7 { box-sizing:content-box;height:34.6875rem;width:25.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a0162);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a0162);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a0162);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a0162);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a0162' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a0162' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a0162);background-size:auto !important;top:4.3125rem;left:31.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; }
#w232rlVMHIXXFA3HTxQcmNgSmeKuJKLz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:4.25rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#swKU6ncXEqBoq9kWJUyKcUpIs39yQcK5 { color:#f8f600;display:block;width:21.6861875rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:5.125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lO8kQNmN0Wct2Rtl72XpB0zCW9CddZGH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#HMc7DxkxafSq3Au3Gb9Xi2nbpTTCFeEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.187rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.9375rem;left:4.25rem;height:4.2236375rem;text-align:left;text-align-last:left;display:block; }
#qEfgFEvPo28WKad6Fub357xJfLqosWME { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:5.125rem;height:2.35656875rem;text-align:center;text-align-last:center;display:block; }
#T0RNLEbZRcWGhT5TxNUSp6G8m9lyHTLg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:sukhumvit;font-size:3.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.125rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#zilK1Zr0IVyzXKeSucWLVRsra0csEaDb { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.75rem;left:3.0625rem;height:2.03125rem;text-align:center;text-align-last:center;display:none; }
#V1v8RllWP8kR8vaWzGo4IJHkaPKVFruF { color:rgba(var(--color-tertiary-0),1);display:block;width:2.999875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5rem;left:1.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#RMq9tNyONS5OwlaWpV5I72wEy28TpuD7 { box-sizing:content-box;height:22.75rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:6.0625rem;left:3rem;display:block; }
#Ex1cA7XuLHXT1zP2yQ8wgU6rxbBahq0W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:28.4375rem;left:2.6875rem; }
#OIyd4oItIOxlxwlC0mTfSNkcmb8FzNvA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.2485625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:5.4375rem;left:33.1875rem;height:2.03125rem;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; }
#udaupPW4UGP0J9vIfHruuhLCwSdkUoC3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.375rem;left:31.6875rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#geNbFv4Vp8GHPyPQGVQWbCLnDKQWwdgr { color:#e556ff;display:block;width:25.1875rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.6875rem;left:31.6875rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-form-header {  }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-regular-label { height:auto;display:block;font-family:prompt;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.4375rem;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;overflow:hidden;line-height:1.5; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;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;line-height:1.7; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-text {padding-top: 0; padding-bottom: 0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;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;line-height:1.7; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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:21.4375rem;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; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-select {padding-top: 0; padding-bottom: 0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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:transparent;background-image: -webkit-linear-gradient(top, #ff684f, #facc6c);background-image: -moz-linear-gradient(top, #ff684f, #facc6c);background-image: -ms-linear-gradient(top, #ff684f, #facc6c);background-image: -o-linear-gradient(top, #ff684f, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff684f', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff684f', endColorstr='#facc6c' );";background-image: linear-gradient(to bottom, #ff684f, #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.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.4375rem;height:4.0625rem;font-family:prompt;overflow:hidden;text-align:center;text-align-last:center; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:prompt;font-size:0.9375rem;text-align:left;text-align-last:left; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:prompt;font-size:0.9375rem;text-align:left;text-align-last:left; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:prompt;font-size:0.9375rem;text-align:left;text-align-last:left; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:prompt;font-size:0.9375rem;text-align:left;text-align-last:left; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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:prompt;font-size:0.9375rem;font-weight:400;color:#ffd44d;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .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; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-container:first-of-type{padding-top:0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-container:last-of-type{padding-bottom:0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR  { 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:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.3125rem;top:13.44921875rem;z-index:15023;position:absolute; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR {display:block;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR { 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:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.3125rem;top:13.44921875rem;z-index:15023;position:absolute; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #e3LPWqWKSzJwsToeN1SpVDQkMHJPVAqk { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #XQXIChU1AzkmFQr8s1iCQmtfm261nFqT { position:relative;display:block; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #T7S6E8ssTkser0tCte4H9n41Va4aag0B { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #m2M0veirmfaqXby4SDL9yBV7yPAPExGn { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Tthx3Xhmz4amwNPzDFNTIGN4DFAwDAJD { position:relative;display:block; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #FVyFkQXGii3H9oyEQS4n1SHbyxx7gLpU { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Q5wqm5d91oUAs9rNbKcUil9NNEh1VneV { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #TyRk2rh2o5MhHilGHbnSDTwO8b1u098b { position:relative;display:block; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #OH7gt3W9VkmfnOMkzmun80rL7ny5W5yy { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Zxxg73FsAEMArk9oNF5K1bO0kGE1iMUg { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #ni7N9J3mlFDm7d7nwEbMhrydhCM0izTg { position:relative;z-index:2; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #parvfXswvPNw4vUCoeaSBBJXDmK4BzZK { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #gt8x0qtPNT3J3etuBMpEiBgVqPiG8qXe { position:relative;display:block;z-index:15000; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #VruQSUMvk55OH84qBA3H5Tt4oUBxivSw { position:relative;display:block;z-index:15000; }
#CyVouhunekaW24WQxigxyRrCnOdvTm2o { position:relative;display:block; }
#ZhOny7BAbklzWuTGrrTNaGizxJ31TeHC { position:relative;display:block; }
#NcrqVagS2V9mOkXlEJGpX4csOkSRdpPE { position:relative;display:block; }
#HaUSW13UcmGhXzAC9WV7gBU3DCSPeAyy { position:relative;display:block; }
#artyNqBNE8Hr7vWUyTeMqAbAUa6ILm61 { position:relative;display:block; }
#leQB7LS4CpehaB2AMWpPWDTE1kZw2EfJ { position:relative;display:block; }
#aJ7hTxVyUnW593GlEBTI8lSB20sCehCy { position:relative;display:block; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #LUcqQ3B487ayrpv4uSVvmG93IZutKJPe { position:relative; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #hwEy8H4tZ0IWlq91te8BIO52SFcNeP2T { position:relative; }
#IragEBTT1pyScKi91vKZdqhuFSJ85sTx { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TubMmC886BS7nDCrIxfkV06V5JB2zXIp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #D7taqQ9EAtEynLlin9tPOMnKtidoaglU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XTZWhaZup1uOhXRgUCFuNFGqw9uENXeT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCKouSde0NRpiyuteuSbFCPBw4vMFynz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UcVWKZZ5HrDxs3yhbmkPI0pbIFdCVA4F { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ydzcAFVbpsFkk6R6B2ts0CH7hnwXUHIh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uIoVUy39g1AIsbQ21Q7dVW5HRX0S2SSU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x2I6u0MlaN48bS3Dqhq2Xu5qDZO1oRhS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZimQTle6si42xT1q50GRGg7xk9w1aq5h { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KmlCIIpaS1T59yNIyJJ2iJRQrXtPTqqL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #quIPmlGr4OdV5fkw9RTw08QG97ybyByw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q9wnl5ag5NTzIGM93R9qTvPGUFbFVbsh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xGrNNlfbpHv8JbWX48Mi31kRRE3Enxns { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mNa8FIxfflXGKt5B24zPDJtlzfL97bsc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WDIWy4e6KUE2HiLWTNXF5eB1NpDkmwtB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rvX1KRo6e88l0LBoezynVTrpEGG1eULT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pswecc1whAI6EUhcsFmBvX6yUla5Pshb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GlIr10OAU1eFNELpgdiOdtzNfq1cXK9E { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #s45aieqd5kM0ltXbudy1etf7iDUUtfaB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IsaiqkKKTvVmnLu1PFMzQP5cpMLV1cDO { position:relative; }
#QNTgt5cDil9ovei83HVDNzcVti36Hy2C { color:#e4ec00;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.78125rem;left:3.09375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-primary-4),1);padding-top:0.35375rem;padding-right:0.313125rem;padding-bottom:0.35375rem;padding-left:0.313125rem;display:block;align-items:center;width:1.876875rem;min-width:1.876875rem;height:1.9rem;position:relative;font-family:worksans;font-size:1.414375rem;font-weight:400;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5025rem;height:0.75125rem;position:relative;font-family:"open sans";font-size:0.530625rem;font-weight:700;line-height:12.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.5rem;height:3.5791rem;padding-top:0.044375rem;padding-right:0.045rem;padding-bottom:0.044375rem;padding-left:0.045rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.1875rem;left:7.59716796875rem;z-index:15044; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #yImTABaK8AlAeiHc0dMcEtb9fPLtdgaR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #TG8LhKGcCnt6MzLhrcgvsJ6wapAVwaxy { width:auto; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #v586s8UCFXrrLib0Gd4tIncW2aXEZ55X {  }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #qdz5V4XZHRf5HVq96wFzTmXfpDt1GI73 { display:flex;position:relative;top:0rem;left:0rem; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #lmHZlO4VsE6UTrT05qO7FvVyGLTEMPn5 {  }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #qGL2tc8yM21T8O2MzDO5sgLDQJbTTEW3 {  }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #do8FpvEobd5IxvOvWuefvhAc3Uu940r9 { display:flex;position:relative;top:0rem;left:0rem; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #e9AJTz4AKvP47DJ51Tk7TMtwwFM1yQ8L {  }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #GgorhdTo5r99ORITpFPheFIrKEouH7Xs {  }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #fMiFdrWwPlnfTlUBXPULuaG18AdDoD6A { display:flex;position:relative;top:0rem;left:0rem; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #wMqBxRZlGzrquFfVx5xL8kQeXJ2GRG14 {  }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #ATekp9QyzRxmUREHTbDVreRTOrOxJU0P {  }
#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk { 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; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container { background-color: transparent; background-image: none; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container > .video-iframe-container { display: none; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row > .video-iframe-container { display: none; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .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); }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container { border-width: 0; border-radius: 0; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#kar8gUlViWmhzHgZmzROPGMOnd1BTZqp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.8125rem;left:6.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGLWUqhxg0Ty1M8wnqIhI4VRe37rpxKC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9375rem;left:6.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m0avpeXcT5g5ETtWCbqkGshmEg8moRSd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lIvntKIqH6MKJEG4WetlDK0XPqoGkozg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.9375rem;left:40.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thX8qRShFvTUG5drwqLzTJpF6fJieeuh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.8125rem;left:23.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOGdmsDVk2342cB8w00D0WoRnH5pE4wx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.8125rem;left:40.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#T6LzMDhcb7SNo9wRZshSaXq3rngRcNIO { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.25rem;left:8.875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wELJEo6PTG4GgdB6Dnd5tTsmyJsOB739 { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:11.375rem;left:5.6875rem;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; }
#m4bHr65xqUtBynZJIpaR2VSXOhbrdwJJ { 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:12.5rem;width:12.5rem;top:12.0625rem;left:6.75rem;overflow:hidden;display:block; }
#E8er82EwOiLzBNoC6mwxDDp5aFeqMCaz { 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:12.5rem;width:12.5rem;top:12.0625rem;left:23.75rem;overflow:hidden;display:block; }
#qggkkb8oh1Iwy5S2VSHimqLxzPndL8nA { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:11.375rem;left:22.6875rem;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; }
#s7gZnUtlLS87i1c7OJV4BeZC4GIMguh5 { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:11.375rem;left:39.6875rem;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; }
#Qowh20w0Lmvyw12FZqSPXPUAm8euzzCO { 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:12.5rem;width:12.5rem;top:12.0625rem;left:40.75rem;overflow:hidden;display:block; }
#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT { border-top:0;border-left:0;border-right:0;border-bottom:0;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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT.adaptive-delivery-prevent-bg, #LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT.lazyload, #LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT.lazyloading { background-image: none; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container { background-color: transparent; background-image: none; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container > .video-iframe-container { display: none; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row > .video-iframe-container { display: none; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .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); }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container { border-width: 0; border-radius: 0; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#Sq5I6u2suTCAZsd9rlz06StZEUMeOKZ3 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.39795rem;text-align:left;text-align-last:left;display:block; }
#tTStMU1CwIE7phaZI0IsG2wTqteLEMIC { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.39795625rem;text-align:left;text-align-last:left;display:block; }
#BSNGuzMvrvDpAdWDT6pKklpRdI7Wo1Xp { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.39795rem;text-align:left;text-align-last:left;display:block; }
#qAdbkLJTna7CuF1LceDhERkM7FQVv3zP { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#A0xUMHIymNTZ3qgnEpuBkPpfyGCip3C6 { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#y9BTNm8dppe2knxJ4QynJLouwbGorvNE { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lHiwmBQIKIo2ISxoOzeHuLcLzBsiKyJ6 { 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:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWsA2ALACn5XapIvoNy8pbDzsVMA11WJ { top:11.125rem;left:1.53125rem;width:44.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaMr0w1hneIKs66ulroOrcpyS4PwnU8 { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0s0VWIR3a6vdbHfukQNfZKG6JHvMnF0 { top:16.3125rem;left:31.06201171875rem;width:9.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHlxqtTeA1vEU1CfGo0T1E0BBA12xn91 { top:16.1875rem;left:15.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR1bNf6WTP7qOr6ChmlPkH5SZXgzyzPN { top:16.1875rem;left:27.9990234375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTi2oPMkQXqkT1FIWKnnQtQsD2rQe4EK { top:20.75rem;left:11.1875rem;width:3.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7t8pO7MsKvlHyXFenm1Dx4tP3VG7ZUx { top:20.125rem;left:15.0625rem;width:10.1875rem;height:3.0433210855313rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTISos4Pm7842qnGN4SARvxn6iEOHo5I { width:11.9375rem;height:4.1034441213696rem;top:1.3125rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgGIWqqU0FASAmeMtdFUO2tHNeu5uTWK { top:32.5625rem;left:38.4375rem;width:8rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rREJp0u8igZuiIEeStJusxLU0u0lDUGV { top:25.3125rem;left:3.625rem;width:38.3125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ0HxbJa0fTnRLWFSNTR7qQJunXNA2Iz { top:27.375rem;left:7.0625rem;width:31.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUQGwVdTwOm3Buef7tO4VJT0Gn1lqTsA { top:31.75rem;left:8.9375rem;width:29.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIzdopQesqnU2z5Iuy36FdcLFCSGzTs { top:13.875rem;left:39.37451171875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3w9Tgxo78mIAIXQXOmMMPkH4UTTKDmA { width:17.5rem;height:3.4375rem;top:39.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxGCEt7CbwuacTaHN5RpzXorxmvUepqZ { display:block; }
 }@media only screen and (max-width: 763px) { #uK3vDy5eDkbp5LANp5boRRkCBzkgzi8n { top:3.375rem;left:0rem;width:4rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5DG2F0wPBMZxTJAlPLPykdJUnQNXFC { top:16.3125rem;left:8.31201171875rem;width:6.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR9BiDakI3WrWhSizSNEztSLQZOOpwyT { top:16.3125rem;left:18.3125rem;width:9.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkSq2pecdZZ3QazP5T1DhMlTofcITinP { top:26.8125rem;left:0rem;width:20rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMBzcsgs9kHpJarzObXVt5Hvz8goXTxR { top:30.625rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZRFhCPx8Ko8rq1eALnCmIsJnuUyeARn { top:20rem;left:27.6875rem;width:10.75rem;height:3.2307665406536rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTAmcmthBdlhSTDDE5KP7hh6Henh34H { display:block; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLv3NHJlefU5ycgrgA2kmIxqxpCFgwBW { top:3.125rem;left:6.71875rem;width:35.5rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXs7yTTiCDHCnOM8WayNuhl8mG18WiC { top:7.6875rem;left:20.21875rem;width:7.3125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UobPsCvEa0lw5q9pgW9eU1IV3IwAHf { top:10.625rem;left:0rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXD9B9hTku0OrDZUmEM0F7VX5UE7MOq5 { top:12.9375rem;left:20.21875rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6sMeUQwNIcHQ9P7mysV53FDWNEU1Vv { top:12.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrurhsEhg6u1gzygvHInfi6Lt1MngzfC { top:10.625rem;left:15rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGrioqehTK3pDnKdWmdx6L11n4mIedrM { top:12.125rem;left:1.4375rem;width:10.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VISi6Ke1yENUCMcnEvXwv5s8c0IUnndg { top:12.5rem;left:16.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGcoRPP6PBNLaigJ02OAB8q1PzUxQC12 { top:10.625rem;left:30rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOzlbmSBlMJZdHtIDDn77Ph9gZDFDxio { top:12.125rem;left:34.3125rem;width:13.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alnU671BhtZuCRs3JskulKnckk2vO8c9 { top:12.5rem;left:36.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt1s5vLHChrdIaLNnrxB4SvwEZ305oZ3 { top:18rem;left:0rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJ4EQXWr1VgdTcWGccxZLMoPTPMAktm { top:18rem;left:15rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpvoiGcgRfbrGlZGqdbeUXOdOr74pL8 { top:18rem;left:30rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJu9WC8VgIDrkwdfs7ldSZPiJfRKqqTT { top:19.5rem;left:1.4375rem;width:10.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIxwpuHniPDKwR3ryan6cDQImcOh39o { top:19.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6nNobP6oyzTFQdBmN1nuLRDnWnrGsiA { top:19.875rem;left:16.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7bK3T3TvTAhv5K55yEtdL2MDviWnsyE { top:19.5rem;left:20.21875rem;width:10.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9hf5wxrmJfpGanfsW8OOAW5W3v0z1hS { top:19.0625rem;left:34.3125rem;width:13.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTtamBkXFXl0k9lsDi7uLcm2AZHGTwD { top:20.9375rem;left:28.1875rem;width:19.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL { display:block; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyoJlgBRsgv6NScBXGt6gzoGMZZ9ehhH { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTM0J8v3aZRBkZwJrdeHgo8Znu627zks { top:12.0625rem;left:8.81201171875rem;width:31.9375rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGAAX0igVO7FkPp9WUJkpvEwveozVpzw { top:30.6875rem;left:2.75rem;width:5.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcF2NKn72aorAF8sPeBW1TfALnSZ4ywF { top:33.125rem;left:0rem;width:12.6875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToauobKkvHDJi0cRhq8NDME3v8zrXe5g { top:16.125rem;left:17.3125rem;width:23.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVHrIuKTp8rhgyy5072q12p1fzclNk5 { top:22.3125rem;left:0rem;width:17.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnWXsilpqEQ9fhbokueqo8ctQP10duS6 { top:24.1875rem;left:2.6875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc1dxaGvKGGUffUhLmlI0HAW5Kf5mbs5 { top:22.3125rem;left:15.6875rem;width:17.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoIeXbWFyTUXRz8Xo4DaiIILrJSXPiog { top:33.125rem;left:18.1875rem;width:12.6875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7eDwm9qcT37CKQIRsKhabX7sebPNMT { top:30.6875rem;left:21.625rem;width:5.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a15tEgB55a3hZwI41lMkMZGC4Izc2J0T { top:24.1875rem;left:21.9375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imuAplT5O7KcvnrTJaQnlJb72VKtxbFG { top:22.3125rem;left:30.0625rem;width:17.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0D2phipcTPU7aEZh3IOQRXTT6Tg0t35 { top:33.125rem;left:35.0625rem;width:12.6875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTJ2ANDFaf9fcIMif4UsEzZxiCmVQz4 { top:30.6875rem;left:40.625rem;width:6.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ngVuQTrEqarvmTSaCzpGqocJPb2xac { top:24.1875rem;left:41.625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr4BytZqyC9VwOgVRyIbh1APiLg2lWx4 { width:21.375rem;height:3.4375rem;top:41.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdtPsvHRZFQOt5itMXKxgKnTETgHHOnD { display:block; }
 }@media only screen and (max-width: 763px) { #oOh0mol59BOwHe4XqXJOF6osG9t5TDBN { top:18.25rem;left:15.687133789062rem;width:20.9375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm { display:block; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDbiD3UfrTZT6Dldh8TUTGGTN4JcZgDG { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRxmM3ZgqqTzDwo8BTzaSCo087OEk6T9 { top:8.25rem;left:4.4375rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwSdatvEiK1LuPEJoA9r4NOLz0nT97r { top:9.9375rem;left:10.3125rem;width:9.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn7a4EbNxcya2OTG2dCdrXFMnlbRHb8E { top:10.0625rem;left:6.25rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVguApvsGezML6Q07RC7EDIU6pwlqcoO { top:15.5625rem;left:4.4375rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3IxA7hq9BiaW4ERpZfZHBAhi9HhVaXH { top:17.25rem;left:10.3125rem;width:9.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8iMS590spxNoOuA3EnB3MDLkwCM2xh { top:17.375rem;left:6.25rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdZBwEnDvMz5ZplPqTTv3vU3ybAkggf7 { top:22.8125rem;left:4.4375rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiwdmSparLgQ0h7UoVAD2s0gssEUQylI { top:24.5rem;left:10.3125rem;width:9.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9g1qgMbeyy9KgLfWgomCfm171Zh674P { top:24.625rem;left:6.25rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW33ePPxTPTiECsywuzpGL5mKZlC2EWR { top:30rem;left:4.4375rem;width:17.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFepwHQ6OD1CrLH8VDS5WxPrsaSeAf9t { top:31.6875rem;left:10.3125rem;width:9.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pscVxd1UlonNIKmsWeheLhyTuP2T7yHT { top:31.8125rem;left:6.25rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZQBueaFOdTXFgtTOWfe8AGTQqwyGsG { top:8.8125rem;left:26.4375rem;width:20.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIPPRltcfRVIepk1r6pGeGDGBbFOrZTN { top:2.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2TXQnURqBiJ3QFUhqinbQmc31TQ5tl { top:3.4375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #waKlSc85yPas5dHxBvycSkKEFgtVay6T { display:block; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG5TaqbuTB60LF7dTmWQsx2uHn0qlIo1 { top:8.4375rem;left:0rem;width:47.75rem;height:26.729329608939rem;display:block; }
 }@media only screen and (max-width: 763px) { #syOTtiwaOIfa4Pof9g0ilbam33QJJ8HZ { top:3.75rem;left:7.4375rem;width:32.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR { display:block; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWoKGkieAmADbL04PoBKKWX9l8CTG5A5 { top:3.5rem;left:0.375rem;width:23rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy6yras9Sf46wOJgDCrkvy6yCaIZxyUA { top:3.4375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiDS7yT46dVR6msV0EQ153BUgdKFB1Z { top:8.625rem;left:0rem;width:25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB { top:9.375rem;left:0rem;width:23.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }#TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #khVfryGZv8neTgMlesvuGlPkzTRzqogi { top:12.1875rem;left:0rem;width:25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 { top:12.9375rem;left:0rem;width:23.9375rem;height:;font-size:1rem;display:block; }#lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #mrCBkmc9pcN9voSF586TpREZ5SAKEO7M { top:19.25rem;left:0rem;width:25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 { top:20rem;left:0rem;width:23.9375rem;height:;font-size:1rem;display:block; }#c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #g1m4VtFCznzKbDLNuIwt3TGNlC1hugBt { top:15.6875rem;left:0rem;width:25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW { top:16.4375rem;left:0rem;width:23.9375rem;height:;font-size:1rem;display:block; }#w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #kKtncI4aqZxi42nHpNQCMaRW71X7nHAW { top:7.5rem;left:20.6875rem;width:26.9375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXlghTEdTTG0Ez6Jp47hhaJGqWfxnRm { top:8.6875rem;left:24.75rem;width:23rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unn33CEOTCMT5qMD8PluJOpwg55dmfeZ { top:12rem;left:26.46875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGsNlPGWNnIDdrb2ByebF1Zcwi1RvtI1 { top:12.1875rem;left:24.75rem;width:23rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3rvT6kKcvxsE49S8Bp5pKhqZ1J2SXVh { top:14.1875rem;left:30.375rem;width:16.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whxvhy6ReuexcruuSBIxDGTH6TZgqVu2 { top:16.875rem;left:26.46875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvfBo3NAUhfn8DCmIyzTIce6RwqIHrm { top:16.75rem;left:24.375rem;width:23.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8pB0HtydPEQKLIIeIU3p3E2fLE4nqe { top:18.8125rem;left:30.4375rem;width:17.25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpT1om79sAkXMiVt7RtxpyhN7dowq7dX { top:21.4375rem;left:26.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94hEf5R0RO0aACvhb4kfn21cvV67AQI { top:21.3125rem;left:24.375rem;width:23.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLapi6O91R2klSM0KnAJHsfTB2vRmiq { top:23.375rem;left:26.0625rem;width:21.6875rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQATLkbzbyns98WUNbs1LzyhNmRyBs20 { display:block; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTr6J1wRyHWzI1aagTTwtOMdOJIm5aNi { top:3.0625rem;left:14.59375rem;width:19.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coBqMQP4qReqxx9LtAQqRIgWTRwoL7Tt { top:5.9375rem;left:14.5625rem;width:19.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QopBxWHxTQETnD74MIkyEFhw1c7A4rQB { top:9.3125rem;left:0rem;width:25.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglXD856EBDCu3QUA3ZrcpuptVMbOxsg { top:9.3125rem;left:22.125rem;width:25.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOLNrSNQZUgluTB3VtnmIIJybzJhzhy { top:31rem;left:0rem;width:25.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51z0VoGlyQ3rI4IVWzmW3B5ANe0B5SP { width:5rem;height:1.9375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4eEA8bfzUqdF5abahgsP9rU7KGu6OzH { display:block; }
 }@media only screen and (max-width: 763px) { #EC2K8oVps4lrVWSdiBGzl0TsHfhKvlkH { top:34.9375rem;left:0rem;width:16.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L393ooRKF5nt4nh4q7DpyQapOeI0vnde { top:37.75rem;left:0rem;width:19.5625rem;height:8.6875rem;font-size:1rem;display:block; }#L393ooRKF5nt4nh4q7DpyQapOeI0vnde li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #Rq0EJzVnXVzhHu0ykBgJUtxw3Rn3Hr4L { top:36.25rem;left:22.5rem;width:25.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMM5lgXct8McLyUWoNbBGoO6q21xUffW { width:5rem;height:1.9375rem;top:37.5rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyUreU7xAdRclB58iBgTR5xqwL3pF8A { display:block; }
 }@media only screen and (max-width: 763px) { #EGJOFcsmS6Jt6EH7JKcHVmlaZgUw38Ak { top:40.1875rem;left:26.25rem;width:16.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM { top:43rem;left:26.25rem;width:19.5625rem;height:4.5rem;font-size:1rem;display:block; }#oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #iBbc3NhCZZIDG3QvN8MsKLbCM1Kqu367 { top:23.5625rem;left:0rem;width:5.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHNaTBMpxMIrXLoKse5NML16vIoq00J { top:25.25rem;left:0rem;width:16.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG7f4hM18TfSuBa2UcJCZhATLKWBPdqw { top:27.9375rem;left:0rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxJGJUquDZ8IrwrJDJHGKIb8X1OkIzzL { top:27.9375rem;left:21.1875rem;width:26.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FipdzHyusyuo3952qkTdI2DS6lZrfHAS { top:25.25rem;left:24.9375rem;width:21rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLgZoKsTUTZxFesJl81kE1qyZJoPflHo { top:23.5625rem;left:24.9375rem;width:5.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTbTF61unVzwIX233ug7kbWpN4HccEq { top:30.0625rem;left:24.9375rem;width:21rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiw43yI6qgq7M68c0JrEcOME0pzUAaEE { top:32.75rem;left:21.1875rem;width:26.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFP5gEXT6hH4TPlU1usEs3esggTD3kZy { width:21.375rem;height:3.4375rem;top:51.375rem;left:13.15478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfI5btzEk0B1KvBTR3KKSRUtWJzN1Ml { display:block; }
 }@media only screen and (max-width: 763px) { #C2xxGs62rQFIXEk7PkAE6tXNNU54Spy3 { top:2.5rem;left:35.5625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 { top:120.5rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #NWVirzGpL1DMkRgtINve3hPyQ1noBNim { display:block; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOrMJd3tqvLQ1CCLvCKlOVF365MDCb3u { top:3.6875rem;left:10.90625rem;width:25.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpi8o8QVuVzaTRiWT4cxqBl9sPI7M3Ru { top:8.9375rem;left:9.5625rem;width:8.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaTprou0086xiVbVtCtBJ3WKUcperIML { top:9.8125rem;left:11.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOLKbDFcV3tPcd9R39kI9KCUZ4R7Muhp { top:8.9375rem;left:19.6875rem;width:10.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGOcUHXsbyhUUW4nZVRkKMsDstqfeXV { top:9.8125rem;left:20.5rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6Fc47BVGWvliikFqN6X1a5cLfHhoTM { top:13.8125rem;left:37.1875rem;width:5.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6NA0Piugmv0HFRKM1h8HKyyGpCqVwq6 { top:14.6875rem;left:38.25rem;width:3.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOJB0eqKds2Qq8qnQ9QrB9Uc1IiTIPyG { top:13.8125rem;left:42.4375rem;width:5.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fteM4w6eRqD0Nag6gbKZngF1X1wayxCq { top:14.6875rem;left:43.5rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlnai7e5eTv4emAfq4Xx9Fn7MAVTsi9a { top:8.9375rem;left:30.6875rem;width:10.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgNRQflBPazkU3Cgz4iPlhnrc09mAR6 { top:9.8125rem;left:31.6875rem;width:8.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAPZh31uqefAz7WJyVXpmJ9I4c6f6rxC { top:13.8125rem;left:0rem;width:16.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVFipnXQAtEw1rptJenbOI4kqw3K3sZ8 { top:14.6875rem;left:0.8125rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFWyJ2dPqmOny1KfTgv5LBQh31FxNK0k { top:13.8125rem;left:17.1875rem;width:7.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9HMDNB2x2W8AOs1HRM96H5Cl2g89W1 { top:14.6875rem;left:18.1875rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfI7duiuiQrDuUrf9WDzZm1x5Zc69T3l { top:13.8125rem;left:25.25rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLJlTXnXWgRkSS5hkubPDpKXZysHqLTd { top:14.6875rem;left:25.8125rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtSM1CgTLOduZyATyaXDE4SGcypVD4 { top:19.125rem;left:14.25rem;width:21.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 { display:block; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXLEcUkqarE4ftT8LesTcv8d5H7Q5N4D { width:10.6875rem;height:2.25rem;top:2.3125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ8iZh2ARNc4Mm0y3HHiNaPchUTOhqqD { display:block; }
 }@media only screen and (max-width: 763px) { #TEFwylensk9v5W7AbBVAQuBkNe2skT6Z { top:7.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa9qAzTBQZnFBOUeTawSC4iv846RFk1Q { top:12.125rem;left:7.84375rem;width:31.875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxE7ATuWqz381MnisbShvbTMp9fbQzwU { top:53.25rem;left:0rem;width:25.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvi9v3QxUSTU8k2EHM5bxgpPNwBTkU8H { width:5rem;height:1.9375rem;top:55.125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TozRyXdsfZ2GkQhC3XseFTJCCKQrWeNS { display:block; }
 }@media only screen and (max-width: 763px) { #o0vIPSasBlv69Ve0RTrvVHZ5x49fcwkf { top:55.1875rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT { top:58.4375rem;left:0rem;width:22.875rem;height:6.125rem;font-size:1rem;display:block; }#Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #ZiQJoA8rHRbCgyCqPuFdT6yt8LpvqvUZ { top:48.4375rem;left:9.625rem;width:18.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fET61Bo1zUe51urnbstNKUg8hW7pIvMB { top:51.4375rem;left:9.625rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvREJ2ydl0iJ1u7z09r4sRTzXtrZXJ8R { top:66.6875rem;left:0rem;width:18.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2O5zFwp5ceqXV5TpvX0rzABHbaRsrLs { top:42.125rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsXdImnq8bl3VzSoob5qJcV8zFmOUCZJ { top:53.3125rem;left:22.5rem;width:25.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5hfvTwFwsVTVII48ww6vXrqcLHvsCOt { top:66.75rem;left:26.125rem;width:21rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz { top:58.5rem;left:24.875rem;width:22.875rem;height:4.5rem;font-size:1rem;display:block; }#mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #mPg48XoOlq2UhOH4Q3fTPTyeHoTyzgnm { width:5rem;height:1.9375rem;top:55.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCZP4qlBNFlbaiQzkWtSXCMvVEQ007NT { display:block; }
 }@media only screen and (max-width: 763px) { #vftqHLJ5uUfm0DHTJtAO9bLq7px7icH0 { top:55.25rem;left:26.0625rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRspcKTaVvn9BbuuhSZfuwNgo6QIpgSA { top:42.1875rem;left:22.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcrJSZuxOPQipq4fWk07UdDxf1GbklR { top:51.5rem;left:35.75rem;width:11.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr1myq5IZx2877xXLDWac5mkef2Zn3lK { top:48.4375rem;left:32.25rem;width:15.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeJrIw8whdwszFVTetMdzCEW7Dv08D5e { width:21.4375rem;height:3.4375rem;top:73.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiwnVEAbmPsh6VWTbmPAveJut3aoETVu { display:block; }
 }@media only screen and (max-width: 763px) { #zUve4uwn7adehqPf6nbMhNf1J2KpV9MH { top:5.25rem;left:0rem;width:19.5625rem;height:;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwE7p1vIxSiAwxnoDOTPvCGTGsrdniiD { top:23.0625rem;left:0rem;width:18.625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G24IP7Sk0sGrTZbE2JcFVd3xfDw2Fezw { top:63.5rem;left:0rem;width:15.5rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb87KyWIcaJgeGqPEdCKufoP3ppdbekB { top:17.9375rem;left:3.78125rem;width:42.4375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT { display:block; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw8mMsySBLhORfxifeOw7xRnA6unNXTd { top:2.125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRmEtfW6QssvleA5W5AodZOb2SCDzdO { top:10.25rem;left:0rem;width:47.75rem;height:20.379786036036rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGLEqihWIm2fFVk7sWT3xwKKJDTZ27iO { top:14.0625rem;left:0rem;width:25.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1qayT1KdNuvUkSrHJlDTFbOpT6MRrK { top:14.0625rem;left:22.375rem;width:25.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOLbZcTluEKF81CKTRowDz7qHsRMCbJT { top:16.5625rem;left:20.4375rem;width:27.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIfWTBbP4lEDKfIeiJ6pb1a3WW2amvR { top:19.125rem;left:22.4375rem;width:25.3125rem;height:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deuoRTqRLrs66Ltte3SyqLwvZTZDOBrI { top:24.625rem;left:29.6875rem;width:3.625rem;height:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ1qOBSB03v0IeNTo9UL7rUH0bTfTuI { top:25rem;left:24.125rem;width:6.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x92B3nwsHl92JbGa0BFE1ae1PWrEPxug { top:25rem;left:33.5625rem;width:6.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loeSeDq2ETtlbZ8aPryn21nMnpXWcF1D { top:27.9375rem;left:0rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMk8fpxfMQEzqEOEBvd3DNAb1wdqQPzy { width:15rem;height:3.4375rem;top:29.1875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiU5XgAu0ipmb6keIRW8UsszyWDrnRTR { display:block; }
 }@media only screen and (max-width: 763px) { #oa6tR1dU0rZBLl6kJPhAyeBko8fN6USs { top:0rem;left:0rem;width:20rem;height:6rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #feykM1bd37puJprqCeb7rnZMPxmIRQOI { display:block; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxKmOf2cNdGqt56AqPRfJiqTubn3b3g7 { top:4.3125rem;left:22.0625rem;width:25.6875rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w232rlVMHIXXFA3HTxQcmNgSmeKuJKLz { top:5rem;left:0rem;width:13.875rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKU6ncXEqBoq9kWJUyKcUpIs39yQcK5 { top:16rem;left:0rem;width:21.625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO8kQNmN0Wct2Rtl72XpB0zCW9CddZGH { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMc7DxkxafSq3Au3Gb9Xi2nbpTTCFeEZ { top:21.9375rem;left:0rem;width:21.125rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEfgFEvPo28WKad6Fub357xJfLqosWME { top:8.75rem;left:0rem;width:9.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RNLEbZRcWGhT5TxNUSp6G8m9lyHTLg { top:11.125rem;left:0rem;width:15.9375rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zilK1Zr0IVyzXKeSucWLVRsra0csEaDb { top:27.75rem;left:0rem;width:20rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1v8RllWP8kR8vaWzGo4IJHkaPKVFruF { top:5rem;left:0rem;width:2.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMq9tNyONS5OwlaWpV5I72wEy28TpuD7 { top:6.0625rem;left:0rem;width:0.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex1cA7XuLHXT1zP2yQ8wgU6rxbBahq0W { top:28.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIyd4oItIOxlxwlC0mTfSNkcmb8FzNvA { top:5.4375rem;left:25.5625rem;width:22.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udaupPW4UGP0J9vIfHruuhLCwSdkUoC3 { top:7.375rem;left:22.5625rem;width:25.1875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNbFv4Vp8GHPyPQGVQWbCLnDKQWwdgr { top:10.6875rem;left:22.5625rem;width:25.1875rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-text {padding-top: 0; padding-bottom: 0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-select {padding-top: 0; padding-bottom: 0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR  { width:21.4375rem;height:auto;top:13.4375rem;left:23.8125rem; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR {display:block;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR { width:21.4375rem;height:auto;top:13.4375rem;left:23.8125rem; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #e3LPWqWKSzJwsToeN1SpVDQkMHJPVAqk {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #XQXIChU1AzkmFQr8s1iCQmtfm261nFqT { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #T7S6E8ssTkser0tCte4H9n41Va4aag0B {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #m2M0veirmfaqXby4SDL9yBV7yPAPExGn {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Tthx3Xhmz4amwNPzDFNTIGN4DFAwDAJD { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #FVyFkQXGii3H9oyEQS4n1SHbyxx7gLpU {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Q5wqm5d91oUAs9rNbKcUil9NNEh1VneV {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #TyRk2rh2o5MhHilGHbnSDTwO8b1u098b { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #OH7gt3W9VkmfnOMkzmun80rL7ny5W5yy {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Zxxg73FsAEMArk9oNF5K1bO0kGE1iMUg {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #ni7N9J3mlFDm7d7nwEbMhrydhCM0izTg {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #parvfXswvPNw4vUCoeaSBBJXDmK4BzZK {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #gt8x0qtPNT3J3etuBMpEiBgVqPiG8qXe {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #VruQSUMvk55OH84qBA3H5Tt4oUBxivSw {  }
 }@media only screen and (max-width: 763px) { #CyVouhunekaW24WQxigxyRrCnOdvTm2o { display:block; }
 }@media only screen and (max-width: 763px) { #ZhOny7BAbklzWuTGrrTNaGizxJ31TeHC { display:block; }
 }@media only screen and (max-width: 763px) { #NcrqVagS2V9mOkXlEJGpX4csOkSRdpPE { display:block; }
 }@media only screen and (max-width: 763px) { #HaUSW13UcmGhXzAC9WV7gBU3DCSPeAyy { display:block; }
 }@media only screen and (max-width: 763px) { #artyNqBNE8Hr7vWUyTeMqAbAUa6ILm61 { display:block; }
 }@media only screen and (max-width: 763px) { #leQB7LS4CpehaB2AMWpPWDTE1kZw2EfJ { display:block; }
 }@media only screen and (max-width: 763px) { #aJ7hTxVyUnW593GlEBTI8lSB20sCehCy { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #LUcqQ3B487ayrpv4uSVvmG93IZutKJPe {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #hwEy8H4tZ0IWlq91te8BIO52SFcNeP2T {  }
 }@media only screen and (max-width: 763px) { #IragEBTT1pyScKi91vKZdqhuFSJ85sTx { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TubMmC886BS7nDCrIxfkV06V5JB2zXIp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #D7taqQ9EAtEynLlin9tPOMnKtidoaglU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XTZWhaZup1uOhXRgUCFuNFGqw9uENXeT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCKouSde0NRpiyuteuSbFCPBw4vMFynz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UcVWKZZ5HrDxs3yhbmkPI0pbIFdCVA4F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ydzcAFVbpsFkk6R6B2ts0CH7hnwXUHIh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uIoVUy39g1AIsbQ21Q7dVW5HRX0S2SSU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x2I6u0MlaN48bS3Dqhq2Xu5qDZO1oRhS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZimQTle6si42xT1q50GRGg7xk9w1aq5h {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KmlCIIpaS1T59yNIyJJ2iJRQrXtPTqqL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #quIPmlGr4OdV5fkw9RTw08QG97ybyByw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q9wnl5ag5NTzIGM93R9qTvPGUFbFVbsh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xGrNNlfbpHv8JbWX48Mi31kRRE3Enxns {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mNa8FIxfflXGKt5B24zPDJtlzfL97bsc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WDIWy4e6KUE2HiLWTNXF5eB1NpDkmwtB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rvX1KRo6e88l0LBoezynVTrpEGG1eULT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pswecc1whAI6EUhcsFmBvX6yUla5Pshb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GlIr10OAU1eFNELpgdiOdtzNfq1cXK9E {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #s45aieqd5kM0ltXbudy1etf7iDUUtfaB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IsaiqkKKTvVmnLu1PFMzQP5cpMLV1cDO {  }
 }@media only screen and (max-width: 763px) { #QNTgt5cDil9ovei83HVDNzcVti36Hy2C { top:27.75rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #yImTABaK8AlAeiHc0dMcEtb9fPLtdgaR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #TG8LhKGcCnt6MzLhrcgvsJ6wapAVwaxy {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #v586s8UCFXrrLib0Gd4tIncW2aXEZ55X {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #qdz5V4XZHRf5HVq96wFzTmXfpDt1GI73 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #lmHZlO4VsE6UTrT05qO7FvVyGLTEMPn5 {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #qGL2tc8yM21T8O2MzDO5sgLDQJbTTEW3 {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #do8FpvEobd5IxvOvWuefvhAc3Uu940r9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #e9AJTz4AKvP47DJ51Tk7TMtwwFM1yQ8L {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #GgorhdTo5r99ORITpFPheFIrKEouH7Xs {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #fMiFdrWwPlnfTlUBXPULuaG18AdDoD6A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #wMqBxRZlGzrquFfVx5xL8kQeXJ2GRG14 {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #ATekp9QyzRxmUREHTbDVreRTOrOxJU0P {  }
 }@media only screen and (max-width: 763px) { #Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk { display:block; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kar8gUlViWmhzHgZmzROPGMOnd1BTZqp { top:26.8125rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGLWUqhxg0Ty1M8wnqIhI4VRe37rpxKC { top:24.9375rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0avpeXcT5g5ETtWCbqkGshmEg8moRSd { top:24.9375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvntKIqH6MKJEG4WetlDK0XPqoGkozg { top:24.9375rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thX8qRShFvTUG5drwqLzTJpF6fJieeuh { top:26.8125rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGdmsDVk2342cB8w00D0WoRnH5pE4wx { top:26.8125rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6LzMDhcb7SNo9wRZshSaXq3rngRcNIO { top:6.25rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wELJEo6PTG4GgdB6Dnd5tTsmyJsOB739 { top:11.375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4bHr65xqUtBynZJIpaR2VSXOhbrdwJJ { top:12.0625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8er82EwOiLzBNoC6mwxDDp5aFeqMCaz { top:12.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggkkb8oh1Iwy5S2VSHimqLxzPndL8nA { top:11.375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7gZnUtlLS87i1c7OJV4BeZC4GIMguh5 { top:11.375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qowh20w0Lmvyw12FZqSPXPUAm8euzzCO { top:12.0625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT { display:none; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sq5I6u2suTCAZsd9rlz06StZEUMeOKZ3 { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTStMU1CwIE7phaZI0IsG2wTqteLEMIC { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSNGuzMvrvDpAdWDT6pKklpRdI7Wo1Xp { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdbkLJTna7CuF1LceDhERkM7FQVv3zP { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xUMHIymNTZ3qgnEpuBkPpfyGCip3C6 { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9BTNm8dppe2knxJ4QynJLouwbGorvNE { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHiwmBQIKIo2ISxoOzeHuLcLzBsiKyJ6 { top:9.5625rem;left:0rem;width:8.875rem;height:1.364772536541rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWsA2ALACn5XapIvoNy8pbDzsVMA11WJ { width:20rem;height:1.4624rem;top:10.6767578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaMr0w1hneIKs66ulroOrcpyS4PwnU8 { width:20rem;height:5.20019375rem;top:4.3525390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0s0VWIR3a6vdbHfukQNfZKG6JHvMnF0 { width:20rem;height:0;top:20.97705rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHlxqtTeA1vEU1CfGo0T1E0BBA12xn91 { display:flex;width:1.875rem;height:1.875rem;top:25.80126875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BR1bNf6WTP7qOr6ChmlPkH5SZXgzyzPN { display:flex;width:1.875rem;height:1.875rem;top:28.92626875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTi2oPMkQXqkT1FIWKnnQtQsD2rQe4EK { width:3.125rem;height:1.54358125rem;top:16.23828125rem;left:0.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7t8pO7MsKvlHyXFenm1Dx4tP3VG7ZUx { width:5.625rem;height:1.5625rem;top:16.228515625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTISos4Pm7842qnGN4SARvxn6iEOHo5I { top:0.8125rem;left:6.09375rem;width:7.8125rem;height:2.625rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SgGIWqqU0FASAmeMtdFUO2tHNeu5uTWK { width:3rem;height:2rem;top:30.5068359375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rREJp0u8igZuiIEeStJusxLU0u0lDUGV { width:20rem;height:7.4375rem;top:19.4443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ0HxbJa0fTnRLWFSNTR7qQJunXNA2Iz { width:20rem;height:0;top:21.6318359375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUQGwVdTwOm3Buef7tO4VJT0Gn1lqTsA { width:20rem;height:0;top:38.8818359375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMIzdopQesqnU2z5Iuy36FdcLFCSGzTs { width:3.5rem;height:3.5rem;top:6.1142578125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3w9Tgxo78mIAIXQXOmMMPkH4UTTKDmA { width:17.5rem;height:3.4375rem;top:34.6318359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxGCEt7CbwuacTaHN5RpzXorxmvUepqZ { display:block; }
 }@media only screen and (max-width: 763px) { #uK3vDy5eDkbp5LANp5boRRkCBzkgzi8n { width:2.9375rem;height:3.0625rem;top:22.76416015625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQ5DG2F0wPBMZxTJAlPLPykdJUnQNXFC { width:6.5625rem;height:1.7871125rem;top:13.42822265625rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR9BiDakI3WrWhSizSNEztSLQZOOpwyT { width:9.125rem;height:1.7871125rem;top:13.42822265625rem;left:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkSq2pecdZZ3QazP5T1DhMlTofcITinP { width:20rem;height:3.8983125rem;top:21.306640625rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RMBzcsgs9kHpJarzObXVt5Hvz8goXTxR { width:20rem;height:4.87426875rem;top:28.4443359375rem;left:0rem;font-size:1.25rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZRFhCPx8Ko8rq1eALnCmIsJnuUyeARn { width:4.5rem;height:1.3125rem;top:16.53125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTAmcmthBdlhSTDDE5KP7hh6Henh34H { display:block; }#qnTAmcmthBdlhSTDDE5KP7hh6Henh34H > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLv3NHJlefU5ycgrgA2kmIxqxpCFgwBW { width:20rem;height:1.950075rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXs7yTTiCDHCnOM8WayNuhl8mG18WiC { width:7.3125rem;height:0.375rem;top:8.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UobPsCvEa0lw5q9pgW9eU1IV3IwAHf { width:18.75rem;height:6rem;top:4.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXD9B9hTku0OrDZUmEM0F7VX5UE7MOq5 { width:10.375rem;height:1.29980625rem;top:13.875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6sMeUQwNIcHQ9P7mysV53FDWNEU1Vv { display:flex;width:2.25rem;height:2.25rem;top:6.1875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #LrurhsEhg6u1gzygvHInfi6Lt1MngzfC { width:18.6875rem;height:6rem;top:11.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGrioqehTK3pDnKdWmdx6L11n4mIedrM { width:10.375rem;height:2.9992625rem;top:5.6875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VISi6Ke1yENUCMcnEvXwv5s8c0IUnndg { display:flex;width:2.25rem;height:2.25rem;top:13.39990234375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #NGcoRPP6PBNLaigJ02OAB8q1PzUxQC12 { width:18.5625rem;height:6rem;top:18.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOzlbmSBlMJZdHtIDDn77Ph9gZDFDxio { width:12.625rem;height:2.9992625rem;top:20.3125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alnU671BhtZuCRs3JskulKnckk2vO8c9 { display:flex;width:2.25rem;height:2.25rem;top:20.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #Jt1s5vLHChrdIaLNnrxB4SvwEZ305oZ3 { width:18.625rem;height:6rem;top:26.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJ4EQXWr1VgdTcWGccxZLMoPTPMAktm { width:18.625rem;height:6rem;top:33.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpvoiGcgRfbrGlZGqdbeUXOdOr74pL8 { width:17.75rem;height:6rem;top:40.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJu9WC8VgIDrkwdfs7ldSZPiJfRKqqTT { width:10.375rem;height:2.9992625rem;top:27.5625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIxwpuHniPDKwR3ryan6cDQImcOh39o { display:flex;width:2.25rem;height:2.25rem;top:27.9375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #M6nNobP6oyzTFQdBmN1nuLRDnWnrGsiA { display:flex;width:2.25rem;height:2.25rem;top:35.1875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #P7bK3T3TvTAhv5K55yEtdL2MDviWnsyE { width:10.375rem;height:2.99926875rem;top:34.8125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9hf5wxrmJfpGanfsW8OOAW5W3v0z1hS { width:13.4375rem;height:1.875rem;top:41.25rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTtamBkXFXl0k9lsDi7uLcm2AZHGTwD { width:19.5625rem;height:2.9992625rem;top:43.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL { display:block; }#t4lEw9UG6lWfuyXkisplaAxDEgcbx1PL > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyoJlgBRsgv6NScBXGt6gzoGMZZ9ehhH { width:20rem;height:7.311375rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTM0J8v3aZRBkZwJrdeHgo8Znu627zks { width:18.0625rem;height:0;top:7.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGAAX0igVO7FkPp9WUJkpvEwveozVpzw { width:5.1875rem;height:1.625rem;top:15.5rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcF2NKn72aorAF8sPeBW1TfALnSZ4ywF { width:12.75rem;height:3.25rem;top:17.9375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToauobKkvHDJi0cRhq8NDME3v8zrXe5g { width:19.0625rem;height:0.25rem;top:12.6875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTVHrIuKTp8rhgyy5072q12p1fzclNk5 { width:17.75rem;height:15.4375rem;top:7.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnWXsilpqEQ9fhbokueqo8ctQP10duS6 { display:flex;width:5.375rem;height:5.375rem;top:9rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #qc1dxaGvKGGUffUhLmlI0HAW5Kf5mbs5 { width:17.75rem;height:15.4375rem;top:24.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoIeXbWFyTUXRz8Xo4DaiIILrJSXPiog { width:12.75rem;height:3.25rem;top:35.6875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7eDwm9qcT37CKQIRsKhabX7sebPNMT { width:5.875rem;height:1.625rem;top:33.25rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a15tEgB55a3hZwI41lMkMZGC4Izc2J0T { display:flex;width:5.375rem;height:5.375rem;top:26.75rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #imuAplT5O7KcvnrTJaQnlJb72VKtxbFG { width:17.75rem;height:15.4375rem;top:41.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0D2phipcTPU7aEZh3IOQRXTT6Tg0t35 { width:12.75rem;height:3.25rem;top:52.0625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTJ2ANDFaf9fcIMif4UsEzZxiCmVQz4 { width:6.9375rem;height:1.625rem;top:49.625rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ngVuQTrEqarvmTSaCzpGqocJPb2xac { display:flex;width:5.375rem;height:5.375rem;top:43.125rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #pr4BytZqyC9VwOgVRyIbh1APiLg2lWx4 { width:18.999625rem;height:3.4375rem;top:62.061767578125rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdtPsvHRZFQOt5itMXKxgKnTETgHHOnD { display:block; }
 }@media only screen and (max-width: 763px) { #oOh0mol59BOwHe4XqXJOF6osG9t5TDBN { width:17.87475rem;height:1.8682875rem;top:58.998413085938rem;left:1.06201171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm { display:block; }#pOFXDPSQzemle3g7hAiNGDTTTmxrGvQm > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDbiD3UfrTZT6Dldh8TUTGGTN4JcZgDG { width:20rem;height:0;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRxmM3ZgqqTzDwo8BTzaSCo087OEk6T9 { width:17.75rem;height:6rem;top:6.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwSdatvEiK1LuPEJoA9r4NOLz0nT97r { width:9.4375rem;height:2.99926875rem;top:8rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn7a4EbNxcya2OTG2dCdrXFMnlbRHb8E { display:flex;width:2.75rem;height:2.75rem;top:8.125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #UVguApvsGezML6Q07RC7EDIU6pwlqcoO { width:17.75rem;height:6rem;top:13.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3IxA7hq9BiaW4ERpZfZHBAhi9HhVaXH { width:9.4375rem;height:2.99926875rem;top:15.25rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8iMS590spxNoOuA3EnB3MDLkwCM2xh { display:flex;width:2.75rem;height:2.75rem;top:15.375rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #PdZBwEnDvMz5ZplPqTTv3vU3ybAkggf7 { width:17.75rem;height:6rem;top:20.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiwdmSparLgQ0h7UoVAD2s0gssEUQylI { width:9.4375rem;height:2.9992625rem;top:22.5rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9g1qgMbeyy9KgLfWgomCfm171Zh674P { display:flex;width:2.75rem;height:2.75rem;top:22.625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #cW33ePPxTPTiECsywuzpGL5mKZlC2EWR { width:17.75rem;height:6rem;top:28.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFepwHQ6OD1CrLH8VDS5WxPrsaSeAf9t { width:9.4375rem;height:2.99926875rem;top:29.75rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pscVxd1UlonNIKmsWeheLhyTuP2T7yHT { display:flex;width:2.75rem;height:2.75rem;top:29.875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #nhZQBueaFOdTXFgtTOWfe8AGTQqwyGsG { width:11.5rem;height:14.875rem;top:35.9873046875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIPPRltcfRVIepk1r6pGeGDGBbFOrZTN { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QU2TXQnURqBiJ3QFUhqinbQmc31TQ5tl { width:20rem;height:4.0625rem;top:1.3125rem;left:0rem;font-size:1.5625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waKlSc85yPas5dHxBvycSkKEFgtVay6T { display:block; }#waKlSc85yPas5dHxBvycSkKEFgtVay6T > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG5TaqbuTB60LF7dTmWQsx2uHn0qlIo1 { height:11.1953125rem;width:20rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syOTtiwaOIfa4Pof9g0ilbam33QJJ8HZ { width:20rem;height:2.03125rem;top:1.5078125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR { display:block; }#nx8dmxuk2fZyHv1Il0KdeaCMLvINGCFR > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWoKGkieAmADbL04PoBKKWX9l8CTG5A5 { width:14.5rem;height:2.03125rem;top:1.546875rem;left:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy6yras9Sf46wOJgDCrkvy6yCaIZxyUA { display:flex;width:3rem;height:3rem;top:1.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #EyiDS7yT46dVR6msV0EQ153BUgdKFB1Z { width:19.875rem;height:3.6875rem;top:4.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB { width:18.3125rem;height:2.436525rem;top:5.1748046875rem;left:1.125rem;font-size:0.9375rem;display:block; }#TAMsv2rKdi0HA8ZxLCZpiVpSJEbfWQiB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #khVfryGZv8neTgMlesvuGlPkzTRzqogi { width:19.875rem;height:2.6875rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 { width:18.875rem;height:1.29980625rem;top:9.6875rem;left:1.125rem;font-size:1rem;display:block; }#lPgyxDAvXRGZ5wrWUTzWyHTSzq5KeHk4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #mrCBkmc9pcN9voSF586TpREZ5SAKEO7M { width:19.875rem;height:2.6875rem;top:15.6494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 { width:18.875rem;height:1.29980625rem;top:16.40576171875rem;left:1.125rem;font-size:1rem;display:block; }#c6n3zPvEwptelCytFnrgp1C2hb2dmdX5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #g1m4VtFCznzKbDLNuIwt3TGNlC1hugBt { width:19.875rem;height:2.6875rem;top:12.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW { width:18.875rem;height:1.29980625rem;top:13.04296875rem;left:1.125rem;font-size:1rem;display:block; }#w4qxuz0xL2TW7qncNPJTpG6LdfScJfPW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75de6f4de163ffd2652462790944c85eededf247.svg); }
 }@media only screen and (max-width: 763px) { #kKtncI4aqZxi42nHpNQCMaRW71X7nHAW { width:19.875rem;height:20.125rem;top:20.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXlghTEdTTG0Ez6Jp47hhaJGqWfxnRm { width:12.375rem;height:5.20019375rem;top:22.2646484375rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #unn33CEOTCMT5qMD8PluJOpwg55dmfeZ { display:flex;width:2.6875rem;height:2.6875rem;top:28.76171875rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #dGsNlPGWNnIDdrb2ByebF1Zcwi1RvtI1 { width:10.5625rem;height:1.625rem;top:28.76171875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3rvT6kKcvxsE49S8Bp5pKhqZ1J2SXVh { width:13.9375rem;height:1.05615rem;top:30.3466796875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whxvhy6ReuexcruuSBIxDGTH6TZgqVu2 { display:flex;width:2.6875rem;height:2.6875rem;top:32.32421875rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #GkvfBo3NAUhfn8DCmIyzTIce6RwqIHrm { width:6.3125rem;height:1.625rem;top:32.32421875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8pB0HtydPEQKLIIeIU3p3E2fLE4nqe { width:13.0625rem;height:1.05615rem;top:34.0185546875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpT1om79sAkXMiVt7RtxpyhN7dowq7dX { display:flex;width:2.75rem;height:2.75rem;top:35.82421875rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #h94hEf5R0RO0aACvhb4kfn21cvV67AQI { width:8.5rem;height:1.625rem;top:35.82421875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLapi6O91R2klSM0KnAJHsfTB2vRmiq { width:15.75rem;height:1.05615rem;top:37.5810546875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQATLkbzbyns98WUNbs1LzyhNmRyBs20 { display:block; }#VQATLkbzbyns98WUNbs1LzyhNmRyBs20 > .row .container { width:20rem;height:147.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTr6J1wRyHWzI1aagTTwtOMdOJIm5aNi { width:19.9375rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #coBqMQP4qReqxx9LtAQqRIgWTRwoL7Tt { width:19.6875rem;height:0.25rem;top:3.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QopBxWHxTQETnD74MIkyEFhw1c7A4rQB { width:20rem;height:10.3413125rem;top:5.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglXD856EBDCu3QUA3ZrcpuptVMbOxsg { width:20rem;height:10.494625rem;top:45.529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOLNrSNQZUgluTB3VtnmIIJybzJhzhy { width:19.875rem;height:17.6875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51z0VoGlyQ3rI4IVWzmW3B5ANe0B5SP { width:5rem;height:1.9375rem;top:26.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4eEA8bfzUqdF5abahgsP9rU7KGu6OzH { display:block; }
 }@media only screen and (max-width: 763px) { #EC2K8oVps4lrVWSdiBGzl0TsHfhKvlkH { width:16.625rem;height:2.19360625rem;top:29.3125rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L393ooRKF5nt4nh4q7DpyQapOeI0vnde { width:19.5625rem;height:8.734125rem;top:32.125rem;left:0.4375rem;font-size:1rem;display:block; }#L393ooRKF5nt4nh4q7DpyQapOeI0vnde li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #Rq0EJzVnXVzhHu0ykBgJUtxw3Rn3Hr4L { width:19.875rem;height:12.5rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMM5lgXct8McLyUWoNbBGoO6q21xUffW { width:5rem;height:1.9375rem;top:75.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyUreU7xAdRclB58iBgTR5xqwL3pF8A { display:block; }
 }@media only screen and (max-width: 763px) { #EGJOFcsmS6Jt6EH7JKcHVmlaZgUw38Ak { width:16.625rem;height:2.19360625rem;top:78.3125rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM { width:19.5625rem;height:4.5233125rem;top:81.125rem;left:0.4375rem;font-size:1rem;display:block; }#oSRNddxMgNTzuFLg16Z7PFCzoSWXoBBM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #iBbc3NhCZZIDG3QvN8MsKLbCM1Kqu367 { width:5.3125rem;height:1.70605625rem;top:16.787109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHNaTBMpxMIrXLoKse5NML16vIoq00J { width:16.625rem;height:2.19360625rem;top:19.07421875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG7f4hM18TfSuBa2UcJCZhATLKWBPdqw { width:19.625rem;height:2.598875rem;top:22.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxJGJUquDZ8IrwrJDJHGKIb8X1OkIzzL { width:20rem;height:2.598875rem;top:62.810546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FipdzHyusyuo3952qkTdI2DS6lZrfHAS { width:20rem;height:2.19360625rem;top:59.767578125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLgZoKsTUTZxFesJl81kE1qyZJoPflHo { width:5.3125rem;height:1.70605625rem;top:57.2431640625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTbTF61unVzwIX233ug7kbWpN4HccEq { width:20rem;height:2.19360625rem;top:66.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiw43yI6qgq7M68c0JrEcOME0pzUAaEE { width:20rem;height:3.8983125rem;top:69.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFP5gEXT6hH4TPlU1usEs3esggTD3kZy { width:19rem;height:3.4375rem;top:141.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfI5btzEk0B1KvBTR3KKSRUtWJzN1Ml { display:block; }
 }@media only screen and (max-width: 763px) { #C2xxGs62rQFIXEk7PkAE6tXNNU54Spy3 { display:flex;width:2.0625rem;height:2.0625rem;top:0.724609375rem;left:17.9375rem; }
 }@media only screen and (max-width: 763px) { #R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 { width:17.5625rem;height:;top:120.556640625rem;left:1.21875rem;font-size:1rem;z-index:15031;display:block; }#R01ioooo1Z0Po8pRx0miS68sfIhnlGw5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #NWVirzGpL1DMkRgtINve3hPyQ1noBNim { display:block; }#NWVirzGpL1DMkRgtINve3hPyQ1noBNim > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOrMJd3tqvLQ1CCLvCKlOVF365MDCb3u { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bpi8o8QVuVzaTRiWT4cxqBl9sPI7M3Ru { width:6.5625rem;height:3.0625rem;top:7.61865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaTprou0086xiVbVtCtBJ3WKUcperIML { width:3.875rem;height:1.29980625rem;top:8.49951171875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOLKbDFcV3tPcd9R39kI9KCUZ4R7Muhp { width:10.375rem;height:3.0625rem;top:12rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGOcUHXsbyhUUW4nZVRkKMsDstqfeXV { width:10.25rem;height:1.29980625rem;top:12.875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6Fc47BVGWvliikFqN6X1a5cLfHhoTM { width:5.125rem;height:3.0625rem;top:7.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6NA0Piugmv0HFRKM1h8HKyyGpCqVwq6 { width:3.0625rem;height:1.29980625rem;top:8.5rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOJB0eqKds2Qq8qnQ9QrB9Uc1IiTIPyG { width:5.3125rem;height:3.0625rem;top:12rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fteM4w6eRqD0Nag6gbKZngF1X1wayxCq { width:3.625rem;height:1.29980625rem;top:12.875rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlnai7e5eTv4emAfq4Xx9Fn7MAVTsi9a { width:10.25rem;height:3.0625rem;top:16.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgNRQflBPazkU3Cgz4iPlhnrc09mAR6 { width:8.75rem;height:1.29980625rem;top:17.25rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAPZh31uqefAz7WJyVXpmJ9I4c6f6rxC { width:16.8125rem;height:3.0625rem;top:20.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVFipnXQAtEw1rptJenbOI4kqw3K3sZ8 { width:15.3125rem;height:1.29980625rem;top:21.3125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFWyJ2dPqmOny1KfTgv5LBQh31FxNK0k { width:7.375rem;height:3.0625rem;top:16.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9HMDNB2x2W8AOs1HRM96H5Cl2g89W1 { width:5.6875rem;height:1.29980625rem;top:17.25rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfI7duiuiQrDuUrf9WDzZm1x5Zc69T3l { width:10.9375rem;height:3.0625rem;top:24.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLJlTXnXWgRkSS5hkubPDpKXZysHqLTd { width:9.625rem;height:1.29980625rem;top:25.6875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtSM1CgTLOduZyATyaXDE4SGcypVD4 { width:17.9375rem;height:1.29980625rem;top:29.26171875rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 { display:block; }#ynNi2pWR1EJU0bwpUfgRmFU46QaSsU32 > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXLEcUkqarE4ftT8LesTcv8d5H7Q5N4D { width:10.6875rem;height:2.25rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ8iZh2ARNc4Mm0y3HHiNaPchUTOhqqD { display:block; }
 }@media only screen and (max-width: 763px) { #TEFwylensk9v5W7AbBVAQuBkNe2skT6Z { width:19.5625rem;height:0;top:4.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aa9qAzTBQZnFBOUeTawSC4iv846RFk1Q { width:13.5625rem;height:0;top:67.0625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxE7ATuWqz381MnisbShvbTMp9fbQzwU { width:19.4375rem;height:17.6875rem;top:36.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvi9v3QxUSTU8k2EHM5bxgpPNwBTkU8H { width:5rem;height:1.9375rem;top:36.1875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TozRyXdsfZ2GkQhC3XseFTJCCKQrWeNS { display:block; }
 }@media only screen and (max-width: 763px) { #o0vIPSasBlv69Ve0RTrvVHZ5x49fcwkf { width:13.125rem;height:1.625rem;top:38.125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT { width:18.5625rem;height:7.4346875rem;top:40.5rem;left:1.4375rem;font-size:1rem;display:block; }#Ww7TpUWEvR869ZzfVctt7FIffi4Pk5TT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #ZiQJoA8rHRbCgyCqPuFdT6yt8LpvqvUZ { width:17.625rem;height:3.08715625rem;top:29rem;left:1.375rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fET61Bo1zUe51urnbstNKUg8hW7pIvMB { width:18.625rem;height:0;top:21.75927734375rem;left:1.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QvREJ2ydl0iJ1u7z09r4sRTzXtrZXJ8R { width:18.625rem;height:2.92358125rem;top:48.9375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2O5zFwp5ceqXV5TpvX0rzABHbaRsrLs { width:10.75rem;height:10.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsXdImnq8bl3VzSoob5qJcV8zFmOUCZJ { width:19.3125rem;height:17.6875rem;top:66.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5hfvTwFwsVTVII48ww6vXrqcLHvsCOt { width:19.0625rem;height:2.92358125rem;top:80rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz { width:15.8125rem;height:5.82275625rem;top:71.75rem;left:1.0625rem;font-size:1rem;display:block; }#mwvUZ3PGEQXqnvnaQoK6PLv3NFTt8hsz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_001058024bba1737acf0345131c12af98070740c.svg); }
 }@media only screen and (max-width: 763px) { #mPg48XoOlq2UhOH4Q3fTPTyeHoTyzgnm { width:5rem;height:1.9375rem;top:66.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCZP4qlBNFlbaiQzkWtSXCMvVEQ007NT { display:block; }
 }@media only screen and (max-width: 763px) { #vftqHLJ5uUfm0DHTJtAO9bLq7px7icH0 { width:12.375rem;height:1.7871125rem;top:68.5rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRspcKTaVvn9BbuuhSZfuwNgo6QIpgSA { width:10.375rem;height:10.375rem;top:56.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcrJSZuxOPQipq4fWk07UdDxf1GbklR { width:10.625rem;height:1.4624rem;top:63.75rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr1myq5IZx2877xXLDWac5mkef2Zn3lK { width:15.5rem;height:0;top:55.59619140625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeJrIw8whdwszFVTetMdzCEW7Dv08D5e { width:19rem;height:3.4375rem;top:85.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiwnVEAbmPsh6VWTbmPAveJut3aoETVu { display:block; }
 }@media only screen and (max-width: 763px) { #zUve4uwn7adehqPf6nbMhNf1J2KpV9MH { width:19.5625rem;height:7.8003125rem;top:5.31201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hwE7p1vIxSiAwxnoDOTPvCGTGsrdniiD { width:17.8125rem;height:2.92358125rem;top:32.625rem;left:1.375rem;font-size:1.125rem;text-align:right;text-align-last:right;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #G24IP7Sk0sGrTZbE2JcFVd3xfDw2Fezw { width:14.6875rem;height:4.6307375rem;top:58.375rem;left:0.8125rem;font-size:1.1875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Fb87KyWIcaJgeGqPEdCKufoP3ppdbekB { height:11.2221875rem;width:20rem;top:14.181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT { display:block; }#N3ZnCW7Ti18UEq1gTCnnJyJS0Z2uQllT > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw8mMsySBLhORfxifeOw7xRnA6unNXTd { width:20rem;height:0;top:1rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJRmEtfW6QssvleA5W5AodZOb2SCDzdO { width:20rem;height:8.5rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGLEqihWIm2fFVk7sWT3xwKKJDTZ27iO { width:18rem;height:9.4375rem;top:10.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1qayT1KdNuvUkSrHJlDTFbOpT6MRrK { width:18.9375rem;height:1.7871125rem;top:21.2490234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NOLbZcTluEKF81CKTRowDz7qHsRMCbJT { width:17.5rem;height:1.05615rem;top:23.505859375rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #oZIfWTBbP4lEDKfIeiJ6pb1a3WW2amvR { width:19.3125rem;height:0;top:28.146160364151rem;left:0.8121745586395rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #deuoRTqRLrs66Ltte3SyqLwvZTZDOBrI { width:3.37456875rem;height:2.84375rem;top:25.6875rem;left:7.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ1qOBSB03v0IeNTo9UL7rUH0bTfTuI { width:5.24956875rem;height:1.54358125rem;top:26.3125rem;left:2.125rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #x92B3nwsHl92JbGa0BFE1ae1PWrEPxug { width:5.24956875rem;height:1.54358125rem;top:26.3125rem;left:12.625rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #loeSeDq2ETtlbZ8aPryn21nMnpXWcF1D { width:20rem;height:3.25rem;top:21.249454498291rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMk8fpxfMQEzqEOEBvd3DNAb1wdqQPzy { width:15rem;height:3.4375rem;top:29.84375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiU5XgAu0ipmb6keIRW8UsszyWDrnRTR { display:block; }
 }@media only screen and (max-width: 763px) { #oa6tR1dU0rZBLl6kJPhAyeBko8fN6USs { width:20rem;height:9rem;top:0rem;left:0rem;font-size:2rem;z-index:15006;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #feykM1bd37puJprqCeb7rnZMPxmIRQOI { display:block; }#feykM1bd37puJprqCeb7rnZMPxmIRQOI > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxKmOf2cNdGqt56AqPRfJiqTubn3b3g7 { width:20rem;height:27.3125rem;top:34.2470703125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #w232rlVMHIXXFA3HTxQcmNgSmeKuJKLz { width:11.375rem;height:2.51855625rem;top:1.8125rem;left:2.9375rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #swKU6ncXEqBoq9kWJUyKcUpIs39yQcK5 { width:17.0625rem;height:3.25rem;top:11.1875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO8kQNmN0Wct2Rtl72XpB0zCW9CddZGH { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HMc7DxkxafSq3Au3Gb9Xi2nbpTTCFeEZ { width:17.25rem;height:3.574225rem;top:15.8125rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEfgFEvPo28WKad6Fub357xJfLqosWME { width:10.0615rem;height:2.35656875rem;top:4.25rem;left:2.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RNLEbZRcWGhT5TxNUSp6G8m9lyHTLg { width:14.0625rem;height:3.25rem;top:7.0625rem;left:3rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zilK1Zr0IVyzXKeSucWLVRsra0csEaDb { width:13.875rem;height:0;top:21.1875rem;left:3.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1v8RllWP8kR8vaWzGo4IJHkaPKVFruF { width:2.9370125rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMq9tNyONS5OwlaWpV5I72wEy28TpuD7 { width:0.125rem;height:20rem;top:2.375rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex1cA7XuLHXT1zP2yQ8wgU6rxbBahq0W { display:flex;width:0.625rem;height:0.625rem;top:22.005859375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OIyd4oItIOxlxwlC0mTfSNkcmb8FzNvA { width:20rem;height:1.625rem;top:29.375rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #udaupPW4UGP0J9vIfHruuhLCwSdkUoC3 { width:20rem;height:2.6001rem;top:30.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNbFv4Vp8GHPyPQGVQWbCLnDKQWwdgr { width:20rem;height:2.35656875rem;top:33.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-text {padding-top: 0; padding-bottom: 0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-select {padding-top: 0; padding-bottom: 0;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR  { width:17.5rem;height:auto;top:37.169921875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR .widget-info-text { text-align:center;text-align-last:center; }
#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR {display:block;}#SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR { width:17.5rem;height:auto;top:37.169921875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #e3LPWqWKSzJwsToeN1SpVDQkMHJPVAqk {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #XQXIChU1AzkmFQr8s1iCQmtfm261nFqT { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #T7S6E8ssTkser0tCte4H9n41Va4aag0B {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #m2M0veirmfaqXby4SDL9yBV7yPAPExGn {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Tthx3Xhmz4amwNPzDFNTIGN4DFAwDAJD { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #FVyFkQXGii3H9oyEQS4n1SHbyxx7gLpU {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Q5wqm5d91oUAs9rNbKcUil9NNEh1VneV {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #TyRk2rh2o5MhHilGHbnSDTwO8b1u098b { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #OH7gt3W9VkmfnOMkzmun80rL7ny5W5yy {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #Zxxg73FsAEMArk9oNF5K1bO0kGE1iMUg {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #ni7N9J3mlFDm7d7nwEbMhrydhCM0izTg {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #parvfXswvPNw4vUCoeaSBBJXDmK4BzZK {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #gt8x0qtPNT3J3etuBMpEiBgVqPiG8qXe {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #VruQSUMvk55OH84qBA3H5Tt4oUBxivSw {  }
 }@media only screen and (max-width: 763px) { #CyVouhunekaW24WQxigxyRrCnOdvTm2o { display:block; }
 }@media only screen and (max-width: 763px) { #ZhOny7BAbklzWuTGrrTNaGizxJ31TeHC { display:block; }
 }@media only screen and (max-width: 763px) { #NcrqVagS2V9mOkXlEJGpX4csOkSRdpPE { display:block; }
 }@media only screen and (max-width: 763px) { #HaUSW13UcmGhXzAC9WV7gBU3DCSPeAyy { display:block; }
 }@media only screen and (max-width: 763px) { #artyNqBNE8Hr7vWUyTeMqAbAUa6ILm61 { display:block; }
 }@media only screen and (max-width: 763px) { #leQB7LS4CpehaB2AMWpPWDTE1kZw2EfJ { display:block; }
 }@media only screen and (max-width: 763px) { #aJ7hTxVyUnW593GlEBTI8lSB20sCehCy { display:block; }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #LUcqQ3B487ayrpv4uSVvmG93IZutKJPe {  }
 }@media only screen and (max-width: 763px) { #SCVCTtPBgPm3UzzAhgtIVnLZrHPTyZwR #hwEy8H4tZ0IWlq91te8BIO52SFcNeP2T {  }
 }@media only screen and (max-width: 763px) { #IragEBTT1pyScKi91vKZdqhuFSJ85sTx { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TubMmC886BS7nDCrIxfkV06V5JB2zXIp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #D7taqQ9EAtEynLlin9tPOMnKtidoaglU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XTZWhaZup1uOhXRgUCFuNFGqw9uENXeT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCKouSde0NRpiyuteuSbFCPBw4vMFynz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UcVWKZZ5HrDxs3yhbmkPI0pbIFdCVA4F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ydzcAFVbpsFkk6R6B2ts0CH7hnwXUHIh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uIoVUy39g1AIsbQ21Q7dVW5HRX0S2SSU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x2I6u0MlaN48bS3Dqhq2Xu5qDZO1oRhS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZimQTle6si42xT1q50GRGg7xk9w1aq5h {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KmlCIIpaS1T59yNIyJJ2iJRQrXtPTqqL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #quIPmlGr4OdV5fkw9RTw08QG97ybyByw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q9wnl5ag5NTzIGM93R9qTvPGUFbFVbsh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xGrNNlfbpHv8JbWX48Mi31kRRE3Enxns {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mNa8FIxfflXGKt5B24zPDJtlzfL97bsc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WDIWy4e6KUE2HiLWTNXF5eB1NpDkmwtB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rvX1KRo6e88l0LBoezynVTrpEGG1eULT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pswecc1whAI6EUhcsFmBvX6yUla5Pshb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GlIr10OAU1eFNELpgdiOdtzNfq1cXK9E {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #s45aieqd5kM0ltXbudy1etf7iDUUtfaB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IsaiqkKKTvVmnLu1PFMzQP5cpMLV1cDO {  }
 }@media only screen and (max-width: 763px) { #QNTgt5cDil9ovei83HVDNzcVti36Hy2C { width:20rem;height:3.574225rem;top:20.53125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-text.counter-number { padding-top:0.319375rem;padding-right:0.295625rem;padding-bottom:0.319375rem;padding-left:0.295625rem;width:1.770625rem;min-width:1.770625rem;height:1.715625rem;font-size:1.278125rem;line-height:27.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.36125rem;height:0.678125rem;font-size:0.47875rem;line-height:10.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-tertiary-0),1); }
#Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 { width:10.0625rem;height:3.232425rem;display:flex;top:25.25rem;left:4.9375rem;z-index:15000;padding-top:0.028125rem;padding-right:0.030625rem;padding-bottom:0.028125rem;padding-left:0.030625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #yImTABaK8AlAeiHc0dMcEtb9fPLtdgaR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #TG8LhKGcCnt6MzLhrcgvsJ6wapAVwaxy {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #v586s8UCFXrrLib0Gd4tIncW2aXEZ55X {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #qdz5V4XZHRf5HVq96wFzTmXfpDt1GI73 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #lmHZlO4VsE6UTrT05qO7FvVyGLTEMPn5 {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #qGL2tc8yM21T8O2MzDO5sgLDQJbTTEW3 {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #do8FpvEobd5IxvOvWuefvhAc3Uu940r9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #e9AJTz4AKvP47DJ51Tk7TMtwwFM1yQ8L {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #GgorhdTo5r99ORITpFPheFIrKEouH7Xs {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #fMiFdrWwPlnfTlUBXPULuaG18AdDoD6A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #wMqBxRZlGzrquFfVx5xL8kQeXJ2GRG14 {  }
 }@media only screen and (max-width: 763px) { #Tzcu8mP5kUUzRDpczdaDBWNdRV1bKdT3 #ATekp9QyzRxmUREHTbDVreRTOrOxJU0P {  }
 }@media only screen and (max-width: 763px) { #Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk { display:block; }#Xbx4uT9Z8cQruacfuX9v9yL3WWQkMxAk > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kar8gUlViWmhzHgZmzROPGMOnd1BTZqp { width:12.5rem;height:1.625rem;top:17.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGLWUqhxg0Ty1M8wnqIhI4VRe37rpxKC { width:12.5rem;height:1.29980625rem;top:15.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0avpeXcT5g5ETtWCbqkGshmEg8moRSd { width:12.5rem;height:1.29980625rem;top:29.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvntKIqH6MKJEG4WetlDK0XPqoGkozg { width:12.5rem;height:1.29980625rem;top:45.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thX8qRShFvTUG5drwqLzTJpF6fJieeuh { width:12.5rem;height:1.625rem;top:31.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGdmsDVk2342cB8w00D0WoRnH5pE4wx { width:12.5rem;height:1.625rem;top:47.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6LzMDhcb7SNo9wRZshSaXq3rngRcNIO { width:15.9375rem;height:5.20019375rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wELJEo6PTG4GgdB6Dnd5tTsmyJsOB739 { width:14.625rem;height:12.6875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4bHr65xqUtBynZJIpaR2VSXOhbrdwJJ { width:6.9375rem;height:6.9375rem;top:8.125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8er82EwOiLzBNoC6mwxDDp5aFeqMCaz { width:7.6875rem;height:7.6875rem;top:21.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggkkb8oh1Iwy5S2VSHimqLxzPndL8nA { width:14.625rem;height:13.875rem;top:20.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7gZnUtlLS87i1c7OJV4BeZC4GIMguh5 { width:14.625rem;height:14.125rem;top:35.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qowh20w0Lmvyw12FZqSPXPUAm8euzzCO { width:7.875rem;height:7.875rem;top:36.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT { display:block; }#LxRxmFyMGfcNoPTCyznGylzQfEhl3yuT > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sq5I6u2suTCAZsd9rlz06StZEUMeOKZ3 { width:18.125rem;height:5.39795rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTStMU1CwIE7phaZI0IsG2wTqteLEMIC { width:18.125rem;height:5.39795625rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSNGuzMvrvDpAdWDT6pKklpRdI7Wo1Xp { width:18.125rem;height:5.39795rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAdbkLJTna7CuF1LceDhERkM7FQVv3zP { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0xUMHIymNTZ3qgnEpuBkPpfyGCip3C6 { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9BTNm8dppe2knxJ4QynJLouwbGorvNE { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHiwmBQIKIo2ISxoOzeHuLcLzBsiKyJ6 { width:8.875rem;height:1.36474375rem;top:23.3115234375rem;left:5.5625rem;display:block; }
 }