.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:255,246,221;--color-primary-1:255,226,141;--color-primary-2:255,197,26;--color-primary-3:128,99,13;--color-primary-4:38,30,4;--color-secondary-0:232,226,252;--color-secondary-1:185,167,247;--color-secondary-2:138,109,241;--color-secondary-3:41,41,204;--color-secondary-4:28,22,48;--color-tertiary-0:255,255,255;--color-tertiary-1:225,225,225;--color-tertiary-2:154,154,154;--color-tertiary-3:77,77,77;--color-tertiary-4:15,15,15;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { border-width: 0; border-radius: 0; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9.adaptive-delivery-prevent-bg, #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9.lazyload, #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9.lazyloading { background-image: none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { border-width: 0; border-radius: 0; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:none; }#ofXdU5AOL8r4iLAGrX1OGwBglCSnpBO7 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:5.625rem;width:17.9375rem;top:1.875rem;left:29.25rem;display:none; }
#TGLGg7rF0VE7tNlkdbcAe4RElM1unAku { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125.375rem;width:42.8125rem;display:none; }
#iT4bqaXlmAnINHwnKKfeho0pLxhRlcum { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:10.375rem;width:61.0625rem;top:8.75rem;left:7rem;display:block; }
#pNNzhXsuGVJFxE85TxEKA1Id0WPoksd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13rem;left:11.75rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILTywcMTq6mvMM5drTTMIOCIbemQ1kTz { color:rgba(var(--color-tertiary-1),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.3125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaIcfCscSz0c8wDPosFS8dQe8OTTBelT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.875rem;left:11.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w12JcgdDclbTxvllOkNNrRJ7weQovHUA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:0.125rem;top:10rem;left:27.625rem;display:block; }
#Z4WbnqeZCVkcRIaF3obcNy5u4rQ8iczG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.0625rem;top:1.578125rem;left:0rem;overflow:hidden;display:block; }
#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/f86e6849-33da-4836-9c31-9adce7250f93/LandingProgramacin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7.adaptive-delivery-prevent-bg, #HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7.lazyload, #HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7.lazyloading { background-image: none; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 > .row .container { border-width: 0; border-radius: 0; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:none; }#WaS2uvQv9kUH2wMPrKF7Kg9FO02kbXfF { color:#ffc51a;display:block;width:32.6245rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:9.60986328125rem;left:4.874267578125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrniiboLakC00LqOTZfHgbMeaVzuR7Lk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:22.1875rem;top:8.71875rem;left:46.0615234375rem;overflow:hidden;display:block; }
#pzC7swxiT9UuQIoT1IkhB3SDy1CGkvIs { color:rgba(var(--color-tertiary-1),1);display:block;width:40.37475rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:18.69677734375rem;left:4.874267578125rem;height:1.8369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SINpztzme0fkBmIBTmETcx4yQk5IVsLs { color:rgba(var(--color-tertiary-1),1);display:block;width:42.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:21.1328125rem;left:4.874267578125rem;height:7.436525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IrGxrysirpAaMkT9q6g8NFqSmyQGvZiA { color:rgba(var(--color-primary-2),1);display:block;width:28.9355625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:30.7490234375rem;left:4.874267578125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rn7nIWLAaapz4G4i50UgxOWeMqTH0vpf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:28.562rem;top:32.874267578125rem;left:2.811279296875rem;overflow:hidden;display:block; }
#k0hUmHL34pomFVIhTmvlsKCJPQ7mn6l5 { position:absolute;display:block;z-index:15043;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:6.6875rem;width:13.5rem;top:2.984375rem;left:4.8740234375rem;overflow:hidden;display:block; }
#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container { background-color: transparent; background-image: none; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container > .video-iframe-container { display: none; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row > .video-iframe-container { display: none; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .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); }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container { border-width: 0; border-radius: 0; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#lSThqLiwgPpxe0cqRBSETmKPSBduh4kU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:14.625rem;top:2.0609359741211rem;left:0rem;overflow:hidden;display:block; }
#aroRz07dTXFgp0Fl50afwWDZgzOWuyhV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.90234375rem;left:17.100781440735rem;height:1.38125rem;display:block; }
#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68d39890-30c9-4cab-b105-73768e40e600/chica_background.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0.adaptive-delivery-prevent-bg, #PTOlfUk1LvTryapcqbL7ppPIzi14fsG0.lazyload, #PTOlfUk1LvTryapcqbL7ppPIzi14fsG0.lazyloading { background-image: none; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container { background-color: transparent; background-image: none; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container > .video-iframe-container { display: none; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row > .video-iframe-container { display: none; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .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); }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container { border-width: 0; border-radius: 0; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#Gv0B42B987hyfXkv8usrTE74gW3Iqy8K { color:rgba(var(--color-tertiary-1),1);display:block;width:36.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:22.1875rem;left:6.875rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JG7HC8KBH2HwpxFKKcQPMKRXALTGB0pL { color:rgba(var(--color-tertiary-1),1);display:block;width:42.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:26.5625rem;left:6.875rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMhrunQc8c0TglB8HTLTIdWgFVnIAow2 { color:#ffc51a;display:block;width:46.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:13.4375rem;left:6.875rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a49TtZ9PCLhSHHa6nKVmMhKNven4W2at { position:absolute;display:block;z-index:15050;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:6.6875rem;width:13.5rem;top:6.75rem;left:6.875rem;overflow:hidden;display:block; }
#UZoylBxut0QoaeNEwndx8bRE9VmG5Du2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:32.25rem;left:6.875rem;display:block; }
#bJEowWzMoLSVJHKJRkaKL0UsDGahQ9rC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeCZbA7fvlLxZruEhd8iiXaMgBZ7pa8w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:25.625rem;top:8.3125rem;left:21.8125rem;overflow:hidden;display:block; }
#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container { background-color: transparent; background-image: none; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container > .video-iframe-container { display: none; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row > .video-iframe-container { display: none; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .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); }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container { border-width: 0; border-radius: 0; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#A6dKl09wigCRIoK2dMkmaXUcy4UZWZPm { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.06201171875rem;left:26.4990234375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:none; }
#i52T7TvMeywLez9Fda5mNneTVVTxvGnp { box-sizing:content-box;height:18.9375rem;width:17.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.560546875rem;left:7.9365234375rem;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; }
#Svsd64Z9567tJO8Kc5VoUD0zOadaF1rh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9980625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:14.03125rem;left:8.6552734375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#lreixURwSl0XID1enlxeF326hTNNu7Ua { box-sizing:content-box;height:8.125rem;width:17.4359375rem;position:absolute;display:block;z-index:15003;background-color:#ffc51a;background-image:none;top:24.146484375rem;left:7.9365234375rem;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; }
#DqsLArzaBvnAwXhoKsSLfUM50xA9d2Lt { box-sizing:content-box;height:19rem;width:17.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.5615234375rem;left:49.6875rem;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; }
#VL8ruiccVEHoUnSJvRFANIzlvbDG00aR { box-sizing:content-box;height:8.125rem;width:17.4355625rem;position:absolute;display:block;z-index:15021;background-color:#ffc51a;background-image:none;top:24.271484375rem;left:49.6875rem;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; }
#eAcUVDE7cNpJEv5KdPaxzRgCfxCUZff6 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.7480625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.98046875rem;left:17.625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hbmyprn2DJHN1giV8tqkEfZ1ncsmDTk9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:23.715625762939rem;left:54.937500953674rem;display:none; }
#h3CqI2X0cZLB0w3OwAgOWal1IhZCeuuq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:23.715625762939rem;left:54.937500953674rem;display:none; }
#BfukuSQwhTkwJmzBczRTZcJNmWSCT5tK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:23.715625762939rem;left:54.937500953674rem;display:none; }
#EO2fkeHAwx5XzTzbzCE82Dmbzqk9s7yU { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3115rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.683837890625rem;left:7.93701171875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IN6o4oFk1EM7bea7d9eGmJRRv1eXxW1B { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7.25rem;left:7.9365234375rem;height:3.08680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gb80om7hkfNxgg7p2U3lJ8xRyWXogMnh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:16.62109375rem;left:10.9052734375rem;height:2.548825rem;text-align:center;text-align-last:center;display:block; }
#oolWqLyOJ6lumxn6q3awcKC8S0PFUTGx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9980625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:14.0625rem;left:29.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#tA2TA75XRRrFT73FSFwXaJv7WkmANrgg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:16.62109375rem;left:31.53125rem;height:2.548825rem;text-align:center;text-align-last:center;display:block; }
#CC9Nt2n71CDu0gkTmSbbD3UEUfAtyM7C { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9980625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:14.0625rem;left:50.4375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#FqIpcODs48Ezi2dOHed7LCXT1LzlTpWd { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:16.6201171875rem;left:52.40625rem;height:2.548825rem;text-align:center;text-align-last:center;display:block; }
#CROqpoKp480IUOV3uZM4O6f1uMSq5m2S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:20.685546875rem;left:10.3115234375rem;height:8.3975625rem;text-align:left;text-align-last:left;display:block; }
#iWSaSKCyLTOBEH999XrMyGRi3MzzBfnw { box-sizing:content-box;height:8.125rem;width:17.4355625rem;position:absolute;display:block;z-index:15004;background-color:#ffc51a;background-image:none;top:24.208984375rem;left:28.78125rem;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; }
#B4gzpdzGvMLQErdXwxikt3vCFOcGdEzg { box-sizing:content-box;height:18.9375rem;width:17.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.560546875rem;left:28.78125rem;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; }
#LEKkBQk8yOoPQE5s2oHxb4brDLAosGQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:20.685546875rem;left:31.125rem;height:7.1979375rem;text-align:left;text-align-last:left;display:block; }
#GITxADQSSUrzKXfMJVp8AQUPTfaVvEqN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:20.685546875rem;left:52.09375rem;height:7.1979375rem;text-align:left;text-align-last:left;display:block; }
#Sskh7vzfKOZb1mI9T2r8A3IFwJSprH9D { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:6.25rem;display:block; }
#kMtoAZSMT8E2ECsivqArAVKnrHFBbXU9 { position:absolute;display:block;z-index:15079;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:2.875rem;width:2.9375rem;top:13.3125rem;left:7.3125rem;overflow:hidden;display:block; }
#tGraJHuqfq7trrIe58PNqh59295OfR26 { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15080;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:27.125rem;display:block; }
#Z6OQBy80bX4Xr2dAc4TOe9HtWXp6oRlT { position:absolute;display:block;z-index:15081;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:2.875rem;width:2.875rem;top:13.3125rem;left:28.1875rem;overflow:hidden;display:block; }
#CoaTzINcT8iDpkuT26Vko9xDxawS1seh { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:47.8125rem;display:block; }
#XScS70KaL36U7HSTrWgpykCJvBsMQS4Z { position:absolute;display:block;z-index:15083;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:2.875rem;width:2.875rem;top:13.3125rem;left:48.875rem;overflow:hidden;display:block; }
#oJEmkPZC79kNT9CE9yUPSWraVOTVc9CC { box-sizing:content-box;height:6.125rem;width:59.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:33.972222328186rem;left:7.9357643127444rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#e7H3RbbSDI5MuR8u09182sTP8g5hNemX { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.175347328186rem;left:13.881944656372rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGh4cXx2EodZD4ntwleuAZTL7TzlwgEq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.238710403442rem;left:37.364583969116rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#Qv3l73BZ3oUUvHdTUAhtUaJnCxwJhQmy { position:absolute;display:block;z-index:15077;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:3rem;width:3rem;top:35.67013835907rem;left:9.6319446563719rem;overflow:hidden;display:block; }
#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf { position:relative;display:block; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf { background-color: transparent; background-image: none; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row .container > .video-iframe-container { display: none; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row > .video-iframe-container { display: none; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .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); }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf { border-width: 0; border-radius: 0; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .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; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:84.5625rem;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; }#Ho1P1VQ2FAi9TXTBqT7be91S8PbTWG65 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:55.9375rem;display:none; }
#kEF3Hs0RRWuHWsdeq1DQWrw4J10U8n04 { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:5.625rem;left:6.25rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Jv4xM4as6FPUNoraoOMPLxPTGJTscRqu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:7.9375rem;left:13.8125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#xiQsyg2Gqzdk3Nxi4oSklm7oODCCPnon { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:5.625rem;left:27.5rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#q65CaObADuhG9UUTtsIr3PbCpcEbyhwu { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:5.625rem;left:48.625rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HCXTi5iAQpNkQVMUxaLwrHsteZrffSTL { box-sizing:content-box;height:22.625rem;width:20.1875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:31.06250166893rem;left:6.1875rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yp2Oh7B0oiRmwEfPfvaR822p5THFFvi7 { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:31.06250166893rem;left:27.500001907349rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pxhcftdxi3QTR7S0a2g4TCcIEOlQGRX2 { box-sizing:content-box;height:22.625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:31.06250166893rem;left:48.750001907349rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZhSscF5rQBEXT08BBexED9pGDE1Z4gwf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.5625rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:22.875rem;left:9.375rem;display:block; }
#C08kzpWc7vLxRTwfVHPaCtf08y2MJu9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RRdmhpJpF3ISrixoGVRz9vOaBSU1ODQV { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:56.5625rem;left:6.25rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C5SaxLXL0Br4xy68TUfldi3AzFigpuRw { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:56.5625rem;left:27.5rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xvkxxEts7lpZMgMzFHnZeXXTvA280AUt { box-sizing:content-box;height:22.5625rem;width:20.125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:56.5625rem;left:48.625rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JA5vsHh4cA4AykBqyTd5ygRbklEUpHAl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.5rem;left:20.593751907349rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF8IhbiZMMhZNSHEfKTXFdcXHkkGdTJM { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:9.875rem;left:13.8125rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#Cl8ch7HSUMW0ed1Iro3z7zVMsFKQ0Ks8 { position:absolute;display:block;z-index:15076;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.4375rem;width:3.5rem;top:7.875rem;left:9.5625rem;overflow:hidden;display:block; }
#LaaFQ48WqKDvULnLbGI5U0yCMwMa2saB { position:absolute;display:block;z-index:15079;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.4375rem;width:3.5rem;top:7.9375rem;left:30.875rem;overflow:hidden;display:block; }
#WPuc6JeftnFy8ONmsN7vT7u5V1ig8Qd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:8rem;left:35.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#E1iriK9UW6AIraANucvDwOaoUOhQZmtZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:9.9375rem;left:35.125rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#LbmZdAMUOvWbI47sAihKofd6DkabrHl1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:9.9375rem;left:56.25rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#ONnxhoZDDTpuMBm8dEi00C0PCPLMKTAk { position:absolute;display:block;z-index:15082;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.4375rem;width:3.5rem;top:7.9375rem;left:52rem;overflow:hidden;display:block; }
#umTk6kF4Fy5TV2uMTGcyrIFT5zmHXUz1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:8rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#AFyVwGFLVF1XZPEk7nJO8y7w02Snre0p { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:35.125rem;left:13.8125rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#mt7Wb2VquSuTXREXEoW9RVZxOiK9Lqhu { position:absolute;display:block;z-index:15079;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.4375rem;width:3.5rem;top:33.125rem;left:9.5625rem;overflow:hidden;display:block; }
#fs8wa6BbdMkh0lc8ALDMCueCb8NsULsO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:33.1875rem;left:13.8125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#bIrkGRlJe1WGnUvJuK5ZIqqqAJ7T0zXu { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:35.25rem;left:35.125rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#dHq3CKkHT7pyl6FVa3OVqwhfgoL8fReH { position:absolute;display:block;z-index:15082;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.4375rem;width:3.5rem;top:33.25rem;left:30.875rem;overflow:hidden;display:block; }
#eHn3u8TqcJfJzLNTGbC0l6ZAzb1hQZWX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:33.3125rem;left:35.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ON3L8ed3Km4P2rQh2aAzMTR7Vorsq9LC { position:absolute;display:block;z-index:15085;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.4375rem;width:3.5rem;top:33.25rem;left:52rem;overflow:hidden;display:block; }
#c5vG18XEWx7gwN6QV147BTHgBXsoADe5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:33.3125rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ly9OAWfQWVFpXTEcuPEaee5XTdRP3sgB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:35.25rem;left:56.25rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#BGpXO5E7LSAQJVGk8TFa7PCodQopTUZD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:62.124998092651rem;left:13.8125rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#IcvPUm6grArh81CSTurhEI3evT4av3OK { position:absolute;display:block;z-index:15082;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.4375rem;width:3.5rem;top:58.75rem;left:9.5625rem;overflow:hidden;display:block; }
#NVFTJMMgDawUZz3Qna2iXPgLTHXecSAh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:58.8125rem;left:13.8125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#nT9IEH30Xxbh3qcw1rnZ76nu4FgNxl08 { position:absolute;display:block;z-index:15085;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.4375rem;width:3.5rem;top:58.75rem;left:30.625rem;overflow:hidden;display:block; }
#qONnybk6AZJHO28VpcKouNsqsBMPnfXK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:58.8125rem;left:34.875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#Tdcd63nF0GXSHxgHMTRaiu7DrE4WpxSH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:62.187498092651rem;left:34.812501907349rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#gZZ72DbST5F1stLBsMuz4mGTRHnzIcLl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:58.9375rem;left:55.9375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#p62OMKCw3TarJfQTIXzUQi5iiJxS6zTt { position:absolute;display:block;z-index:15088;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.4375rem;width:3.5rem;top:58.875rem;left:51.6875rem;overflow:hidden;display:block; }
#yyJ80bgObkC794X8DFL2XhC3lEwPKH9n { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:62.125rem;left:55.937501907349rem;height:2.5486125rem;text-align:left;text-align-last:left;display:block; }
#HZvAnGTzkU481GEcdivydQA4futlKOHA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.5625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:22.875rem;left:30.4375rem;display:block; }
#eXnGhWpIuttmIhgg0JPmPcQ0SUeD9U9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OeyTiTVrK9XmZ45VVr2i7BOxSJd1zH2y { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.5625rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:22.875rem;left:52rem;display:block; }
#lpaOd6RB2qdeOwyll7qH0dunrVI1xcxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDTRcgiJs7d3fb10mCqnSFPuH60x006o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:48.4375rem;left:9.3229179382325rem;display:block; }
#nC0QWT1LQH7NlnynDLzgFQg7HpLOxbo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVoeyNRUhxCqgdeahTW0Mz5uPoCGVbCU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.5625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:48.4375rem;left:30.500001907349rem;display:block; }
#RZMgPBbkIdNrd5ebScqq1zfm0a8JAmP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wohxI59S5WpfRLQbNiLortoumdhblvlQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.5625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:48.4375rem;left:51.760416030884rem;display:block; }
#yr95tDCN6d1br23SLOacPoybm95X1Bch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ruqg5FArTtKyQTzP0sPADlP4TMROrFHU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:73.874123096469rem;left:51.760416030884rem;display:block; }
#IesQe2z5upmAl2ZyS9k0tf6rUIrBwlnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1c8dAQUGFATB6HkaFELenx8UXxl1vV9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.5625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:73.875rem;left:30.4375rem;display:block; }
#J8qHGHC1AlUZwq6PvRwxToVnO9HZ6slK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHNNKgJivWegUAQGwFnkSdxShGRTU0TB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:73.872387409212rem;left:9.3229179382325rem;display:block; }
#kr3QuyyUW2QTTaTwEsZz1QIwM7T6dRVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKMy5TxGyLdS3MTa3NIDxsRLdl03DQLR { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:6.1875rem;left:29.5rem;height:0.974825rem;text-align:center;text-align-last:center;display:block; }
#b0iC15u0q91wJAwVqQ2Q8bEDxiLRcNqx { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:6.1875rem;left:50.8125rem;height:0.974825rem;text-align:center;text-align-last:center;display:block; }
#aXeNIxTBw4xi0PVyGbM1qSUQRfS2irch { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:31.6875rem;left:29.5rem;height:0.974825rem;text-align:center;text-align-last:center;display:block; }
#VO17htfyZwOTFzwp48RuK2FZIaqSqTAu { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:31.6875rem;left:49.5625rem;height:0.974825rem;text-align:center;text-align-last:center;display:block; }
#ZeyNJf9KZJaH6TG9WCTH2LxHlRzyXXhw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:13.875rem;left:9.25rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#CvyMX7V0n90G5ZULRbxM2R3CXZmee0R3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:13.875rem;left:30.25rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#IBPhiI5dveqczDQKifw9lUaLnwFFG6Qc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:13.875rem;left:51.875rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#kgIa1EBduW7xldPplO9fywNZeaCHdro6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:39.25rem;left:9.25rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#ki9ZVv4fEtf0VDLTtsiLCdfU5vgovwqN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:39.249999523163rem;left:29.468751907349rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#IIbtOfWTmkHK9yN1g1CgiNwxzHtQOzWq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:39.25rem;left:51.625rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#TbmXy89mdqG3xDZGcfbautk4NfXypdA8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:65.173610687256rem;left:8.6041679382325rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#Qt55GHEwru7XIT5XSpCA476vEDZ0tABM { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:19.8125rem;left:9.375rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#RSs6niWpb6dQBmH1qb5aba2pxNtrIGFx { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:19.8125rem;left:15.875rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#t6eKeoWP6xxikTnFDNETF9ELbbNUcHpV { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:19.6875rem;left:18rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#mhzFUSbE45fnrs8QS17UX0TFc4OGJs17 { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:20.375rem;left:10.5625rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#VVrHKB4qXSbvL6pJFQwGaSDlZLuNl6iv { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:19.9375rem;left:30.625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#g1QHKqF9F8cLP9AiX1dNzG7dF6rzhCE1 { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:20.5rem;left:31.75rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#NRuhGylTnqTJO4VTFeUsXeMagXe25aHA { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:19.9375rem;left:37.125rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#vWT3kpcEHNn0kFaVxNKQd2FnbIcxowl8 { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:19.8125rem;left:39.1875rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#evyiLyyWZFxPEcvOxh3rdgTU9mQMpWDc { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:19.75rem;left:52.125rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#cJH6qQzRimEL7CpXCs6rozBEAtTcVZA7 { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:20.3125rem;left:53.25rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#dO4XIJWJglXpcRQ1p5FfxInu9XM4H9Jq { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:19.75rem;left:58.625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#e7THNn5bIThIqdyhd2pVdFSOtdbu7TFc { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:19.625rem;left:60.6875rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#U9Gp6Iv4sbKJ59vXUDTVLtThOkNL6sEg { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:45.125rem;left:18.1875rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#at8ZDNetGpSzH17P1oxkhykACKsXaUw2 { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:45.25rem;left:16.0625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#h5RBw5zcDuObSPpGMEHKAsWU9ifRIPpd { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:45.8125rem;left:10.75rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#yFEiubXBICVfLwO30TEN3MN190KSMUBN { color:rgba(var(--color-primary-2),1);display:block;width:5.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:45.25rem;left:9.5625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#gX3t0SH7cOENAvGQ9VzlKAZC99b1DD2g { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:45.125rem;left:39.25rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#TgSGsiDnm8nn5XtC6amDEEFeTDix3QUr { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:45.25rem;left:37.125rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#rByxqHCw0xzaZOfvCHbo4x1HxD5Fhl4L { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:45.8125rem;left:31.8125rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#mgWFNk1oJ6lp9XVrnKuXogpFJ1TzeiRr { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:45.25rem;left:30.625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#nKkgdatP7gXXTeqo7vJkHokq1dF6ZS5y { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:45.125rem;left:60.5625rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#RcbnIqOdhI9sDRc23Tc50HFE6XTtgqv9 { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:45.25rem;left:58.4375rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#Xror5taLQHkCD3QcWQW21FBmKEk8cFvk { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:45.8125rem;left:53.125rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#vpdSUbM7M41dKqpsnBAQ0emkSzUN2EyS { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:45.25rem;left:51.9375rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#WrvbXt788yKnlnV0Tkgg3tobNHRuPWF3 { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:70.625rem;left:18.1875rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#n7mgUuiD6dvEeR4TSZkWibgFOn0tQWnf { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:70.75rem;left:16.0625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#zsnLsa9TyyMM6IK7Q58WlNSweJ9w5Xep { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15052;line-height:1.2;letter-spacing:0;top:71.3125rem;left:10.75rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#t3DB2wMVA5q7OtQum2v8Nh530QqKl8rr { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15050;line-height:1.2;letter-spacing:0;top:70.75rem;left:9.5625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#wqnKLX7DhVfgrQQbpTyVZURvz6zP2kAT { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:70.625rem;left:39.25rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#zbIM2DbBQHwUz02Q0zcF4I9RNeCPUpA9 { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:70.75rem;left:37.125rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#omzo22R0rxieBxfWJoNJDXhFgQTw8cEs { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.2;letter-spacing:0;top:71.3125rem;left:31.8125rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#xtOPdzGvuaqVSItBqHL3zGvefCCehHEz { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:70.75rem;left:30.625rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#iuZbaDOg85LvGUZyv10TrTDtdhdxgfMU { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:70.625rem;left:60.5625rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#OSnVZ5r78OKQQgT4xWW78ozLFaaMSsak { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:70.75rem;left:58.4375rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#U7DzT2mv1SdaRa5oPC9WHXS2NmDXZ6TB { color:rgba(var(--color-primary-2),1);display:block;width:3.0625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15060;line-height:1.2;letter-spacing:0;top:71.3125rem;left:53.125rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#aA7aAUbi1UC8ui2tzx6NGe4v16rTSTW2 { color:rgba(var(--color-primary-2),1);display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15058;line-height:1.2;letter-spacing:0;top:70.75rem;left:51.9375rem;height:1.57465rem;text-align:left;text-align-last:left;display:block; }
#N3QOy81cs0NwmXOO7rh6F3F8LGi6tmn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:65.06250190735rem;left:30.875001907349rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#drJmRFQTaPerPqZVAWzHBgEfuSVagdBp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:64.986112594606rem;left:52.250001907349rem;height:4.7986125rem;text-align:left;text-align-last:left;display:block; }
#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container { background-color: transparent; background-image: none; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container > .video-iframe-container { display: none; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row > .video-iframe-container { display: none; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .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); }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container { border-width: 0; border-radius: 0; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#ChTcEEO7IWWPQK4pmsZQoBte8kDnKQ99 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:11.3125rem;top:0rem;left:21.375rem;overflow:hidden;display:block; }
#gImkwcMXUh7tuuE3hmLMIDrbId328awh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:22.3125rem;top:1.3125rem;left:33.375rem;overflow:hidden;display:block; }
#grsqX0GuLqTFcur5zuvdJTn78dWAHTus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row .container { border-width: 0; border-radius: 0; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:none; }#iLpWT0L2U3CSfmfGtZWr0UypgOTkXuZk { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#33383c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.056875rem;height:3.49609375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:55.072021484375rem;left:31.4697265625rem;display:none; }
#mXw6HwK1Oeg95dCNfRrbqe4BsyEfddfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMMJP1z99qOfCLmTwmGN0hzTaECt36go { color:rgba(var(--color-tertiary-1),1);display:block;width:17.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:2.1875rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:4.08447265625rem;left:5.751953125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-3),1);background-image:none;vertical-align:top; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .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; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:"plus jakarta sans";line-height:1.3;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-0),1); }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:inter;color:rgba(var(--color-tertiary-1),1);height:auto;line-height:1.3;overflow:hidden; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-trigger.adaptive-delivery-prevent-bg, #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-trigger.lazyload, #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-trigger.lazyloading { background-image: none; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW { box-sizing:content-box;height:auto;width:44.24925rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15039;background-color:rgba(var(--color-tertiary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.272705078125rem;left:23.673095703125rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #nvZqAIg5voM5dDacVGqRh2V15kp6bUlL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #zptivSaTFVX9kEP0B0I9Gn3afg8M6Ht7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #D2xNTmWMAgXyszQ0Zmubgm2lrxB0w9Ge { display:block;position:relative; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #pTaXXTaTOvtzEznQ2ee0qgxNtn5gwtXo {  }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #q4JJIeHSDafmAOUqXvpfLDk7duIpw48k {  }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #s8TIvdIEV7WCEHa3vUXE9mRTNeOGn3bd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #smkcINuxMCpdCHU38cll75dTOhKOvWn6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #k7DolZ8TzLMJ3DWIB0DVnihHTe6uSS4p { display:block;position:relative; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #vnrJN4pZlwZezVMn6m87paBgA6EFhb31 {  }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #u6ssaMPsPDfkpQNND1mR6MXBH4FbJagh { display:none; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #h1pBFF5xgi5Lkp7ng0ERQn1GE9I4Dr8O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #T82lBDrDBIRRGLMdJ2aBV5xz1NCf12a3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #lRtswFH9OvHP6BIUqL1GpgZoHv1vxWkA { display:block;position:relative; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #NAC1Ar7M3hMfHLF6SEFGW4rAcklnlRpI {  }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #exc8h0k1fOMZDavIQWy2slG3TT9zkJIq { display:none; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #kbK1vlSPnvGqS8hXykv7Nt5vTe0gvMwa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #ChJREQwgCuEJkEv9gUl86Ts10suiA2ne { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #tBrhG666KSus68Hn2WUNK8m3woClwhaR { display:block;position:relative; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #EaCG63HzKFSAoQ3VAociTnaJi3vP216E {  }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #dawkeacHGI0Un0qXe6v8nUETBllyEctu { display:none; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #hTP2haUVLmhc1oa72fEinG3hxfEfQ34k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #CCJATH0ovsmDRuWq4BNCFsGQulRvzzZk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #l1QmSd27dsZNvXKwO8rLUyHFW2DKQFX9 { display:block;position:relative; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #ghp27dhy58ZnAsQv7EuN10KPi5vDg8Jn {  }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #vqbfJTBATLpF1QshxFLJ5gWoIna1PUrV { display:none; }
#Vky32ZXs0f26lsJppFJATnsD555nV8ru { position:relative;display:none; }#Vky32ZXs0f26lsJppFJATnsD555nV8ru { border-width: 0; border-radius: 0; }#Vky32ZXs0f26lsJppFJATnsD555nV8ru > .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; }#Vky32ZXs0f26lsJppFJATnsD555nV8ru > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.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:none; }#CnitF1gLeTlABJEI6WtlU61OkK0LZz7E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:55.9375rem;display:none; }
#rtQAyxg17TZa8eL32WiWvsr866bDIZB9 { box-sizing:content-box;height:17.6875rem;width:62.1875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:1.9375rem;left:6.4375rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ehHIc2PRVtnwSlMduKOImSehcBcMi3Hv { background-color:#ffc51a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.6875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.125rem;left:46.875rem;display:block; }
#rzoNR6HbVk9aBqohV2ScCiyl7evUV3fo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCnfqK16X5plIXezeAbDtyVzya1Fpwe8 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.5625rem;left:8.1875rem;height:1.4619125rem;display:block; }
#wK6Fh2dtpqy1EobXScQqEytJphh1Cqus { color:rgba(var(--color-tertiary-0),1);display:block;width:37.7478125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.1875rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRDCxhFpbVTiWWVTTKtHVynEc6TrLCyT { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:13.8125rem;left:11rem;overflow:hidden;display:block; }
#hyF7MT1xrkTmEK9tAgnIQa6eFDBpZTIC { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:13.875rem;left:7.375rem;overflow:hidden;display:block; }
#b9aQTVP8HlyFmVRteTIN8fnvErVPGRWz { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:13.78125rem;left:19rem;overflow:hidden;display:block; }
#FHUSznf2z4n6hcLTa86VqfGJZLJhMDdO { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.3125rem;top:13.90625rem;left:15.25rem;overflow:hidden;display:block; }
#hUATwDmT6cZEGpwuTt5NdTL6TS9pTOKW { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.65625rem;left:26.40625rem;overflow:hidden;display:block; }
#xrQn1d0bMmhssLlVXzEWsThWS1SB3SsG { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:13.8125rem;left:22.875rem;overflow:hidden;display:block; }
#z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 > .row .container { border-width: 0; border-radius: 0; }#z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:none; }#SghTsOFKD9G95fcwKPZzN0uaFXvfWfEu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.06201171875rem;left:26.4990234375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:none; }
#IN33qsMTKWH6ZXOUD9ySIqa7ZXOyUZku { box-sizing:content-box;height:9.6875rem;width:30.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:13.8740234375rem;left:6.37451171875rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#axDsFtTMrykwO475a5EqJxGfyEEGC80s { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.99951171875rem;left:8.125rem;overflow:hidden;display:block; }
#WfOQHnF92CKcvxHqhe9UoUHk3W1Mdmam { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:16.28125rem;left:12.747802734375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JIJgofg4rtlN7dxl0Z7TXbPy3vRWawFm { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:20.247314453125rem;left:17.030029296875rem;display:block; }
#UTsBR3AFEVG1cl3rRcAIpDZNIUH6yhm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4Cl7TexnQkugccvcMcCqfhTKxkMNLLK { color:rgba(var(--color-tertiary-0),1);display:block;width:54.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.6171875rem;left:10.1875rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iu4ZMzbbcSBpU31PHEzPMEUaw4fdxAs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.560791015625rem;left:6.37451171875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tgrb2vvufSEStXfy3IQg2J0Xd5cBH4rg { box-sizing:content-box;height:9.6875rem;width:30.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:13.8740234375rem;left:37.999267578125rem;border-top:0.1875rem solid #ffc51a;border-left:0.1875rem solid #ffc51a;border-right:0.1875rem solid #ffc51a;border-bottom:0.1875rem solid #ffc51a;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NbiMd44OEl09lQH9P8hJlQAvdtalgIgk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:16.280517578125rem;left:44.49951171875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#VxZ7XKS0ZIJHaOwFepwDJeu5hJ2qz3AJ { background-color:#ffc51a;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:20.249755859375rem;left:48.624267578125rem;display:block; }
#DdxknhT2oiwZAFAQu8VdBV3yucNGgt8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWQBggZNt4T4aPpAlxcENOlKKQTOq9xy { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.99951171875rem;left:39.749755859375rem;overflow:hidden;display:block; }
#Pf94kZkQbZghQnAaBarTtDgW57rabeF7 { box-sizing:content-box;height:2.5rem;width:13.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.83203125rem;left:47.49609375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Ng3Gb9ZOiZfKBb79TRQBqHM6dydalJP5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6228125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.36083984375rem;left:10.18798828125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g.adaptive-delivery-prevent-bg, #Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g.lazyload, #Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g.lazyloading { background-image: none; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g > .row .container { border-width: 0; border-radius: 0; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:none; }#IiLvzKRvoUPvbKaf8BbVup71Rgkbqt4k { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:5.625rem;width:17.9375rem;top:1.875rem;left:29.25rem;display:none; }
#g6uRk2JP8fWqgAhCzdnfZDr163A1ooTk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125.375rem;width:42.8125rem;display:none; }
#qBHnNUTAmE3hxT0XZVp5kxCaHdUdgdZZ { box-sizing:content-box;height:12.5rem;width:42.312rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.251220703125rem;left:15.101318359375rem;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; }
#sNkygglqiSRTGBGTIP7HbwK0qHX3PN2y { color:rgba(var(--color-tertiary-4),1);display:block;width:32.68675rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:3.625rem;left:19.25rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeuO3G1L8l9mE4irhVNNfVOR3QS0DRLh { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9365rem;height:2.87475625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:8.935791015625rem;left:28.12255859375rem;display:block; }
#TmXac2EQOzQdzPS3TWHMvuicFIP3yBrH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFGlTh4PulafuHDkIBtTTUC4t3inHst8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8.adaptive-delivery-prevent-bg, #PFGlTh4PulafuHDkIBtTTUC4t3inHst8.lazyload, #PFGlTh4PulafuHDkIBtTTUC4t3inHst8.lazyloading { background-image: none; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8 > .row .container { border-width: 0; border-radius: 0; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:none; }#k52zIfnsTnLaJaBTTxeHi7PTntqr4GL6 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:5.625rem;width:17.9375rem;top:1.875rem;left:29.25rem;display:none; }
#LzwNI299vrNMTMRhGkb3Lis05Qqv34uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125.375rem;width:42.8125rem;display:none; }
#vAqvBXqtK6HFyQ8I7Gvn0eZWXGKSNpsq { box-sizing:content-box;height:12.5rem;width:43.875rem;position:absolute;display:block;z-index:15009;background-color:#009fe3;background-image:none;top:1.25rem;left:14.693359375rem;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; }
#oxxSIzJwoaW5rzwftycr6Tx0Fktp0Gu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:3.412109375rem;left:15.943359375rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNMC9msZGJ0m4cUaaZ9dmnKTHnKwhahB { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9365rem;height:2.87475625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:8.935791015625rem;left:28.12255859375rem;display:block; }
#F0GgH971B7oBTa8bZKW7OZliE6iFKD80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5da6511d-4d41-4edd-a95f-6902c532d331/Banner11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT.adaptive-delivery-prevent-bg, #ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT.lazyload, #ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT.lazyloading { background-image: none; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT > .row .container { border-width: 0; border-radius: 0; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:none; }#Eg2aO5wNwPu6xPAecoIN1FbISFltqrUW { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:5.625rem;width:17.9375rem;top:1.875rem;left:29.25rem;display:none; }
#RdcXyio59KTNPBsGm1KxpX2q7TZvT9NV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125.375rem;width:42.8125rem;display:none; }
#CfW019XAIsMTer6TdgOEHTrvmdyFvmuW { color:rgba(var(--color-tertiary-0),1);display:block;width:21.62475rem;position:absolute;font-family:"plus jakarta sans";font-size:2rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.467529296875rem;left:4.9951171875rem;height:2.598875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsHcGZn6TU6VK9mweFQer6qgrl7Lnz87 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.124rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.968017578125rem;left:4.9951171875rem;height:8.9294375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAs88S9U9nIHQdUClJLB0Xm1gfid4n13 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.7495rem;width:32.937rem;top:4.4677734375rem;left:38.177490234375rem;overflow:hidden;display:block; }
#Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009fe3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL > .row .container { border-width: 0; border-radius: 0; }#Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:none; }#wQSweIpKcdIwwxLw1SwK8ERZx8leSyV3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#WNRPcPr864I3icuqQ3UCnR24t53wFdKk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#iBWbaaeohtMJfz9s1frHNS1mzlJ0AQQM { color:rgba(var(--color-tertiary-4),1);display:block;width:37.7478125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.811767578125rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMDb5FTvUAtfCSiMpekVTPK2p7od1EmN { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.686525rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:4.912109375rem;left:53.02734375rem;display:block; }
#PS3LQ04GQAciD8oGxyniXdCutBI8drAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfP5p0VFMQiDfr0U22iK9JUKZ66Wbdog { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.64453125rem;left:5.8115234375rem;height:1.4619125rem;display:block; }
#ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009fe3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C > .row .container { border-width: 0; border-radius: 0; }#ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:none; }#fiEWeRXrrrm3A823ZGIJTPERGMyMzh7v { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#ZM6gyRRBfEukXh2lp5eeFVcIehzenGHd { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#d6178TAbvHXMECbllcgI4d92v9HaFoHx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.7478125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.811767578125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GWBIx5vgUB8LSSPkXihaDFGrGaPznfWy { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.686525rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:8.343017578125rem;left:53.277587890625rem;display:block; }
#ixllDxT6xo8urPlJBBL7RKFlB8BTnbnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIacxaL6DN6fAOG40g00ebLH4ktiz3t0 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:7.9365234375rem;left:5.9375rem;height:8.77148125rem;display:block; }
#hopRmcacehd3dCnSpBIBo6OUTRHrzuah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hopRmcacehd3dCnSpBIBo6OUTRHrzuah > .row .container { border-width: 0; border-radius: 0; }#hopRmcacehd3dCnSpBIBo6OUTRHrzuah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hopRmcacehd3dCnSpBIBo6OUTRHrzuah > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:none; }#stp4wD7UBag58Tfb7lxaTG8Q2TnuvtkB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.06201171875rem;left:26.4990234375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:none; }
#bCI2Qm7bf8nHKDTqMUvrHIRO0veZgG4R { box-sizing:content-box;height:15.5rem;width:62.1875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:13.0625rem;left:6.4375rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MhsPD0lUdQaDX9aQe5Uk0oeEqOVNIvWP { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.1875rem;left:8.125rem;overflow:hidden;display:block; }
#XEoqHBKp3LJ7NMXhJkFC8Lt99OE1GCfM { color:#009fe3;display:block;width:34.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:15.4375rem;left:13rem;height:1.499025rem;text-align:left;text-align-last:left;display:block; }
#dx2zuqxI6B1gnzuWuAbzkGtlVrMFwIlF { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.0625rem;left:8.9375rem;height:3.6547875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u8fn1VwFJI8iNTzII4thau4QTMsvwuZL { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:24.3125rem;left:8.9375rem;display:block; }
#NogomxTZwXDadgSgb4aOcEr9H8LmnSC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfKKHZR2oxGXkAoVetfLietkHHeD8fZg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.812rem;position:absolute;font-family:"plus jakarta sans";font-size:2.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.4375rem;height:2.76245rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B46BP3dafGTbiOQHIcM5xsF57VwN8PHq { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.4375rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 { position:relative;display:none; }#HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 { border-width: 0; border-radius: 0; }#HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 > .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; }#HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DuffLvZnySkinaBQrgQpmDuZ34sgsn4A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:55.9375rem;display:none; }
#Ncw724ptH3peqy2e1AbttaFHUcdUU2V1 { box-sizing:content-box;height:21.1875rem;width:20.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:4.9375rem;left:6.3125rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#q6mPkht85eDekm0klhPDAHZNG8Gdl4um { color:#009fe3;display:block;width:19.43725rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:11rem;left:7.5625rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#hB4JflMwbsH37Dm3ARNNO51GRJ2OlKsb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.5625rem;height:6.8261875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VxFlps9Q9yNa9yLapu49txZmbJeylavg { box-sizing:content-box;height:21.1875rem;width:20.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:4.9375rem;left:27.5rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pTfSXXGBC9ggXVEAut7WG7zVf4f2RP5B { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:28.5625rem;height:6.8261875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qs4EPbVPD2lTlQ1n1ZcLrscabLEdTlJi { color:#009fe3;display:block;width:12.4365rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:11rem;left:28.5625rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#Ba6Zbn9TTnzUTEZFWgVsbwmHJqIF0OSZ { box-sizing:content-box;height:21.1875rem;width:20.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:4.9375rem;left:48.625rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ONVtnINz4A93U5e9RnE63Rd2UvdJLbic { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.8125rem;height:7.96386875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtKkK5CiCfEKUt44utLW1oBgoQLqdOkT { color:#009fe3;display:block;width:15.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:11rem;left:49.8125rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#Ha4uQ7UPzqd3EzZ6aCWUXUIW1BMKHVXC { box-sizing:content-box;height:21.1875rem;width:20.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:27.25rem;left:6.3125rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yzCvl9ea5E6tUn6oAv4z1VqBUddmcVk4 { color:#009fe3;display:block;width:12.4365rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:33.9375rem;left:7.5625rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#JOTR6eiml6hVkQT2Pa05LpoHgQnZmknd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:35.75rem;left:7.5625rem;height:6.82616875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6iSPUgArRTTZgdspBtVKRpF4a9SNutp { box-sizing:content-box;height:21.1875rem;width:20.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:27.25rem;left:27.5rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#meK9uQMyvZv0vQeNf3eq8aD8OzXLNSrV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:28.5625rem;height:6.8261875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b59rPTKT3Dvk6llmQOblp5hgWFAa7c5q { color:#009fe3;display:block;width:20.437rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:33.9375rem;left:28.5625rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#naNCb9zNQrybMSGuJHLKeTQTQ7G2XeJs { box-sizing:content-box;height:21.1875rem;width:20.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:27.25rem;left:48.625rem;border-top:0.1875rem solid #009fe3;border-left:0.1875rem solid #009fe3;border-right:0.1875rem solid #009fe3;border-bottom:0.1875rem solid #009fe3;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#EeFvz9RqCIKvmIrVAmsTRtSk0STMnkfR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:35.75rem;left:49.8125rem;height:6.8261875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bObnGcErWXxn0Ma9TZ58gGEVGkaOAMqT { color:#009fe3;display:block;width:18.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.2;letter-spacing:0;top:33.9375rem;left:49.8125rem;height:1.3501rem;text-align:left;text-align-last:left;display:block; }
#uqZgzzbE9x2C9umpTCXwLc9Ohr0XvkRz { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:6.625rem;left:7rem;overflow:hidden;display:block; }
#E9PmTTSJpmVL8IZ9cKas77bVDH1Ve5rP { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:6.4375rem;left:28.3125rem;overflow:hidden;display:block; }
#S1TnDuny6fMBrhI5SibnRSkknhQyCwFq { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:6.375rem;left:49.4375rem;overflow:hidden;display:block; }
#QcKT9My0annWLorTS96cUM1nJkJ0Zdhw { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:28.875rem;left:7.125rem;overflow:hidden;display:block; }
#B5u83wI93fm6vduOWAFBoXegG8M4DeKL { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:28.6875rem;left:28.1875rem;overflow:hidden;display:block; }
#E7vKHeacItu2FRzwIAA0sntd4srq2xld { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:28.625rem;left:49.3125rem;overflow:hidden;display:block; }
#mWUyFPazBBTndyyK2TicMQh56nxo1LhF { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:22.5rem;left:7.625rem;display:block; }
#mye25u7SVaVQbPzaudQNg49lcyF0knly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZPvkBXHT99rxEVwgM1aUyBrwo0Mg4tTF { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:22.4375rem;left:28.5625rem;display:block; }
#exuam2RBFpI0f73vctF7pnOpQ6T4KE8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOUvd50C8T6kZZKewLn37cZoegIGrxe9 { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:22.5rem;left:49.8125rem;display:block; }
#eK29ZWqV4UFP468wGU2yFVXC71gEBskd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gl9R8a6csqQSogA7d5TiLi33esectTUa { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:44.875rem;left:28.5625rem;display:block; }
#fvMGdnUTgdQNtqIcBQsraKZm4fpgAyM9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leLI5H2770CCSoSmDuydV9KJaF7rW332 { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:44.875rem;left:49.8125rem;display:block; }
#RQNcgFZaNqGAoqxEUumiySOTFSZMF6IA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdc9ZxeEnLI8QoGCHpcpADrrIvCVnrHx { background-color:#009fe3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.56225625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:44.875rem;left:7.5625rem;display:block; }
#fREvynWokqAesovg6LOOramszHSvx2lA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCZE9ZkAFWuxdICAOfJvNf8ticI0uLR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.124267578125rem;left:6.312255859375rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJkan92gO2e8qAhHTTcLa43OReHz8PTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UJkan92gO2e8qAhHTTcLa43OReHz8PTt > .row .container { border-width: 0; border-radius: 0; }#UJkan92gO2e8qAhHTTcLa43OReHz8PTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJkan92gO2e8qAhHTTcLa43OReHz8PTt > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:none; }#hOGqN3wn69MhwgSSPZeTdopW1dd4nxq1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.499221801757rem;left:51.498436927796rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#eJVcardRJDzC3k0UcDeS1F9OrKSDHHkU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.124221801757rem;left:51.686718940735rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#eQVuWUXtSLwg16BElOL1G5C8SSbUTPx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.499221801757rem;left:61.061722755432rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#yVa1HnMa99so5hwwOWBIzwQv8RbULXwg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.186721801757rem;left:61.748436927796rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T2LLqKONHw1GS0LmeNwEosEOPZkrW6ld { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:3.6625003814698rem;left:41.687500953674rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#XSBplbOwpNaR8NCZ4wi2uDvnHtE5kKtT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.017967224121rem;left:18.237500190735rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#wXHokhq5ce29tc5PZkcdyLhmJAKb1Af6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.0625rem;left:40.937500953674rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#RX617GDRGvxzsf4his7cLmzEE7KRnSal { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.374221801757rem;left:17.518750190735rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#FSRdxh2RKOC0ClZmetLT29GbclR1rkr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.499221801757rem;left:40.687500953674rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#vgaM2i4gLwZiNkB22zGaO4AzPqZvJRJv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:3.6624999046326rem;left:5.4664058685303rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#P4tZk5D1OP3cL2ZvSOy0qtgI1ZonWgFi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.5rem;width:7.9375rem;top:6.2804698944094rem;left:6.0079448428962rem;overflow:hidden;display:block; }
#CoFkmAV241o46s2GJ7aeBPoduVGFsa0i { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.9375rem;left:5.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#okcTTDgsbXi6TXuEiavFmRpAtfJNLRWl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.305473327637rem;left:4.5625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#ib0cQBAxfG5BKo5l06VaD8byhs3eeM8e { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.25rem;width:8.3125rem;top:6.1554718017578rem;left:18.777381143116rem;overflow:hidden;display:block; }
#MlmZdJ9MzcyGSuHiV8zACrmJStVTTlq3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:8.5625rem;top:5.9679718017578rem;left:51.793074753521rem;overflow:hidden;display:block; }
#zN8WrRnSmsuzVNWTxK3lORk8DTzwV5De { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.3125rem;width:8.375rem;top:6.5625rem;left:41.805161562284rem;overflow:hidden;display:block; }
#zLhkOf9FknFJqlbATNiWTIoMrSTnbAy3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.8125rem;width:9.125rem;top:6.2179698944092rem;left:61.560936927796rem;overflow:hidden;display:block; }
#mLyxl0Xvb7nQGW9vTAMLJ5TUbO9vqaBM { box-sizing:content-box;height:0.0625rem;width:8.9375rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:5.1624999046326rem;left:5.5rem;display:block; }
#hMuCS52SfTT77edTAswsm73bdNKglhf9 { box-sizing:content-box;height:0.0625rem;width:28.4375rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:5.1617202758789rem;left:41.625000953674rem;display:block; }
#kQPPkJcThdldKutugMhAlNewhuiXm2SN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.3125rem;left:27.5rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#g7Zw9yLwfPxBIhWGzgRXlIUx1qCcArde { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Oel0XRqFnxVuyiqlDJleMVBhXxhoq7lF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.625rem;width:9.125rem;top:6.2179698944092rem;left:28.206250190735rem;overflow:hidden;display:block; }
#Adq2V7b9T0pzo7FHGv0royAGwGpM3cSM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.5625rem;left:18.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#MGBFMwcWMM8mEx9O9tSXSaxM8N8NwVAI { box-sizing:content-box;height:0.0625rem;width:18.4375rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:5.0625rem;left:18.8125rem;display:block; }
#MV5SrOIuwk6W4wItiuatdlviOgspiXLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { border-width: 0; border-radius: 0; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:none; }#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-form-header {  }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:4.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-family:rubik;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-checkbox { width:0.9375rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.8125rem;height:2.9375rem;font-family:"plus jakarta sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:inter;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:inter;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:inter;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:inter;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#0b1e23;vertical-align:top;width:24.99049375rem;overflow:hidden;font-style:normal;float:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:first-of-type{padding-top:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:last-of-type{padding-bottom:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:4.810791015625rem;left:39.248046875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:4.810791015625rem;left:39.248046875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm { position:relative;display:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 { position:relative;display:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o { position:relative;display:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #M3SMseObk0A7JXHczasFRq37ZLeT5hgr { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #M1TXKwsOTp9erxkPx96yXlZmF9UKnRno { position:relative;display:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #sTp0PgghbKfOxsf07PFUlXddOhRRsXFR { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #QC5dlpNDOCCkwZbzxOn0zVNAaizDABy7 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #wk13lngaa4BKsLfPq2G5ma4ngqHzLwF6 { position:relative;display:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #eZb0PxZIP9NJxNDLwTMtw5tRkCq30PHw { position:relative; }
#F8h0FpFyx4BPW5qUTQ9ZwlDGd9gkpHJC { position:relative;display:block; }
#uLL6gAPDVAdT98x7Li5v3IJfTBntsyQg { position:relative;display:block; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 { position:relative; }
#JiJwP0Tx4EXL5e0ppXJPh9zgCcAhyEey { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:13.75rem;left:11.9375rem;height:4.725rem;display:block; }
#yByzwhDPBVDu9m7gm49837upAcSUydGb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:"plus jakarta sans";font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.8125rem;left:11.9375rem;height:6.825rem;font-style:normal;display:block; }
#sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw > .row .container { border-width: 0; border-radius: 0; }#sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:none; }#MSTsu5ZiRWzzATr64m98Byk4co8rT2bX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#sbslKlveg2HowuTsubgxQiDlcO8FFkuM { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#zbOII0vl2ZXbqHir8ZEPmPp3wnmpxDpp { color:rgba(var(--color-tertiary-1),1);display:block;width:26.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.375rem;left:40.25rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4onJ0610856QtHQdRmamzmzhTXpbWKm { color:rgba(var(--color-primary-3),1);display:block;width:20.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.125rem;left:40.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJS9oTW3aCxlZNJp1VXwLCKP4JypS96i { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:26.25rem;top:1.71875rem;left:8.038281440735rem;overflow:hidden;display:block; }
#NTETI0q1fP3SL83XsTLiu27mGn4H6Ms1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:24.9375rem;top:15.948486328125rem;left:40.2490234375rem;overflow:hidden;display:block; }
#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x.adaptive-delivery-prevent-bg, #JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x.lazyload, #JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x.lazyloading { background-image: none; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x > .row .container { border-width: 0; border-radius: 0; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:none; }#GtAmUH2RAHFPmhOTe7fRDonb20Zw7VDK { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:5.625rem;width:17.9375rem;top:1.875rem;left:29.25rem;display:none; }
#T9TNKiynS2RgvTpnQFFU10dUtXHc9A06 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125.375rem;width:42.8125rem;display:none; }
#GlK88QTT3f5hv08XfHZpSb37RsBGq6ZA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.5625rem;top:5.1875rem;left:29.1875rem;overflow:hidden;display:block; }
#n0WI3mhF2Py9RT73fU5aZDMTguI7Q650 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.0625rem;left:29.1875rem;height:9.50625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HDX5FFfif2D6iKcXqblhltd9b2W4H2kL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.375rem;left:29.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtBkddFSvsQgnaTTg6DAPxdSG1XsRa8v { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:7.25rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4zTT8XtLDK6fbgXVr3xVVOmsqPBgFL5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.5625rem;top:5.40625rem;left:7.25rem;overflow:hidden;display:block; }
#sDpOlvXNmdlhG4xLn6ir6r7vRRlnTcMV { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.0625rem;left:7.1875rem;height:10.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zcUIaWQApoGaBltWPyvQmt8XscWc7aLm { color:rgba(var(--color-tertiary-1),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.0625rem;left:51.4375rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8QgkyIOfvofGzBwoSTtTVlA57IwX38Q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:51.4375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5eigbwJwvFycdk7IRMwA8SAhutGhq6I { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3rem;top:5.375rem;left:51.5rem;overflow:hidden;display:block; }
#ZVfTBqAb5iJSGwI7K9K7uMMUOTZUnrbr { position:absolute;display:block;z-index:15000;background-color:#202024;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.375rem;width:20.9375rem;top:3.625rem;left:4.875rem;display:none; }
#ultEQgDTyex9MUaE41CM87tVxxm4b36z { position:absolute;display:block;z-index:15001;background-color:#202024;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.375rem;width:20.9375rem;top:3.625rem;left:27.03125rem;display:none; }
#pTN0gCdTSJ08rVxlmuwFKAbsqUxJxzeO { position:absolute;display:block;z-index:15002;background-color:#202024;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.375rem;width:20.9375rem;top:3.625rem;left:49.1875rem;display:none; }
#oUZvmmOwdprLmaPzyydMfZ0HOlNoNbsa { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:33.5625rem;top:2.5625rem;left:9.8726568222044rem;overflow:hidden;display:block; }
#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { border-width: 0; border-radius: 0; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { font-size:0.875rem;font-family:arial;height:62.6875rem;width:75rem;position:relative;display:none; }#MZ5aou74g1efkabG7hKZQqCdXS7eiwBp { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:22.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:17.6875rem;left:7.125rem;height:3.79375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#d83ANBqALWOFgr7MEQZ062Gubz1OtCRL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.4375rem;left:8.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hpsefiy3S0TkPKw1PJflzxTnz3DMqtwX { position:absolute;display:block;z-index:15081;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:15.24374961853rem;left:6.15625rem;display:block; }
#XITwSZQmPzn0OPnpMaWVMhQGFVNO7PPo { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.8;letter-spacing:0;top:15.25rem;left:6.1875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIULgnslNg0aT6c2UQUNnO7bOzmIgm43 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:13.5625rem;left:27.0625rem;display:block; }#mIULgnslNg0aT6c2UQUNnO7bOzmIgm43.adaptive-delivery-prevent-bg, #mIULgnslNg0aT6c2UQUNnO7bOzmIgm43.lazyload, #mIULgnslNg0aT6c2UQUNnO7bOzmIgm43.lazyloading { background-image: none; }
#LzD29ebJ07K4DVHo0QcrNVxGOXw0xpui { position:absolute;display:block;z-index:15086;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:15.3125rem;left:28.375rem;display:block; }
#twFVmecN3C3omNAhko5LvpUE8eeptSC9 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.8;letter-spacing:0;top:15.3125rem;left:28.375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:17.75rem;left:29.3125rem;height:6.21875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#krnTeRIA7TNDtXnNPcDBZgqcVUTOMmOv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.5rem;left:30.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnrvM36TtQnhlbBp4JNNkWpQ7S8TpqbH { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:13.5625rem;left:49.375rem;display:block; }#UnrvM36TtQnhlbBp4JNNkWpQ7S8TpqbH.adaptive-delivery-prevent-bg, #UnrvM36TtQnhlbBp4JNNkWpQ7S8TpqbH.lazyload, #UnrvM36TtQnhlbBp4JNNkWpQ7S8TpqbH.lazyloading { background-image: none; }
#TOanH4OALVg9TXBmhPUxGWBD9GuC9nOQ { position:absolute;display:block;z-index:15091;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:15.3125rem;left:50.6875rem;display:block; }
#VRtMTVx2r9zs52lUNcpB6fD2GP0dmHzO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.8;letter-spacing:0;top:15.3125rem;left:50.6875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:17.75rem;left:51.625rem;height:8.64375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#CBEoI48VKKUIbK87P5TGyoucnhCe1Lm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.5rem;left:53.0625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbvaT5FXCvpaLUAFv8nf6xHGp6L5qMzM { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:29rem;left:4.875rem;display:block; }#SbvaT5FXCvpaLUAFv8nf6xHGp6L5qMzM.adaptive-delivery-prevent-bg, #SbvaT5FXCvpaLUAFv8nf6xHGp6L5qMzM.lazyload, #SbvaT5FXCvpaLUAFv8nf6xHGp6L5qMzM.lazyloading { background-image: none; }
#VMQQI7FfuPxhwoysMaPS7QmOOtVt8AEd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:30.9375rem;left:8.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hf0wQp1BrAOTzu1veNaqUVv1O4OGwqPz { position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.6875rem;left:6.125rem;display:block; }
#dIrDXd9mndWuC7UKTAFyyXequC5uGnhV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15097;line-height:1.8;letter-spacing:0;top:30.75rem;left:6.1875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:33.1875rem;left:7.125rem;height:5.1625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#R2hr7QQUE1UTuWx34HNGlwTzB2N8xBdk { position:absolute;display:block;z-index:15101;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.8125rem;left:28.375rem;display:block; }
#NVy8mlP54KCTQ1a5863xUf1srubHgdIH { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15102;line-height:1.8;letter-spacing:0;top:30.8125rem;left:28.375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVHKBBAecMXaueh5s0B8SsOID9DCv6wR { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:33.25rem;left:29.3125rem;height:5.1625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#LVHKBBAecMXaueh5s0B8SsOID9DCv6wR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVHKBBAecMXaueh5s0B8SsOID9DCv6wR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#AnOa6kqZcdDnVwscfDbepmeV36oGPuUV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31rem;left:30.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbkCBGvy9hN5icbGDAtZGJ9Q4T9ZBikP { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:29.0625rem;left:49.375rem;display:block; }#hbkCBGvy9hN5icbGDAtZGJ9Q4T9ZBikP.adaptive-delivery-prevent-bg, #hbkCBGvy9hN5icbGDAtZGJ9Q4T9ZBikP.lazyload, #hbkCBGvy9hN5icbGDAtZGJ9Q4T9ZBikP.lazyloading { background-image: none; }
#H1XF4Dk8h6QdV7qowLnkzuZSFaJ40Db9 { position:absolute;display:block;z-index:15106;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.8125rem;left:50.6875rem;display:block; }
#B0FpzCJHGcXQ9kc3IhvPgQqDEwExxp60 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15107;line-height:1.8;letter-spacing:0;top:30.8125rem;left:50.6875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:33.25rem;left:51.625rem;height:2.425rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#XEL7z2RKPGh8wI6VbiaLrTp3MGu0acGS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:31rem;left:53.0625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQM86dd7ypLCVE226SP7OlHEzrOQpW9b { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:44.5rem;left:4.875rem;display:block; }#rQM86dd7ypLCVE226SP7OlHEzrOQpW9b.adaptive-delivery-prevent-bg, #rQM86dd7ypLCVE226SP7OlHEzrOQpW9b.lazyload, #rQM86dd7ypLCVE226SP7OlHEzrOQpW9b.lazyloading { background-image: none; }
#xCUCIEeu0xUPtmABpkWpygiaay0TS6sh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:46.4375rem;left:8.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8a3sd3ufenPB5WNykfLFRbTox8TAa0S { position:absolute;display:block;z-index:15111;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:46.1875rem;left:6.125rem;display:block; }
#TePUhwZaIgLHamOT3A0lR2UAospoxTna { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15112;line-height:1.8;letter-spacing:0;top:46.25rem;left:6.1875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:48.6875rem;left:7.125rem;height:3.79375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#KTJJagc2XEEdZ8oc8J9PoabTq4ldU2UQ { position:absolute;display:block;z-index:15036;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:44.5625rem;left:27.0625rem;display:block; }#KTJJagc2XEEdZ8oc8J9PoabTq4ldU2UQ.adaptive-delivery-prevent-bg, #KTJJagc2XEEdZ8oc8J9PoabTq4ldU2UQ.lazyload, #KTJJagc2XEEdZ8oc8J9PoabTq4ldU2UQ.lazyloading { background-image: none; }
#onQxDbXRasCTHc2z5JE8bFrNcQLHyMnX { position:absolute;display:block;z-index:15116;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:46.3125rem;left:28.375rem;display:block; }
#Lxg1utgw7oTQ2Sw0SnSPcKDdDiNPUFVs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15117;line-height:1.8;letter-spacing:0;top:46.3125rem;left:28.375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:48.75rem;left:29.3125rem;height:3.48125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#SMCMKpqRAv6rw9ZSqFrlkvsZgnmWlTJv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:46.5rem;left:30.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBvxsINJkLoo3rGFN6v9cZoT4tEzbdbe { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f9600ec-ee48-41bc-9801-b4d8483f5a51/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:44.5625rem;left:49.375rem;display:block; }#rBvxsINJkLoo3rGFN6v9cZoT4tEzbdbe.adaptive-delivery-prevent-bg, #rBvxsINJkLoo3rGFN6v9cZoT4tEzbdbe.lazyload, #rBvxsINJkLoo3rGFN6v9cZoT4tEzbdbe.lazyloading { background-image: none; }
#vCSoyKQ3SAePNpZLWtripZzaUxhkBMhb { position:absolute;display:block;z-index:15121;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:46.3125rem;left:50.6875rem;display:block; }
#cn50l4vTmD7LivN154Oi6MXai3BK9802 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15122;line-height:1.8;letter-spacing:0;top:46.3125rem;left:50.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GprU2lWP18hhfltxSUo6RSho2pM73htz { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:48.75rem;left:51.625rem;height:5.1625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GprU2lWP18hhfltxSUo6RSho2pM73htz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GprU2lWP18hhfltxSUo6RSho2pM73htz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
#UKoBThhZyPq6dgU4wydqNV9thaJVRQxm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:46.5rem;left:53.0625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URvSulin5DS5G5FvMFrxwaDTFUHfF67l { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:75rem;top:4.1875rem;left:16.9375rem;overflow:hidden;display:block; }
#EFNG2BD2FdIMATEgCCxyafIbL57hThRb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#wTetuJJT35ZFoWva9kUpTArQCUKJq4Gu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:57.13125038147rem;left:51.875rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBExymyCTGbD9LZQJO8chGUWrJuKk3K6 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:75rem;top:54.4375rem;left:0rem;overflow:hidden;display:block; }
#yDeEoryx8lNEy30HIMwQ5tIvs54yKJiX { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:37.875rem;top:21.481249809265rem;left:1.1875rem;overflow:hidden;display:block; }
#TnTUv65CBcoxARKDmqQDabJogBTUluMg { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:29rem;left:27.34375rem;display:block; }#TnTUv65CBcoxARKDmqQDabJogBTUluMg.adaptive-delivery-prevent-bg, #TnTUv65CBcoxARKDmqQDabJogBTUluMg.lazyload, #TnTUv65CBcoxARKDmqQDabJogBTUluMg.lazyloading { background-image: none; }
#pbX3DXm4LUWAZ4AfhTOzqE4wr7aeTFLi { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebb7a4b7-16ca-4270-9d08-d442d80c3079/SecundariaCursos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.1875rem;width:20.9375rem;top:13.5625rem;left:4.875rem;display:block; }#pbX3DXm4LUWAZ4AfhTOzqE4wr7aeTFLi.adaptive-delivery-prevent-bg, #pbX3DXm4LUWAZ4AfhTOzqE4wr7aeTFLi.lazyload, #pbX3DXm4LUWAZ4AfhTOzqE4wr7aeTFLi.lazyloading { background-image: none; }
#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe317242-fbc8-4af9-b218-f0c89b69fa33/Frame36816.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA.adaptive-delivery-prevent-bg, #VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA.lazyload, #VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA.lazyloading { background-image: none; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA > .row .container { border-width: 0; border-radius: 0; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:none; }#I1TxTwaDaSC5aq2sgVhQTiBitE8x2quE { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.125rem;left:20.875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pPg1iRMyzt0nQ2PmkFlSJtRh5by2ZEpv { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.8125rem;left:8.625rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lKH6m1xwv3TTam9Zmmf6cbxESMzpkX71 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#XHJhU5JhMV2JgFUEgJ1Q6Ggx5TMabZy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15rem;left:6.5625rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#pbUm3xBUyG7GeoKsBrxZqLXeDp8U33eg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15rem;left:6.5625rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#XWsf4DcP3F9TTgMGJhMflKJKDa1wnQRP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:10.875rem;left:2.1875rem;display:none; }
#shxTBUeERQHtIcC18J82gPVmROWAs9vC { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.5625rem;left:8.625rem;height:4.225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXkmTXCS0XwH0ImF5OQa15sHk7TNoo1A { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.9375rem;left:8.625rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nn8J2DT4u2JRL3cPrisIVxGlUerqZwXo { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.6875rem;left:8.625rem;height:4.225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bk7yp3g1Kx2yZsCdTLr499vosGf3DBhp { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:15.8125rem;left:41.625rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EDnX1QLPai1H1iFn7WzuBBPgV8Z6GnCz { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.5625rem;left:41.6875rem;height:4.225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pGfeeccgCDM1OsJTJ6x198TtS40S0tTT { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:26.9375rem;left:41.6875rem;height:3.9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AP9ThlavXvzJuJ0JNaMQe9aawM5qkSyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:30rem;left:41.75rem;height:2.1125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixyPkrtfk2yJ7KdLAf8xdaf01oUBeCOA { position:absolute;display:block;z-index:14999;background-color:#18181b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:9.875rem;width:30.8125rem;top:13.9375rem;left:5.625rem;display:block; }
#oo3s8ZJkAvnz5TRT6zSrgLJM3eEPJG0Q { position:absolute;display:block;z-index:15000;background-color:#18181b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:9.875rem;width:30.8125rem;top:25.0625rem;left:5.5rem;display:block; }
#r2nsEFWmkvSIpgIqoBafohDuTtgGiKaE { position:absolute;display:block;z-index:15000;background-color:#18181b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:9.875rem;width:30.8125rem;top:13.9375rem;left:38.75rem;display:block; }
#CnrkAtQwQNRAPHUOfXh9Rhutk7IWzxPP { position:absolute;display:block;z-index:15001;background-color:#18181b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:9.875rem;width:30.8125rem;top:24.99374961853rem;left:38.75rem;display:block; }
#s0pJtTPXKlzhGqU354Tr7x4rrVx23ZGl { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.0625rem;top:3.5rem;left:49.9375rem;overflow:hidden;display:block; }
#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JGx6Oe3g/FONDO_r.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko.adaptive-delivery-prevent-bg, #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko.lazyload, #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko.lazyloading { background-image: none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { border-width: 0; border-radius: 0; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:none; }#tp1mFTuFCi89u8ZX1ONI8lG5fZhdAGTP { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.125rem;left:4.375rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#Efl95bzVEw42b3yrLBG7WF58XSCKlPvL { color:rgba(var(--color-tertiary-3),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14.0625rem;left:6.5625rem;height:12.9980625rem;text-align:left;text-align-last:left;display:block; }
#HLdDum4HUHlwKxZ5L4cT43Nw7VPNt19a { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#FMUS0WF5MfbkBcAXswT0lcPMqSS7LbFZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:14.0625rem;left:4.125rem;overflow:hidden;display:block; }
#L9gSIAFumwqQSs0c3iuTeInCloCui8qf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:17.75rem;left:4.125rem;overflow:hidden;display:block; }
#TcuGwctHzfGu4Qse6fWSfppE9aUPvelW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:20.75rem;left:4.125rem;overflow:hidden;display:block; }
#MCy1y3eptpz1xT24t1y7tsayXl7m3Wo2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:24.625rem;left:4.125rem;overflow:hidden;display:block; }
#meATOqQeJCrTlmLdPmganhQdq6Tie0C1 { position:absolute;display:block;z-index:15011;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:2.6875rem;width:15.625rem;top:6.9609375rem;left:19.0625rem;display:block; }
#TSHo1K1Q9NGVWAm3i9QTud6r4uOloJyX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15rem;left:6.5625rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#Qn044tO268n6RIT1GJEpNBvir53RL93o { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15rem;left:6.5625rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#I0eWWshXZEdtIwKgpfKDTbGrdKMUSXm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:10.875rem;left:2.1875rem;display:none; }
#TydTBhQiESgwNSPVh1uEabUnyzX2GdmL { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5rem;width:19.8125rem;top:4.125rem;left:47.625rem;display:block; }
#MuwGVH8RhHmTyBWEsHu2ATOq1O4261kw { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:21.4375rem;left:52.5rem;display:block; }
#pw0VtRDqaxTauNTRtv6szQuOZHLJW4rF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIPUno6hOXvTIiGGFZRyrXVut2k5WlLh { color:rgba(var(--color-tertiary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.75rem;left:52.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nilSsgM3p6ZvSxMIuHw92WEoMlTRRo8h { color:rgba(var(--color-tertiary-1),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:14.4375rem;left:50.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6lXDNv4gq6kzseZoibclV5Za4GTwg4d { color:rgba(var(--color-tertiary-1),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11.875rem;left:49.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0BQqqW9Ad7nrCxU4d2GqePiSAv0WQ9H { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.5625rem;top:7.5rem;left:55.8125rem;overflow:hidden;display:block; }
#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JGx6Oe3g/FONDO_r.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH.adaptive-delivery-prevent-bg, #LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH.lazyload, #LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH.lazyloading { background-image: none; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH > .row .container { border-width: 0; border-radius: 0; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:none; }#W89oeTExl7GQVwISEUAeFcTJEvat4DTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#iQCZenc7V3dEpTM3TXunT46742SAGFG4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:19.75rem;top:8.9348955154419rem;left:46.4375rem;overflow:hidden;display:none; }
#teHDRAqxkehApmiHTwBMtTtweEqbOH0M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:3.2507810592651rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#L6SzpD3NxKMOFZOIlN26MAXpRkTmSsFo { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:none; }
#MtLrBNkI1GpzXzkw6SoBO90ruTQBbkkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:12.881250190549rem;left:46.250001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#ZZK1eBeu4N52TyenynMTBsenwxI6UgAy { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.5625rem;left:57.187498092651rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#zUHMJ9o6gqMnQLDfWiNvLxvKWHNG2rRi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.75rem;left:47.000001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#S94Rz5dd53Zbve3kzfpg9GeCoycIkO0U { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.5625rem;left:56.999998092651rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#imHB3HQbcsc0klV5Lmyp7XaGWKs4mco2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.980904579163rem;left:44.46875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#rl5C0wKp8Jmzf6oMS4Ba7DyB04xUWzwu { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:3.2507810592651rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#Pu5zI0tEJ1HI5byNH4tnNnewm6DPXGhB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:none; }
#SL4wSJbLMkGz5oxWSmGsTVnd6zIa7Rs5 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.6875rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:4.6787109375rem;left:42.9375rem;height:8.7734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omhfATzEk4u6VLKNUN2bu98uVoReGnFb { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:3.7724609375rem;left:12.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owGNCnQwlVolvNTWzzMlbqKxo2aMsAdO { color:rgba(var(--color-tertiary-3),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.8125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4.4375rem;left:10.875rem;height:7.556125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDLO7TqgEImLIJv5TBTyuk9v4QnBktSf { color:rgba(var(--color-tertiary-1),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFyefCN9dZmUJTEm7gqq0QeeppczoxAx { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:3.3125rem;width:17.1875rem;top:11.375rem;left:14.4375rem;display:block; }
#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/JGx6Oe3g/FONDO_r.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h.adaptive-delivery-prevent-bg, #S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h.lazyload, #S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h.lazyloading { background-image: none; }#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h > .row .container { border-width: 0; border-radius: 0; }#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:none; }#wS9iKoCUphzbgSxAK7Ud7ZIh2aKuSGrf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:27.4375rem;top:9.8125rem;left:4.375rem;overflow:hidden;display:block; }
#ulJkPxFLTqulhr42KV7drQ9AC0dD3EnE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.9539108276367rem;left:8.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#I4OvsKkBNVN7gyIdoyapiBnn7EtTpHue { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:2.125rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#arcIkzq8WtaubX88QWbIxC2f26cazUE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:56.937498092651rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#m6bunnleCdfZtdL5Aeugbp99rK7NZ549 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:11.0625rem;top:6.4406280517575rem;left:11.75rem;overflow:hidden;display:block; }
#Di5V60PXFTIkl8FLtNzo7KtA874ci22m { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:block; }
#sWhQVKfSF93KGoTryNlVOpbgAhsIZJ2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#CrbcPmG0G3D0xu5q8oFOTCCU8sO38t0a { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.0625rem;left:10.25rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#MT2DOa4EK69iPVJuaiQBAsWUmzzOmxdV { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#yHI7CcGsDgB5diNzDyMMToJ62W9k7GOh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.625rem;left:9.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#QnZSZ9KXA0X7aBE971dJy812cWJwWL8y { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:22.375rem;left:10.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#H2CMJPqGLTIJmzbl4iKMVu1aD7zMW9He { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:24.25rem;left:9.6875rem;height:2.88574375rem;text-align:center;text-align-last:center;display:block; }
#W8VHAotLCDdvWbxlbHJXXE7oBAXZauoc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14rem;left:45.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Z5X4GZwg6Cb9iMkt1EB9ID34FOXO12Ku { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:13.125rem;left:56.8125rem;height:4.796875rem;text-align:center;text-align-last:center;display:block; }
#WwnX6pSTud9asUUPInq969PaZpO16wQ5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:21.0625rem;top:9.8125rem;left:45.4375rem;overflow:hidden;display:block; }
#Vmwmk7EfB1dRtO0x8AACI0bAdunJEuVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:24.625rem;left:45.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/JGx6Oe3g/FONDO_r.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG.adaptive-delivery-prevent-bg, #Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG.lazyload, #Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG.lazyloading { background-image: none; }#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG > .row .container { border-width: 0; border-radius: 0; }#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:none; }#DXSk8rKLyAQXRT8dOLzmbtaPgEwMoP65 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:27.4375rem;top:9.8125rem;left:4.375rem;overflow:hidden;display:block; }
#vpp0WeRdaEnFfuXQ7N6HQQibncxvyTut { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.9539108276367rem;left:8.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#zvcwvvQboSM29k6BIZXHl6dXI3X6fFIz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:2.125rem;left:44.5rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#k28VeyhUPsslqduPnyL3VDMUIdJdS1Mq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:56.937498092651rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#iO6sQM2WyRf3QJORuAa8vcCMVMyOJkXF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:11.0625rem;top:6.4406280517575rem;left:11.75rem;overflow:hidden;display:block; }
#abtdbl5pHPxNLGADbbbyNkbKUnFReqD8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:11.8125rem;top:7.499218940735rem;left:50.5rem;overflow:hidden;display:block; }
#dKKUDglBxEqSNQ08lf8o8NM2TXpOoVAF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.020833015442rem;left:45.0625rem;height:0;font-style:normal;display:none; }
#iFOtXAbtDC4o88HJw5TVrMHIbD4FRP2O { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.0625rem;left:10.25rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#NS2eEB2dTD15QcgKULorqLDTzXBVdPQG { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#NXpwpTB06y5Q1mnnPl4m2bVaAeDBhUMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.625rem;left:9.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#hMxGBaeO7SkHsn2JMzgVayz3Bb6nxqSb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:22.375rem;left:10.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#pKwb1AqxJLWTohatSFp6LQ8DD0vFwK1G { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:24.25rem;left:9.6875rem;height:2.88574375rem;text-align:center;text-align-last:center;display:block; }
#NQ9lu8TiZ1rXqRczfDRRATCXZbA2W8oJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14rem;left:45.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#FVbmDvod2z0ywVJ6N84hSKzlgQD2ZbWp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:13.125rem;left:56.8125rem;height:4.796875rem;text-align:center;text-align-last:center;display:block; }
#JGRTAReG3tu6sdvNqJBTNACiJW5qMiCE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:21.0625rem;top:9.8125rem;left:45.4375rem;overflow:hidden;display:block; }
#yddLP9G0NozGg4S33GU4dM3zaJxucx2G { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:24.625rem;left:45.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#eRErznqJImMl8fbMOrS3gKAscT6cfizR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row .container { border-width: 0; border-radius: 0; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#vclVWxG4tpz1w3sEeyHoTDDdQCkn7yCh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:19.125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbfXis3WuiDiuFhtkvuHae6HpWJ3wg1J { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.1875rem;top:3.5625rem;left:43.25rem;overflow:hidden;display:block; }
#nw1BzcsHUu43c4hwC66XuybyHi37PAmP { position:absolute;display:block;z-index:15003;height:18.375rem;width:75rem;top:9rem;left:0rem;display:block; }
#wCRClegTH6CaAWVFtOzT4FnXDRV6bqRa { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#pwZ0kVbwc7QCm97RX3einrLOoQq8Mpd5 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JaoTTg9epcQxLtsTEUn40meXn1uhq04G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { border-width: 0; border-radius: 0; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#W8OmIobWgW2iU9yN9HZToUho8iotmXhc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:22.1875rem;top:1.4484386444092rem;left:26.406250953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { display:block; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 { display:block; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofXdU5AOL8r4iLAGrX1OGwBglCSnpBO7 { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGLGg7rF0VE7tNlkdbcAe4RElM1unAku { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT4bqaXlmAnINHwnKKfeho0pLxhRlcum { top:8.75rem;left:0rem;width:47.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNzhXsuGVJFxE85TxEKA1Id0WPoksd8 { top:13rem;left:0rem;width:20.4375rem;height:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTywcMTq6mvMM5drTTMIOCIbemQ1kTz { top:10.8125rem;left:16.375rem;width:31.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaIcfCscSz0c8wDPosFS8dQe8OTTBelT { top:10.875rem;left:0rem;width:20.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w12JcgdDclbTxvllOkNNrRJ7weQovHUA { top:10rem;left:14rem;width:0.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WbnqeZCVkcRIaF3obcNy5u4rQ8iczG { top:1.5625rem;left:0rem;width:27.0625rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 { display:block; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaS2uvQv9kUH2wMPrKF7Kg9FO02kbXfF { top:9.5625rem;left:0rem;width:32.5625rem;height:6.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrniiboLakC00LqOTZfHgbMeaVzuR7Lk { top:8.6875rem;left:25.5625rem;width:22.1875rem;height:2.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzC7swxiT9UuQIoT1IkhB3SDy1CGkvIs { top:18.6875rem;left:0rem;width:40.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SINpztzme0fkBmIBTmETcx4yQk5IVsLs { top:21.125rem;left:0rem;width:42.6875rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrGxrysirpAaMkT9q6g8NFqSmyQGvZiA { top:30.6875rem;left:0rem;width:28.875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn7nIWLAaapz4G4i50UgxOWeMqTH0vpf { top:32.8125rem;left:0rem;width:28.5rem;height:4.3023447774814rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0hUmHL34pomFVIhTmvlsKCJPQ7mn6l5 { top:2.9375rem;left:0rem;width:13.5rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEgFleFCOqLODKCFJx05Llz0nHrhpp0c { display:block; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSThqLiwgPpxe0cqRBSETmKPSBduh4kU { top:2rem;left:0rem;width:14.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aroRz07dTXFgp0Fl50afwWDZgzOWuyhV { top:1.875rem;left:3.4757814407349rem;width:9.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 { display:block; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv0B42B987hyfXkv8usrTE74gW3Iqy8K { top:22.1875rem;left:0rem;width:36.5625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG7HC8KBH2HwpxFKKcQPMKRXALTGB0pL { top:26.5625rem;left:0rem;width:42.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMhrunQc8c0TglB8HTLTIdWgFVnIAow2 { top:13.4375rem;left:0rem;width:46.8125rem;height:6.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49TtZ9PCLhSHHa6nKVmMhKNven4W2at { top:6.75rem;left:0rem;width:13.5rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoylBxut0QoaeNEwndx8bRE9VmG5Du2 { width:19.1875rem;height:2.875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJEowWzMoLSVJHKJRkaKL0UsDGahQ9rC { display:block; }
 }@media only screen and (max-width: 763px) { #PeCZbA7fvlLxZruEhd8iiXaMgBZ7pa8w { top:8.3125rem;left:8.1875rem;width:25.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy { display:block; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6dKl09wigCRIoK2dMkmaXUcy4UZWZPm { top:9rem;left:12.873482704162rem;width:10.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i52T7TvMeywLez9Fda5mNneTVVTxvGnp { top:12.5rem;left:0rem;width:17.4375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svsd64Z9567tJO8Kc5VoUD0zOadaF1rh { top:14rem;left:0rem;width:15.9375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lreixURwSl0XID1enlxeF326hTNNu7Ua { top:24.125rem;left:0rem;width:17.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsLArzaBvnAwXhoKsSLfUM50xA9d2Lt { top:12.5rem;left:30.3125rem;width:17.4375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL8ruiccVEHoUnSJvRFANIzlvbDG00aR { top:24.25rem;left:30.375rem;width:17.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAcUVDE7cNpJEv5KdPaxzRgCfxCUZff6 { top:3.9375rem;left:4rem;width:39.6875rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbmyprn2DJHN1giV8tqkEfZ1ncsmDTk9 { top:23.6875rem;left:41.312500953674rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3CqI2X0cZLB0w3OwAgOWal1IhZCeuuq { top:23.6875rem;left:41.312500953674rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfukuSQwhTkwJmzBczRTZcJNmWSCT5tK { top:23.6875rem;left:41.312500953674rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EO2fkeHAwx5XzTzbzCE82Dmbzqk9s7yU { top:6.625rem;left:0rem;width:44.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN6o4oFk1EM7bea7d9eGmJRRv1eXxW1B { top:7.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb80om7hkfNxgg7p2U3lJ8xRyWXogMnh { top:16.5625rem;left:0rem;width:11.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oolWqLyOJ6lumxn6q3awcKC8S0PFUTGx { top:14.0625rem;left:15.9375rem;width:15.9375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA2TA75XRRrFT73FSFwXaJv7WkmANrgg { top:16.5625rem;left:17.90625rem;width:11.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9Nt2n71CDu0gkTmSbbD3UEUfAtyM7C { top:14.0625rem;left:31.8125rem;width:15.9375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqIpcODs48Ezi2dOHed7LCXT1LzlTpWd { top:16.5625rem;left:35.75rem;width:12rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CROqpoKp480IUOV3uZM4O6f1uMSq5m2S { top:20.625rem;left:0rem;width:13.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSaSKCyLTOBEH999XrMyGRi3MzzBfnw { top:24.1875rem;left:15.15625rem;width:17.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gzpdzGvMLQErdXwxikt3vCFOcGdEzg { top:12.5rem;left:15.15625rem;width:17.4375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEKkBQk8yOoPQE5s2oHxb4brDLAosGQQ { top:20.625rem;left:17.5rem;width:13.0625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITxADQSSUrzKXfMJVp8AQUPTfaVvEqN { top:20.625rem;left:33.6875rem;width:14.0625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sskh7vzfKOZb1mI9T2r8A3IFwJSprH9D { top:12.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtoAZSMT8E2ECsivqArAVKnrHFBbXU9 { top:13.3125rem;left:0rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGraJHuqfq7trrIe58PNqh59295OfR26 { top:12.25rem;left:13.5rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6OQBy80bX4Xr2dAc4TOe9HtWXp6oRlT { top:13.3125rem;left:14.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoaTzINcT8iDpkuT26Vko9xDxawS1seh { top:12.25rem;left:34.1875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XScS70KaL36U7HSTrWgpykCJvBsMQS4Z { top:13.3125rem;left:35.25rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJEmkPZC79kNT9CE9yUPSWraVOTVc9CC { top:33.9375rem;left:0rem;width:47.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7H3RbbSDI5MuR8u09182sTP8g5hNemX { top:35.125rem;left:0.25694465637207rem;width:23.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGh4cXx2EodZD4ntwleuAZTL7TzlwgEq { top:35.1875rem;left:18.9375rem;width:28.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv3l73BZ3oUUvHdTUAhtUaJnCxwJhQmy { top:35.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #taxCDsNiZg0vkm7lTQMoAopggfuQdHIf { display:block; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho1P1VQ2FAi9TXTBqT7be91S8PbTWG65 { width:35.625rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEF3Hs0RRWuHWsdeq1DQWrw4J10U8n04 { top:5.625rem;left:0rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4xM4as6FPUNoraoOMPLxPTGJTscRqu { top:7.9375rem;left:0.1875rem;width:9.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiQsyg2Gqzdk3Nxi4oSklm7oODCCPnon { top:5.625rem;left:13.875rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65CaObADuhG9UUTtsIr3PbCpcEbyhwu { top:5.625rem;left:27.25rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXTi5iAQpNkQVMUxaLwrHsteZrffSTL { top:31.0625rem;left:0rem;width:20.1875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp2Oh7B0oiRmwEfPfvaR822p5THFFvi7 { top:31.0625rem;left:13.875001907349rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxhcftdxi3QTR7S0a2g4TCcIEOlQGRX2 { top:31.0625rem;left:27.375rem;width:20rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSscF5rQBEXT08BBexED9pGDE1Z4gwf { width:14.1875rem;height:2.5625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C08kzpWc7vLxRTwfVHPaCtf08y2MJu9P { display:block; }
 }@media only screen and (max-width: 763px) { #RRdmhpJpF3ISrixoGVRz9vOaBSU1ODQV { top:56.5625rem;left:0rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SaxLXL0Br4xy68TUfldi3AzFigpuRw { top:56.5625rem;left:13.875rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvkxxEts7lpZMgMzFHnZeXXTvA280AUt { top:56.5625rem;left:27.25rem;width:20.125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5vsHh4cA4AykBqyTd5ygRbklEUpHAl { top:1.5rem;left:6.9687519073488rem;width:33.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8IhbiZMMhZNSHEfKTXFdcXHkkGdTJM { top:9.875rem;left:0.1875rem;width:7.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl8ch7HSUMW0ed1Iro3z7zVMsFKQ0Ks8 { top:7.875rem;left:0rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaaFQ48WqKDvULnLbGI5U0yCMwMa2saB { top:7.9375rem;left:17.25rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuc6JeftnFy8ONmsN7vT7u5V1ig8Qd8 { top:8rem;left:21.5rem;width:9.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1iriK9UW6AIraANucvDwOaoUOhQZmtZ { top:9.9375rem;left:21.5rem;width:8rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmZdAMUOvWbI47sAihKofd6DkabrHl1 { top:9.9375rem;left:40.25rem;width:7.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONnxhoZDDTpuMBm8dEi00C0PCPLMKTAk { top:7.9375rem;left:38.375rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTk6kF4Fy5TV2uMTGcyrIFT5zmHXUz1 { top:8rem;left:38.375rem;width:9.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyVwGFLVF1XZPEk7nJO8y7w02Snre0p { top:35.125rem;left:0.1875rem;width:7.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt7Wb2VquSuTXREXEoW9RVZxOiK9Lqhu { top:33.125rem;left:0rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8wa6BbdMkh0lc8ALDMCueCb8NsULsO { top:33.1875rem;left:0.1875rem;width:9.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIrkGRlJe1WGnUvJuK5ZIqqqAJ7T0zXu { top:35.25rem;left:21.5rem;width:7.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHq3CKkHT7pyl6FVa3OVqwhfgoL8fReH { top:33.25rem;left:17.25rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHn3u8TqcJfJzLNTGbC0l6ZAzb1hQZWX { top:33.3125rem;left:21.5rem;width:9.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON3L8ed3Km4P2rQh2aAzMTR7Vorsq9LC { top:33.25rem;left:38.375rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5vG18XEWx7gwN6QV147BTHgBXsoADe5 { top:33.3125rem;left:38.375rem;width:9.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9OAWfQWVFpXTEcuPEaee5XTdRP3sgB { top:35.25rem;left:40.3125rem;width:7.4375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpXO5E7LSAQJVGk8TFa7PCodQopTUZD { top:62.0625rem;left:0.1875rem;width:7.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvPUm6grArh81CSTurhEI3evT4av3OK { top:58.75rem;left:0rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFTJMMgDawUZz3Qna2iXPgLTHXecSAh { top:58.8125rem;left:0.1875rem;width:11.5625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9IEH30Xxbh3qcw1rnZ76nu4FgNxl08 { top:58.75rem;left:17rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qONnybk6AZJHO28VpcKouNsqsBMPnfXK { top:58.8125rem;left:21.25rem;width:11.625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdcd63nF0GXSHxgHMTRaiu7DrE4WpxSH { top:62.125rem;left:21.187501907349rem;width:7.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZZ72DbST5F1stLBsMuz4mGTRHnzIcLl { top:58.9375rem;left:36.125rem;width:11.625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p62OMKCw3TarJfQTIXzUQi5iiJxS6zTt { top:58.875rem;left:38.0625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ80bgObkC794X8DFL2XhC3lEwPKH9n { top:62.125rem;left:40.25rem;width:7.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZvAnGTzkU481GEcdivydQA4futlKOHA { width:14.1875rem;height:2.5625rem;top:22.875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnGhWpIuttmIhgg0JPmPcQ0SUeD9U9Q { display:block; }
 }@media only screen and (max-width: 763px) { #OeyTiTVrK9XmZ45VVr2i7BOxSJd1zH2y { width:13.9375rem;height:2.5625rem;top:22.875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpaOd6RB2qdeOwyll7qH0dunrVI1xcxU { display:block; }
 }@media only screen and (max-width: 763px) { #MDTRcgiJs7d3fb10mCqnSFPuH60x006o { width:14.3125rem;height:2.5625rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC0QWT1LQH7NlnynDLzgFQg7HpLOxbo1 { display:block; }
 }@media only screen and (max-width: 763px) { #RVoeyNRUhxCqgdeahTW0Mz5uPoCGVbCU { width:14rem;height:2.5625rem;top:48.4375rem;left:16.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZMgPBbkIdNrd5ebScqq1zfm0a8JAmP6 { display:block; }
 }@media only screen and (max-width: 763px) { #wohxI59S5WpfRLQbNiLortoumdhblvlQ { width:14.1875rem;height:2.5625rem;top:48.4375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr95tDCN6d1br23SLOacPoybm95X1Bch { display:block; }
 }@media only screen and (max-width: 763px) { #Ruqg5FArTtKyQTzP0sPADlP4TMROrFHU { width:14.3125rem;height:2.5625rem;top:73.8125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IesQe2z5upmAl2ZyS9k0tf6rUIrBwlnk { display:block; }
 }@media only screen and (max-width: 763px) { #D1c8dAQUGFATB6HkaFELenx8UXxl1vV9 { width:14.0625rem;height:2.5625rem;top:73.875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8qHGHC1AlUZwq6PvRwxToVnO9HZ6slK { display:block; }
 }@media only screen and (max-width: 763px) { #IHNNKgJivWegUAQGwFnkSdxShGRTU0TB { width:14.3125rem;height:2.5625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr3QuyyUW2QTTaTwEsZz1QIwM7T6dRVx { display:block; }
 }@media only screen and (max-width: 763px) { #oKMy5TxGyLdS3MTa3NIDxsRLdl03DQLR { top:6.1875rem;left:15.875rem;width:16rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0iC15u0q91wJAwVqQ2Q8bEDxiLRcNqx { top:6.1875rem;left:31.75rem;width:16rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXeNIxTBw4xi0PVyGbM1qSUQRfS2irch { top:31.6875rem;left:15.875rem;width:16rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO17htfyZwOTFzwp48RuK2FZIaqSqTAu { top:31.6875rem;left:29.3125rem;width:18.4375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeyNJf9KZJaH6TG9WCTH2LxHlRzyXXhw { top:13.875rem;left:0rem;width:14.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvyMX7V0n90G5ZULRbxM2R3CXZmee0R3 { top:13.875rem;left:16.625rem;width:14.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBPhiI5dveqczDQKifw9lUaLnwFFG6Qc { top:13.875rem;left:32.8125rem;width:14.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIa1EBduW7xldPplO9fywNZeaCHdro6 { top:39.25rem;left:0rem;width:14.4375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki9ZVv4fEtf0VDLTtsiLCdfU5vgovwqN { top:39.1875rem;left:15.843751907349rem;width:16.375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbtOfWTmkHK9yN1g1CgiNwxzHtQOzWq { top:39.25rem;left:33.3125rem;width:14.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmXy89mdqG3xDZGcfbautk4NfXypdA8 { top:65.125rem;left:0rem;width:15.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt55GHEwru7XIT5XSpCA476vEDZ0tABM { top:19.8125rem;left:0rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSs6niWpb6dQBmH1qb5aba2pxNtrIGFx { top:19.8125rem;left:2.25rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6eKeoWP6xxikTnFDNETF9ELbbNUcHpV { top:19.6875rem;left:4.375rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhzFUSbE45fnrs8QS17UX0TFc4OGJs17 { top:20.375rem;left:0rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVrHKB4qXSbvL6pJFQwGaSDlZLuNl6iv { top:19.9375rem;left:17rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QHKqF9F8cLP9AiX1dNzG7dF6rzhCE1 { top:20.5rem;left:18.125rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRuhGylTnqTJO4VTFeUsXeMagXe25aHA { top:19.9375rem;left:23.5rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWT3kpcEHNn0kFaVxNKQd2FnbIcxowl8 { top:19.8125rem;left:25.5625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evyiLyyWZFxPEcvOxh3rdgTU9mQMpWDc { top:19.75rem;left:38.5rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJH6qQzRimEL7CpXCs6rozBEAtTcVZA7 { top:20.3125rem;left:39.625rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO4XIJWJglXpcRQ1p5FfxInu9XM4H9Jq { top:19.75rem;left:42.3125rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7THNn5bIThIqdyhd2pVdFSOtdbu7TFc { top:19.625rem;left:42.5625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Gp6Iv4sbKJ59vXUDTVLtThOkNL6sEg { top:45.125rem;left:4.5625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8ZDNetGpSzH17P1oxkhykACKsXaUw2 { top:45.25rem;left:2.4375rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5RBw5zcDuObSPpGMEHKAsWU9ifRIPpd { top:45.8125rem;left:0rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFEiubXBICVfLwO30TEN3MN190KSMUBN { top:45.25rem;left:0rem;width:5.8125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX3t0SH7cOENAvGQ9VzlKAZC99b1DD2g { top:45.125rem;left:25.625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSGsiDnm8nn5XtC6amDEEFeTDix3QUr { top:45.25rem;left:23.5rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rByxqHCw0xzaZOfvCHbo4x1HxD5Fhl4L { top:45.8125rem;left:18.1875rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWFNk1oJ6lp9XVrnKuXogpFJ1TzeiRr { top:45.25rem;left:17rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKkgdatP7gXXTeqo7vJkHokq1dF6ZS5y { top:45.125rem;left:42.5625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcbnIqOdhI9sDRc23Tc50HFE6XTtgqv9 { top:45.25rem;left:42.3125rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xror5taLQHkCD3QcWQW21FBmKEk8cFvk { top:45.8125rem;left:39.5rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpdSUbM7M41dKqpsnBAQ0emkSzUN2EyS { top:45.25rem;left:38.3125rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrvbXt788yKnlnV0Tkgg3tobNHRuPWF3 { top:70.625rem;left:4.5625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7mgUuiD6dvEeR4TSZkWibgFOn0tQWnf { top:70.75rem;left:2.4375rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnLsa9TyyMM6IK7Q58WlNSweJ9w5Xep { top:71.3125rem;left:0rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DB2wMVA5q7OtQum2v8Nh530QqKl8rr { top:70.75rem;left:0rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqnKLX7DhVfgrQQbpTyVZURvz6zP2kAT { top:70.625rem;left:25.625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbIM2DbBQHwUz02Q0zcF4I9RNeCPUpA9 { top:70.75rem;left:23.5rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omzo22R0rxieBxfWJoNJDXhFgQTw8cEs { top:71.3125rem;left:18.1875rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOPdzGvuaqVSItBqHL3zGvefCCehHEz { top:70.75rem;left:17rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZbaDOg85LvGUZyv10TrTDtdhdxgfMU { top:70.625rem;left:42.5625rem;width:5.1875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSnVZ5r78OKQQgT4xWW78ozLFaaMSsak { top:70.75rem;left:42.3125rem;width:5.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7DzT2mv1SdaRa5oPC9WHXS2NmDXZ6TB { top:71.3125rem;left:39.5rem;width:3.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7aAUbi1UC8ui2tzx6NGe4v16rTSTW2 { top:70.75rem;left:38.3125rem;width:5.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3QOy81cs0NwmXOO7rh6F3F8LGi6tmn6 { top:65.0625rem;left:17.250001907349rem;width:14.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drJmRFQTaPerPqZVAWzHBgEfuSVagdBp { top:64.9375rem;left:32.25rem;width:15.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TCf3MTgP1HnI8o3nnheAvFbf5o547G { display:block; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChTcEEO7IWWPQK4pmsZQoBte8kDnKQ99 { top:0rem;left:7.75rem;width:11.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImkwcMXUh7tuuE3hmLMIDrbId328awh { top:1.3125rem;left:19.75rem;width:22.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grsqX0GuLqTFcur5zuvdJTn78dWAHTus { display:block; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLpWT0L2U3CSfmfGtZWr0UypgOTkXuZk { width:12rem;height:3.4375rem;top:55.0625rem;left:17.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXw6HwK1Oeg95dCNfRrbqe4BsyEfddfO { display:block; }
 }@media only screen and (max-width: 763px) { #XMMJP1z99qOfCLmTwmGN0hzTaECt36go { top:4.0625rem;left:0rem;width:17.9375rem;height:5.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW { display:flex;height:auto;width:27.8125rem;top:5.75rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #nvZqAIg5voM5dDacVGqRh2V15kp6bUlL {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #zptivSaTFVX9kEP0B0I9Gn3afg8M6Ht7 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #D2xNTmWMAgXyszQ0Zmubgm2lrxB0w9Ge {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #pTaXXTaTOvtzEznQ2ee0qgxNtn5gwtXo {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #q4JJIeHSDafmAOUqXvpfLDk7duIpw48k {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #s8TIvdIEV7WCEHa3vUXE9mRTNeOGn3bd {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #smkcINuxMCpdCHU38cll75dTOhKOvWn6 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #k7DolZ8TzLMJ3DWIB0DVnihHTe6uSS4p {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #vnrJN4pZlwZezVMn6m87paBgA6EFhb31 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #u6ssaMPsPDfkpQNND1mR6MXBH4FbJagh {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #h1pBFF5xgi5Lkp7ng0ERQn1GE9I4Dr8O {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #T82lBDrDBIRRGLMdJ2aBV5xz1NCf12a3 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #lRtswFH9OvHP6BIUqL1GpgZoHv1vxWkA {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #NAC1Ar7M3hMfHLF6SEFGW4rAcklnlRpI {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #exc8h0k1fOMZDavIQWy2slG3TT9zkJIq {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #kbK1vlSPnvGqS8hXykv7Nt5vTe0gvMwa {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #ChJREQwgCuEJkEv9gUl86Ts10suiA2ne {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #tBrhG666KSus68Hn2WUNK8m3woClwhaR {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #EaCG63HzKFSAoQ3VAociTnaJi3vP216E {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #dawkeacHGI0Un0qXe6v8nUETBllyEctu {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #hTP2haUVLmhc1oa72fEinG3hxfEfQ34k {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #CCJATH0ovsmDRuWq4BNCFsGQulRvzzZk {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #l1QmSd27dsZNvXKwO8rLUyHFW2DKQFX9 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #ghp27dhy58ZnAsQv7EuN10KPi5vDg8Jn {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #vqbfJTBATLpF1QshxFLJ5gWoIna1PUrV {  }
 }@media only screen and (max-width: 763px) { #Vky32ZXs0f26lsJppFJATnsD555nV8ru { display:block; }#Vky32ZXs0f26lsJppFJATnsD555nV8ru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnitF1gLeTlABJEI6WtlU61OkK0LZz7E { width:35.625rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtQAyxg17TZa8eL32WiWvsr866bDIZB9 { top:1.9375rem;left:0rem;width:47.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehHIc2PRVtnwSlMduKOImSehcBcMi3Hv { width:19.5625rem;height:3.6875rem;top:9.125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoNR6HbVk9aBqohV2ScCiyl7evUV3fo { display:block; }
 }@media only screen and (max-width: 763px) { #qCnfqK16X5plIXezeAbDtyVzya1Fpwe8 { top:10.5625rem;left:0rem;width:41.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK6Fh2dtpqy1EobXScQqEytJphh1Cqus { top:3.625rem;left:0rem;width:37.6875rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDCxhFpbVTiWWVTTKtHVynEc6TrLCyT { top:13.8125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyF7MT1xrkTmEK9tAgnIQa6eFDBpZTIC { top:13.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9aQTVP8HlyFmVRteTIN8fnvErVPGRWz { top:13.75rem;left:5.375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHUSznf2z4n6hcLTa86VqfGJZLJhMDdO { top:13.875rem;left:1.625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUATwDmT6cZEGpwuTt5NdTL6TS9pTOKW { top:13.625rem;left:12.78125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrQn1d0bMmhssLlVXzEWsThWS1SB3SsG { top:13.8125rem;left:9.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 { display:block; }#z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SghTsOFKD9G95fcwKPZzN0uaFXvfWfEu { top:9rem;left:12.873482704162rem;width:10.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN33qsMTKWH6ZXOUD9ySIqa7ZXOyUZku { top:13.8125rem;left:0rem;width:30.375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axDsFtTMrykwO475a5EqJxGfyEEGC80s { top:14.9375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOQHnF92CKcvxHqhe9UoUHk3W1Mdmam { top:16.25rem;left:0rem;width:22.8125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIJgofg4rtlN7dxl0Z7TXbPy3vRWawFm { width:9.375rem;height:2.5rem;top:20.1875rem;left:3.405029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsBR3AFEVG1cl3rRcAIpDZNIUH6yhm7 { display:block; }
 }@media only screen and (max-width: 763px) { #y4Cl7TexnQkugccvcMcCqfhTKxkMNLLK { top:4.5625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4ZMzbbcSBpU31PHEzPMEUaw4fdxAs8 { top:11.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgrb2vvufSEStXfy3IQg2J0Xd5cBH4rg { top:13.8125rem;left:17.0625rem;width:30.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbiMd44OEl09lQH9P8hJlQAvdtalgIgk { top:16.25rem;left:24.9375rem;width:22.8125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZ7XKS0ZIJHaOwFepwDJeu5hJ2qz3AJ { width:9.375rem;height:2.5rem;top:20.1875rem;left:34.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdxknhT2oiwZAFAQu8VdBV3yucNGgt8R { display:block; }
 }@media only screen and (max-width: 763px) { #sWQBggZNt4T4aPpAlxcENOlKKQTOq9xy { top:14.9375rem;left:26.124755859375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf94kZkQbZghQnAaBarTtDgW57rabeF7 { top:4.8125rem;left:33.87109375rem;width:13.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3Gb9ZOiZfKBb79TRQBqHM6dydalJP5 { top:7.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g { display:block; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiLvzKRvoUPvbKaf8BbVup71Rgkbqt4k { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6uRk2JP8fWqgAhCzdnfZDr163A1ooTk { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBHnNUTAmE3hxT0XZVp5kxCaHdUdgdZZ { top:1.25rem;left:1.476318359375rem;width:42.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNkygglqiSRTGBGTIP7HbwK0qHX3PN2y { top:3.625rem;left:5.625rem;width:32.625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuO3G1L8l9mE4irhVNNfVOR3QS0DRLh { width:14.875rem;height:2.8125rem;top:8.875rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXac2EQOzQdzPS3TWHMvuicFIP3yBrH { display:block; }
 }@media only screen and (max-width: 763px) { #PFGlTh4PulafuHDkIBtTTUC4t3inHst8 { display:block; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k52zIfnsTnLaJaBTTxeHi7PTntqr4GL6 { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzwNI299vrNMTMRhGkb3Lis05Qqv34uh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAqvBXqtK6HFyQ8I7Gvn0eZWXGKSNpsq { top:1.25rem;left:1.068359375rem;width:43.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxSIzJwoaW5rzwftycr6Tx0Fktp0Gu1 { top:3.375rem;left:2.318359375rem;width:41.375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNMC9msZGJ0m4cUaaZ9dmnKTHnKwhahB { width:14.875rem;height:2.8125rem;top:8.875rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0GgH971B7oBTa8bZKW7OZliE6iFKD80 { display:block; }
 }@media only screen and (max-width: 763px) { #ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT { display:block; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eg2aO5wNwPu6xPAecoIN1FbISFltqrUW { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdcXyio59KTNPBsGm1KxpX2q7TZvT9NV { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfW019XAIsMTer6TdgOEHTrvmdyFvmuW { top:5.4375rem;left:0rem;width:21.5625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsHcGZn6TU6VK9mweFQer6qgrl7Lnz87 { top:10.9375rem;left:0rem;width:27.0625rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAs88S9U9nIHQdUClJLB0Xm1gfid4n13 { top:4.4375rem;left:14.8125rem;width:32.875rem;height:25.701029617148rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL { display:block; }#Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQSweIpKcdIwwxLw1SwK8ERZx8leSyV3 { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNRPcPr864I3icuqQ3UCnR24t53wFdKk { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWbaaeohtMJfz9s1frHNS1mzlJ0AQQM { top:2.6875rem;left:0rem;width:37.6875rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMDb5FTvUAtfCSiMpekVTPK2p7od1EmN { width:16.5625rem;height:3.625rem;top:4.875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS3LQ04GQAciD8oGxyniXdCutBI8drAq { display:block; }
 }@media only screen and (max-width: 763px) { #PfP5p0VFMQiDfr0U22iK9JUKZ66Wbdog { top:9.625rem;left:0rem;width:41.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C { display:block; }#ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiEWeRXrrrm3A823ZGIJTPERGMyMzh7v { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM6gyRRBfEukXh2lp5eeFVcIehzenGHd { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6178TAbvHXMECbllcgI4d92v9HaFoHx { top:2.6875rem;left:0rem;width:37.6875rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWBIx5vgUB8LSSPkXihaDFGrGaPznfWy { width:16.5625rem;height:3.625rem;top:8.3125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixllDxT6xo8urPlJBBL7RKFlB8BTnbnO { display:block; }
 }@media only screen and (max-width: 763px) { #FIacxaL6DN6fAOG40g00ebLH4ktiz3t0 { top:7.875rem;left:0rem;width:41.6875rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopRmcacehd3dCnSpBIBo6OUTRHrzuah { display:block; }#hopRmcacehd3dCnSpBIBo6OUTRHrzuah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stp4wD7UBag58Tfb7lxaTG8Q2TnuvtkB { top:9rem;left:12.873482704162rem;width:10.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCI2Qm7bf8nHKDTqMUvrHIRO0veZgG4R { top:13.0625rem;left:0rem;width:47.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsPD0lUdQaDX9aQe5Uk0oeEqOVNIvWP { top:14.1875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEoqHBKp3LJ7NMXhJkFC8Lt99OE1GCfM { top:15.4375rem;left:0rem;width:34.0625rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2zuqxI6B1gnzuWuAbzkGtlVrMFwIlF { top:19.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8fn1VwFJI8iNTzII4thau4QTMsvwuZL { width:9.375rem;height:2.5rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogomxTZwXDadgSgb4aOcEr9H8LmnSC4 { display:block; }
 }@media only screen and (max-width: 763px) { #PfKKHZR2oxGXkAoVetfLietkHHeD8fZg { top:3.875rem;left:0rem;width:29.75rem;height:2.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46BP3dafGTbiOQHIcM5xsF57VwN8PHq { top:7.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 { display:block; }#HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuffLvZnySkinaBQrgQpmDuZ34sgsn4A { width:35.625rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ncw724ptH3peqy2e1AbttaFHUcdUU2V1 { top:4.9375rem;left:0rem;width:20.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mPkht85eDekm0klhPDAHZNG8Gdl4um { top:11rem;left:0rem;width:19.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB4JflMwbsH37Dm3ARNNO51GRJ2OlKsb { top:12.9375rem;left:0rem;width:18.4375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFlps9Q9yNa9yLapu49txZmbJeylavg { top:4.9375rem;left:13.875rem;width:20.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfSXXGBC9ggXVEAut7WG7zVf4f2RP5B { top:12.9375rem;left:14.9375rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4EPbVPD2lTlQ1n1ZcLrscabLEdTlJi { top:11rem;left:14.9375rem;width:12.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba6Zbn9TTnzUTEZFWgVsbwmHJqIF0OSZ { top:4.9375rem;left:27.3125rem;width:20.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVtnINz4A93U5e9RnE63Rd2UvdJLbic { top:12.9375rem;left:29.8125rem;width:17.9375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtKkK5CiCfEKUt44utLW1oBgoQLqdOkT { top:11rem;left:32.4375rem;width:15.3125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4uQ7UPzqd3EzZ6aCWUXUIW1BMKHVXC { top:27.25rem;left:0rem;width:20.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzCvl9ea5E6tUn6oAv4z1VqBUddmcVk4 { top:33.9375rem;left:0rem;width:12.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTR6eiml6hVkQT2Pa05LpoHgQnZmknd { top:35.75rem;left:0rem;width:18rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6iSPUgArRTTZgdspBtVKRpF4a9SNutp { top:27.25rem;left:13.875rem;width:20.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meK9uQMyvZv0vQeNf3eq8aD8OzXLNSrV { top:35.75rem;left:14.9375rem;width:18.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b59rPTKT3Dvk6llmQOblp5hgWFAa7c5q { top:33.9375rem;left:14.9375rem;width:20.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naNCb9zNQrybMSGuJHLKeTQTQ7G2XeJs { top:27.25rem;left:27.3125rem;width:20.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFvz9RqCIKvmIrVAmsTRtSk0STMnkfR { top:35.75rem;left:29.3125rem;width:18.4375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bObnGcErWXxn0Ma9TZ58gGEVGkaOAMqT { top:33.9375rem;left:29.3125rem;width:18.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqZgzzbE9x2C9umpTCXwLc9Ohr0XvkRz { top:6.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9PmTTSJpmVL8IZ9cKas77bVDH1Ve5rP { top:6.4375rem;left:14.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TnDuny6fMBrhI5SibnRSkknhQyCwFq { top:6.375rem;left:35.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcKT9My0annWLorTS96cUM1nJkJ0Zdhw { top:28.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5u83wI93fm6vduOWAFBoXegG8M4DeKL { top:28.6875rem;left:14.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vKHeacItu2FRzwIAA0sntd4srq2xld { top:28.625rem;left:35.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUyFPazBBTndyyK2TicMQh56nxo1LhF { width:9.375rem;height:2.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mye25u7SVaVQbPzaudQNg49lcyF0knly { display:block; }
 }@media only screen and (max-width: 763px) { #ZPvkBXHT99rxEVwgM1aUyBrwo0Mg4tTF { width:9.375rem;height:2.5rem;top:22.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exuam2RBFpI0f73vctF7pnOpQ6T4KE8t { display:block; }
 }@media only screen and (max-width: 763px) { #QOUvd50C8T6kZZKewLn37cZoegIGrxe9 { width:9.375rem;height:2.5rem;top:22.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK29ZWqV4UFP468wGU2yFVXC71gEBskd { display:block; }
 }@media only screen and (max-width: 763px) { #Gl9R8a6csqQSogA7d5TiLi33esectTUa { width:9.375rem;height:2.5rem;top:44.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvMGdnUTgdQNtqIcBQsraKZm4fpgAyM9 { display:block; }
 }@media only screen and (max-width: 763px) { #leLI5H2770CCSoSmDuydV9KJaF7rW332 { width:9.375rem;height:2.5rem;top:44.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNcgFZaNqGAoqxEUumiySOTFSZMF6IA { display:block; }
 }@media only screen and (max-width: 763px) { #pdc9ZxeEnLI8QoGCHpcpADrrIvCVnrHx { width:9.375rem;height:2.5rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREvynWokqAesovg6LOOramszHSvx2lA { display:block; }
 }@media only screen and (max-width: 763px) { #VCZE9ZkAFWuxdICAOfJvNf8ticI0uLR2 { top:1.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJkan92gO2e8qAhHTTcLa43OReHz8PTt { display:block; }#UJkan92gO2e8qAhHTTcLa43OReHz8PTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOGqN3wn69MhwgSSPZeTdopW1dd4nxq1 { top:17.4375rem;left:37.8125rem;width:9.9375rem;height:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJVcardRJDzC3k0UcDeS1F9OrKSDHHkU { top:16.0625rem;left:38.061718940735rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQVuWUXtSLwg16BElOL1G5C8SSbUTPx6 { top:17.4375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVa1HnMa99so5hwwOWBIzwQv8RbULXwg { top:16.125rem;left:38.5625rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2LLqKONHw1GS0LmeNwEosEOPZkrW6ld { top:3.625rem;left:28.062500953674rem;width:10.625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBplbOwpNaR8NCZ4wi2uDvnHtE5kKtT { top:16rem;left:4.6125001907349rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHokhq5ce29tc5PZkcdyLhmJAKb1Af6 { top:16.0625rem;left:27.312500953674rem;width:10.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX617GDRGvxzsf4his7cLmzEE7KRnSal { top:17.3125rem;left:3.8937501907349rem;width:10.625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSRdxh2RKOC0ClZmetLT29GbclR1rkr9 { top:17.4375rem;left:27.062500953674rem;width:10.625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgaM2i4gLwZiNkB22zGaO4AzPqZvJRJv { top:3.625rem;left:0rem;width:10.625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4tZk5D1OP3cL2ZvSOy0qtgI1ZonWgFi { top:6.25rem;left:0rem;width:7.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoFkmAV241o46s2GJ7aeBPoduVGFsa0i { top:15.9375rem;left:0rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcTTDgsbXi6TXuEiavFmRpAtfJNLRWl { top:17.25rem;left:0rem;width:10.625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib0cQBAxfG5BKo5l06VaD8byhs3eeM8e { top:6.125rem;left:5.1523811431158rem;width:8.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlmZdJ9MzcyGSuHiV8zACrmJStVTTlq3 { top:5.9375rem;left:38.168074753521rem;width:8.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8WrRnSmsuzVNWTxK3lORk8DTzwV5De { top:6.5625rem;left:28.180161562284rem;width:8.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhkOf9FknFJqlbATNiWTIoMrSTnbAy3 { top:6.1875rem;left:38.625rem;width:9.125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLyxl0Xvb7nQGW9vTAMLJ5TUbO9vqaBM { top:5.125rem;left:0rem;width:8.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMuCS52SfTT77edTAswsm73bdNKglhf9 { top:5.125rem;left:19.3125rem;width:28.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQPPkJcThdldKutugMhAlNewhuiXm2SN { top:17.3125rem;left:13.875rem;width:10.625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Zw9yLwfPxBIhWGzgRXlIUx1qCcArde { top:15.9375rem;left:14.5625rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oel0XRqFnxVuyiqlDJleMVBhXxhoq7lF { top:6.1875rem;left:14.581250190735rem;width:9.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adq2V7b9T0pzo7FHGv0royAGwGpM3cSM { top:3.5625rem;left:5.25rem;width:10.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBFMwcWMM8mEx9O9tSXSaxM8N8NwVAI { top:5.0625rem;left:5.1875rem;width:18.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5SrOIuwk6W4wItiuatdlviOgspiXLM { display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm { display:none; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 { display:none; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o { display:none; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #M3SMseObk0A7JXHczasFRq37ZLeT5hgr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #M1TXKwsOTp9erxkPx96yXlZmF9UKnRno {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #sTp0PgghbKfOxsf07PFUlXddOhRRsXFR {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #QC5dlpNDOCCkwZbzxOn0zVNAaizDABy7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #wk13lngaa4BKsLfPq2G5ma4ngqHzLwF6 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #eZb0PxZIP9NJxNDLwTMtw5tRkCq30PHw {  }
 }@media only screen and (max-width: 763px) { #F8h0FpFyx4BPW5qUTQ9ZwlDGd9gkpHJC { display:block; }
 }@media only screen and (max-width: 763px) { #uLL6gAPDVAdT98x7Li5v3IJfTBntsyQg { display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 {  }
 }@media only screen and (max-width: 763px) { #JiJwP0Tx4EXL5e0ppXJPh9zgCcAhyEey { top:13.75rem;left:0rem;width:22.6875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yByzwhDPBVDu9m7gm49837upAcSUydGb { top:4.8125rem;left:0rem;width:25.25rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw { display:block; }#sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSTsu5ZiRWzzATr64m98Byk4co8rT2bX { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbslKlveg2HowuTsubgxQiDlcO8FFkuM { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbOII0vl2ZXbqHir8ZEPmPp3wnmpxDpp { top:8.3125rem;left:21.4375rem;width:26.3125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4onJ0610856QtHQdRmamzmzhTXpbWKm { top:4.125rem;left:26.625rem;width:20.25rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJS9oTW3aCxlZNJp1VXwLCKP4JypS96i { top:1.6875rem;left:0rem;width:26.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTETI0q1fP3SL83XsTLiu27mGn4H6Ms1 { top:15.9375rem;left:22.8125rem;width:24.9375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x { display:block; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtAmUH2RAHFPmhOTe7fRDonb20Zw7VDK { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9TNKiynS2RgvTpnQFFU10dUtXHc9A06 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlK88QTT3f5hv08XfHZpSb37RsBGq6ZA { top:5.1875rem;left:15.5625rem;width:3.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0WI3mhF2Py9RT73fU5aZDMTguI7Q650 { top:12.0625rem;left:15.5625rem;width:16.625rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDX5FFfif2D6iKcXqblhltd9b2W4H2kL { top:9.375rem;left:15.5625rem;width:16.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtBkddFSvsQgnaTTg6DAPxdSG1XsRa8v { top:9.375rem;left:0rem;width:16rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4zTT8XtLDK6fbgXVr3xVVOmsqPBgFL5 { top:5.375rem;left:0rem;width:3.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDpOlvXNmdlhG4xLn6ir6r7vRRlnTcMV { top:12.0625rem;left:0rem;width:16.25rem;height:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcUIaWQApoGaBltWPyvQmt8XscWc7aLm { top:12.0625rem;left:31.375rem;width:16.375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8QgkyIOfvofGzBwoSTtTVlA57IwX38Q { top:9.375rem;left:31.125rem;width:16.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5eigbwJwvFycdk7IRMwA8SAhutGhq6I { top:5.375rem;left:37.875rem;width:3rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVfTBqAb5iJSGwI7K9K7uMMUOTZUnrbr { top:3.625rem;left:0rem;width:20.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ultEQgDTyex9MUaE41CM87tVxxm4b36z { top:3.625rem;left:13.40625rem;width:20.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTN0gCdTSJ08rVxlmuwFKAbsqUxJxzeO { top:3.625rem;left:26.8125rem;width:20.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZvmmOwdprLmaPzyydMfZ0HOlNoNbsa { top:2.5625rem;left:0rem;width:33.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP { display:block; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ5aou74g1efkabG7hKZQqCdXS7eiwBp { top:5rem;left:9.3125rem;width:29.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL { top:17.6875rem;left:0rem;width:17rem;height:3.75rem;font-size:0.8125rem;display:block; }#sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #d83ANBqALWOFgr7MEQZ062Gubz1OtCRL { top:15.4375rem;left:0rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpsefiy3S0TkPKw1PJflzxTnz3DMqtwX { top:15.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITwSZQmPzn0OPnpMaWVMhQGFVNO7PPo { top:15.25rem;left:0rem;width:1.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIULgnslNg0aT6c2UQUNnO7bOzmIgm43 { top:13.5625rem;left:13.4375rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzD29ebJ07K4DVHo0QcrNVxGOXw0xpui { top:15.3125rem;left:14.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twFVmecN3C3omNAhko5LvpUE8eeptSC9 { top:15.3125rem;left:14.75rem;width:1.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 { top:17.75rem;left:15.6875rem;width:17rem;height:6.1875rem;font-size:0.8125rem;display:block; }#l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #krnTeRIA7TNDtXnNPcDBZgqcVUTOMmOv { top:15.5rem;left:17.125rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnrvM36TtQnhlbBp4JNNkWpQ7S8TpqbH { top:13.5625rem;left:26.6875rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOanH4OALVg9TXBmhPUxGWBD9GuC9nOQ { top:15.3125rem;left:37.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRtMTVx2r9zs52lUNcpB6fD2GP0dmHzO { top:15.3125rem;left:37.0625rem;width:1.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 { top:17.75rem;left:30.75rem;width:17rem;height:8.625rem;font-size:0.8125rem;display:block; }#yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #CBEoI48VKKUIbK87P5TGyoucnhCe1Lm1 { top:15.5rem;left:31.4375rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbvaT5FXCvpaLUAFv8nf6xHGp6L5qMzM { top:29rem;left:0rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQQI7FfuPxhwoysMaPS7QmOOtVt8AEd { top:30.9375rem;left:0rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf0wQp1BrAOTzu1veNaqUVv1O4OGwqPz { top:30.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrDXd9mndWuC7UKTAFyyXequC5uGnhV { top:30.75rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR { top:33.1875rem;left:0rem;width:17rem;height:5.125rem;font-size:0.8125rem;display:block; }#fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #R2hr7QQUE1UTuWx34HNGlwTzB2N8xBdk { top:30.8125rem;left:14.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVy8mlP54KCTQ1a5863xUf1srubHgdIH { top:30.8125rem;left:14.75rem;width:1.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVHKBBAecMXaueh5s0B8SsOID9DCv6wR { top:33.25rem;left:15.6875rem;width:17rem;height:5.125rem;font-size:0.8125rem;display:block; }#LVHKBBAecMXaueh5s0B8SsOID9DCv6wR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #AnOa6kqZcdDnVwscfDbepmeV36oGPuUV { top:31rem;left:17.125rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbkCBGvy9hN5icbGDAtZGJ9Q4T9ZBikP { top:29.0625rem;left:26.6875rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XF4Dk8h6QdV7qowLnkzuZSFaJ40Db9 { top:30.8125rem;left:37.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0FpzCJHGcXQ9kc3IhvPgQqDEwExxp60 { top:30.8125rem;left:37.0625rem;width:1.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN { top:33.25rem;left:30.75rem;width:17rem;height:2.375rem;font-size:0.8125rem;display:block; }#O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #XEL7z2RKPGh8wI6VbiaLrTp3MGu0acGS { top:31rem;left:31.4375rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQM86dd7ypLCVE226SP7OlHEzrOQpW9b { top:44.5rem;left:0rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUCIEeu0xUPtmABpkWpygiaay0TS6sh { top:46.4375rem;left:0rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8a3sd3ufenPB5WNykfLFRbTox8TAa0S { top:46.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePUhwZaIgLHamOT3A0lR2UAospoxTna { top:46.25rem;left:0rem;width:1.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 { top:48.6875rem;left:0rem;width:17rem;height:3.75rem;font-size:0.8125rem;display:block; }#vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #KTJJagc2XEEdZ8oc8J9PoabTq4ldU2UQ { top:44.5625rem;left:13.4375rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQxDbXRasCTHc2z5JE8bFrNcQLHyMnX { top:46.3125rem;left:14.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxg1utgw7oTQ2Sw0SnSPcKDdDiNPUFVs { top:46.3125rem;left:14.75rem;width:1.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs { top:48.75rem;left:15.6875rem;width:17rem;height:3.4375rem;font-size:0.8125rem;display:block; }#OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #SMCMKpqRAv6rw9ZSqFrlkvsZgnmWlTJv { top:46.5rem;left:17.125rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBvxsINJkLoo3rGFN6v9cZoT4tEzbdbe { top:44.5625rem;left:26.6875rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCSoyKQ3SAePNpZLWtripZzaUxhkBMhb { top:46.3125rem;left:37.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn50l4vTmD7LivN154Oi6MXai3BK9802 { top:46.3125rem;left:37.0625rem;width:1.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GprU2lWP18hhfltxSUo6RSho2pM73htz { top:48.75rem;left:30.75rem;width:17rem;height:5.125rem;font-size:0.8125rem;display:block; }#GprU2lWP18hhfltxSUo6RSho2pM73htz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #UKoBThhZyPq6dgU4wydqNV9thaJVRQxm { top:46.5rem;left:31.4375rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URvSulin5DS5G5FvMFrxwaDTFUHfF67l { top:4.1875rem;left:0rem;width:47.75rem;height:23.477083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNG2BD2FdIMATEgCCxyafIbL57hThRb { top:0rem;left:0rem;width:47.75rem;height:22.92rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTetuJJT35ZFoWva9kUpTArQCUKJq4Gu { top:57.125rem;left:31.4375rem;width:16.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBExymyCTGbD9LZQJO8chGUWrJuKk3K6 { top:54.4375rem;left:0rem;width:47.75rem;height:23.477083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDeEoryx8lNEy30HIMwQ5tIvs54yKJiX { top:21.4375rem;left:0rem;width:37.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTUv65CBcoxARKDmqQDabJogBTUluMg { top:29rem;left:13.71875rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbX3DXm4LUWAZ4AfhTOzqE4wr7aeTFLi { top:13.5625rem;left:0rem;width:20.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA { display:block; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1TxTwaDaSC5aq2sgVhQTiBitE8x2quE { top:3.125rem;left:0rem;width:31.9375rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPg1iRMyzt0nQ2PmkFlSJtRh5by2ZEpv { top:15.8125rem;left:0rem;width:27rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKH6m1xwv3TTam9Zmmf6cbxESMzpkX71 { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHJhU5JhMV2JgFUEgJ1Q6Ggx5TMabZy9 { top:15rem;left:0rem;width:27.375rem;height:12.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbUm3xBUyG7GeoKsBrxZqLXeDp8U33eg { top:15rem;left:0rem;width:27.375rem;height:12.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWsf4DcP3F9TTgMGJhMflKJKDa1wnQRP { top:10.875rem;left:0rem;width:17.125rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #shxTBUeERQHtIcC18J82gPVmROWAs9vC { top:17.5625rem;left:0rem;width:27rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXkmTXCS0XwH0ImF5OQa15sHk7TNoo1A { top:26.9375rem;left:0rem;width:27rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8J2DT4u2JRL3cPrisIVxGlUerqZwXo { top:28.6875rem;left:0rem;width:27rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk7yp3g1Kx2yZsCdTLr499vosGf3DBhp { top:15.8125rem;left:20.75rem;width:27rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnX1QLPai1H1iFn7WzuBBPgV8Z6GnCz { top:17.5625rem;left:20.75rem;width:27rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGfeeccgCDM1OsJTJ6x198TtS40S0tTT { top:26.9375rem;left:20.75rem;width:27rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP9ThlavXvzJuJ0JNaMQe9aawM5qkSyJ { top:30rem;left:20.75rem;width:27rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixyPkrtfk2yJ7KdLAf8xdaf01oUBeCOA { top:13.9375rem;left:0rem;width:30.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo3s8ZJkAvnz5TRT6zSrgLJM3eEPJG0Q { top:25.0625rem;left:0rem;width:30.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2nsEFWmkvSIpgIqoBafohDuTtgGiKaE { top:13.9375rem;left:16.9375rem;width:30.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnrkAtQwQNRAPHUOfXh9Rhutk7IWzxPP { top:24.9375rem;left:16.9375rem;width:30.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pJtTPXKlzhGqU354Tr7x4rrVx23ZGl { top:3.5rem;left:22.6875rem;width:25.0625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko { display:block; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tp1mFTuFCi89u8ZX1ONI8lG5fZhdAGTP { top:4.125rem;left:0rem;width:31.9375rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efl95bzVEw42b3yrLBG7WF58XSCKlPvL { top:14.0625rem;left:0rem;width:27rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLdDum4HUHlwKxZ5L4cT43Nw7VPNt19a { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMUS0WF5MfbkBcAXswT0lcPMqSS7LbFZ { top:14.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gSIAFumwqQSs0c3iuTeInCloCui8qf { top:17.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuGwctHzfGu4Qse6fWSfppE9aUPvelW { top:20.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCy1y3eptpz1xT24t1y7tsayXl7m3Wo2 { top:24.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meATOqQeJCrTlmLdPmganhQdq6Tie0C1 { top:6.9375rem;left:8.25rem;width:15.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHo1K1Q9NGVWAm3i9QTud6r4uOloJyX { top:15rem;left:0rem;width:27.375rem;height:12.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qn044tO268n6RIT1GJEpNBvir53RL93o { top:15rem;left:0rem;width:27.375rem;height:12.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0eWWshXZEdtIwKgpfKDTbGrdKMUSXm4 { top:10.875rem;left:0rem;width:17.125rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydTBhQiESgwNSPVh1uEabUnyzX2GdmL { top:4.125rem;left:27.1875rem;width:19.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuwGVH8RhHmTyBWEsHu2ATOq1O4261kw { width:10.25rem;height:2.375rem;top:21.4375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw0VtRDqaxTauNTRtv6szQuOZHLJW4rF { display:block; }
 }@media only screen and (max-width: 763px) { #dIPUno6hOXvTIiGGFZRyrXVut2k5WlLh { top:18.75rem;left:31.9375rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilSsgM3p6ZvSxMIuHw92WEoMlTRRo8h { top:14.4375rem;left:29.625rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6lXDNv4gq6kzseZoibclV5Za4GTwg4d { top:11.875rem;left:28.875rem;width:16.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BQqqW9Ad7nrCxU4d2GqePiSAv0WQ9H { top:7.5rem;left:35.375rem;width:3.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH { display:none; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W89oeTExl7GQVwISEUAeFcTJEvat4DTZ { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQCZenc7V3dEpTM3TXunT46742SAGFG4 { top:8.875rem;left:26rem;width:19.75rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #teHDRAqxkehApmiHTwBMtTtweEqbOH0M { top:3.25rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6SzpD3NxKMOFZOIlN26MAXpRkTmSsFo { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtLrBNkI1GpzXzkw6SoBO90ruTQBbkkZ { top:12.875rem;left:25.812501907349rem;width:10.3125rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZK1eBeu4N52TyenynMTBsenwxI6UgAy { top:12.5625rem;left:36.749998092651rem;width:7.125rem;height:3.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUHMJ9o6gqMnQLDfWiNvLxvKWHNG2rRi { top:22.75rem;left:26.5625rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S94Rz5dd53Zbve3kzfpg9GeCoycIkO0U { top:22.5625rem;left:36.562498092651rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imHB3HQbcsc0klV5Lmyp7XaGWKs4mco2 { top:28.9375rem;left:23rem;width:24.75rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl5C0wKp8Jmzf6oMS4Ba7DyB04xUWzwu { top:3.25rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu5zI0tEJ1HI5byNH4tnNnewm6DPXGhB { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL4wSJbLMkGz5oxWSmGsTVnd6zIa7Rs5 { top:4.625rem;left:23.875rem;width:22.6875rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omhfATzEk4u6VLKNUN2bu98uVoReGnFb { top:3.75rem;left:2.4375rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owGNCnQwlVolvNTWzzMlbqKxo2aMsAdO { top:4.4375rem;left:0rem;width:26.0625rem;height:7.5rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDLO7TqgEImLIJv5TBTyuk9v4QnBktSf { top:11.75rem;left:8.625rem;width:14.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFyefCN9dZmUJTEm7gqq0QeeppczoxAx { top:11.375rem;left:6.9375rem;width:17.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h { display:block; }#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS9iKoCUphzbgSxAK7Ud7ZIh2aKuSGrf { top:9.8125rem;left:0rem;width:27.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJkPxFLTqulhr42KV7drQ9AC0dD3EnE { top:3.9375rem;left:1.875rem;width:17.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OvsKkBNVN7gyIdoyapiBnn7EtTpHue { top:2.125rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arcIkzq8WtaubX88QWbIxC2f26cazUE7 { top:21.875rem;left:36.0625rem;width:11.6875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6bunnleCdfZtdL5Aeugbp99rK7NZ549 { top:6.4375rem;left:4.9375rem;width:11.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5V60PXFTIkl8FLtNzo7KtA874ci22m { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhQVKfSF93KGoTryNlVOpbgAhsIZJ2Z { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrbcPmG0G3D0xu5q8oFOTCCU8sO38t0a { top:11.0625rem;left:3.4375rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2DOa4EK69iPVJuaiQBAsWUmzzOmxdV { top:12.5625rem;left:0.125rem;width:21rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHI7CcGsDgB5diNzDyMMToJ62W9k7GOh { top:17.625rem;left:2.375rem;width:17.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZSZ9KXA0X7aBE971dJy812cWJwWL8y { top:22.375rem;left:4rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2CMJPqGLTIJmzbl4iKMVu1aD7zMW9He { top:24.25rem;left:2.875rem;width:16.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VHAotLCDdvWbxlbHJXXE7oBAXZauoc { top:14rem;left:25.5rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5X4GZwg6Cb9iMkt1EB9ID34FOXO12Ku { top:13.125rem;left:36.375rem;width:9.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwnX6pSTud9asUUPInq969PaZpO16wQ5 { top:9.8125rem;left:25rem;width:21.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmwmk7EfB1dRtO0x8AACI0bAdunJEuVJ { top:24.625rem;left:25.5rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG { display:block; }#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXSk8rKLyAQXRT8dOLzmbtaPgEwMoP65 { top:9.8125rem;left:0rem;width:27.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpp0WeRdaEnFfuXQ7N6HQQibncxvyTut { top:3.9375rem;left:1.875rem;width:17.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvcwvvQboSM29k6BIZXHl6dXI3X6fFIz { top:2.125rem;left:23.0625rem;width:24.6875rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k28VeyhUPsslqduPnyL3VDMUIdJdS1Mq { top:21.875rem;left:36.0625rem;width:11.6875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO6sQM2WyRf3QJORuAa8vcCMVMyOJkXF { top:6.4375rem;left:4.9375rem;width:11.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtdbl5pHPxNLGADbbbyNkbKUnFReqD8 { top:7.4375rem;left:30.0625rem;width:11.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKKUDglBxEqSNQ08lf8o8NM2TXpOoVAF { top:12.625rem;left:24.625rem;width:7.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFOtXAbtDC4o88HJw5TVrMHIbD4FRP2O { top:11.0625rem;left:3.4375rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS2eEB2dTD15QcgKULorqLDTzXBVdPQG { top:12.5625rem;left:0.125rem;width:21rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXpwpTB06y5Q1mnnPl4m2bVaAeDBhUMJ { top:17.625rem;left:2.375rem;width:17.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMxGBaeO7SkHsn2JMzgVayz3Bb6nxqSb { top:22.375rem;left:4rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwb1AqxJLWTohatSFp6LQ8DD0vFwK1G { top:24.25rem;left:2.875rem;width:16.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ9lu8TiZ1rXqRczfDRRATCXZbA2W8oJ { top:14rem;left:25.5rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVbmDvod2z0ywVJ6N84hSKzlgQD2ZbWp { top:13.125rem;left:36.375rem;width:9.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGRTAReG3tu6sdvNqJBTNACiJW5qMiCE { top:9.8125rem;left:25rem;width:21.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yddLP9G0NozGg4S33GU4dM3zaJxucx2G { top:24.625rem;left:25.5rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRErznqJImMl8fbMOrS3gKAscT6cfizR { display:block; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vclVWxG4tpz1w3sEeyHoTDDdQCkn7yCh { top:3.625rem;left:5.5rem;width:36.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfXis3WuiDiuFhtkvuHae6HpWJ3wg1J { top:3.5625rem;left:29.625rem;width:6.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw1BzcsHUu43c4hwC66XuybyHi37PAmP { top:9rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCRClegTH6CaAWVFtOzT4FnXDRV6bqRa { display:none; }
 }@media only screen and (max-width: 763px) { #pwZ0kVbwc7QCm97RX3einrLOoQq8Mpd5 { top:6.5625rem;left:15.5625rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaoTTg9epcQxLtsTEUn40meXn1uhq04G { display:block; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8OmIobWgW2iU9yN9HZToUho8iotmXhc { top:1.4375rem;left:12.781250953674rem;width:22.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { display:none; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 { display:none; }#ktdZZ7ofwHSlQRi1LsHEkEkw5d6dbyL9 > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ofXdU5AOL8r4iLAGrX1OGwBglCSnpBO7 { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #TGLGg7rF0VE7tNlkdbcAe4RElM1unAku { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iT4bqaXlmAnINHwnKKfeho0pLxhRlcum { width:19.8125rem;height:21.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNzhXsuGVJFxE85TxEKA1Id0WPoksd8 { width:16.625rem;height:2.4375rem;top:9.4375rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILTywcMTq6mvMM5drTTMIOCIbemQ1kTz { width:17.6875rem;height:13rem;top:12.3125rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uaIcfCscSz0c8wDPosFS8dQe8OTTBelT { width:20rem;height:2.4375rem;top:7.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w12JcgdDclbTxvllOkNNrRJ7weQovHUA { width:0.125rem;height:7.75rem;top:28.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WbnqeZCVkcRIaF3obcNy5u4rQ8iczG { width:20rem;height:20.184757505774rem;top:37.187484741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0fc6e668-87d8-4139-bd25-406f06591eac/mobile5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7.adaptive-delivery-prevent-bg, #HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7.lazyload, #HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7.lazyloading { background-image: none; }#HTLRKOexAH6iSxc7QfB6zb2wCe7Ki7W7 > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WaS2uvQv9kUH2wMPrKF7Kg9FO02kbXfF { width:19.1858125rem;height:4.3496125rem;top:3.659423828125rem;left:0.406494140625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrniiboLakC00LqOTZfHgbMeaVzuR7Lk { width:15.125rem;height:1.375rem;top:1.9873046875rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzC7swxiT9UuQIoT1IkhB3SDy1CGkvIs { width:18.9978125rem;height:2.923825rem;top:9.581787109375rem;left:0.50048828125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SINpztzme0fkBmIBTmETcx4yQk5IVsLs { width:19.3125rem;height:10.23046875rem;top:13.29296875rem;left:0.499267578125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IrGxrysirpAaMkT9q6g8NFqSmyQGvZiA { width:19.9375rem;height:1.21875rem;top:41.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rn7nIWLAaapz4G4i50UgxOWeMqTH0vpf { width:20rem;height:3.596875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0hUmHL34pomFVIhTmvlsKCJPQ7mn6l5 { width:13.5rem;height:6.6875rem;top:47.53418125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEgFleFCOqLODKCFJx05Llz0nHrhpp0c { display:block; }#BEgFleFCOqLODKCFJx05Llz0nHrhpp0c > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSThqLiwgPpxe0cqRBSETmKPSBduh4kU { width:16.375rem;height:1.25rem;top:3.7968757152558rem;left:1.8125000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #aroRz07dTXFgp0Fl50afwWDZgzOWuyhV { width:9rem;height:1.13769375rem;top:1.6812505722046rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 { display:block; }#PTOlfUk1LvTryapcqbL7ppPIzi14fsG0 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv0B42B987hyfXkv8usrTE74gW3Iqy8K { width:20rem;height:4.38574375rem;top:19.13675rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JG7HC8KBH2HwpxFKKcQPMKRXALTGB0pL { width:20rem;height:4.546875rem;top:24.77249375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RMhrunQc8c0TglB8HTLTIdWgFVnIAow2 { width:20rem;height:8.699225rem;top:9.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a49TtZ9PCLhSHHa6nKVmMhKNven4W2at { width:13.5rem;height:6.6875rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoylBxut0QoaeNEwndx8bRE9VmG5Du2 { width:19.1875rem;height:2.875rem;top:30.56936875rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:inter;font-size:1.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJEowWzMoLSVJHKJRkaKL0UsDGahQ9rC { display:block; }
 }@media only screen and (max-width: 763px) { #PeCZbA7fvlLxZruEhd8iiXaMgBZ7pa8w { width:20rem;height:1.6585365853659rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy { display:block; }#uC09HGyO2kVk3Xy8D7X2x6IohFetqLCy > .row .container { width:20rem;height:113.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6dKl09wigCRIoK2dMkmaXUcy4UZWZPm { width:11.749125rem;height:0;top:40.436196327209rem;left:7.5618496537206rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i52T7TvMeywLez9Fda5mNneTVVTxvGnp { width:14.5625rem;height:5.8125rem;top:12.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svsd64Z9567tJO8Kc5VoUD0zOadaF1rh { width:11.8103125rem;height:1.04980625rem;top:14.20654296875rem;left:4.09423828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lreixURwSl0XID1enlxeF326hTNNu7Ua { width:14.5625rem;height:5.6875rem;top:13.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsLArzaBvnAwXhoKsSLfUM50xA9d2Lt { width:14.5625rem;height:5.8125rem;top:28.436279296875rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL8ruiccVEHoUnSJvRFANIzlvbDG00aR { width:14.5625rem;height:5.8125rem;top:29.08056640625rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAcUVDE7cNpJEv5KdPaxzRgCfxCUZff6 { width:15.625rem;height:4.2246125rem;top:1.685546875rem;left:1.96533203125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hbmyprn2DJHN1giV8tqkEfZ1ncsmDTk9 { display:flex;width:2.5rem;height:2.5rem;top:85.686719894406rem;left:8.7500005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3CqI2X0cZLB0w3OwAgOWal1IhZCeuuq { display:flex;width:2.5rem;height:2.5rem;top:57.186720371246rem;left:8.7500005364419rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #BfukuSQwhTkwJmzBczRTZcJNmWSCT5tK { display:flex;width:2.5rem;height:2.5rem;top:27.999218463897rem;left:8.7500005364419rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #EO2fkeHAwx5XzTzbzCE82Dmbzqk9s7yU { width:20rem;height:0;top:119.12475585938rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IN6o4oFk1EM7bea7d9eGmJRRv1eXxW1B { width:17.37425rem;height:5.68359375rem;top:7.247314453125rem;left:1.31103515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gb80om7hkfNxgg7p2U3lJ8xRyWXogMnh { width:11.5rem;height:2.0996125rem;top:42.455078125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oolWqLyOJ6lumxn6q3awcKC8S0PFUTGx { width:15.9375rem;height:1.04980625rem;top:63.26270625rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA2TA75XRRrFT73FSFwXaJv7WkmANrgg { width:11.9375rem;height:2.0996125rem;top:65.8213rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9Nt2n71CDu0gkTmSbbD3UEUfAtyM7C { width:15.9375rem;height:1.04980625rem;top:89.096690625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqIpcODs48Ezi2dOHed7LCXT1LzlTpWd { width:12rem;height:2.0996125rem;top:91.396496875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CROqpoKp480IUOV3uZM4O6f1uMSq5m2S { width:13.3125rem;height:8.3945rem;top:52.117190625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSaSKCyLTOBEH999XrMyGRi3MzzBfnw { width:17.375rem;height:8.125rem;top:73.409190625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4gzpdzGvMLQErdXwxikt3vCFOcGdEzg { width:17.4375rem;height:18.9375rem;top:61.760753125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEKkBQk8yOoPQE5s2oHxb4brDLAosGQQ { width:13.0625rem;height:7.1953125rem;top:69.885753125rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITxADQSSUrzKXfMJVp8AQUPTfaVvEqN { width:14.0625rem;height:7.1953125rem;top:94.746109375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sskh7vzfKOZb1mI9T2r8A3IFwJSprH9D { width:5.0625rem;height:5.0625rem;top:36.142578125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtoAZSMT8E2ECsivqArAVKnrHFBbXU9 { width:2.9375rem;height:2.875rem;top:37.205078125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGraJHuqfq7trrIe58PNqh59295OfR26 { width:5.0625rem;height:5.0625rem;top:45.804690625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6OQBy80bX4Xr2dAc4TOe9HtWXp6oRlT { width:2.875rem;height:2.875rem;top:62.51270625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoaTzINcT8iDpkuT26Vko9xDxawS1seh { width:5.0625rem;height:5.0625rem;top:82.784190625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XScS70KaL36U7HSTrWgpykCJvBsMQS4Z { width:2.875rem;height:2.875rem;top:83.846690625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJEmkPZC79kNT9CE9yUPSWraVOTVc9CC { width:19.625rem;height:6.125rem;top:103.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7H3RbbSDI5MuR8u09182sTP8g5hNemX { width:20rem;height:0;top:104.38671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGh4cXx2EodZD4ntwleuAZTL7TzlwgEq { width:20rem;height:0;top:104.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv3l73BZ3oUUvHdTUAhtUaJnCxwJhQmy { width:3rem;height:3rem;top:104.88150310516rem;left:1.6961803436279rem;display:block; }
 }@media only screen and (max-width: 763px) { #taxCDsNiZg0vkm7lTQMoAopggfuQdHIf { display:block; }#taxCDsNiZg0vkm7lTQMoAopggfuQdHIf > .row .container { width:20rem;height:343.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho1P1VQ2FAi9TXTBqT7be91S8PbTWG65 { top:22.4375rem;left:0rem;width:20rem;height:13.625rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kEF3Hs0RRWuHWsdeq1DQWrw4J10U8n04 { width:19rem;height:7.9375rem;top:5.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4xM4as6FPUNoraoOMPLxPTGJTscRqu { width:12.8125rem;height:1.3496125rem;top:7.1591796875rem;left:5.765625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xiQsyg2Gqzdk3Nxi4oSklm7oODCCPnon { width:19rem;height:7.9375rem;top:14.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65CaObADuhG9UUTtsIr3PbCpcEbyhwu { width:19rem;height:7.9375rem;top:24.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXTi5iAQpNkQVMUxaLwrHsteZrffSTL { width:19rem;height:7.9375rem;top:33.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp2Oh7B0oiRmwEfPfvaR822p5THFFvi7 { width:18.999rem;height:7.9375rem;top:42.967041015625rem;left:0.40673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxhcftdxi3QTR7S0a2g4TCcIEOlQGRX2 { width:19rem;height:7.9375rem;top:52.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSscF5rQBEXT08BBexED9pGDE1Z4gwf { width:9.375rem;height:2.56225625rem;top:10.607421875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C08kzpWc7vLxRTwfVHPaCtf08y2MJu9P { display:block; }
 }@media only screen and (max-width: 763px) { #RRdmhpJpF3ISrixoGVRz9vOaBSU1ODQV { width:19.625rem;height:11.375rem;top:150.9316875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SaxLXL0Br4xy68TUfldi3AzFigpuRw { width:19.625rem;height:11.375rem;top:163.9316875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvkxxEts7lpZMgMzFHnZeXXTvA280AUt { width:19.625rem;height:11.375rem;top:176.9316875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5vsHh4cA4AykBqyTd5ygRbklEUpHAl { width:20rem;height:auto;top:1.5rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JF8IhbiZMMhZNSHEfKTXFdcXHkkGdTJM { width:7.5rem;height:2.0996125rem;top:70.886725rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl8ch7HSUMW0ed1Iro3z7zVMsFKQ0Ks8 { width:3.5rem;height:3.4375rem;top:66.199225rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaaFQ48WqKDvULnLbGI5U0yCMwMa2saB { width:3.5rem;height:3.4375rem;top:74.2363375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuc6JeftnFy8ONmsN7vT7u5V1ig8Qd8 { width:9.375rem;height:1.3496125rem;top:78.9238375rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1iriK9UW6AIraANucvDwOaoUOhQZmtZ { width:8rem;height:2.0996125rem;top:81.52345rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmZdAMUOvWbI47sAihKofd6DkabrHl1 { width:7.5rem;height:2.0996125rem;top:92.160175rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONnxhoZDDTpuMBm8dEi00C0PCPLMKTAk { width:3.5rem;height:3.4375rem;top:84.8730625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTk6kF4Fy5TV2uMTGcyrIFT5zmHXUz1 { width:9.375rem;height:1.3496125rem;top:89.5605625rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AFyVwGFLVF1XZPEk7nJO8y7w02Snre0p { width:7.75rem;height:2.0996125rem;top:114.871125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt7Wb2VquSuTXREXEoW9RVZxOiK9Lqhu { width:3.5rem;height:3.4375rem;top:107.5840125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8wa6BbdMkh0lc8ALDMCueCb8NsULsO { width:9.375rem;height:1.3496125rem;top:112.2715125rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bIrkGRlJe1WGnUvJuK5ZIqqqAJ7T0zXu { width:7.625rem;height:2.0996125rem;top:125.50785rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHq3CKkHT7pyl6FVa3OVqwhfgoL8fReH { width:3.5rem;height:3.4375rem;top:118.2207375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHn3u8TqcJfJzLNTGbC0l6ZAzb1hQZWX { width:9.375rem;height:1.3496125rem;top:122.9082375rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ON3L8ed3Km4P2rQh2aAzMTR7Vorsq9LC { width:3.5rem;height:3.4375rem;top:128.8574625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5vG18XEWx7gwN6QV147BTHgBXsoADe5 { width:9.375rem;height:1.3496125rem;top:133.5449625rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ly9OAWfQWVFpXTEcuPEaee5XTdRP3sgB { width:7.4375rem;height:2.0996125rem;top:136.144575rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpXO5E7LSAQJVGk8TFa7PCodQopTUZD { width:7.5rem;height:2.0996125rem;top:155.1191875rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvPUm6grArh81CSTurhEI3evT4av3OK { width:3.5rem;height:3.4375rem;top:153.1191875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFTJMMgDawUZz3Qna2iXPgLTHXecSAh { width:11.5625rem;height:1.3496125rem;top:153.1816875rem;left:7.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nT9IEH30Xxbh3qcw1rnZ76nu4FgNxl08 { width:3.5rem;height:3.4375rem;top:166.1191875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qONnybk6AZJHO28VpcKouNsqsBMPnfXK { width:11.625rem;height:1.3496125rem;top:166.1816875rem;left:7.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tdcd63nF0GXSHxgHMTRaiu7DrE4WpxSH { width:7.5rem;height:2.0996125rem;top:168.1191875rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZZ72DbST5F1stLBsMuz4mGTRHnzIcLl { width:11.625rem;height:1.3496125rem;top:179.3066875rem;left:7.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p62OMKCw3TarJfQTIXzUQi5iiJxS6zTt { width:3.5rem;height:3.4375rem;top:179.2441875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ80bgObkC794X8DFL2XhC3lEwPKH9n { width:7.5rem;height:2.0996125rem;top:181.2441875rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZvAnGTzkU481GEcdivydQA4futlKOHA { width:11.0625rem;height:2.5625rem;top:95.5097875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnGhWpIuttmIhgg0JPmPcQ0SUeD9U9Q { display:block; }
 }@media only screen and (max-width: 763px) { #OeyTiTVrK9XmZ45VVr2i7BOxSJd1zH2y { width:11.0625rem;height:2.5625rem;top:99.3222875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpaOd6RB2qdeOwyll7qH0dunrVI1xcxU { display:block; }
 }@media only screen and (max-width: 763px) { #MDTRcgiJs7d3fb10mCqnSFPuH60x006o { width:11.0625rem;height:2.5625rem;top:139.4941875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC0QWT1LQH7NlnynDLzgFQg7HpLOxbo1 { display:block; }
 }@media only screen and (max-width: 763px) { #RVoeyNRUhxCqgdeahTW0Mz5uPoCGVbCU { width:11.0625rem;height:2.5625rem;top:143.3066875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZMgPBbkIdNrd5ebScqq1zfm0a8JAmP6 { display:block; }
 }@media only screen and (max-width: 763px) { #wohxI59S5WpfRLQbNiLortoumdhblvlQ { width:11.0625rem;height:2.5625rem;top:147.1191875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr95tDCN6d1br23SLOacPoybm95X1Bch { display:block; }
 }@media only screen and (max-width: 763px) { #Ruqg5FArTtKyQTzP0sPADlP4TMROrFHU { width:11.0625rem;height:2.5625rem;top:158.3057109375rem;left:4.6181640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IesQe2z5upmAl2ZyS9k0tf6rUIrBwlnk { display:block; }
 }@media only screen and (max-width: 763px) { #D1c8dAQUGFATB6HkaFELenx8UXxl1vV9 { width:11.0625rem;height:2.5625rem;top:171.3057109375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8qHGHC1AlUZwq6PvRwxToVnO9HZ6slK { display:block; }
 }@media only screen and (max-width: 763px) { #IHNNKgJivWegUAQGwFnkSdxShGRTU0TB { width:11.0625rem;height:2.5625rem;top:184.3057109375rem;left:4.6806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr3QuyyUW2QTTaTwEsZz1QIwM7T6dRVx { display:block; }
 }@media only screen and (max-width: 763px) { #oKMy5TxGyLdS3MTa3NIDxsRLdl03DQLR { width:16rem;height:0.9746125rem;top:61.75rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0iC15u0q91wJAwVqQ2Q8bEDxiLRcNqx { width:16rem;height:0.9746125rem;top:63.9746125rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXeNIxTBw4xi0PVyGbM1qSUQRfS2irch { width:16rem;height:0.9746125rem;top:103.1347875rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO17htfyZwOTFzwp48RuK2FZIaqSqTAu { width:18.4375rem;height:0.9746125rem;top:105.3594rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeyNJf9KZJaH6TG9WCTH2LxHlRzyXXhw { width:14.6875rem;height:0;top:189.556640625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvyMX7V0n90G5ZULRbxM2R3CXZmee0R3 { width:14.75rem;height:0;top:195.605253125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBPhiI5dveqczDQKifw9lUaLnwFFG6Qc { width:14.9375rem;height:0;top:201.653865625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIa1EBduW7xldPplO9fywNZeaCHdro6 { width:14.4375rem;height:0;top:240.913434375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki9ZVv4fEtf0VDLTtsiLCdfU5vgovwqN { width:16.375rem;height:0;top:245.761521875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbtOfWTmkHK9yN1g1CgiNwxzHtQOzWq { width:14.4375rem;height:0;top:251.810134375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmXy89mdqG3xDZGcfbautk4NfXypdA8 { width:15.75rem;height:0;top:291.069703125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt55GHEwru7XIT5XSpCA476vEDZ0tABM { width:5.9375rem;height:0;top:207.702478125rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSs6niWpb6dQBmH1qb5aba2pxNtrIGFx { width:5.4375rem;height:0;top:212.750221875rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6eKeoWP6xxikTnFDNETF9ELbbNUcHpV { width:5.1875rem;height:0;top:215.574009375rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhzFUSbE45fnrs8QS17UX0TFc4OGJs17 { width:3.0625rem;height:0;top:210.526265625rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVrHKB4qXSbvL6pJFQwGaSDlZLuNl6iv { width:5.9375rem;height:0;top:218.772796875rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g1QHKqF9F8cLP9AiX1dNzG7dF6rzhCE1 { width:3.0625rem;height:0;top:221.596584375rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRuhGylTnqTJO4VTFeUsXeMagXe25aHA { width:5.4375rem;height:0;top:223.820540625rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vWT3kpcEHNn0kFaVxNKQd2FnbIcxowl8 { width:5.1875rem;height:0;top:226.644328125rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evyiLyyWZFxPEcvOxh3rdgTU9mQMpWDc { width:5.9375rem;height:0;top:229.843115625rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cJH6qQzRimEL7CpXCs6rozBEAtTcVZA7 { width:3.0625rem;height:0;top:232.666903125rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO4XIJWJglXpcRQ1p5FfxInu9XM4H9Jq { width:5.4375rem;height:0;top:234.890859375rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e7THNn5bIThIqdyhd2pVdFSOtdbu7TFc { width:5.1875rem;height:0;top:237.714646875rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Gp6Iv4sbKJ59vXUDTVLtThOkNL6sEg { width:5.1875rem;height:0;top:265.730278125rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8ZDNetGpSzH17P1oxkhykACKsXaUw2 { width:5.4375rem;height:0;top:262.906490625rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5RBw5zcDuObSPpGMEHKAsWU9ifRIPpd { width:3.0625rem;height:0;top:260.682534375rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFEiubXBICVfLwO30TEN3MN190KSMUBN { width:5.8125rem;height:0;top:257.858746875rem;left:7.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gX3t0SH7cOENAvGQ9VzlKAZC99b1DD2g { width:5.1875rem;height:0;top:276.800596875rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSGsiDnm8nn5XtC6amDEEFeTDix3QUr { width:5.4375rem;height:0;top:273.976809375rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rByxqHCw0xzaZOfvCHbo4x1HxD5Fhl4L { width:3.0625rem;height:0;top:271.752853125rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWFNk1oJ6lp9XVrnKuXogpFJ1TzeiRr { width:5.9375rem;height:0;top:268.929065625rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nKkgdatP7gXXTeqo7vJkHokq1dF6ZS5y { width:5.1875rem;height:0;top:287.870915625rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcbnIqOdhI9sDRc23Tc50HFE6XTtgqv9 { width:5.4375rem;height:0;top:285.047128125rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xror5taLQHkCD3QcWQW21FBmKEk8cFvk { width:3.0625rem;height:0;top:282.823171875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpdSUbM7M41dKqpsnBAQ0emkSzUN2EyS { width:5.9375rem;height:0;top:279.999384375rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WrvbXt788yKnlnV0Tkgg3tobNHRuPWF3 { width:5.1875rem;height:0;top:317.087071875rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7mgUuiD6dvEeR4TSZkWibgFOn0tQWnf { width:5.4375rem;height:0;top:314.263284375rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsnLsa9TyyMM6IK7Q58WlNSweJ9w5Xep { width:3.0625rem;height:0;top:312.039328125rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DB2wMVA5q7OtQum2v8Nh530QqKl8rr { width:5.9375rem;height:0;top:309.215540625rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqnKLX7DhVfgrQQbpTyVZURvz6zP2kAT { width:5.1875rem;height:0;top:328.157390625rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbIM2DbBQHwUz02Q0zcF4I9RNeCPUpA9 { width:5.4375rem;height:0;top:325.333603125rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #omzo22R0rxieBxfWJoNJDXhFgQTw8cEs { width:3.0625rem;height:0;top:323.109646875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOPdzGvuaqVSItBqHL3zGvefCCehHEz { width:5.9375rem;height:0;top:320.285859375rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iuZbaDOg85LvGUZyv10TrTDtdhdxgfMU { width:5.1875rem;height:0;top:339.227709375rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSnVZ5r78OKQQgT4xWW78ozLFaaMSsak { width:5.4375rem;height:0;top:336.403921875rem;left:7.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7DzT2mv1SdaRa5oPC9WHXS2NmDXZ6TB { width:3.0625rem;height:0;top:334.179965625rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7aAUbi1UC8ui2tzx6NGe4v16rTSTW2 { width:5.9375rem;height:0;top:331.356178125rem;left:7rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N3QOy81cs0NwmXOO7rh6F3F8LGi6tmn6 { width:14.5625rem;height:0;top:297.118315625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drJmRFQTaPerPqZVAWzHBgEfuSVagdBp { width:15.5rem;height:0;top:303.166928125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TCf3MTgP1HnI8o3nnheAvFbf5o547G { display:block; }#e8TCf3MTgP1HnI8o3nnheAvFbf5o547G > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChTcEEO7IWWPQK4pmsZQoBte8kDnKQ99 { width:11.3125rem;height:5.5625rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImkwcMXUh7tuuE3hmLMIDrbId328awh { width:20rem;height:1.5686274509804rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #grsqX0GuLqTFcur5zuvdJTn78dWAHTus { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row .container { border-width: 0; border-radius: 0; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsqX0GuLqTFcur5zuvdJTn78dWAHTus > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iLpWT0L2U3CSfmfGtZWr0UypgOTkXuZk { width:11.9995rem;height:3.4375rem;top:93.21044921875rem;left:4.000244140625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXw6HwK1Oeg95dCNfRrbqe4BsyEfddfO { display:block; }
 }@media only screen and (max-width: 763px) { #XMMJP1z99qOfCLmTwmGN0hzTaECt36go { width:15.375rem;height:4.949225rem;top:2.2500004768372rem;left:1.3125001192093rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden; }
#gIlT9BEepyRWzFikAK6mJbNHIEWaayVW { display:flex;height:auto;width:17.5rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #nvZqAIg5voM5dDacVGqRh2V15kp6bUlL {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #zptivSaTFVX9kEP0B0I9Gn3afg8M6Ht7 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #D2xNTmWMAgXyszQ0Zmubgm2lrxB0w9Ge {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #pTaXXTaTOvtzEznQ2ee0qgxNtn5gwtXo {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #q4JJIeHSDafmAOUqXvpfLDk7duIpw48k {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #s8TIvdIEV7WCEHa3vUXE9mRTNeOGn3bd {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #smkcINuxMCpdCHU38cll75dTOhKOvWn6 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #k7DolZ8TzLMJ3DWIB0DVnihHTe6uSS4p {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #vnrJN4pZlwZezVMn6m87paBgA6EFhb31 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #u6ssaMPsPDfkpQNND1mR6MXBH4FbJagh {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #h1pBFF5xgi5Lkp7ng0ERQn1GE9I4Dr8O {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #T82lBDrDBIRRGLMdJ2aBV5xz1NCf12a3 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #lRtswFH9OvHP6BIUqL1GpgZoHv1vxWkA {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #NAC1Ar7M3hMfHLF6SEFGW4rAcklnlRpI {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #exc8h0k1fOMZDavIQWy2slG3TT9zkJIq {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #kbK1vlSPnvGqS8hXykv7Nt5vTe0gvMwa {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #ChJREQwgCuEJkEv9gUl86Ts10suiA2ne {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #tBrhG666KSus68Hn2WUNK8m3woClwhaR {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #EaCG63HzKFSAoQ3VAociTnaJi3vP216E {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #dawkeacHGI0Un0qXe6v8nUETBllyEctu {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #hTP2haUVLmhc1oa72fEinG3hxfEfQ34k {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #CCJATH0ovsmDRuWq4BNCFsGQulRvzzZk {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #l1QmSd27dsZNvXKwO8rLUyHFW2DKQFX9 {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #ghp27dhy58ZnAsQv7EuN10KPi5vDg8Jn {  }
 }@media only screen and (max-width: 763px) { #gIlT9BEepyRWzFikAK6mJbNHIEWaayVW #vqbfJTBATLpF1QshxFLJ5gWoIna1PUrV {  }
 }@media only screen and (max-width: 763px) { #Vky32ZXs0f26lsJppFJATnsD555nV8ru { display:none; }#Vky32ZXs0f26lsJppFJATnsD555nV8ru > .row .container { width:20rem;height:24.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CnitF1gLeTlABJEI6WtlU61OkK0LZz7E { top:22.4375rem;left:0rem;width:20rem;height:13.625rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rtQAyxg17TZa8eL32WiWvsr866bDIZB9 { width:19rem;height:20.375rem;top:1.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehHIc2PRVtnwSlMduKOImSehcBcMi3Hv { width:17.25rem;height:3.0625rem;top:17.0625rem;left:1.3125rem;background-color:#009fe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:inter;font-size:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoNR6HbVk9aBqohV2ScCiyl7evUV3fo { display:block; }
 }@media only screen and (max-width: 763px) { #qCnfqK16X5plIXezeAbDtyVzya1Fpwe8 { width:13.9375rem;height:2.4375rem;top:9.9375rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK6Fh2dtpqy1EobXScQqEytJphh1Cqus { width:17.1875rem;height:5.361325rem;top:3.5rem;left:1.40625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRDCxhFpbVTiWWVTTKtHVynEc6TrLCyT { width:2.5625rem;height:2.5625rem;top:13.15625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyF7MT1xrkTmEK9tAgnIQa6eFDBpZTIC { width:2.625rem;height:2.625rem;top:13.1875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9aQTVP8HlyFmVRteTIN8fnvErVPGRWz { width:2.5rem;height:2.5rem;top:13.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHUSznf2z4n6hcLTa86VqfGJZLJhMDdO { width:2.25rem;height:2.25rem;top:13.28125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUATwDmT6cZEGpwuTt5NdTL6TS9pTOKW { width:2.6875rem;height:2.6875rem;top:13.09375rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrQn1d0bMmhssLlVXzEWsThWS1SB3SsG { width:2.6875rem;height:2.6875rem;top:13.03125rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 { display:none; }#z6MIXsyiHIb7oPRKgnMkC7llb1xhiZO0 > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SghTsOFKD9G95fcwKPZzN0uaFXvfWfEu { width:11.749125rem;height:0;top:40.436196327209rem;left:7.5618496537206rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IN33qsMTKWH6ZXOUD9ySIqa7ZXOyUZku { width:19.625rem;height:7.9375rem;top:13.310791015625rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axDsFtTMrykwO475a5EqJxGfyEEGC80s { width:3.875rem;height:3.875rem;top:13.748046875rem;left:2.390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOQHnF92CKcvxHqhe9UoUHk3W1Mdmam { width:10.68725rem;height:1.5rem;top:15.02197265625rem;left:6.95263671875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIJgofg4rtlN7dxl0Z7TXbPy3vRWawFm { width:9.375rem;height:2.5rem;top:17.78125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsBR3AFEVG1cl3rRcAIpDZNIUH6yhm7 { display:block; }
 }@media only screen and (max-width: 763px) { #y4Cl7TexnQkugccvcMcCqfhTKxkMNLLK { width:18.4375rem;height:0;top:1.3742188215256rem;left:0.46796876192093rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Iu4ZMzbbcSBpU31PHEzPMEUaw4fdxAs8 { width:20rem;height:2.4375rem;top:10.359375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tgrb2vvufSEStXfy3IQg2J0Xd5cBH4rg { width:19.6228125rem;height:7.9375rem;top:22.451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbiMd44OEl09lQH9P8hJlQAvdtalgIgk { width:13.62425rem;height:1.5rem;top:24.552734375rem;left:5.438232421875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VxZ7XKS0ZIJHaOwFepwDJeu5hJ2qz3AJ { width:9.375rem;height:2.5rem;top:27.183837890625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdxknhT2oiwZAFAQu8VdBV3yucNGgt8R { display:block; }
 }@media only screen and (max-width: 763px) { #sWQBggZNt4T4aPpAlxcENOlKKQTOq9xy { width:4.0625rem;height:4.0625rem;top:23.121337890625rem;left:1.358642578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf94kZkQbZghQnAaBarTtDgW57rabeF7 { width:13.8745rem;height:2.5rem;top:6.019287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ng3Gb9ZOiZfKBb79TRQBqHM6dydalJP5 { width:18.125rem;height:6.58008125rem;top:1.43310546875rem;left:0.9375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g { display:none; }#Ea0G4TBr78QJwoppxqm1prfcXKEf1U1g > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IiLvzKRvoUPvbKaf8BbVup71Rgkbqt4k { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #g6uRk2JP8fWqgAhCzdnfZDr163A1ooTk { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qBHnNUTAmE3hxT0XZVp5kxCaHdUdgdZZ { width:20rem;height:11.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNkygglqiSRTGBGTIP7HbwK0qHX3PN2y { width:19.375rem;height:4.38574375rem;top:2.75rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SeuO3G1L8l9mE4irhVNNfVOR3QS0DRLh { width:13.75rem;height:2.87475625rem;top:8.375rem;left:3.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:inter;font-size:1.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXac2EQOzQdzPS3TWHMvuicFIP3yBrH { display:block; }
 }@media only screen and (max-width: 763px) { #PFGlTh4PulafuHDkIBtTTUC4t3inHst8 { display:none; }#PFGlTh4PulafuHDkIBtTTUC4t3inHst8 > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k52zIfnsTnLaJaBTTxeHi7PTntqr4GL6 { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #LzwNI299vrNMTMRhGkb3Lis05Qqv34uh { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vAqvBXqtK6HFyQ8I7Gvn0eZWXGKSNpsq { width:20rem;height:11.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxSIzJwoaW5rzwftycr6Tx0Fktp0Gu1 { width:19.375rem;height:4.38720625rem;top:2.75rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yNMC9msZGJ0m4cUaaZ9dmnKTHnKwhahB { width:13.75rem;height:2.87475625rem;top:8.375rem;left:3.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:inter;font-size:1.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0GgH971B7oBTa8bZKW7OZliE6iFKD80 { display:block; }
 }@media only screen and (max-width: 763px) { #ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT { display:none; }#ieIl2TqFuABXRQTLtA26zC5mO4SzTRZT > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eg2aO5wNwPu6xPAecoIN1FbISFltqrUW { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #RdcXyio59KTNPBsGm1KxpX2q7TZvT9NV { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CfW019XAIsMTer6TdgOEHTrvmdyFvmuW { width:18.18725rem;height:2.11181875rem;top:2.7490234375rem;left:0.90576171875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LsHcGZn6TU6VK9mweFQer6qgrl7Lnz87 { width:18.374rem;height:8.2836875rem;top:6.1982421875rem;left:0.811767578125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dAs88S9U9nIHQdUClJLB0Xm1gfid4n13 { width:20rem;height:15.635450013568rem;top:39.34570546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL { background-color:#009fe3;background-image:none;display:none; }#Fk8XAPaqGthM3lNkLpxXqAHVv9yidTJL > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wQSweIpKcdIwwxLw1SwK8ERZx8leSyV3 { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNRPcPr864I3icuqQ3UCnR24t53wFdKk { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iBWbaaeohtMJfz9s1frHNS1mzlJ0AQQM { width:18.2495rem;height:4.3847625rem;top:2.216064453125rem;left:0.43701171875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMDb5FTvUAtfCSiMpekVTPK2p7od1EmN { width:15.1855625rem;height:2.87475625rem;top:22.135009765625rem;left:2.406005859375rem;background-color:#e9e9eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:inter;font-size:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS3LQ04GQAciD8oGxyniXdCutBI8drAq { display:block; }
 }@media only screen and (max-width: 763px) { #PfP5p0VFMQiDfr0U22iK9JUKZ66Wbdog { width:18.9355625rem;height:12.18261875rem;top:8.218017578125rem;left:0.531005859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C { background-color:#009fe3;background-image:none;display:none; }#ID2DDcm1LsT3sqswpRIM0VFOuTzs2h0C > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fiEWeRXrrrm3A823ZGIJTPERGMyMzh7v { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM6gyRRBfEukXh2lp5eeFVcIehzenGHd { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #d6178TAbvHXMECbllcgI4d92v9HaFoHx { width:18.2495rem;height:4.3847625rem;top:2.216064453125rem;left:0.43701171875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWBIx5vgUB8LSSPkXihaDFGrGaPznfWy { width:15.1855625rem;height:2.87475625rem;top:22.135009765625rem;left:2.406005859375rem;background-color:#e9e9eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:inter;font-size:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixllDxT6xo8urPlJBBL7RKFlB8BTnbnO { display:block; }
 }@media only screen and (max-width: 763px) { #FIacxaL6DN6fAOG40g00ebLH4ktiz3t0 { width:18.9355625rem;height:12.18261875rem;top:8.218017578125rem;left:0.531005859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopRmcacehd3dCnSpBIBo6OUTRHrzuah { display:none; }#hopRmcacehd3dCnSpBIBo6OUTRHrzuah > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #stp4wD7UBag58Tfb7lxaTG8Q2TnuvtkB { width:11.749125rem;height:0;top:40.436196327209rem;left:7.5618496537206rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bCI2Qm7bf8nHKDTqMUvrHIRO0veZgG4R { width:19.625rem;height:25.1875rem;top:3.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsPD0lUdQaDX9aQe5Uk0oeEqOVNIvWP { width:4.0625rem;height:4.0625rem;top:4.577880859375rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEoqHBKp3LJ7NMXhJkFC8Lt99OE1GCfM { width:14.7485625rem;height:1.57470625rem;top:9.327880859375rem;left:1.2490234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2zuqxI6B1gnzuWuAbzkGtlVrMFwIlF { width:17.56225rem;height:10.96435rem;top:11.5625rem;left:1.217041015625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8fn1VwFJI8iNTzII4thau4QTMsvwuZL { width:9.375rem;height:2.5rem;top:24.842529296875rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogomxTZwXDadgSgb4aOcEr9H8LmnSC4 { display:block; }
 }@media only screen and (max-width: 763px) { #PfKKHZR2oxGXkAoVetfLietkHHeD8fZg { width:18.4375rem;height:5.03661875rem;top:1.3742188215256rem;left:0.46796876192093rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B46BP3dafGTbiOQHIcM5xsF57VwN8PHq { width:20rem;height:6.0913125rem;top:7.60986328125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 { display:none; }#HOiOmbRThWEU7A3NvANioqQBb9l8VdJ5 > .row .container { width:20rem;height:163.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DuffLvZnySkinaBQrgQpmDuZ34sgsn4A { top:22.4375rem;left:0rem;width:20rem;height:13.625rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ncw724ptH3peqy2e1AbttaFHUcdUU2V1 { width:19rem;height:22.4375rem;top:15.174072265625rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mPkht85eDekm0klhPDAHZNG8Gdl4um { width:12.4375rem;height:2.548825rem;top:20.674560546875rem;left:1.937255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB4JflMwbsH37Dm3ARNNO51GRJ2OlKsb { width:16.25rem;height:7.963875rem;top:24.2373046875rem;left:1.937255859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VxFlps9Q9yNa9yLapu49txZmbJeylavg { width:19rem;height:22.4375rem;top:39.162109375rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfSXXGBC9ggXVEAut7WG7zVf4f2RP5B { width:16.375rem;height:7.963875rem;top:47.662109375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4EPbVPD2lTlQ1n1ZcLrscabLEdTlJi { width:12.4375rem;height:1.2744125rem;top:45.661376953125rem;left:1.8115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba6Zbn9TTnzUTEZFWgVsbwmHJqIF0OSZ { width:19rem;height:22.4375rem;top:63.14892578125rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVtnINz4A93U5e9RnE63Rd2UvdJLbic { width:17.1875rem;height:7.96386875rem;top:71.39892578125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JtKkK5CiCfEKUt44utLW1oBgoQLqdOkT { width:15.3125rem;height:1.2744125rem;top:69.336669921875rem;left:1.8115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4uQ7UPzqd3EzZ6aCWUXUIW1BMKHVXC { width:19rem;height:22.4375rem;top:87.136962890625rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzCvl9ea5E6tUn6oAv4z1VqBUddmcVk4 { width:12.4375rem;height:1.2744125rem;top:94.26171875rem;left:1.87451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTR6eiml6hVkQT2Pa05LpoHgQnZmknd { width:16.75rem;height:6.82616875rem;top:96.32470703125rem;left:1.936767578125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6iSPUgArRTTZgdspBtVKRpF4a9SNutp { width:19rem;height:22.4375rem;top:111.125rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meK9uQMyvZv0vQeNf3eq8aD8OzXLNSrV { width:16.25rem;height:7.963875rem;top:119.81103515625rem;left:1.937255859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b59rPTKT3Dvk6llmQOblp5hgWFAa7c5q { width:17.625rem;height:1.2744125rem;top:117.93627929688rem;left:1.937255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naNCb9zNQrybMSGuJHLKeTQTQ7G2XeJs { width:19rem;height:22.4375rem;top:135.11181640625rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFvz9RqCIKvmIrVAmsTRtSk0STMnkfR { width:17.1875rem;height:7.963875rem;top:143.73583984375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bObnGcErWXxn0Ma9TZ58gGEVGkaOAMqT { width:16.1875rem;height:1.2744125rem;top:141.79833984375rem;left:1.937255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqZgzzbE9x2C9umpTCXwLc9Ohr0XvkRz { width:4.0625rem;height:4.0625rem;top:16.536376953125rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9PmTTSJpmVL8IZ9cKas77bVDH1Ve5rP { width:4.6875rem;height:4.6875rem;top:40.585693359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TnDuny6fMBrhI5SibnRSkknhQyCwFq { width:4.4375rem;height:4.4375rem;top:64.573486328125rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcKT9My0annWLorTS96cUM1nJkJ0Zdhw { width:4.6875rem;height:4.6875rem;top:89.37353515625rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5u83wI93fm6vduOWAFBoXegG8M4DeKL { width:4.5625rem;height:4.5625rem;top:112.54809570312rem;left:1.343017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7vKHeacItu2FRzwIAA0sntd4srq2xld { width:4.625rem;height:4.625rem;top:136.53588867188rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUyFPazBBTndyyK2TicMQh56nxo1LhF { width:9.375rem;height:2.56225625rem;top:33.87451171875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mye25u7SVaVQbPzaudQNg49lcyF0knly { display:block; }
 }@media only screen and (max-width: 763px) { #ZPvkBXHT99rxEVwgM1aUyBrwo0Mg4tTF { width:9.375rem;height:2.5rem;top:58.123779296875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exuam2RBFpI0f73vctF7pnOpQ6T4KE8t { display:block; }
 }@media only screen and (max-width: 763px) { #QOUvd50C8T6kZZKewLn37cZoegIGrxe9 { width:9.375rem;height:2.5rem;top:81.687255859375rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK29ZWqV4UFP468wGU2yFVXC71gEBskd { display:block; }
 }@media only screen and (max-width: 763px) { #Gl9R8a6csqQSogA7d5TiLi33esectTUa { width:9.375rem;height:2.5rem;top:129.99877929688rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvMGdnUTgdQNtqIcBQsraKZm4fpgAyM9 { display:block; }
 }@media only screen and (max-width: 763px) { #leLI5H2770CCSoSmDuydV9KJaF7rW332 { width:9.375rem;height:2.5rem;top:153.3740234375rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNcgFZaNqGAoqxEUumiySOTFSZMF6IA { display:block; }
 }@media only screen and (max-width: 763px) { #pdc9ZxeEnLI8QoGCHpcpADrrIvCVnrHx { width:9.375rem;height:2.5rem;top:105.5615234375rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREvynWokqAesovg6LOOramszHSvx2lA { display:block; }
 }@media only screen and (max-width: 763px) { #VCZE9ZkAFWuxdICAOfJvNf8ticI0uLR2 { width:20rem;height:0;top:159.11008398437rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJkan92gO2e8qAhHTTcLa43OReHz8PTt { display:none; }#UJkan92gO2e8qAhHTTcLa43OReHz8PTt > .row .container { width:20rem;height:132.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOGqN3wn69MhwgSSPZeTdopW1dd4nxq1 { width:15.375rem;height:1.21875rem;top:109.17343902588rem;left:2.3125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJVcardRJDzC3k0UcDeS1F9OrKSDHHkU { width:9.1875rem;height:1.4625rem;top:107.58672142029rem;left:5.4062500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQVuWUXtSLwg16BElOL1G5C8SSbUTPx6 { width:14.49925rem;height:1.21875rem;top:128.04843902588rem;left:2.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVa1HnMa99so5hwwOWBIzwQv8RbULXwg { width:10.06175rem;height:1.4625rem;top:126.46172142029rem;left:4.9687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2LLqKONHw1GS0LmeNwEosEOPZkrW6ld { width:10.625rem;height:1.625rem;top:70.875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBplbOwpNaR8NCZ4wi2uDvnHtE5kKtT { width:14.6875rem;height:1.4625rem;top:63.8125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHokhq5ce29tc5PZkcdyLhmJAKb1Af6 { width:14.625rem;height:1.4625rem;top:89.024221420288rem;left:2.6875000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX617GDRGvxzsf4his7cLmzEE7KRnSal { width:10.625rem;height:1.21875rem;top:65.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSRdxh2RKOC0ClZmetLT29GbclR1rkr9 { width:10.625rem;height:1.21875rem;top:90.485939025881rem;left:4.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgaM2i4gLwZiNkB22zGaO4AzPqZvJRJv { width:14.25rem;height:1.625rem;top:3.5625rem;left:1.3117187619209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4tZk5D1OP3cL2ZvSOy0qtgI1ZonWgFi { width:11.1875rem;height:12rem;top:6.99843788147rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoFkmAV241o46s2GJ7aeBPoduVGFsa0i { width:12.4375rem;height:1.4625rem;top:19.549221038818rem;left:3.7812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcTTDgsbXi6TXuEiavFmRpAtfJNLRWl { width:13.6875rem;height:2.4375rem;top:21.011718988419rem;left:3.1562500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib0cQBAxfG5BKo5l06VaD8byhs3eeM8e { width:12.25rem;height:13.625rem;top:50.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlmZdJ9MzcyGSuHiV8zACrmJStVTTlq3 { width:12.625rem;height:13.8125rem;top:93.611720323562rem;left:3.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8WrRnSmsuzVNWTxK3lORk8DTzwV5De { width:12.375rem;height:12.3125rem;top:75.75000190735rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhkOf9FknFJqlbATNiWTIoMrSTnbAy3 { width:13.0625rem;height:12.6875rem;top:113.18750190735rem;left:3.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLyxl0Xvb7nQGW9vTAMLJ5TUbO9vqaBM { width:16.25rem;height:0.0625rem;top:5.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMuCS52SfTT77edTAswsm73bdNKglhf9 { width:16.25rem;height:0.0625rem;top:72.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQPPkJcThdldKutugMhAlNewhuiXm2SN { width:10.625rem;height:2.4375rem;top:46.174999237061rem;left:4.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Zw9yLwfPxBIhWGzgRXlIUx1qCcArde { width:10.9375rem;height:1.4625rem;top:44.71249961853rem;left:4.5312500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oel0XRqFnxVuyiqlDJleMVBhXxhoq7lF { width:12.3125rem;height:11.625rem;top:32.5625rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adq2V7b9T0pzo7FHGv0royAGwGpM3cSM { width:12.9375rem;height:1.625rem;top:28.250002145767rem;left:1.3117187619209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBFMwcWMM8mEx9O9tSXSaxM8N8NwVAI { width:16.25rem;height:0.0625rem;top:30.250002145767rem;left:1.4242187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5SrOIuwk6W4wItiuatdlviOgspiXLM { background-color:#000000;background-image:none;display:none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;height:1.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;line-height:1.2;height:2.8125rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:first-of-type{padding-top:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:last-of-type{padding-bottom:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { width:17.5rem;height:auto;top:14.12451171875rem;left:0rem;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { width:17.5rem;height:auto;top:14.12451171875rem;left:0rem;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm { display:none; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 { display:none; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o { display:none; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #M3SMseObk0A7JXHczasFRq37ZLeT5hgr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #M1TXKwsOTp9erxkPx96yXlZmF9UKnRno {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #sTp0PgghbKfOxsf07PFUlXddOhRRsXFR {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #QC5dlpNDOCCkwZbzxOn0zVNAaizDABy7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #wk13lngaa4BKsLfPq2G5ma4ngqHzLwF6 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #eZb0PxZIP9NJxNDLwTMtw5tRkCq30PHw {  }
 }@media only screen and (max-width: 763px) { #F8h0FpFyx4BPW5qUTQ9ZwlDGd9gkpHJC { display:block; }
 }@media only screen and (max-width: 763px) { #uLL6gAPDVAdT98x7Li5v3IJfTBntsyQg { display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 {  }
 }@media only screen and (max-width: 763px) { #JiJwP0Tx4EXL5e0ppXJPh9zgCcAhyEey { width:18.125rem;height:5.1953125rem;top:8.56093788147rem;left:0.93671876192094rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yByzwhDPBVDu9m7gm49837upAcSUydGb { width:17.0625rem;height:4.87305rem;top:2.375rem;left:0.93671876192094rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw { background-color:#000000;background-image:none;display:none; }#sSv3DSfBr33NmzVgT4FCtbRz3UNvl7Mw > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MSTsu5ZiRWzzATr64m98Byk4co8rT2bX { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbslKlveg2HowuTsubgxQiDlcO8FFkuM { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zbOII0vl2ZXbqHir8ZEPmPp3wnmpxDpp { width:19rem;height:10.4rem;top:4.9375rem;left:0.99999994039537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4onJ0610856QtHQdRmamzmzhTXpbWKm { width:19.125rem;height:2.03125rem;top:1.78125rem;left:0.75rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJS9oTW3aCxlZNJp1VXwLCKP4JypS96i { width:20rem;height:17.666666666667rem;top:17.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTETI0q1fP3SL83XsTLiu27mGn4H6Ms1 { width:20rem;height:3.5975609756097rem;top:36.447702758789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x { display:none; }#JReWdcXxx7m7JkwHadvGAyeL9yCuvf1x > .row .container { width:20rem;height:109.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GtAmUH2RAHFPmhOTe7fRDonb20Zw7VDK { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #T9TNKiynS2RgvTpnQFFU10dUtXHc9A06 { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GlK88QTT3f5hv08XfHZpSb37RsBGq6ZA { width:3.5625rem;height:3.125rem;top:50.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0WI3mhF2Py9RT73fU5aZDMTguI7Q650 { width:17.0625rem;height:14.3rem;top:57.9375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HDX5FFfif2D6iKcXqblhltd9b2W4H2kL { width:16.625rem;height:1.86875rem;top:54.75rem;left:1.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtBkddFSvsQgnaTTg6DAPxdSG1XsRa8v { width:18.6875rem;height:1.86875rem;top:26.814582824707rem;left:1.40625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4zTT8XtLDK6fbgXVr3xVVOmsqPBgFL5 { width:3.5625rem;height:2.6875rem;top:22.814583778381rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDpOlvXNmdlhG4xLn6ir6r7vRRlnTcMV { width:17.0625rem;height:13rem;top:30.189582824707rem;left:1.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zcUIaWQApoGaBltWPyvQmt8XscWc7aLm { width:16.4375rem;height:10.4rem;top:86.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N8QgkyIOfvofGzBwoSTtTVlA57IwX38Q { width:16.625rem;height:1.86875rem;top:83.1875rem;left:1.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5eigbwJwvFycdk7IRMwA8SAhutGhq6I { width:2.9375rem;height:3rem;top:79.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVfTBqAb5iJSGwI7K9K7uMMUOTZUnrbr { width:20rem;height:25.9375rem;top:21.439583778381rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ultEQgDTyex9MUaE41CM87tVxxm4b36z { width:20rem;height:25.9375rem;top:48.753125190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTN0gCdTSJ08rVxlmuwFKAbsqUxJxzeO { width:20rem;height:22.0625rem;top:77.462493896488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUZvmmOwdprLmaPzyydMfZ0HOlNoNbsa { width:20rem;height:11.433891992551rem;top:20.062492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { border-width: 0; border-radius: 0; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goIVVtEmqHNKFJPuWOITNtoiwNGVwtHP > .row .container { width:20rem;height:230.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MZ5aou74g1efkabG7hKZQqCdXS7eiwBp { width:20rem;height:4.2rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL { width:17rem;height:5.5rem;top:14.4375rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#sUDZ4pFmSnp09aAJE0NqG1icuBoWU4NL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #d83ANBqALWOFgr7MEQZ062Gubz1OtCRL { width:17.4375rem;height:3.7375rem;top:9.25rem;left:3.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hpsefiy3S0TkPKw1PJflzxTnz3DMqtwX { width:1.6875rem;height:1.6875rem;top:9.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITwSZQmPzn0OPnpMaWVMhQGFVNO7PPo { width:1.75rem;height:1.8rem;top:9.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIULgnslNg0aT6c2UQUNnO7bOzmIgm43 { width:19.875rem;height:14.1875rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzD29ebJ07K4DVHo0QcrNVxGOXw0xpui { width:1.6875rem;height:1.6875rem;top:24.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twFVmecN3C3omNAhko5LvpUE8eeptSC9 { width:1.75rem;height:1.8rem;top:24.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 { width:17rem;height:7.03125rem;top:27.375rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#l2UiNSwiiQQWDsBhQ7zqfyfpOusMlAw3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #krnTeRIA7TNDtXnNPcDBZgqcVUTOMmOv { width:16.3125rem;height:1.86875rem;top:25.125rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnrvM36TtQnhlbBp4JNNkWpQ7S8TpqbH { width:19.875rem;height:16.8125rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOanH4OALVg9TXBmhPUxGWBD9GuC9nOQ { width:1.6875rem;height:1.6875rem;top:41.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRtMTVx2r9zs52lUNcpB6fD2GP0dmHzO { width:1.75rem;height:1.8rem;top:41.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 { width:17rem;height:11rem;top:43.5625rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#yE4DtTcPuI5sTV8NNpOmUMTK4ner1pT4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #CBEoI48VKKUIbK87P5TGyoucnhCe1Lm1 { width:16.3125rem;height:1.86875rem;top:41.3125rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SbvaT5FXCvpaLUAFv8nf6xHGp6L5qMzM { width:19.875rem;height:14.1875rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQQI7FfuPxhwoysMaPS7QmOOtVt8AEd { width:16.3125rem;height:3.7375rem;top:59.1875rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hf0wQp1BrAOTzu1veNaqUVv1O4OGwqPz { width:1.6875rem;height:1.6875rem;top:58.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrDXd9mndWuC7UKTAFyyXequC5uGnhV { width:1.75rem;height:1.8rem;top:59rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR { width:17rem;height:5.8125rem;top:64.0625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#fGd7kBlUSBWHrei4hXcNpzPBtMDqThqR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #R2hr7QQUE1UTuWx34HNGlwTzB2N8xBdk { width:1.6875rem;height:1.6875rem;top:74.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVy8mlP54KCTQ1a5863xUf1srubHgdIH { width:1.75rem;height:1.8rem;top:74.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVHKBBAecMXaueh5s0B8SsOID9DCv6wR { width:17rem;height:7.03125rem;top:76.75rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#LVHKBBAecMXaueh5s0B8SsOID9DCv6wR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #AnOa6kqZcdDnVwscfDbepmeV36oGPuUV { width:16.3125rem;height:1.86875rem;top:74.5rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hbkCBGvy9hN5icbGDAtZGJ9Q4T9ZBikP { width:19.875rem;height:8.4375rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XF4Dk8h6QdV7qowLnkzuZSFaJ40Db9 { width:1.6875rem;height:1.6875rem;top:89.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0FpzCJHGcXQ9kc3IhvPgQqDEwExxp60 { width:1.75rem;height:1.8rem;top:89.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN { width:17rem;height:2.75rem;top:92.3125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#O5s0nZwcUfWkuOwNkTdWxVvIO5zh9vHN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #XEL7z2RKPGh8wI6VbiaLrTp3MGu0acGS { width:16.3125rem;height:1.86875rem;top:90.0625rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rQM86dd7ypLCVE226SP7OlHEzrOQpW9b { width:19.875rem;height:10.0625rem;top:98.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUCIEeu0xUPtmABpkWpygiaay0TS6sh { width:16.3125rem;height:1.86875rem;top:100.4375rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8a3sd3ufenPB5WNykfLFRbTox8TAa0S { width:1.6875rem;height:1.6875rem;top:100.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePUhwZaIgLHamOT3A0lR2UAospoxTna { width:1.75rem;height:1.8rem;top:100.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 { width:17rem;height:4.28125rem;top:102.6875rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vcMvwxio1tM4rwKs0BUshWUxLtVZuwE3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #KTJJagc2XEEdZ8oc8J9PoabTq4ldU2UQ { width:19.875rem;height:9.5625rem;top:110.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQxDbXRasCTHc2z5JE8bFrNcQLHyMnX { width:1.6875rem;height:1.6875rem;top:111.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxg1utgw7oTQ2Sw0SnSPcKDdDiNPUFVs { width:1.75rem;height:1.8rem;top:111.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs { width:17rem;height:3.96875rem;top:114.3125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#OfmgC8T8CMc95wsqz61cGT2iKBgGpBPs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #SMCMKpqRAv6rw9ZSqFrlkvsZgnmWlTJv { width:16.3125rem;height:1.86875rem;top:112.0625rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBvxsINJkLoo3rGFN6v9cZoT4tEzbdbe { width:19.875rem;height:15.875rem;top:121.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCSoyKQ3SAePNpZLWtripZzaUxhkBMhb { width:1.6875rem;height:1.6875rem;top:123.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn50l4vTmD7LivN154Oi6MXai3BK9802 { width:1.75rem;height:1.8rem;top:123.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GprU2lWP18hhfltxSUo6RSho2pM73htz { width:17rem;height:7.03125rem;top:129.25rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#GprU2lWP18hhfltxSUo6RSho2pM73htz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b9438b6-f918-40f5-a911-c134cab8bfa1/Vector1.png); }
 }@media only screen and (max-width: 763px) { #UKoBThhZyPq6dgU4wydqNV9thaJVRQxm { width:16.3125rem;height:3.7375rem;top:123.875rem;left:3.6875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #URvSulin5DS5G5FvMFrxwaDTFUHfF67l { width:20rem;height:9.8333333333331rem;top:150.04842987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNG2BD2FdIMATEgCCxyafIbL57hThRb { width:20rem;height:9.6rem;top:139.06249237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTetuJJT35ZFoWva9kUpTArQCUKJq4Gu { width:16.3125rem;height:0;top:192.99217834473rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBExymyCTGbD9LZQJO8chGUWrJuKk3K6 { width:20rem;height:9.8333333333331rem;top:190.29842987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDeEoryx8lNEy30HIMwQ5tIvs54yKJiX { width:20rem;height:9.73597359736rem;top:139.06249237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTUv65CBcoxARKDmqQDabJogBTUluMg { width:20rem;height:14.1875rem;top:174.86092987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbX3DXm4LUWAZ4AfhTOzqE4wr7aeTFLi { width:20rem;height:14.1875rem;top:152.62498855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA { background-color:#000000;background-image:none;display:none; }#VP4hu51R3GUNoBZbqCSwnyaLWIikWNJA > .row .container { width:20rem;height:94.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1TxTwaDaSC5aq2sgVhQTiBitE8x2quE { width:19.5625rem;height:5.6066875rem;top:2.4384765625rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPg1iRMyzt0nQ2PmkFlSJtRh5by2ZEpv { width:20rem;height:2.11230625rem;top:26.13037109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKH6m1xwv3TTam9Zmmf6cbxESMzpkX71 { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #XHJhU5JhMV2JgFUEgJ1Q6Ggx5TMabZy9 { width:20rem;height:0;top:16.9833984375rem;left:1.40625rem;font-size:0.8125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #pbUm3xBUyG7GeoKsBrxZqLXeDp8U33eg { width:20rem;height:0;top:14.2333984375rem;left:1.40625rem;font-size:0.8125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #XWsf4DcP3F9TTgMGJhMflKJKDa1wnQRP { top:10.875rem;left:2.21875rem;width:17.125rem;height:16.9rem;z-index:15031;font-family:rubik;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #shxTBUeERQHtIcC18J82gPVmROWAs9vC { width:20rem;height:0;top:32.65rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXkmTXCS0XwH0ImF5OQa15sHk7TNoo1A { width:20rem;height:0;top:42.025rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nn8J2DT4u2JRL3cPrisIVxGlUerqZwXo { width:20rem;height:0;top:43.775rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk7yp3g1Kx2yZsCdTLr499vosGf3DBhp { width:20rem;height:0;top:53.15rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDnX1QLPai1H1iFn7WzuBBPgV8Z6GnCz { width:20rem;height:0;top:54.9rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGfeeccgCDM1OsJTJ6x198TtS40S0tTT { width:20rem;height:0;top:64.343756103519rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP9ThlavXvzJuJ0JNaMQe9aawM5qkSyJ { width:20rem;height:0;top:67.406256103519rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixyPkrtfk2yJ7KdLAf8xdaf01oUBeCOA { width:20rem;height:9.875rem;top:29.025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo3s8ZJkAvnz5TRT6zSrgLJM3eEPJG0Q { width:20rem;height:9.875rem;top:40.15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2nsEFWmkvSIpgIqoBafohDuTtgGiKaE { width:20rem;height:9.875rem;top:51.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnrkAtQwQNRAPHUOfXh9Rhutk7IWzxPP { width:20rem;height:9.875rem;top:62.4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pJtTPXKlzhGqU354Tr7x4rrVx23ZGl { width:20rem;height:20.149625935162rem;top:73.525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko { background-color:#000000;background-image:none;display:none; }#FuTNtr2iPFvSbxsWTJIvQDwP2PXFr1ko > .row .container { width:20rem;height:53.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tp1mFTuFCi89u8ZX1ONI8lG5fZhdAGTP { width:19.5625rem;height:5.6066875rem;top:2.4384765625rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efl95bzVEw42b3yrLBG7WF58XSCKlPvL { width:20rem;height:2.11230625rem;top:26.13037109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLdDum4HUHlwKxZ5L4cT43Nw7VPNt19a { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #FMUS0WF5MfbkBcAXswT0lcPMqSS7LbFZ { width:1.75rem;height:1.75rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gSIAFumwqQSs0c3iuTeInCloCui8qf { width:1.75rem;height:1.75rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuGwctHzfGu4Qse6fWSfppE9aUPvelW { width:1.75rem;height:1.75rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCy1y3eptpz1xT24t1y7tsayXl7m3Wo2 { width:1.75rem;height:1.75rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meATOqQeJCrTlmLdPmganhQdq6Tie0C1 { width:10.5625rem;height:2rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHo1K1Q9NGVWAm3i9QTud6r4uOloJyX { width:20rem;height:0;top:16.9833984375rem;left:1.40625rem;font-size:0.8125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #Qn044tO268n6RIT1GJEpNBvir53RL93o { width:20rem;height:0;top:14.2333984375rem;left:1.40625rem;font-size:0.8125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #I0eWWshXZEdtIwKgpfKDTbGrdKMUSXm4 { top:10.875rem;left:2.21875rem;width:17.125rem;height:16.8847625rem;z-index:15031;font-family:rubik;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #TydTBhQiESgwNSPVh1uEabUnyzX2GdmL { width:19.8125rem;height:21.5rem;top:13.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuwGVH8RhHmTyBWEsHu2ATOq1O4261kw { width:10.25rem;height:2.375rem;top:30.40625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw0VtRDqaxTauNTRtv6szQuOZHLJW4rF { display:block; }
 }@media only screen and (max-width: 763px) { #dIPUno6hOXvTIiGGFZRyrXVut2k5WlLh { width:10.5rem;height:1.3rem;top:27.73046875rem;left:4.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilSsgM3p6ZvSxMIuHw92WEoMlTRRo8h { width:15.0625rem;height:1.3rem;top:23.435546875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6lXDNv4gq6kzseZoibclV5Za4GTwg4d { width:16.625rem;height:1.86875rem;top:20.873046875rem;left:1.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0BQqqW9Ad7nrCxU4d2GqePiSAv0WQ9H { width:3.5625rem;height:2.9375rem;top:17.185546875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH { background-color:#f1f2f3;background-image:none;display:none; }#LULA24GLKtpb7DETfDCJ6qTF3T1iS3sH > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W89oeTExl7GQVwISEUAeFcTJEvat4DTZ { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #iQCZenc7V3dEpTM3TXunT46742SAGFG4 { width:13.75rem;height:12.9375rem;top:15.625rem;left:3.90625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #teHDRAqxkehApmiHTwBMtTtweEqbOH0M { width:17.25rem;height:0;top:17.8779296875rem;left:1.96875rem;font-size:2rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #L6SzpD3NxKMOFZOIlN26MAXpRkTmSsFo { width:11.8125rem;height:0.75rem;top:22.126953125rem;left:7.96875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #MtLrBNkI1GpzXzkw6SoBO90ruTQBbkkZ { width:10.3125rem;height:0;top:26.0712890625rem;left:3.71875rem;font-size:0.9375rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #ZZK1eBeu4N52TyenynMTBsenwxI6UgAy { width:7.125rem;height:0;top:24.6279296875rem;left:14.0302734375rem;font-size:0.8125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #zUHMJ9o6gqMnQLDfWiNvLxvKWHNG2rRi { width:8.4375rem;height:0;top:26.0654296875rem;left:4.46875rem;font-size:0.9375rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #S94Rz5dd53Zbve3kzfpg9GeCoycIkO0U { width:8.4375rem;height:0;top:26.0654296875rem;left:12.7177734375rem;font-size:0.9375rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #imHB3HQbcsc0klV5Lmyp7XaGWKs4mco2 { width:20rem;height:0;top:26.4208984375rem;left:1.1875rem;font-size:0.8125rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #rl5C0wKp8Jmzf6oMS4Ba7DyB04xUWzwu { width:17.25rem;height:0;top:12.0625rem;left:3.90625rem;font-size:2rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #Pu5zI0tEJ1HI5byNH4tnNnewm6DPXGhB { width:11.8125rem;height:0.75rem;top:16.3115234375rem;left:9.34375rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #SL4wSJbLMkGz5oxWSmGsTVnd6zIa7Rs5 { width:19.125rem;height:4.38720625rem;top:21.2958984375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#212121;display:block; }
 }@media only screen and (max-width: 763px) { #omhfATzEk4u6VLKNUN2bu98uVoReGnFb { width:17.8125rem;height:3.0859375rem;top:3.875rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owGNCnQwlVolvNTWzzMlbqKxo2aMsAdO { width:18.3125rem;height:9.668rem;top:6.1875rem;left:0.875rem;font-size:7.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDLO7TqgEImLIJv5TBTyuk9v4QnBktSf { width:17.9375rem;height:2.76171875rem;top:15.25rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFyefCN9dZmUJTEm7gqq0QeeppczoxAx { width:17.375rem;height:3.3125rem;top:15rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h { background-color:#9883f7;background-image:none;display:none; }#S5ISuGoHZTUyxPNCdMAcemZV3OSl1W8h > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wS9iKoCUphzbgSxAK7Ud7ZIh2aKuSGrf { width:20rem;height:13.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJkPxFLTqulhr42KV7drQ9AC0dD3EnE { width:17.25rem;height:2.6rem;top:2.0625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OvsKkBNVN7gyIdoyapiBnn7EtTpHue { width:17.25rem;height:6rem;top:22.0055rem;left:1.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #arcIkzq8WtaubX88QWbIxC2f26cazUE7 { width:20rem;height:2.11230625rem;top:26.13037109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6bunnleCdfZtdL5Aeugbp99rK7NZ549 { width:11.0625rem;height:0.75rem;top:4.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5V60PXFTIkl8FLtNzo7KtA874ci22m { width:11.8125rem;height:0.75rem;top:27.2555rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWhQVKfSF93KGoTryNlVOpbgAhsIZJ2Z { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #CrbcPmG0G3D0xu5q8oFOTCCU8sO38t0a { width:14.4375rem;height:1.21875rem;top:6.8125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2DOa4EK69iPVJuaiQBAsWUmzzOmxdV { width:17.9375rem;height:0.975rem;top:8rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHI7CcGsDgB5diNzDyMMToJ62W9k7GOh { width:9.875rem;height:2.25rem;top:10.9375rem;left:5.1875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QnZSZ9KXA0X7aBE971dJy812cWJwWL8y { width:14.4375rem;height:1.21875rem;top:14.9375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2CMJPqGLTIJmzbl4iKMVu1aD7zMW9He { width:14.5625rem;height:2.475rem;top:16.3125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VHAotLCDdvWbxlbHJXXE7oBAXZauoc { width:10.3125rem;height:2.4375rem;top:25.75rem;left:4.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5X4GZwg6Cb9iMkt1EB9ID34FOXO12Ku { width:7.125rem;height:3.8984375rem;top:29.4375rem;left:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwnX6pSTud9asUUPInq969PaZpO16wQ5 { width:9.5625rem;height:9.1875rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vmwmk7EfB1dRtO0x8AACI0bAdunJEuVJ { width:9.25rem;height:auto;top:24.625rem;left:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG { background-color:#9883f7;background-image:none;display:none; }#Cgh0aEmFgCplQhxVkTTKL2w6SMhVGqrG > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DXSk8rKLyAQXRT8dOLzmbtaPgEwMoP65 { width:20rem;height:13.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpp0WeRdaEnFfuXQ7N6HQQibncxvyTut { width:17.25rem;height:2.6rem;top:2.0625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvcwvvQboSM29k6BIZXHl6dXI3X6fFIz { width:17.25rem;height:6rem;top:22.0055rem;left:1.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #k28VeyhUPsslqduPnyL3VDMUIdJdS1Mq { width:20rem;height:2.11230625rem;top:26.13037109375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iO6sQM2WyRf3QJORuAa8vcCMVMyOJkXF { width:11.0625rem;height:0.75rem;top:4.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtdbl5pHPxNLGADbbbyNkbKUnFReqD8 { width:11.8125rem;height:0.75rem;top:27.2555rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKKUDglBxEqSNQ08lf8o8NM2TXpOoVAF { width:6.25rem;height:0;top:21.724826812744rem;left:6.875rem;font-size:0.625rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #iFOtXAbtDC4o88HJw5TVrMHIbD4FRP2O { width:14.4375rem;height:1.21875rem;top:6.8125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS2eEB2dTD15QcgKULorqLDTzXBVdPQG { width:17.9375rem;height:0.975rem;top:8rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXpwpTB06y5Q1mnnPl4m2bVaAeDBhUMJ { width:9.875rem;height:2.25rem;top:10.9375rem;left:5.1875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hMxGBaeO7SkHsn2JMzgVayz3Bb6nxqSb { width:14.4375rem;height:1.21875rem;top:14.9375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwb1AqxJLWTohatSFp6LQ8DD0vFwK1G { width:14.5625rem;height:2.475rem;top:16.3125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ9lu8TiZ1rXqRczfDRRATCXZbA2W8oJ { width:10.3125rem;height:2.4375rem;top:25.75rem;left:4.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVbmDvod2z0ywVJ6N84hSKzlgQD2ZbWp { width:7.125rem;height:3.8984375rem;top:29.4375rem;left:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGRTAReG3tu6sdvNqJBTNACiJW5qMiCE { width:9.5625rem;height:9.1875rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yddLP9G0NozGg4S33GU4dM3zaJxucx2G { width:9.25rem;height:auto;top:24.625rem;left:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRErznqJImMl8fbMOrS3gKAscT6cfizR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row .container { border-width: 0; border-radius: 0; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRErznqJImMl8fbMOrS3gKAscT6cfizR > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vclVWxG4tpz1w3sEeyHoTDDdQCkn7yCh { width:20rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PbfXis3WuiDiuFhtkvuHae6HpWJ3wg1J { width:4.9375rem;height:2.1875rem;top:1.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw1BzcsHUu43c4hwC66XuybyHi37PAmP { width:20rem;height:28rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCRClegTH6CaAWVFtOzT4FnXDRV6bqRa { top:6.625rem;left:0.75rem;width:18.5rem;height:41.4375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #pwZ0kVbwc7QCm97RX3einrLOoQq8Mpd5 { width:16.6875rem;height:1.3rem;top:4.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaoTTg9epcQxLtsTEUn40meXn1uhq04G { display:none; }#JaoTTg9epcQxLtsTEUn40meXn1uhq04G > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8OmIobWgW2iU9yN9HZToUho8iotmXhc { width:20rem;height:2.0281690140845rem;top:1.25rem;left:0rem;display:block; }
 }