.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fbfaf9;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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#xTRbl381P6rVXBSGBGLOxt4VhDMsRTQJ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#P8bLTONz2pD134K9nT5f3Wrgm2S0mkC3 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:1.875rem;left:32.96875rem;overflow:hidden;display:block; }
#uUyev2Kct8U64Ln4d7RWDalXrWIT8OdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.0625rem;left:0rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#bQmFxDTDw0RNObKPFql31bV00RsCRUUu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.1875rem;left:0rem;display:block; }
#BAW9GyOfS4O0wLnbZbAer3eK1Vhk5RXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heGo0tS1H9yEpNcqfxa5MikzHlFAfmgp { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: -0.625rem 1.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:37.375rem;width:26.5625rem;top:10.9375rem;left:48.4375rem;overflow:hidden;display:block; }
#l8HlHzvrJhaDXcUfrTstI7i7JEwmBWHf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.75rem;left:2.4375rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#VQLT3Wm7X2WsXunKTPVZDuFU7Mr9EQ7h { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.25rem;left:2.4375rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#tZrtaURidNlSmTd9FGbEcWkwFaVCBJ2c { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:46.9375rem;left:2.4375rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#xTokeFnBmLGyrwWiTxXi491XKOTCtFyN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:41.75rem;left:0rem; }
#KTr1IJg9ZhPDMmamTD6aPwCgFWRvLpTe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:44.25rem;left:0rem; }
#MNKpxxuEgwFTxQLwsCcB7ucny1LEH9Ew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:46.9375rem;left:0rem; }
#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container { background-color: transparent; background-image: none; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container > .video-iframe-container { display: none; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row > .video-iframe-container { display: none; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .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); }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container { border-width: 0; border-radius: 0; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;position:relative;display:block; }#c2KxQh2T1Iv1hcfcPek7RdNcbV8CP6UT { color:rgba(var(--color-tertiary-0),1);display:block;width:71.75rem;position:absolute;font-family:"be vietnam pro";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:6.3369375rem;text-align:left;text-align-last:left;display:block; }
#EfHTuQTIvvNUpruDXwGmGvhp1u0FnTkS { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.125rem;left:4.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#AsAReAXTdGUBTC05Re6V3QMFfAZCOpAi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.8125rem;left:5.25rem; }
#az0aID3bXLgplGKZPzNbPx4hp0Tdw80I { color:rgba(var(--color-primary-2),1);display:block;width:27.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4248046875rem;left:7.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#d433L4WPTSlFL5pcIkRUGxQoypFw7mvZ { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.125rem;left:41.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uyAN7VXBeddKeeQwJnMOZm3dXyQhdgem { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.8125rem;left:42.3125rem; }
#l5sUnUrpWOffJdiKTme5slTaOSO4QRkP { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.69384765625rem;left:45.75rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#ypnAkwTdDH3M1PIHibZutq1Sg1E1f88f { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.375rem;left:4.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LGVl00Thm7z8F1tfDqOikON8Vt93G7W7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.0625rem;left:5.25rem; }
#shaI4pnXITIsHhvI3sofKyQUDR91OOOK { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.6748046875rem;left:7.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#Vb5MnStdPdDzLORWLIzvKALebwPv76IQ { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.375rem;left:41.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kD2QpEd7PqTPkAvg4BDhCl7L4yaslClS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:33.0625rem;left:42.3125rem; }
#S9uT6M0LTwbCcfpGkQbxTmJVeCFGa3mc { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.6748046875rem;left:45.75rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#X9o8mloRRdTPAIvy1ITiW9HIeK63s8vP { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.6875rem;left:4.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tQ1r3EqCnktAkKBKBf4PJepxsdBKgP6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.375rem;left:5.25rem; }
#pDeBuv27oSiP8RkGaTwZ7J3TLmuMVzuS { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.25634765625rem;left:7.9375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#zxBWDFsZBP2gLJa4X9DrRxmgDyT1K5GV { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.6875rem;left:41.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZugRwIAc5tvhppbR1sWdMezcTwEO4A9C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:41.375rem;left:42.3125rem; }
#fGpgPE3sTI4hDpWDaSgq7ChFc50N2uR2 { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:41.25634765625rem;left:45rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#iV380kaQ12VzDiwtzg5nGmdo44Bd33Wv { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.4375rem;left:4.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#JE8IpEOpGPgtO9ttlxJ0RfQQcWZogP5u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:49.125rem;left:5.25rem; }
#MolKXm6Vvt55iClWiIGoNCHJkcOXxVwM { color:rgba(var(--color-primary-2),1);display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.00634765625rem;left:7.9375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#fbrTtLZq65yvT5ro2TCtr7ST3kaUIZ7o { box-sizing:content-box;height:4.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.4375rem;left:41.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#nM1EGuII41HfnHKJeNWZnBWnRHLsTnfS { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:49.00634765625rem;left:45.75rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#mP1xKSnL4iLvNck6iJ9kPxXen4tWgmSl { color:#fffe03;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:56.78125rem;left:4.375rem;height:1.29980625rem;display:block; }
#SZNZcUWbKa3KRBUqVhQWmMb3TbNEfO5d { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#GcQI4RAzxwcBUwH86Q0dJymQLdotRsDi { background-color:#fffe03;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:56.11865234375rem;left:56.75rem;display:block; }
#RKqLm5NH0ypiDtl1yKTf4Tkbrs0LTLE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMnAOTEEiBpeT0oCqm9HrNNLkbAnGdTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.8125rem;left:5.25rem;display:none; }
#b6oy1yemO7QzArJF2KFH5wWJ2uu5Ks7P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.8125rem;left:5.25rem;display:none; }
#esPGuv38yLiNW5F53zGETp4lQRWNNHMx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.8125rem;left:5.25rem;display:none; }
#bmVyXa16XgdCMK4fyOf1qa7lLxNEV85T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:49.125rem;left:42.3125rem; }
#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container { background-color: transparent; background-image: none; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container > .video-iframe-container { display: none; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row > .video-iframe-container { display: none; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .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); }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container { border-width: 0; border-radius: 0; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container { font-size:0.875rem;font-family:arial;height:80.8125rem;width:75rem;position:relative;display:block; }#oDUIt1FkSPvMfqzbIMTObOuSffX1H2Pt { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9375rem;position:absolute;font-family:"be vietnam pro";font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.03125rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#crygcvaUXifLmWM4fx9Fvk5o3CsFxowA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:21.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Z1a36OQEGtFQaZywNgaKb8h8uKEQsBa8 { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#DkIPRw3CFlbaTM9EskCxOAhFc6LXSKqr { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:26.21875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#N3kcObwzNA2pfPgMFkm9K3sxLNmpNh1P { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:52.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#tSI1Tr6zlpAafT9OQmLsgbbnwdQVuVTi { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:#fffe03;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.125rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#IUIy7pTDtVGJtnMpCb9sHe6a2WdRtGJW { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.125rem;left:26.21875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#B5FgcZfQCd8BK436zT7lqgtm8HtrPOiI { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.125rem;left:52.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#xuT9dMpuExCZJeXrReIpvy99okw5mape { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:21rem;left:1.40625rem; }
#LTyrSGXoSk8t58xhhht0bzCsGnbeH7vh { color:#fffe03;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.53759765625rem;left:4.4375rem;height:1.29980625rem;display:block; }
#luQDCvtxc6NuWxATaOq9AkToHJkXufep { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.84375rem;left:1.40625rem;height:1.29980625rem;display:block; }#luQDCvtxc6NuWxATaOq9AkToHJkXufep li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#luQDCvtxc6NuWxATaOq9AkToHJkXufep li:before{  }
#xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.28125rem;left:1.40625rem;height:2.5996125rem;display:block; }#xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM li:before{  }
#omMqZKqpv7bcDNLJKplfWxMh38VvNFcT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.85595703125rem;left:1.40625rem;height:2.5996125rem;display:block; }#omMqZKqpv7bcDNLJKplfWxMh38VvNFcT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#omMqZKqpv7bcDNLJKplfWxMh38VvNFcT li:before{  }
#E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.10595703125rem;left:1.40625rem;height:2.5996125rem;display:block; }#E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI li:before{  }
#W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.66845703125rem;left:1.40625rem;height:2.5996125rem;display:block; }#W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E li:before{  }
#Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.29345703125rem;left:1.40625rem;height:1.29980625rem;display:block; }#Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq li:before{  }
#LnB87dh60OlWkFqECtZTDUnBRWtfHF7S { color:#0c0212;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.53759765625rem;left:31.28125rem;height:1.29980625rem;display:block; }
#aCh953MVTHTzR392zXAUuXEayP3kTbEc { 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:15014;opacity:1;top:21.0625rem;left:28.09375rem; }
#SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.84375rem;left:28.03125rem;height:1.29980625rem;display:block; }#SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd li:before{  }
#wIJGMkxMrylbN9UTGsK9G56gAzERBsHM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.28125rem;left:28.03125rem;height:1.29980625rem;display:block; }#wIJGMkxMrylbN9UTGsK9G56gAzERBsHM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wIJGMkxMrylbN9UTGsK9G56gAzERBsHM li:before{  }
#FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.6181640625rem;left:28.03125rem;height:1.29980625rem;display:block; }#FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr li:before{  }
#kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.21826171875rem;left:28.03125rem;height:1.29980625rem;display:block; }#kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ li:before{  }
#tU0AMOLNXsCAQEDTtFIEW4kMFF1yi4bO { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.53759765625rem;left:56.71875rem;height:1.29980625rem;display:block; }
#I7qr1IAQxWQZKoTaunuPCJlrGdeNxCXl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.96875rem;left:53.75rem; }
#ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.19384765625rem;left:54.25rem;height:2.5996125rem;display:block; }#ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr li:before{  }
#nA9IlghX8P82u48gwAxsGIxIha8bR8HK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.318359375rem;left:54.25rem;height:2.5996125rem;display:block; }#nA9IlghX8P82u48gwAxsGIxIha8bR8HK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nA9IlghX8P82u48gwAxsGIxIha8bR8HK li:before{  }
#ikaOwd8fZqliloLRt9QvNyomoslMxhhI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.21826171875rem;left:54.25rem;height:2.5996125rem;display:block; }#ikaOwd8fZqliloLRt9QvNyomoslMxhhI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ikaOwd8fZqliloLRt9QvNyomoslMxhhI li:before{  }
#hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.09326171875rem;left:53.75rem;height:2.5996125rem;display:block; }#hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C li:before{  }
#b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.0556640625rem;left:53.75rem;height:2.5996125rem;display:block; }#b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ li:before{  }
#sqIIPqBofQk1kL0fzwvS9AhMht1P407K { color:#0c0212;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:54.47509765625rem;left:5.375rem;height:1.29980625rem;display:block; }
#pykVZUnnhTo83rqqbk0lhWc3T0zuu8Rr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:54.28125rem;left:1.75rem; }
#GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:58.46826171875rem;left:1.8125rem;height:1.29980625rem;display:block; }#GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI li:before{  }
#p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:60.65576171875rem;left:1.8125rem;height:2.5996125rem;display:block; }#p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u li:before{  }
#XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:63.9814453125rem;left:1.8125rem;height:1.29980625rem;display:block; }#XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ li:before{  }
#kp7ZXorpL55KnPASMbNwMBorOq2VXLzy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:66.2939453125rem;left:1.8125rem;height:1.29980625rem;display:block; }#kp7ZXorpL55KnPASMbNwMBorOq2VXLzy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kp7ZXorpL55KnPASMbNwMBorOq2VXLzy li:before{  }
#ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:68.6064453125rem;left:1.8125rem;height:2.5996125rem;display:block; }#ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf li:before{  }
#eV42aIqHpMKBzEXbWt385UtrNlbTFmkS { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:54.47509765625rem;left:31.625rem;height:1.29980625rem;display:block; }
#AvlL4hKgvSzGzyrnJRxf1HqDd4POwewn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:54.03125rem;left:28.125rem; }
#HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:58.46826171875rem;left:28.03125rem;height:2.5996125rem;display:block; }#HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K li:before{  }
#VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:61.81884765625rem;left:28.09375rem;height:2.5996125rem;display:block; }#VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV li:before{  }
#ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:65.28125rem;left:28.09375rem;height:2.5996125rem;display:block; }#ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n li:before{  }
#zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:68.6064453125rem;left:28.09375rem;height:2.5996125rem;display:block; }#zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK li:before{  }
#Jc2nLHKRupN6mIKszkynIGxEMOdVTcbP { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:54.47509765625rem;left:56.625rem;height:1.29980625rem;display:block; }
#KDHNi3woEmvNQKc1eF0vSW1lbBZdnp7d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:53.96875rem;left:53.75rem; }
#Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:57.818359375rem;left:54.25rem;height:2.5996125rem;display:block; }#Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC li:before{  }
#xgE5VeyvqPsreabJinnSooTEWJHBdSBt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:61.44384765625rem;left:54.25rem;height:2.5996125rem;display:block; }#xgE5VeyvqPsreabJinnSooTEWJHBdSBt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xgE5VeyvqPsreabJinnSooTEWJHBdSBt li:before{  }
#KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.09375rem;left:54.25rem;height:2.5996125rem;display:block; }#KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd li:before{  }
#sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:68.6064453125rem;left:54.25rem;height:2.5996125rem;display:block; }#sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb li:before{  }
#Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:72.0439453125rem;left:54.25rem;height:;display:block; }#Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I li:before{  }
#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i { position:relative;display:block; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i { background-color: transparent; background-image: none; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container > .video-iframe-container { display: none; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row > .video-iframe-container { display: none; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .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); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i { border-width: 0; border-radius: 0; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vm2u7dCPSi4fwDnHqXhiN3xBcltTOTKE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.0625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH { position:relative;display:block; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH { background-color: transparent; background-image: none; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container > .video-iframe-container { display: none; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row > .video-iframe-container { display: none; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .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); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH { border-width: 0; border-radius: 0; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:81.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fvC8o0ZQRi67om78CHaMtVUKMUnF2xyV { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.78125rem;height:3.4121125rem;display:block; }
#BtmwDTBSLQ5AtvD0OiDbnXsun2LO6Rqm { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:11.8125rem;left:18.125rem;display:block; }
#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container { background-color: transparent; background-image: none; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container > .video-iframe-container { display: none; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row > .video-iframe-container { display: none; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .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); }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container { border-width: 0; border-radius: 0; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#VOM1NsdmZxdSJTqDPmlPngTcPqKW7NRF { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:"be vietnam pro";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:7.875rem;height:2.68115rem;display:block; }
#mD0vLstfJDPIIB6StqKHJknTgsBMfGrc { box-sizing:content-box;height:13.875rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:4.84375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#VrJUHbAtQz3kk3fXDSV1eckyoIR3vGR5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.125rem;left:5.75rem; }
#XfcwLHFkU1Z47GTieHqo4rGV4wcDGUzI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:5.75rem;height:1.29980625rem;display:block; }
#BTXvD3e0Pwd32DfbaH0qyq4fJCtIx9Gv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5625rem;left:5.75rem;height:3.8994125rem;display:block; }
#TimhPf7fEqCIqmcAB0aJh6h4pfETn0qN { box-sizing:content-box;height:13.875rem;width:17.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:28.71875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#QX9fI7Eq93vkHWcTB3MoAdxIg2WSBogU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:29.65625rem;height:1.29980625rem;display:block; }
#RCrfiDVfHhP9TJNqkkD6uItuPx0NwlNN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.0625rem;left:29.65625rem; }
#hQLGgr9KH9cUguZ6hdMRUsT43w7aVAc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.56201171875rem;left:29.65625rem;height:3.8994125rem;display:block; }
#IiWlIAR4yhQKQfGWI3u0acP2XmeRseaX { box-sizing:content-box;height:13.875rem;width:17.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:52.40625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#s1fJPqXve5E4zx8FZRsGeNDmVUtuf91b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.96875rem;left:53.65625rem; }
#bdZ6ITNnNns8Sv81QubLz2G0v5M4hO71 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:53.65625rem;height:1.29980625rem;display:block; }
#vhM10Im8KThvfsZhATNBu8U3oXXNPTRf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.56201171875rem;left:53.34375rem;height:3.8994125rem;display:block; }
#C5AT6eNFWWQ5dyBcseuCVBr2OLwdrnnA { box-sizing:content-box;height:13.875rem;width:17.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:4.34375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#e2XeRxLNLRK7nHWThDvmwfAv6LreQOK6 { 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:15008;opacity:1;top:34.1875rem;left:5.6875rem; }
#abMtf9sWJuJRCA1p1AhloqBeyiWy5PiT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.9375rem;left:5.75rem;height:2.5996125rem;display:block; }
#tVQeWhWLN8ClELGeTr00BZXlpfBxEgxy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.5625rem;left:5.75rem;height:3.8994125rem;display:block; }
#DlNWJtClTDgBy5yANFoH38FfkRwNtCiR { box-sizing:content-box;height:13.875rem;width:17.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:28.71875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#u1IlNoJPx33WeBKv22B7ecANR86hWlAZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.09375rem;left:29.65625rem; }
#QvOHBV6wuM7RahUoSNacZzDcKwNH9L1f { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.9375rem;left:29.65625rem;height:2.5996125rem;display:block; }
#FwGWzWVcilJEhvN8ZVByM1MuSuhhleSx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.56201171875rem;left:29.65625rem;height:3.8994125rem;display:block; }
#HiF4TILMR5dnLiS6cnRDckyyFu9dWQLp { box-sizing:content-box;height:13.875rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:52.40625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#LWnAUh5nZMy9EbbmDNccBEdrzfv4cIrD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.09375rem;left:53.34375rem; }
#Mo0lroPnOk7TmQPV4dnuvX2BLAOXRKi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.9375rem;left:53.125rem;height:1.29980625rem;display:block; }
#ThMbZvlsUDrWUCmykafmDT2DRNeFZ1pl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.56201171875rem;left:53.125rem;height:3.8994125rem;display:block; }
#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container { background-color: transparent; background-image: none; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container > .video-iframe-container { display: none; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row > .video-iframe-container { display: none; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .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); }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container { border-width: 0; border-radius: 0; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#gay8poq1Crh0drGTvxMMBaL7dlr02cC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.375rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:4.3125rem;height:3.4121125rem;display:block; }
#xwmunoTNtmOcz728Qf7cOaeBcbMdW4dI { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15001;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:7.53125rem;display:block; }
#VEqbCU3BvWOnvQ5Z7firIwsql5IsbPcl { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8154296875rem;left:8.84375rem;height:1.86865rem;display:block; }
#BBsz54PcJXILBgdJeTbUcsmUwmMvEOoD { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15002;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:20rem;display:block; }
#s9SpGrNlm5uFLZaSdxluVehqBfpsSdwp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8154296875rem;left:21.40625rem;height:1.86865rem;display:block; }
#VyzL5yySseZoxcbNloo4Si9CuMFkGKLz { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15003;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:33.4375rem;display:block; }
#LrFKhW1HPBnQTWZlFDPWWOOvlVTOiXST { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8154296875rem;left:34.96875rem;height:1.86865rem;display:block; }
#TX0O7GVVkzCZ93ZogGJX2oLu0Dwglsx1 { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15004;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:46.0625rem;display:block; }
#nhZAhJVhD1rOK4tT49eCyOQqzWEtKn8H { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8154296875rem;left:47.53125rem;height:1.86865rem;display:block; }
#EMBxT3H3vSUL77sLR8FVlHG9UqXvzUAD { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15005;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:57.75rem;display:block; }
#HfS16Ey9LqTtKvbAd7vwLVDTT5wlWvaz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8154296875rem;left:59.5625rem;height:1.86865rem;display:block; }
#XApChFRcvr5FbZvrNOqyNITKg7Ilbo1l { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15002;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:4.3125rem;display:block; }
#TBIvaXKcd3N2VmhtJ8Lh4JDB0bMRR7Zh { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.9404296875rem;left:5.5rem;height:1.86865rem;display:block; }
#XZL2Fnfo9yegNLawiHurbpo8LIsCzzBe { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15003;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:15.65625rem;display:block; }
#UZwnlXrrTTK9ftM702FplxiPwCLTznf1 { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15004;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:27.09375rem;display:block; }
#sp2cGkOuzDQ7nsPnGi8ZCGe1Ildyy3fi { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15005;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:38rem;display:block; }
#Ft5hdUCbApucE6BA2st3UBg9IGz7Ezuk { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15006;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:49.6875rem;display:block; }
#zFZtNO2eZ1laI7HZXTV9JKHoFE0CtN5E { box-sizing:content-box;height:2.875rem;width:8.125rem;position:absolute;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;display:block;z-index:15007;background-color:#2f7dff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:60.875rem;display:block; }
#T8R5vQbTv6o7Vl2IQeJ1DvdL03Xt8RoU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9404296875rem;left:17.5rem;height:1.86865rem;display:block; }
#xWnytemMPOERxKsaMpi8buPVICnhImdn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9404296875rem;left:29.0625rem;height:1.86865rem;display:block; }
#Bd2XaZA5WGIcWifn5F5TBtfgZ4DFFgqd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.9404296875rem;left:38.71875rem;height:1.86865rem;display:block; }
#d6t2zFpeDWW2tW3iIKBVbZVvfGRTPRzr { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9404296875rem;left:50.21875rem;height:1.86865rem;display:block; }
#T1CdtsTfG60pu8sX4ETVQfEK4oIXX6QB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.9404296875rem;left:61.53125rem;height:1.86865rem;display:block; }
#cPwsRCcVZzqWw74kGg9bXoFO9BXeVPSy { box-sizing:content-box;height:10.1875rem;width:32.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:4.3125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#lDBVy61efiwX60J0KafCtLBTMPcdzT0n { box-sizing:content-box;height:10.3125rem;width:32.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:40.15625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#KFbOuOzQ2fxAP159wTQFH9veWGUP1h0i { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.0751953125rem;left:16.78125rem;height:3.4121125rem;display:block; }
#mxL8RL6BQ9pNipaEeEXL22xoUOJbNQ4e { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.2626953125rem;left:8.84375rem;height:2.5996125rem;display:block; }
#W8rb6764oxUfaqNNZclTwVNzmtRnwQoR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.7001953125rem;left:50.21875rem;height:3.4121125rem;display:block; }
#L1CTD0Wcmd02ifFTN8Lc7Rd1p1Pwm26q { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.91259765625rem;left:44.0625rem;height:1.29980625rem;display:block; }
#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF { position:relative;display:block; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF { background-color: transparent; background-image: none; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row .container > .video-iframe-container { display: none; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row > .video-iframe-container { display: none; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .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); }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF { border-width: 0; border-radius: 0; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RiXiAwHqk8udeED3FNFT7Vb2RuKcrRvn { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:8.4375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#sU9TBwNA0xSSAwXWHhomsw9goGHSusQl { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.625rem;left:12.28125rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#sMfmyduVbfRledQJrHmg3ysWAOQsilio { background-color:#2f7dff;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:25.9375rem;display:block; }
#gmRDMlmLeD4wUTZ4DsWGDmeqdPLKEvVu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ir4ZXzgaF1qJf8AalVc6kDF22a6JFSrI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:18.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container { background-color: transparent; background-image: none; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container > .video-iframe-container { display: none; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row > .video-iframe-container { display: none; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .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); }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container { border-width: 0; border-radius: 0; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#GF27grhdgtHlm05JWiFXxcahzVuH7dTe { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:"be vietnam pro";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.96875rem;left:18.59375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-heading-text { display:block;position:relative;width:100%;font-family:"be vietnam pro";font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-trigger.adaptive-delivery-prevent-bg, #Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-trigger.lazyload, #Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-trigger.lazyloading { background-image: none; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD { box-sizing:content-box;height:auto;width:45.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.5rem;left:13.375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #x0IOd2lspPRhJR6gTHc57p9PkZ1AQIrW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #P0GDM7wINkKcNbFTJH8vgUwJDOagJVO6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #kyzUhU9APLdo4cJahu0MyFbKcgnt8JSx { display:block;position:relative; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #bdJKVkvGzaznPaVFJEK0QLtcrzetW58V {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #EQx3wLfX7W9VNWz6bSQIBxi6Q0S4Nz49 {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #ZdZRrTrQNVz2wSv2ACAxp0Rus037Scf4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #x6DKyEHeLE7OOaFV1gUlA7L87sgTRpQ9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #vVD9rkTy2TD7W6TtiLzLTU499cWFiJ0T { display:block;position:relative; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #m7F3L4zGfe7faKAFccOXt8hBIzpJmN6l {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #BhPwT5pKGLOHJyIecL6PB4oFFV9vZP9v { display:none; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #ITxTEaCNqib5xEAiQ6huoGsCbZGICpHA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #CZBfMcTAu6T3QuPKPSkm8HGJ7I9i7Cd4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #znThMLOzozAPObiGhPvP99zyNvWg7lAk { display:block;position:relative; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #PTmAKsNEKzX9GIfhdzVRLDHKfh1dDn6F {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #LSgMz8qblhDTaCIPwlpcFVEWqLiX7v05 { display:none; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #rWlZ1eM8Cout6UI4IwPFLsc5oZwxWP32 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #wTIFWL0l92wmpT0X3bvIrc1hlnenmHXM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #JCdfgHlFemXy2b2o0kTzpTLLKv7OrDGV { display:block;position:relative; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #cuC68nUzxPEm9sN6L0bMHGx1ZF8xHDIK {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #dAAAHUkGxF8bElm8FxvrKhlKc2P4QHOu { display:none; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #OyOcA1Why6egVmENud6ES72ioLn8EHq8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #P1mpR2mlgwO6dmU2zyQQfSOTXe6SFo0J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #E4oRL11OREERL0IPsvAImyCFnMxF1wSu { display:block;position:relative; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #CAoAyT91SOu5lhAIuNEsVnG7mmroweaS {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #avzVwfevyvy450FWRlVItrLwqtMTTQCx { display:none; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #fzrG73DLxM9JT0qe4rqbhqra6SSEv7oJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #NDMyXeEgf4rfgmfWar5yWO0duWxo15Jo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #tP19BkksPGwK9iBlhvFcdWcfG06rVNV6 { display:block;position:relative; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #WgfBlvTq7ya1Kpvb0CLEUulPyzdarDUi {  }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD #vWocXE1D9lPT3IsAVEN64pRkldcgaeNU { display:none; }
#ThIeKb3OSVf01bth5cetennv23sRF7AK { position:absolute;display:block;z-index:15005;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.3125rem;width:11.5625rem;top:50.9375rem;left:31.71875rem;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) { #xTRbl381P6rVXBSGBGLOxt4VhDMsRTQJ { top:10.9375rem;left:0rem;width:47.25rem;height:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8bLTONz2pD134K9nT5f3Wrgm2S0mkC3 { top:1.875rem;left:19.34375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyev2Kct8U64Ln4d7RWDalXrWIT8OdQ { top:25.0625rem;left:0rem;width:36.0625rem;height:5.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmFxDTDw0RNObKPFql31bV00RsCRUUu { width:18.4375rem;height:3.3125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAW9GyOfS4O0wLnbZbAer3eK1Vhk5RXL { display:block; }
 }@media only screen and (max-width: 763px) { #heGo0tS1H9yEpNcqfxa5MikzHlFAfmgp { top:10.9375rem;left:21.1875rem;width:26.5625rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HlHzvrJhaDXcUfrTstI7i7JEwmBWHf { top:41.75rem;left:0rem;width:26.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQLT3Wm7X2WsXunKTPVZDuFU7Mr9EQ7h { top:44.25rem;left:0rem;width:26.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZrtaURidNlSmTd9FGbEcWkwFaVCBJ2c { top:46.9375rem;left:0rem;width:26.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTokeFnBmLGyrwWiTxXi491XKOTCtFyN { top:41.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTr1IJg9ZhPDMmamTD6aPwCgFWRvLpTe { top:44.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKpxxuEgwFTxQLwsCcB7ucny1LEH9Ew { top:46.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW { display:block; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2KxQh2T1Iv1hcfcPek7RdNcbV8CP6UT { top:3.0625rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfHTuQTIvvNUpruDXwGmGvhp1u0FnTkS { top:25.125rem;left:0rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsAReAXTdGUBTC05Re6V3QMFfAZCOpAi { top:25.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0aID3bXLgplGKZPzNbPx4hp0Tdw80I { top:26.375rem;left:0rem;width:27.625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d433L4WPTSlFL5pcIkRUGxQoypFw7mvZ { top:25.125rem;left:17.3125rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyAN7VXBeddKeeQwJnMOZm3dXyQhdgem { top:25.8125rem;left:28.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5sUnUrpWOffJdiKTme5slTaOSO4QRkP { top:25.6875rem;left:26.0625rem;width:21.6875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypnAkwTdDH3M1PIHibZutq1Sg1E1f88f { top:32.375rem;left:0rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGVl00Thm7z8F1tfDqOikON8Vt93G7W7 { top:33.0625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shaI4pnXITIsHhvI3sofKyQUDR91OOOK { top:33.625rem;left:0rem;width:17.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb5MnStdPdDzLORWLIzvKALebwPv76IQ { top:32.375rem;left:17.3125rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2QpEd7PqTPkAvg4BDhCl7L4yaslClS { top:33.0625rem;left:28.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9uT6M0LTwbCcfpGkQbxTmJVeCFGa3mc { top:33.625rem;left:32.125rem;width:13.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9o8mloRRdTPAIvy1ITiW9HIeK63s8vP { top:40.6875rem;left:0rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1r3EqCnktAkKBKBf4PJepxsdBKgP6l { top:41.375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDeBuv27oSiP8RkGaTwZ7J3TLmuMVzuS { top:41.25rem;left:0rem;width:20.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBWDFsZBP2gLJa4X9DrRxmgDyT1K5GV { top:40.6875rem;left:17.3125rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugRwIAc5tvhppbR1sWdMezcTwEO4A9C { top:41.375rem;left:28.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGpgPE3sTI4hDpWDaSgq7ChFc50N2uR2 { top:41.25rem;left:27rem;width:20.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV380kaQ12VzDiwtzg5nGmdo44Bd33Wv { top:48.4375rem;left:0rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8IpEOpGPgtO9ttlxJ0RfQQcWZogP5u { top:49.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MolKXm6Vvt55iClWiIGoNCHJkcOXxVwM { top:49rem;left:0rem;width:23.4375rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbrTtLZq65yvT5ro2TCtr7ST3kaUIZ7o { top:48.4375rem;left:17.3125rem;width:30.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM1EGuII41HfnHKJeNWZnBWnRHLsTnfS { top:49rem;left:24.3125rem;width:17.6875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP1xKSnL4iLvNck6iJ9kPxXen4tWgmSl { top:56.75rem;left:0rem;width:42.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZNZcUWbKa3KRBUqVhQWmMb3TbNEfO5d { top:13.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQI4RAzxwcBUwH86Q0dJymQLdotRsDi { width:15.0625rem;height:2.625rem;top:56.0625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKqLm5NH0ypiDtl1yKTf4Tkbrs0LTLE4 { display:block; }
 }@media only screen and (max-width: 763px) { #pMnAOTEEiBpeT0oCqm9HrNNLkbAnGdTi { top:25.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6oy1yemO7QzArJF2KFH5wWJ2uu5Ks7P { top:25.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esPGuv38yLiNW5F53zGETp4lQRWNNHMx { top:25.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmVyXa16XgdCMK4fyOf1qa7lLxNEV85T { top:49.125rem;left:28.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk { display:block; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDUIt1FkSPvMfqzbIMTObOuSffX1H2Pt { top:3.6875rem;left:1.40625rem;width:44.9375rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crygcvaUXifLmWM4fx9Fvk5o3CsFxowA { top:9.25rem;left:7.625rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a36OQEGtFQaZywNgaKb8h8uKEQsBa8 { top:19.625rem;left:0rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkIPRw3CFlbaTM9EskCxOAhFc6LXSKqr { top:19.625rem;left:12.59375rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3kcObwzNA2pfPgMFkm9K3sxLNmpNh1P { top:19.625rem;left:25.1875rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSI1Tr6zlpAafT9OQmLsgbbnwdQVuVTi { top:53.125rem;left:0rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIy7pTDtVGJtnMpCb9sHe6a2WdRtGJW { top:53.125rem;left:12.59375rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5FgcZfQCd8BK436zT7lqgtm8HtrPOiI { top:53.125rem;left:25.1875rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuT9dMpuExCZJeXrReIpvy99okw5mape { top:21rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTyrSGXoSk8t58xhhht0bzCsGnbeH7vh { top:21.5rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luQDCvtxc6NuWxATaOq9AkToHJkXufep { top:24.8125rem;left:0rem;width:18.9375rem;height:1.25rem;font-size:1rem;display:block; }#luQDCvtxc6NuWxATaOq9AkToHJkXufep li:before{  }
 }@media only screen and (max-width: 763px) { #xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM { top:27.25rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM li:before{  }
 }@media only screen and (max-width: 763px) { #omMqZKqpv7bcDNLJKplfWxMh38VvNFcT { top:30.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#omMqZKqpv7bcDNLJKplfWxMh38VvNFcT li:before{  }
 }@media only screen and (max-width: 763px) { #E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI { top:34.0625rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI li:before{  }
 }@media only screen and (max-width: 763px) { #W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E { top:37.625rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E li:before{  }
 }@media only screen and (max-width: 763px) { #Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq { top:41.25rem;left:0rem;width:18.9375rem;height:;font-size:1rem;display:block; }#Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq li:before{  }
 }@media only screen and (max-width: 763px) { #LnB87dh60OlWkFqECtZTDUnBRWtfHF7S { top:21.5rem;left:17.65625rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCh953MVTHTzR392zXAUuXEayP3kTbEc { top:21.0625rem;left:14.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd { top:24.8125rem;left:14.40625rem;width:18.9375rem;height:1.25rem;font-size:1rem;display:block; }#SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd li:before{  }
 }@media only screen and (max-width: 763px) { #wIJGMkxMrylbN9UTGsK9G56gAzERBsHM { top:27.25rem;left:14.40625rem;width:18.9375rem;height:1.25rem;font-size:1rem;display:block; }#wIJGMkxMrylbN9UTGsK9G56gAzERBsHM li:before{  }
 }@media only screen and (max-width: 763px) { #FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr { top:29.5625rem;left:14.40625rem;width:18.9375rem;height:1.25rem;font-size:1rem;display:block; }#FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr li:before{  }
 }@media only screen and (max-width: 763px) { #kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ { top:32.1875rem;left:14.40625rem;width:18.9375rem;height:1.25rem;font-size:1rem;display:block; }#kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ li:before{  }
 }@media only screen and (max-width: 763px) { #tU0AMOLNXsCAQEDTtFIEW4kMFF1yi4bO { top:21.5rem;left:30.4375rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7qr1IAQxWQZKoTaunuPCJlrGdeNxCXl { top:20.9375rem;left:40.125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr { top:24.1875rem;left:28.8125rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr li:before{  }
 }@media only screen and (max-width: 763px) { #nA9IlghX8P82u48gwAxsGIxIha8bR8HK { top:28.3125rem;left:28.8125rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#nA9IlghX8P82u48gwAxsGIxIha8bR8HK li:before{  }
 }@media only screen and (max-width: 763px) { #ikaOwd8fZqliloLRt9QvNyomoslMxhhI { top:32.1875rem;left:28.8125rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }#ikaOwd8fZqliloLRt9QvNyomoslMxhhI li:before{  }
 }@media only screen and (max-width: 763px) { #hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C { top:36.0625rem;left:28.8125rem;width:14.8125rem;height:2.625rem;font-size:1rem;display:block; }#hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C li:before{  }
 }@media only screen and (max-width: 763px) { #b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ { top:40rem;left:32.9375rem;width:13.375rem;height:2.625rem;font-size:1rem;display:block; }#b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ li:before{  }
 }@media only screen and (max-width: 763px) { #sqIIPqBofQk1kL0fzwvS9AhMht1P407K { top:54.4375rem;left:0rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykVZUnnhTo83rqqbk0lhWc3T0zuu8Rr { top:54.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI { top:58.4375rem;left:0rem;width:18.9375rem;height:;font-size:1rem;display:block; }#GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI li:before{  }
 }@media only screen and (max-width: 763px) { #p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u { top:60.625rem;left:0rem;width:18.9375rem;height:;font-size:1rem;display:block; }#p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u li:before{  }
 }@media only screen and (max-width: 763px) { #XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ { top:63.9375rem;left:0rem;width:18.9375rem;height:;font-size:1rem;display:block; }#XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ li:before{  }
 }@media only screen and (max-width: 763px) { #kp7ZXorpL55KnPASMbNwMBorOq2VXLzy { top:66.25rem;left:0rem;width:18.9375rem;height:1.25rem;font-size:1rem;display:block; }#kp7ZXorpL55KnPASMbNwMBorOq2VXLzy li:before{  }
 }@media only screen and (max-width: 763px) { #ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf { top:68.5625rem;left:0rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }#ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf li:before{  }
 }@media only screen and (max-width: 763px) { #eV42aIqHpMKBzEXbWt385UtrNlbTFmkS { top:54.4375rem;left:18rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvlL4hKgvSzGzyrnJRxf1HqDd4POwewn { top:54rem;left:14.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K { top:58.4375rem;left:14.40625rem;width:18.9375rem;height:;font-size:1rem;display:block; }#HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K li:before{  }
 }@media only screen and (max-width: 763px) { #VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV { top:61.8125rem;left:14.46875rem;width:14.25rem;height:2.5625rem;font-size:1rem;display:block; }#VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV li:before{  }
 }@media only screen and (max-width: 763px) { #ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n { top:65.25rem;left:14.46875rem;width:14.25rem;height:2.5625rem;font-size:1rem;display:block; }#ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n li:before{  }
 }@media only screen and (max-width: 763px) { #zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK { top:68.5625rem;left:14.46875rem;width:15.75rem;height:2.625rem;font-size:1rem;display:block; }#zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK li:before{  }
 }@media only screen and (max-width: 763px) { #Jc2nLHKRupN6mIKszkynIGxEMOdVTcbP { top:54.4375rem;left:30.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDHNi3woEmvNQKc1eF0vSW1lbBZdnp7d { top:53.9375rem;left:40.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC { top:57.8125rem;left:28.8125rem;width:16.25rem;height:2.625rem;font-size:1rem;display:block; }#Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC li:before{  }
 }@media only screen and (max-width: 763px) { #xgE5VeyvqPsreabJinnSooTEWJHBdSBt { top:61.4375rem;left:31.5rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }#xgE5VeyvqPsreabJinnSooTEWJHBdSBt li:before{  }
 }@media only screen and (max-width: 763px) { #KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd { top:65.0625rem;left:31.5rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }#KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd li:before{  }
 }@media only screen and (max-width: 763px) { #sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb { top:68.5625rem;left:31.5rem;width:16.25rem;height:;font-size:1rem;display:block; }#sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb li:before{  }
 }@media only screen and (max-width: 763px) { #Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I { top:72rem;left:31.5rem;width:16.25rem;height:;font-size:1rem;display:block; }#Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I li:before{  }
 }@media only screen and (max-width: 763px) { #t1omzI5qP8RHs6pNcp90rcVCx1NQy03i { display:block; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm2u7dCPSi4fwDnHqXhiN3xBcltTOTKE { top:0rem;left:0rem;width:47.75rem;height:25.506458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH { display:block; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvC8o0ZQRi67om78CHaMtVUKMUnF2xyV { top:2.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtmwDTBSLQ5AtvD0OiDbnXsun2LO6Rqm { top:11.8125rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT5X51kzDknrSsvWHEu8y2q9OqZFpLud { display:block; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOM1NsdmZxdSJTqDPmlPngTcPqKW7NRF { top:3.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD0vLstfJDPIIB6StqKHJknTgsBMfGrc { top:13.125rem;left:0rem;width:17.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJUHbAtQz3kk3fXDSV1eckyoIR3vGR5 { top:14.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfcwLHFkU1Z47GTieHqo4rGV4wcDGUzI { top:17.6875rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXvD3e0Pwd32DfbaH0qyq4fJCtIx9Gv { top:20.5625rem;left:0rem;width:14.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimhPf7fEqCIqmcAB0aJh6h4pfETn0qN { top:13.125rem;left:15.09375rem;width:17.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9fI7Eq93vkHWcTB3MoAdxIg2WSBogU { top:17.6875rem;left:16.03125rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrfiDVfHhP9TJNqkkD6uItuPx0NwlNN { top:14.0625rem;left:16.03125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQLGgr9KH9cUguZ6hdMRUsT43w7aVAc5 { top:20.5rem;left:16.03125rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiWlIAR4yhQKQfGWI3u0acP2XmeRseaX { top:13.125rem;left:30.1875rem;width:17.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fJPqXve5E4zx8FZRsGeNDmVUtuf91b { top:13.9375rem;left:40.03125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdZ6ITNnNns8Sv81QubLz2G0v5M4hO71 { top:17.6875rem;left:35.625rem;width:12.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhM10Im8KThvfsZhATNBu8U3oXXNPTRf { top:20.5rem;left:32.0625rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5AT6eNFWWQ5dyBcseuCVBr2OLwdrnnA { top:33.375rem;left:0rem;width:17.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2XeRxLNLRK7nHWThDvmwfAv6LreQOK6 { top:34.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMtf9sWJuJRCA1p1AhloqBeyiWy5PiT { top:37.9375rem;left:0rem;width:13.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQeWhWLN8ClELGeTr00BZXlpfBxEgxy { top:41.5625rem;left:0rem;width:14.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlNWJtClTDgBy5yANFoH38FfkRwNtCiR { top:33.375rem;left:15.09375rem;width:17.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1IlNoJPx33WeBKv22B7ecANR86hWlAZ { top:34.0625rem;left:16.03125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvOHBV6wuM7RahUoSNacZzDcKwNH9L1f { top:37.9375rem;left:16.03125rem;width:16.125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwGWzWVcilJEhvN8ZVByM1MuSuhhleSx { top:41.5rem;left:16.03125rem;width:14.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiF4TILMR5dnLiS6cnRDckyyFu9dWQLp { top:33.375rem;left:30.1875rem;width:17.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWnAUh5nZMy9EbbmDNccBEdrzfv4cIrD { top:34.0625rem;left:39.71875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo0lroPnOk7TmQPV4dnuvX2BLAOXRKi9 { top:37.9375rem;left:31.625rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMbZvlsUDrWUCmykafmDT2DRNeFZ1pl { top:41.5rem;left:31.625rem;width:16.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS { display:block; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gay8poq1Crh0drGTvxMMBaL7dlr02cC5 { top:3.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwmunoTNtmOcz728Qf7cOaeBcbMdW4dI { top:11.3125rem;left:0rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEqbCU3BvWOnvQ5Z7firIwsql5IsbPcl { top:11.8125rem;left:0rem;width:4.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBsz54PcJXILBgdJeTbUcsmUwmMvEOoD { top:11.3125rem;left:6.375rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9SpGrNlm5uFLZaSdxluVehqBfpsSdwp { top:11.8125rem;left:7.78125rem;width:5.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyzL5yySseZoxcbNloo4Si9CuMFkGKLz { top:11.3125rem;left:19.8125rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFKhW1HPBnQTWZlFDPWWOOvlVTOiXST { top:11.8125rem;left:21.34375rem;width:5.1875rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0O7GVVkzCZ93ZogGJX2oLu0Dwglsx1 { top:11.3125rem;left:32.4375rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZAhJVhD1rOK4tT49eCyOQqzWEtKn8H { top:11.8125rem;left:33.90625rem;width:5.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMBxT3H3vSUL77sLR8FVlHG9UqXvzUAD { top:11.3125rem;left:39.625rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfS16Ey9LqTtKvbAd7vwLVDTT5wlWvaz { top:11.8125rem;left:43.25rem;width:4.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApChFRcvr5FbZvrNOqyNITKg7Ilbo1l { top:17.4375rem;left:0rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBIvaXKcd3N2VmhtJ8Lh4JDB0bMRR7Zh { top:17.9375rem;left:0rem;width:6rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZL2Fnfo9yegNLawiHurbpo8LIsCzzBe { top:17.5rem;left:2.03125rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZwnlXrrTTK9ftM702FplxiPwCLTznf1 { top:17.4375rem;left:13.46875rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp2cGkOuzDQ7nsPnGi8ZCGe1Ildyy3fi { top:17.4375rem;left:24.375rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft5hdUCbApucE6BA2st3UBg9IGz7Ezuk { top:17.4375rem;left:36.0625rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFZtNO2eZ1laI7HZXTV9JKHoFE0CtN5E { top:17.4375rem;left:39.625rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R5vQbTv6o7Vl2IQeJ1DvdL03Xt8RoU { top:17.9375rem;left:3.875rem;width:4.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWnytemMPOERxKsaMpi8buPVICnhImdn { top:17.9375rem;left:15.4375rem;width:4.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2XaZA5WGIcWifn5F5TBtfgZ4DFFgqd { top:17.9375rem;left:25.09375rem;width:6.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6t2zFpeDWW2tW3iIKBVbZVvfGRTPRzr { top:17.9375rem;left:36.59375rem;width:7.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CdtsTfG60pu8sX4ETVQfEK4oIXX6QB { top:17.9375rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwsRCcVZzqWw74kGg9bXoFO9BXeVPSy { top:31.3125rem;left:0rem;width:32.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDBVy61efiwX60J0KafCtLBTMPcdzT0n { top:31.3125rem;left:15.5625rem;width:32.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFbOuOzQ2fxAP159wTQFH9veWGUP1h0i { top:32.0625rem;left:3.15625rem;width:5.875rem;height:3.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxL8RL6BQ9pNipaEeEXL22xoUOJbNQ4e { top:36.25rem;left:0rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rb6764oxUfaqNNZclTwVNzmtRnwQoR { top:32.6875rem;left:35.5rem;width:12.25rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CTD0Wcmd02ifFTN8Lc7Rd1p1Pwm26q { top:36.875rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QERkaTvtUwpaiOtyxTdKSe55h49mO2kF { display:block; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiXiAwHqk8udeED3FNFT7Vb2RuKcrRvn { top:3rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU9TBwNA0xSSAwXWHhomsw9goGHSusQl { top:13.625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfmyduVbfRledQJrHmg3ysWAOQsilio { width:23.125rem;height:3.875rem;top:22.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmRDMlmLeD4wUTZ4DsWGDmeqdPLKEvVu { display:block; }
 }@media only screen and (max-width: 763px) { #Ir4ZXzgaF1qJf8AalVc6kDF22a6JFSrI { top:29.3125rem;left:5.09375rem;width:37.5625rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 { display:block; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF27grhdgtHlm05JWiFXxcahzVuH7dTe { top:3.9375rem;left:4.96875rem;width:37.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD { display:flex;height:auto;width:27.8125rem;top:17.125rem;left:2.15625rem; }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #x0IOd2lspPRhJR6gTHc57p9PkZ1AQIrW {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #P0GDM7wINkKcNbFTJH8vgUwJDOagJVO6 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #kyzUhU9APLdo4cJahu0MyFbKcgnt8JSx {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #bdJKVkvGzaznPaVFJEK0QLtcrzetW58V {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #EQx3wLfX7W9VNWz6bSQIBxi6Q0S4Nz49 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #ZdZRrTrQNVz2wSv2ACAxp0Rus037Scf4 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #x6DKyEHeLE7OOaFV1gUlA7L87sgTRpQ9 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #vVD9rkTy2TD7W6TtiLzLTU499cWFiJ0T {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #m7F3L4zGfe7faKAFccOXt8hBIzpJmN6l {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #BhPwT5pKGLOHJyIecL6PB4oFFV9vZP9v {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #ITxTEaCNqib5xEAiQ6huoGsCbZGICpHA {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #CZBfMcTAu6T3QuPKPSkm8HGJ7I9i7Cd4 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #znThMLOzozAPObiGhPvP99zyNvWg7lAk {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #PTmAKsNEKzX9GIfhdzVRLDHKfh1dDn6F {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #LSgMz8qblhDTaCIPwlpcFVEWqLiX7v05 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #rWlZ1eM8Cout6UI4IwPFLsc5oZwxWP32 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #wTIFWL0l92wmpT0X3bvIrc1hlnenmHXM {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #JCdfgHlFemXy2b2o0kTzpTLLKv7OrDGV {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #cuC68nUzxPEm9sN6L0bMHGx1ZF8xHDIK {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #dAAAHUkGxF8bElm8FxvrKhlKc2P4QHOu {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #OyOcA1Why6egVmENud6ES72ioLn8EHq8 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #P1mpR2mlgwO6dmU2zyQQfSOTXe6SFo0J {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #E4oRL11OREERL0IPsvAImyCFnMxF1wSu {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #CAoAyT91SOu5lhAIuNEsVnG7mmroweaS {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #avzVwfevyvy450FWRlVItrLwqtMTTQCx {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #fzrG73DLxM9JT0qe4rqbhqra6SSEv7oJ {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #NDMyXeEgf4rfgmfWar5yWO0duWxo15Jo {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #tP19BkksPGwK9iBlhvFcdWcfG06rVNV6 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #WgfBlvTq7ya1Kpvb0CLEUulPyzdarDUi {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #vWocXE1D9lPT3IsAVEN64pRkldcgaeNU {  }
 }@media only screen and (max-width: 763px) { #ThIeKb3OSVf01bth5cetennv23sRF7AK { top:50.9375rem;left:18.09375rem;width:11.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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 { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTRbl381P6rVXBSGBGLOxt4VhDMsRTQJ { width:20rem;height:4.875rem;top:9.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8bLTONz2pD134K9nT5f3Wrgm2S0mkC3 { width:9.0625rem;height:9.0625rem;top:0rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyev2Kct8U64Ln4d7RWDalXrWIT8OdQ { width:20rem;height:3.25rem;top:15.47216796875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQmFxDTDw0RNObKPFql31bV00RsCRUUu { width:10.4375rem;height:1.8125rem;top:41.44970703125rem;left:4.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAW9GyOfS4O0wLnbZbAer3eK1Vhk5RXL { display:block; }
 }@media only screen and (max-width: 763px) { #heGo0tS1H9yEpNcqfxa5MikzHlFAfmgp { width:11.1875rem;height:15.75rem;top:21.26220703125rem;left:4.40625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HlHzvrJhaDXcUfrTstI7i7JEwmBWHf { width:15.5rem;height:2.11230625rem;top:47rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQLT3Wm7X2WsXunKTPVZDuFU7Mr9EQ7h { width:20rem;height:1.05615rem;top:52.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZrtaURidNlSmTd9FGbEcWkwFaVCBJ2c { width:20rem;height:1.05615rem;top:57.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTokeFnBmLGyrwWiTxXi491XKOTCtFyN { display:flex;width:1.0625rem;height:1.0625rem;top:45.375rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #KTr1IJg9ZhPDMmamTD6aPwCgFWRvLpTe { display:flex;width:1.125rem;height:1.125rem;top:50.8125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #MNKpxxuEgwFTxQLwsCcB7ucny1LEH9Ew { display:flex;width:1.125rem;height:1.125rem;top:56.125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW { display:block; }#W79aokMNEgxcTToDyaWdf2s2ZlI2oLRW > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2KxQh2T1Iv1hcfcPek7RdNcbV8CP6UT { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfHTuQTIvvNUpruDXwGmGvhp1u0FnTkS { width:12.9375rem;height:2.5625rem;top:13.25rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsAReAXTdGUBTC05Re6V3QMFfAZCOpAi { display:flex;width:1.5rem;height:1.5rem;top:13.84375rem;left:3.78125rem; }
 }@media only screen and (max-width: 763px) { #az0aID3bXLgplGKZPzNbPx4hp0Tdw80I { width:10.8125rem;height:1.94921875rem;top:13.556640625rem;left:4.90625rem;font-size:0.75rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d433L4WPTSlFL5pcIkRUGxQoypFw7mvZ { width:13.5rem;height:2.375rem;top:18rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyAN7VXBeddKeeQwJnMOZm3dXyQhdgem { display:flex;width:1.6875rem;height:1.6875rem;top:32.87890625rem;left:3.28125rem; }
 }@media only screen and (max-width: 763px) { #l5sUnUrpWOffJdiKTme5slTaOSO4QRkP { width:12.125rem;height:1.94921875rem;top:18.212890625rem;left:4.40625rem;font-size:0.75rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypnAkwTdDH3M1PIHibZutq1Sg1E1f88f { width:13.75rem;height:2.625rem;top:22.625rem;left:3.203506097561rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGVl00Thm7z8F1tfDqOikON8Vt93G7W7 { display:flex;width:1.625rem;height:1.625rem;top:38.25390625rem;left:3.34375rem; }
 }@media only screen and (max-width: 763px) { #shaI4pnXITIsHhvI3sofKyQUDR91OOOK { width:11.1875rem;height:0.9746125rem;top:28.0556640625rem;left:5.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb5MnStdPdDzLORWLIzvKALebwPv76IQ { width:14rem;height:2.5625rem;top:27.23095703125rem;left:3.1220238095238rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2QpEd7PqTPkAvg4BDhCl7L4yaslClS { display:flex;width:1.6875rem;height:1.6875rem;top:43.47265625rem;left:3.28125rem; }
 }@media only screen and (max-width: 763px) { #S9uT6M0LTwbCcfpGkQbxTmJVeCFGa3mc { width:8.375rem;height:0.9746125rem;top:23.44970703125rem;left:6.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9o8mloRRdTPAIvy1ITiW9HIeK63s8vP { width:14.375rem;height:2.625rem;top:32.41015625rem;left:2.9353197674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1r3EqCnktAkKBKBf4PJepxsdBKgP6l { display:flex;width:1.625rem;height:1.625rem;top:48.21875rem;left:3.34375rem; }
 }@media only screen and (max-width: 763px) { #pDeBuv27oSiP8RkGaTwZ7J3TLmuMVzuS { width:10.4375rem;height:1.94921875rem;top:32.748046875rem;left:5.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxBWDFsZBP2gLJa4X9DrRxmgDyT1K5GV { width:14.8125rem;height:2.75rem;top:37.72265625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugRwIAc5tvhppbR1sWdMezcTwEO4A9C { display:flex;width:2.6875rem;height:2.6875rem;top:56.3476734375rem;left:0.875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #fGpgPE3sTI4hDpWDaSgq7ChFc50N2uR2 { width:11.625rem;height:1.94921875rem;top:38.091796875rem;left:4.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iV380kaQ12VzDiwtzg5nGmdo44Bd33Wv { width:15rem;height:2.6875rem;top:42.97265625rem;left:2.6931818181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8IpEOpGPgtO9ttlxJ0RfQQcWZogP5u { display:flex;width:2.6875rem;height:2.6875rem;top:61.6601734375rem;left:0.875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #MolKXm6Vvt55iClWiIGoNCHJkcOXxVwM { width:11.4375rem;height:1.94921875rem;top:43.341796875rem;left:5.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbrTtLZq65yvT5ro2TCtr7ST3kaUIZ7o { width:14.625rem;height:2.8125rem;top:47.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM1EGuII41HfnHKJeNWZnBWnRHLsTnfS { width:10.1875rem;height:1.94921875rem;top:48.056640625rem;left:5.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mP1xKSnL4iLvNck6iJ9kPxXen4tWgmSl { width:20rem;height:3.8994125rem;top:53.28515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZNZcUWbKa3KRBUqVhQWmMb3TbNEfO5d { width:20rem;height:2.6806625rem;top:7.935546875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcQI4RAzxwcBUwH86Q0dJymQLdotRsDi { width:15.0625rem;height:2.625rem;top:61.69140625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKqLm5NH0ypiDtl1yKTf4Tkbrs0LTLE4 { display:block; }
 }@media only screen and (max-width: 763px) { #pMnAOTEEiBpeT0oCqm9HrNNLkbAnGdTi { display:flex;width:1.5rem;height:1.5rem;top:18.4375rem;left:3.53125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #b6oy1yemO7QzArJF2KFH5wWJ2uu5Ks7P { display:flex;width:1.5rem;height:1.5rem;top:23.1875rem;left:3.53125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #esPGuv38yLiNW5F53zGETp4lQRWNNHMx { display:flex;width:1.5rem;height:1.5rem;top:27.79296875rem;left:3.46875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #bmVyXa16XgdCMK4fyOf1qa7lLxNEV85T { display:flex;width:2.6875rem;height:2.6875rem;top:65.59765625rem;left:8.625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk { display:block; }#lB2nvo2xRg0RkdfTcI5sOV1UJTABgWZk > .row .container { width:20rem;height:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDUIt1FkSPvMfqzbIMTObOuSffX1H2Pt { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #crygcvaUXifLmWM4fx9Fvk5o3CsFxowA { width:20rem;height:5.19921875rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a36OQEGtFQaZywNgaKb8h8uKEQsBa8 { width:20rem;height:25.0625rem;top:14.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkIPRw3CFlbaTM9EskCxOAhFc6LXSKqr { width:20rem;height:25.0625rem;top:40.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3kcObwzNA2pfPgMFkm9K3sxLNmpNh1P { width:20rem;height:25.0625rem;top:66.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSI1Tr6zlpAafT9OQmLsgbbnwdQVuVTi { width:20rem;height:25.0625rem;top:93.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIy7pTDtVGJtnMpCb9sHe6a2WdRtGJW { width:20rem;height:25.0625rem;top:119.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5FgcZfQCd8BK436zT7lqgtm8HtrPOiI { width:20rem;height:25.0625rem;top:145.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuT9dMpuExCZJeXrReIpvy99okw5mape { display:flex;width:2.375rem;height:2.375rem;top:15.52294921875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LTyrSGXoSk8t58xhhht0bzCsGnbeH7vh { width:15.75rem;height:2.5996125rem;top:15.41015625rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luQDCvtxc6NuWxATaOq9AkToHJkXufep { width:18.9375rem;height:1.29980625rem;top:19.3671875rem;left:1.0625rem;font-size:1rem;display:block; }#luQDCvtxc6NuWxATaOq9AkToHJkXufep li:before{  }
 }@media only screen and (max-width: 763px) { #xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM { width:18.9375rem;height:2.5996125rem;top:21.8046875rem;left:1.0625rem;font-size:1rem;display:block; }#xDaoruhCkp1VdcpsUp8aD24EBiKU8hWM li:before{  }
 }@media only screen and (max-width: 763px) { #omMqZKqpv7bcDNLJKplfWxMh38VvNFcT { width:18.9375rem;height:2.5996125rem;top:25.37939453125rem;left:1.0625rem;font-size:1rem;display:block; }#omMqZKqpv7bcDNLJKplfWxMh38VvNFcT li:before{  }
 }@media only screen and (max-width: 763px) { #E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI { width:18.9375rem;height:2.5996125rem;top:28.62939453125rem;left:1.0625rem;font-size:1rem;display:block; }#E5uErasl36QJ7Dt3l1FrNQlF0Wi945zI li:before{  }
 }@media only screen and (max-width: 763px) { #W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E { width:18.9375rem;height:2.5996125rem;top:32.19189453125rem;left:1.0625rem;font-size:1rem;display:block; }#W9rd9IpJ5PzLxJNpwQz9grZQsd6Wr76E li:before{  }
 }@media only screen and (max-width: 763px) { #Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq { width:18.9375rem;height:1.29980625rem;top:35.81689453125rem;left:1.0625rem;font-size:1rem;display:block; }#Z0B7IBNQ8PDky2KT6zCXWOnBTgpHREtq li:before{  }
 }@media only screen and (max-width: 763px) { #LnB87dh60OlWkFqECtZTDUnBRWtfHF7S { width:15.75rem;height:1.29980625rem;top:42.37353515625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCh953MVTHTzR392zXAUuXEayP3kTbEc { display:flex;width:2.25rem;height:2.25rem;top:41.8984375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd { width:18.9375rem;height:1.29980625rem;top:45.7421875rem;left:0.53125rem;font-size:1rem;display:block; }#SSv2rHVI2CW4T2IgZdunba0hEwxSnDTd li:before{  }
 }@media only screen and (max-width: 763px) { #wIJGMkxMrylbN9UTGsK9G56gAzERBsHM { width:18.9375rem;height:1.29980625rem;top:48.1171875rem;left:0.53125rem;font-size:1rem;display:block; }#wIJGMkxMrylbN9UTGsK9G56gAzERBsHM li:before{  }
 }@media only screen and (max-width: 763px) { #FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr { width:18.9375rem;height:1.29980625rem;top:50.4541015625rem;left:0.53125rem;font-size:1rem;display:block; }#FzHGFXIENgTsC3ehmcyVbkGckk1i6LTr li:before{  }
 }@media only screen and (max-width: 763px) { #kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ { width:18.9375rem;height:1.29980625rem;top:53.05419921875rem;left:0.53125rem;font-size:1rem;display:block; }#kgcdWhhagi2iIB7qs8Hlgp3JWdf6CFxJ li:before{  }
 }@media only screen and (max-width: 763px) { #tU0AMOLNXsCAQEDTtFIEW4kMFF1yi4bO { width:13.3125rem;height:2.5996125rem;top:68.0361328125rem;left:3.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7qr1IAQxWQZKoTaunuPCJlrGdeNxCXl { display:flex;width:2.4375rem;height:2.4375rem;top:68.1171875rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr { width:18.9375rem;height:2.5996125rem;top:71.34228515625rem;left:0.53125rem;font-size:1rem;display:block; }#ot9oViDBgGTd0icnT7TwTaKcgc8N2tEr li:before{  }
 }@media only screen and (max-width: 763px) { #nA9IlghX8P82u48gwAxsGIxIha8bR8HK { width:18.9375rem;height:2.5996125rem;top:75.466796875rem;left:0.53125rem;font-size:1rem;display:block; }#nA9IlghX8P82u48gwAxsGIxIha8bR8HK li:before{  }
 }@media only screen and (max-width: 763px) { #ikaOwd8fZqliloLRt9QvNyomoslMxhhI { width:18.9375rem;height:2.5996125rem;top:79.42919921875rem;left:0.53125rem;font-size:1rem;display:block; }#ikaOwd8fZqliloLRt9QvNyomoslMxhhI li:before{  }
 }@media only screen and (max-width: 763px) { #hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C { width:14.8125rem;height:2.5996125rem;top:83.30419921875rem;left:0.625rem;font-size:1rem;display:block; }#hTdt66XxgpSQ3s0yF9xUbudbA12M0F7C li:before{  }
 }@media only screen and (max-width: 763px) { #b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ { width:13.375rem;height:2.5996125rem;top:87.2041015625rem;left:0.6875rem;font-size:1rem;display:block; }#b1WFSXAd0efH0Hr0qVctQb2aNyTOUmuZ li:before{  }
 }@media only screen and (max-width: 763px) { #sqIIPqBofQk1kL0fzwvS9AhMht1P407K { width:11.8125rem;height:1.29980625rem;top:94.43603515625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykVZUnnhTo83rqqbk0lhWc3T0zuu8Rr { display:flex;width:1.6875rem;height:1.6875rem;top:94.2421875rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI { width:18.9375rem;height:1.29980625rem;top:98.42919921875rem;left:1.0625rem;font-size:1rem;display:block; }#GVf1Wh9D2ptyvgnmBDEihraR0rXHHlTI li:before{  }
 }@media only screen and (max-width: 763px) { #p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u { width:18.9375rem;height:2.5996125rem;top:100.61669921875rem;left:1.0625rem;font-size:1rem;display:block; }#p9BNgkEU4L1LBFWw7NdCAHc0ZZlhg57u li:before{  }
 }@media only screen and (max-width: 763px) { #XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ { width:18.9375rem;height:1.29980625rem;top:103.9423828125rem;left:1.0625rem;font-size:1rem;display:block; }#XHTF5SLstt7I0Cu0cmLDi1kSkeTv8EsQ li:before{  }
 }@media only screen and (max-width: 763px) { #kp7ZXorpL55KnPASMbNwMBorOq2VXLzy { width:18.9375rem;height:1.29980625rem;top:106.2548828125rem;left:1.0625rem;font-size:1rem;display:block; }#kp7ZXorpL55KnPASMbNwMBorOq2VXLzy li:before{  }
 }@media only screen and (max-width: 763px) { #ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf { width:15.0625rem;height:2.5996125rem;top:108.5673828125rem;left:1.0625rem;font-size:1rem;display:block; }#ME8GNMXHusCl4uXPSEaGZ4IBy1DObVcf li:before{  }
 }@media only screen and (max-width: 763px) { #eV42aIqHpMKBzEXbWt385UtrNlbTFmkS { width:13.8125rem;height:1.29980625rem;top:120.74853515625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvlL4hKgvSzGzyrnJRxf1HqDd4POwewn { display:flex;width:2.1875rem;height:2.1875rem;top:120.3046875rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K { width:16.5rem;height:2.5996125rem;top:124.61669921875rem;left:1.75rem;font-size:1rem;display:block; }#HLsqvGNbzvPuXLRHXZVGzUWMIqKuIc3K li:before{  }
 }@media only screen and (max-width: 763px) { #VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV { width:14.25rem;height:2.5996125rem;top:128.09228515625rem;left:1.875rem;font-size:1rem;display:block; }#VolixLoQ6wBiFQ0iUaJ3ysTIFn7cZKTV li:before{  }
 }@media only screen and (max-width: 763px) { #ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n { width:14.25rem;height:2.5996125rem;top:131.5546875rem;left:1.875rem;font-size:1rem;display:block; }#ty3p5g30nTawRHl65PrU6rLZ0MEoAS0n li:before{  }
 }@media only screen and (max-width: 763px) { #zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK { width:15.75rem;height:2.5996125rem;top:134.8798828125rem;left:1.875rem;font-size:1rem;display:block; }#zT1f3vD9WPJ5mvw8pDXOa5C5suSW1wPK li:before{  }
 }@media only screen and (max-width: 763px) { #Jc2nLHKRupN6mIKszkynIGxEMOdVTcbP { width:11.875rem;height:2.5996125rem;top:147.06103515625rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDHNi3woEmvNQKc1eF0vSW1lbBZdnp7d { display:flex;width:2.3125rem;height:2.3125rem;top:146.5546875rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC { width:16.25rem;height:2.5996125rem;top:150.404296875rem;left:1.8125rem;font-size:1rem;display:block; }#Z6m8zyiW6HTKpFRZsfTt4WmBPiAgQabC li:before{  }
 }@media only screen and (max-width: 763px) { #xgE5VeyvqPsreabJinnSooTEWJHBdSBt { width:16.25rem;height:2.5996125rem;top:154.02978515625rem;left:1.8125rem;font-size:1rem;display:block; }#xgE5VeyvqPsreabJinnSooTEWJHBdSBt li:before{  }
 }@media only screen and (max-width: 763px) { #KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd { width:16.25rem;height:2.5996125rem;top:157.6796875rem;left:1.8125rem;font-size:1rem;display:block; }#KfxsHtywE4vFDUx1sFZCzLJ2RTWJJdsd li:before{  }
 }@media only screen and (max-width: 763px) { #sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb { width:16.25rem;height:2.5996125rem;top:161.1923828125rem;left:1.8125rem;font-size:1rem;display:block; }#sWFL2qP8T7MnE5OheuTgrbll5bnlbFbb li:before{  }
 }@media only screen and (max-width: 763px) { #Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I { width:16.25rem;height:2.5996125rem;top:164.6298828125rem;left:1.8125rem;font-size:1rem;display:block; }#Nvyz1xwPIBZhUOyCPbPDL5XZfhc13n9I li:before{  }
 }@media only screen and (max-width: 763px) { #t1omzI5qP8RHs6pNcp90rcVCx1NQy03i { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container { background-color: transparent; background-image: none; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container > .video-iframe-container { display: none; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row > .video-iframe-container { display: none; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .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); }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container { border-width: 0; border-radius: 0; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1omzI5qP8RHs6pNcp90rcVCx1NQy03i > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm2u7dCPSi4fwDnHqXhiN3xBcltTOTKE { width:20rem;height:10.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container { background-color: transparent; background-image: none; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container > .video-iframe-container { display: none; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row > .video-iframe-container { display: none; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .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); }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container { border-width: 0; border-radius: 0; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPSTnkkLuE3sxHlxldCdVsGFnwPL3tMH > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvC8o0ZQRi67om78CHaMtVUKMUnF2xyV { width:18.875rem;height:1.29980625rem;top:1.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtmwDTBSLQ5AtvD0OiDbnXsun2LO6Rqm { width:20rem;height:21.75rem;top:3.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT5X51kzDknrSsvWHEu8y2q9OqZFpLud { display:block; }#OT5X51kzDknrSsvWHEu8y2q9OqZFpLud > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOM1NsdmZxdSJTqDPmlPngTcPqKW7NRF { width:20rem;height:6.5800625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mD0vLstfJDPIIB6StqKHJknTgsBMfGrc { width:17.5625rem;height:13.875rem;top:10.2983125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJUHbAtQz3kk3fXDSV1eckyoIR3vGR5 { display:flex;width:2.1875rem;height:2.1875rem;top:11.2983125rem;left:2.09375rem; }
 }@media only screen and (max-width: 763px) { #XfcwLHFkU1Z47GTieHqo4rGV4wcDGUzI { width:6.5625rem;height:1.29980625rem;top:14.8608125rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXvD3e0Pwd32DfbaH0qyq4fJCtIx9Gv { width:14.75rem;height:3.8994125rem;top:17.7358125rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimhPf7fEqCIqmcAB0aJh6h4pfETn0qN { width:17.5625rem;height:13.875rem;top:25.4233125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9fI7Eq93vkHWcTB3MoAdxIg2WSBogU { width:9.375rem;height:1.29980625rem;top:29.9858125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrfiDVfHhP9TJNqkkD6uItuPx0NwlNN { display:flex;width:2.3125rem;height:2.3125rem;top:26.3608125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #hQLGgr9KH9cUguZ6hdMRUsT43w7aVAc5 { width:15.6875rem;height:3.8994125rem;top:32.86032421875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiWlIAR4yhQKQfGWI3u0acP2XmeRseaX { width:17.5625rem;height:13.875rem;top:40.5483125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fJPqXve5E4zx8FZRsGeNDmVUtuf91b { display:flex;width:2.5rem;height:2.5rem;top:41.3920625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #bdZ6ITNnNns8Sv81QubLz2G0v5M4hO71 { width:12.125rem;height:1.29980625rem;top:45.1108125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhM10Im8KThvfsZhATNBu8U3oXXNPTRf { width:15.6875rem;height:3.8994125rem;top:47.98532421875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5AT6eNFWWQ5dyBcseuCVBr2OLwdrnnA { width:17.5625rem;height:13.875rem;top:55.6733125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2XeRxLNLRK7nHWThDvmwfAv6LreQOK6 { display:flex;width:2.25rem;height:2.25rem;top:56.4858125rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #abMtf9sWJuJRCA1p1AhloqBeyiWy5PiT { width:13.75rem;height:2.5996125rem;top:60.2358125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQeWhWLN8ClELGeTr00BZXlpfBxEgxy { width:14.625rem;height:3.8994125rem;top:63.8608125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlNWJtClTDgBy5yANFoH38FfkRwNtCiR { width:17.5625rem;height:13.875rem;top:70.7983125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1IlNoJPx33WeBKv22B7ecANR86hWlAZ { display:flex;width:2.4375rem;height:2.4375rem;top:71.5170625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #QvOHBV6wuM7RahUoSNacZzDcKwNH9L1f { width:16.125rem;height:2.5996125rem;top:75.3608125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwGWzWVcilJEhvN8ZVByM1MuSuhhleSx { width:14.625rem;height:3.8994125rem;top:78.98532421875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiF4TILMR5dnLiS6cnRDckyyFu9dWQLp { width:17.5625rem;height:13.875rem;top:85.9233125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWnAUh5nZMy9EbbmDNccBEdrzfv4cIrD { display:flex;width:2.4375rem;height:2.4375rem;top:86.6420625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #Mo0lroPnOk7TmQPV4dnuvX2BLAOXRKi9 { width:16.125rem;height:1.29980625rem;top:90.4858125rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMbZvlsUDrWUCmykafmDT2DRNeFZ1pl { width:16.125rem;height:3.8994125rem;top:94.11032421875rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS { display:block; }#ctmg0aQ3R4QiEBuIFDUQ1Ge4QhUcWUhS > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gay8poq1Crh0drGTvxMMBaL7dlr02cC5 { width:15.0625rem;height:2.5996125rem;top:1.125rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwmunoTNtmOcz728Qf7cOaeBcbMdW4dI { width:8.125rem;height:2.875rem;top:5.0996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEqbCU3BvWOnvQ5Z7firIwsql5IsbPcl { width:4.5rem;height:1.86865rem;top:5.6025421875rem;left:7.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBsz54PcJXILBgdJeTbUcsmUwmMvEOoD { width:8.125rem;height:2.875rem;top:9.2246125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9SpGrNlm5uFLZaSdxluVehqBfpsSdwp { width:5.6875rem;height:1.86865rem;top:9.7275421875rem;left:7.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyzL5yySseZoxcbNloo4Si9CuMFkGKLz { width:8.125rem;height:2.875rem;top:13.3496125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFKhW1HPBnQTWZlFDPWWOOvlVTOiXST { width:5.1875rem;height:1.86865rem;top:13.8525421875rem;left:7.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0O7GVVkzCZ93ZogGJX2oLu0Dwglsx1 { width:8.125rem;height:2.875rem;top:17.4746125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZAhJVhD1rOK4tT49eCyOQqzWEtKn8H { width:5.1875rem;height:1.86865rem;top:17.9775421875rem;left:7.40625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMBxT3H3vSUL77sLR8FVlHG9UqXvzUAD { width:8.125rem;height:2.875rem;top:21.5996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfS16Ey9LqTtKvbAd7vwLVDTT5wlWvaz { width:4.5rem;height:1.86865rem;top:22.1025421875rem;left:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApChFRcvr5FbZvrNOqyNITKg7Ilbo1l { width:8.125rem;height:2.875rem;top:25.7246125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBIvaXKcd3N2VmhtJ8Lh4JDB0bMRR7Zh { width:6rem;height:1.86865rem;top:26.2275421875rem;left:7.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZL2Fnfo9yegNLawiHurbpo8LIsCzzBe { width:8.125rem;height:2.875rem;top:29.8496125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZwnlXrrTTK9ftM702FplxiPwCLTznf1 { width:8.125rem;height:2.875rem;top:33.9746125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp2cGkOuzDQ7nsPnGi8ZCGe1Ildyy3fi { width:8.125rem;height:2.875rem;top:38.0996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft5hdUCbApucE6BA2st3UBg9IGz7Ezuk { width:8.125rem;height:2.875rem;top:42.2246125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFZtNO2eZ1laI7HZXTV9JKHoFE0CtN5E { width:8.125rem;height:2.875rem;top:46.3496125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R5vQbTv6o7Vl2IQeJ1DvdL03Xt8RoU { width:4.4375rem;height:1.86865rem;top:30.2900421875rem;left:7.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWnytemMPOERxKsaMpi8buPVICnhImdn { width:4.4375rem;height:1.86865rem;top:34.4775421875rem;left:7.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2XaZA5WGIcWifn5F5TBtfgZ4DFFgqd { width:6.6875rem;height:1.86865rem;top:38.6025421875rem;left:6.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6t2zFpeDWW2tW3iIKBVbZVvfGRTPRzr { width:7.0625rem;height:1.86865rem;top:42.7275421875rem;left:6.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CdtsTfG60pu8sX4ETVQfEK4oIXX6QB { width:7.0625rem;height:1.86865rem;top:46.8525421875rem;left:6.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwsRCcVZzqWw74kGg9bXoFO9BXeVPSy { width:20rem;height:10.1875rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDBVy61efiwX60J0KafCtLBTMPcdzT0n { width:20rem;height:10.3125rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFbOuOzQ2fxAP159wTQFH9veWGUP1h0i { width:2.875rem;height:2.68115rem;top:53.1875rem;left:7.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxL8RL6BQ9pNipaEeEXL22xoUOJbNQ4e { width:20rem;height:3.8994125rem;top:57rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8rb6764oxUfaqNNZclTwVNzmtRnwQoR { width:5.0625rem;height:2.5996125rem;top:65.1875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CTD0Wcmd02ifFTN8Lc7Rd1p1Pwm26q { width:17.125rem;height:2.5996125rem;top:68.5625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QERkaTvtUwpaiOtyxTdKSe55h49mO2kF { display:block; }#QERkaTvtUwpaiOtyxTdKSe55h49mO2kF > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiXiAwHqk8udeED3FNFT7Vb2RuKcrRvn { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU9TBwNA0xSSAwXWHhomsw9goGHSusQl { width:20rem;height:1.13671875rem;top:6.398925rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfmyduVbfRledQJrHmg3ysWAOQsilio { width:12.375rem;height:2.5rem;top:10.19677734375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmRDMlmLeD4wUTZ4DsWGDmeqdPLKEvVu { display:block; }
 }@media only screen and (max-width: 763px) { #Ir4ZXzgaF1qJf8AalVc6kDF22a6JFSrI { width:20rem;height:1.29980625rem;top:13.94677734375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 { display:block; }#LqXJCADgtO2CMJ4WBPKAELZ97WTwS5g8 > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF27grhdgtHlm05JWiFXxcahzVuH7dTe { width:17.375rem;height:4.38671875rem;top:2.19921875rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Puk1baTTK3NAaI6sesFTa53NVGitloGD { display:flex;height:auto;width:17.5rem;top:10.01171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #x0IOd2lspPRhJR6gTHc57p9PkZ1AQIrW {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #P0GDM7wINkKcNbFTJH8vgUwJDOagJVO6 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #kyzUhU9APLdo4cJahu0MyFbKcgnt8JSx {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #bdJKVkvGzaznPaVFJEK0QLtcrzetW58V {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #EQx3wLfX7W9VNWz6bSQIBxi6Q0S4Nz49 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #ZdZRrTrQNVz2wSv2ACAxp0Rus037Scf4 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #x6DKyEHeLE7OOaFV1gUlA7L87sgTRpQ9 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #vVD9rkTy2TD7W6TtiLzLTU499cWFiJ0T {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #m7F3L4zGfe7faKAFccOXt8hBIzpJmN6l {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #BhPwT5pKGLOHJyIecL6PB4oFFV9vZP9v {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #ITxTEaCNqib5xEAiQ6huoGsCbZGICpHA {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #CZBfMcTAu6T3QuPKPSkm8HGJ7I9i7Cd4 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #znThMLOzozAPObiGhPvP99zyNvWg7lAk {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #PTmAKsNEKzX9GIfhdzVRLDHKfh1dDn6F {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #LSgMz8qblhDTaCIPwlpcFVEWqLiX7v05 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #rWlZ1eM8Cout6UI4IwPFLsc5oZwxWP32 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #wTIFWL0l92wmpT0X3bvIrc1hlnenmHXM {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #JCdfgHlFemXy2b2o0kTzpTLLKv7OrDGV {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #cuC68nUzxPEm9sN6L0bMHGx1ZF8xHDIK {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #dAAAHUkGxF8bElm8FxvrKhlKc2P4QHOu {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #OyOcA1Why6egVmENud6ES72ioLn8EHq8 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #P1mpR2mlgwO6dmU2zyQQfSOTXe6SFo0J {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #E4oRL11OREERL0IPsvAImyCFnMxF1wSu {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #CAoAyT91SOu5lhAIuNEsVnG7mmroweaS {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #avzVwfevyvy450FWRlVItrLwqtMTTQCx {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #fzrG73DLxM9JT0qe4rqbhqra6SSEv7oJ {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #NDMyXeEgf4rfgmfWar5yWO0duWxo15Jo {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #tP19BkksPGwK9iBlhvFcdWcfG06rVNV6 {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #WgfBlvTq7ya1Kpvb0CLEUulPyzdarDUi {  }
 }@media only screen and (max-width: 763px) { #Puk1baTTK3NAaI6sesFTa53NVGitloGD #vWocXE1D9lPT3IsAVEN64pRkldcgaeNU {  }
 }@media only screen and (max-width: 763px) { #ThIeKb3OSVf01bth5cetennv23sRF7AK { width:6.75rem;height:1.875rem;top:57.9365234375rem;left:6.625rem;display:block; }
 }