.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(80deg, rgba(7,7,19,0.75), rgba(0,30,55,0.76));background-image: -moz-linear-gradient(80deg, rgba(7,7,19,0.75), rgba(0,30,55,0.76));background-image: -ms-linear-gradient(80deg, rgba(7,7,19,0.75), rgba(0,30,55,0.76));background-image: -o-linear-gradient(80deg, rgba(7,7,19,0.75), rgba(0,30,55,0.76));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070713bf', endColorstr='#001e37c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070713bf', endColorstr='#001e37c1' );";background-image: linear-gradient(80deg, rgba(7,7,19,0.75), rgba(0,30,55,0.76));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container { background-color: transparent; background-image: none; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container > .video-iframe-container { display: none; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row > .video-iframe-container { display: none; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .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); }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container { border-width: 0; border-radius: 0; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#BgcNHy2ouDbDmrQ6BO2V5kNmBF5iVUiG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.74978125rem;height:2.24935rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:2.75rem;left:20.4375rem;display:block; }
#TX3iwpaNqM5SSvTLf844vZ5pIloDepQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1FRs9iUGOrFQ46Il11EVmAzrOhSwkqr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0620625rem;height:2.24935rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:2.75rem;left:27.125rem;display:block; }
#euX9Z7pB2NE5lSbh4OL4Tm8Tndu1vFUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#daDRkPuk6hNt55b32qzAU3NyVRLeHqN5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0620625rem;height:2.31228125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:2.75rem;left:35.8125rem;display:block; }
#LCiqmBagismMnuG46lVt6AJV2irECF3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wf33BUiRUB2N67Uu7au2B7B0rXbxLULA { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -moz-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -ms-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -o-linear-gradient(207deg, #d78c24, #f16f3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );";background-image: linear-gradient(207deg, #d78c24, #f16f3a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.68706875rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:1.875rem;left:61.125rem;display:block; }
#XL9ZTVOF59JRaimBM45999vAoiqcxN99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osQlXKVZ8yk1FmC6NtzG5kF9vTaGvPmQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.749025rem;height:2.249025rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:2.84375rem;left:56.0625rem;display:block; }
#wfEdd1Spnz0UUHyppbbEPRFy7uEeMbFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFdeRWNanKF91BtIVGuAzOp4vTp4dh97 { position:absolute;display:block;z-index:15173;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.3748125rem;width:17.8125rem;top:0.59244793653488rem;left:0rem;overflow:hidden;display:block; }
#qhJdQXFMAB5bAcQRdhbwvygXqg0zax57 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.25rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:2.71875rem;left:44.185546875rem;display:block; }
#cPOxHeaNdgTZ3qFiAO9WNRRW4I22s8RH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #070713, #001120);background-image: -moz-linear-gradient(80deg, #070713, #001120);background-image: -ms-linear-gradient(80deg, #070713, #001120);background-image: -o-linear-gradient(80deg, #070713, #001120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070713', endColorstr='#001120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070713', endColorstr='#001120' );";background-image: linear-gradient(80deg, #070713, #001120);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; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container { border-width: 0; border-radius: 0; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#XqgwsEqMybNNfAma2HRJ44PVzxQ5sxlP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.74978125rem;height:2.24935rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:2.625rem;left:31.3125rem;display:block; }
#l8uTHCAF6HyWFNbCIKCRF4AkH5mpFBf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xaez5xAv9ustZehJKpTHO7cNvGtgnp1P { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0620625rem;height:2.24935rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:2.625rem;left:38rem;display:block; }
#AW85SppvHmdX1CywT6rotg5lh23ObiuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpDgTTr1FuGLk70QLTM4tpXgDe2yDvKa { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0620625rem;height:2.31228125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:2.625rem;left:46.6875rem;display:block; }
#EqCedUBuSmGOmNZ9bd8UiofWW9vVSSJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQwrmOvgh5u1HhGETTlW7As4qDBb1VEZ { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -moz-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -ms-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -o-linear-gradient(207deg, #d78c24, #f16f3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );";background-image: linear-gradient(207deg, #d78c24, #f16f3a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.68706875rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:1.875rem;left:61.125rem;display:block; }
#wZTshAxfvFqrc4G81qf1LIUwoBphf0M6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoPxibxJEDnLyJ5J4NSqcGu4KcxQQrCm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74935rem;height:2.24935rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:2.625rem;left:55.0625rem;display:block; }
#wqVUV9fAZ44h8lTKCI3f5iOLsOEoHx9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izdp7hTgzRixlGu7c1ZbGH2T0GXwTgqP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#D6XI6DZS5M2JpmzKPO1xfrxF6mD4qvdX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:46.5625rem;display:none; }
#X3KAeRN4ZT17HtZq9LuMSF3t9t89deBR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#e5e5e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0620625rem;height:2.31228125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:2.625rem;left:46.6875rem;display:none; }
#gXRPF9TMUJGJRboIUCZSev4WtOzU7vaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96634041-e5b1-4940-a2b1-81d044ea3f78/BG_CAPA.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe.adaptive-delivery-prevent-bg, #zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe.lazyload, #zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe.lazyloading { background-image: none; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container { background-color: transparent; background-image: none; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,32,51,0.3); }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container > .video-iframe-container { display: none; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,32,51,0.3); }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row > .video-iframe-container { display: none; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .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); }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container { border-width: 0; border-radius: 0; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#xdFD9aeeH2nEOo7xu4y7DuRFpzts2Ezn { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:35rem;top:17.1875rem;left:0rem;overflow:hidden;display:block; }
#xs1ZI1GksBtJRn7bBaC4vLoxaLcwyTfd { color:#d0d6e8;display:block;width:31.4375rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.8125rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#zdMJTktB8J1sr9ZyIATG2TI3G3rue1Xg { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -moz-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -ms-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -o-linear-gradient(207deg, #d78c24, #f16f3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );";background-image: linear-gradient(207deg, #d78c24, #f16f3a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.6875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:45.5625rem;left:0rem;display:block; }
#GMTGD7TLtTNecLTGG80QXREywt3LyfIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUJ6FA3AX3QX47R8G23BCzGDFcC21T57 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:46.75rem;left:12.5625rem; }
#MnD9IbAqsRceA4aBiidDqezbwEGukdWZ { background-color:rgba(244,244,244,0.12);background-image:none;border-top:0.0625rem solid rgba(181,181,181,0.28);border-left:0.0625rem solid rgba(181,181,181,0.28);border-right:0.0625rem solid rgba(181,181,181,0.28);border-bottom:0.0625rem solid rgba(181,181,181,0.28);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.95);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.6875rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:45.5625rem;left:17.125rem;display:block; }
#JGPne2klVVUVLDgwXbwSAdJUM7yi98G7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTNyykchIGrahrVcezCr79Pn3BPF0n3B { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:39.1875rem;left:22.1875rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qMzdlOsgoHCgRTMTfGyd012TA6s7PRQK { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15005;background-color:rgba(45,90,53,0.28);background-image:none;box-shadow: none;border-top:0.0625rem solid #3f6a33;border-left:0.0625rem solid #3f6a33;border-right:0.0625rem solid #3f6a33;border-bottom:0.0625rem solid #3f6a33;top:38.8125rem;left:17.875rem;display:block; }
#AWgSkPtg4q6R7duLuanEq5o9pBfvxs25 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:39.6875rem;left:18.625rem; }
#LD0WbsvgoWdpDT2IWRWkxKFyqo0JbsnM { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.625rem;left:4.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sD9koCTxFtwJe24FwU7nwD4yiSSaX4KQ { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15009;background-color:rgba(47,115,127,0.28);background-image:none;box-shadow: none;border-top:0.0625rem solid #33606a;border-left:0.0625rem solid #33606a;border-right:0.0625rem solid #33606a;border-bottom:0.0625rem solid #33606a;top:38.6875rem;left:0rem;display:block; }
#MgVPnvsQD6S3z4Bzr6LuSJpJTwFeUqsh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.625rem;left:0.9375rem; }
#zOdMTSk97kPJOL7fIwgrmIx2htMO0fsD { position:absolute;display:block;z-index:15171;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:33.0625rem;width:36.875rem;top:19.875rem;left:37.5625rem;overflow:hidden;display:block; }
#ClLhMho61cqSniKCNFXfqfLuOhscuEys { position:absolute;display:block;z-index:15172;height:4.25rem;width:7.6875rem;top:10.125rem;left:8.15625rem;display:block; }
#ZcPW7VVemrTRLo6B65ENgU3OK4wKxE6g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QSdBOcT93xZGSGvk2gZ9Wezk44vHTh5o { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.3125rem;width:75rem;display:none; }
#dAZtEUJ6ynkxWtv26oEvmLwWNPsfchwA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:75rem;display:none; }
#I6mZ2zSb35L5v3TuJZhG0bm2fOfIoIrm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.8125rem;width:75rem;display:none; }
#UW0xv40VeFkZbWRznGSKZ6rqTcicEyz7 { position:absolute;display:block;z-index:15173;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:17.6875rem;width:19.125rem;top:12.875rem;left:41.625rem;overflow:hidden;display:block; }
#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffffff, rgba(30,192,255,0.33));background-image: -moz-linear-gradient(16deg, #ffffff, rgba(30,192,255,0.33));background-image: -ms-linear-gradient(16deg, #ffffff, rgba(30,192,255,0.33));background-image: -o-linear-gradient(16deg, #ffffff, rgba(30,192,255,0.33));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1ec0ff54' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1ec0ff54' );";background-image: linear-gradient(16deg, #ffffff, rgba(30,192,255,0.33));background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container { background-color: transparent; background-image: none; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container > .video-iframe-container { display: none; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row > .video-iframe-container { display: none; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .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); }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container { border-width: 0; border-radius: 0; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container { font-size:0.875rem;font-family:arial;height:78.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#bW08L0qBWWDPpSf7uOfcsWSuJU4z6gdI { color:#252525;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:8.5625rem;left:11.3125rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1stiWc8TTur16W9NLPgdDLSM1nRT7bh { box-sizing:content-box;height:2.0625rem;width:21.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #80e5f1;border-left:0.0625rem solid #80e5f1;border-right:0.0625rem solid #80e5f1;border-bottom:0.0625rem solid #80e5f1;top:3.6875rem;left:26.75rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#RzLL2NPd9GzAo9JazP2LLHLM6PyMO9wB { color:#5390a2;display:block;width:26.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:4.0625rem;left:24.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpRkS20Zumc2NiAPwqfKTtH9JBLA6W7N { box-sizing:content-box;height:33.25rem;width:33.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(237deg, rgba(231,239,255,0.14), #ffffff);background-image: -moz-linear-gradient(237deg, rgba(231,239,255,0.14), #ffffff);background-image: -ms-linear-gradient(237deg, rgba(231,239,255,0.14), #ffffff);background-image: -o-linear-gradient(237deg, rgba(231,239,255,0.14), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7efff23', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7efff23', endColorstr='#ffffff' );";background-image: linear-gradient(237deg, rgba(231,239,255,0.14), #ffffff);background-size:auto !important;box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(11,11,11,0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.499282836914rem;left:2.8124990463257rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#LqMrr5FFtnUWoLPItzJBFzJQKRcnsOc7 { color:#1a1a1a;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:21.561782836914rem;left:5.3124990463257rem;height:6.09375rem;font-style:normal;display:block; }
#nZ0zQsgy1AXHVr7Jfpw5szQ4FF5972AB { color:#5a5a5a;display:block;width:28.5rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.124984741211rem;left:5.21839427948rem;height:6.171875rem;text-align:left;text-align-last:left;display:block; }
#xcoJCJ5Af1eHZ6SMIzQdTtz6msbQtuNw { color:#0e88b5;display:block;width:28rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.687484741211rem;left:5.06214427948rem;height:7.71484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JPflKDX8dCCkNElXykpdZzwknVcddvav { box-sizing:content-box;height:19rem;width:18.75rem;position:absolute;display:block;z-index:15149;background-color:rgba(255,255,255,0.97);background-image:url("https://images.assets-landingi.com/uc/fc71c880-730f-47a5-95b4-de0d164ac1ae/IMG_1263.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(11,11,11,0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.625rem;left:18rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }#JPflKDX8dCCkNElXykpdZzwknVcddvav.adaptive-delivery-prevent-bg, #JPflKDX8dCCkNElXykpdZzwknVcddvav.lazyload, #JPflKDX8dCCkNElXykpdZzwknVcddvav.lazyloading { background-image: none; }
#E8uxAxSnIWWa21b97mb8BKxPrHD5aztL { position:absolute;display:block;z-index:15148;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.1875rem;top:66.6875rem;left:0rem;overflow:hidden;display:block; }
#FxfqLFTgS9XNJCG7ubi0cEC6tUOopdwa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1867875rem;width:4.1867875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:52.747694969178rem;left:31.374287605286rem; }
#aZ82F4B7fmhTvMXpm3DUqAxGdDuTxBFJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:51.5625rem;left:67.375rem; }
#WhqXNI7iOvT73WgF7ibvynBy8wm1E12b { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;height:19.25rem;width:33.8125rem;top:55.625rem;left:38.25rem;overflow:hidden;display:block; }
#BD9T0oJQvXTBJkQHvbNhSZrpv5nPsBwv { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;height:33.25rem;width:33.9375rem;top:19.499282836914rem;left:38.31143283844rem;overflow:hidden;display:block; }
#iGJTbz0vGfgUI77hedzt2LxZ3nF1ftmr { position:absolute;display:block;z-index:15151;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;height:18.8748125rem;width:14.3120625rem;top:55.6875rem;left:2.8125rem;overflow:hidden;display:block; }
#ETaPc1mNIvS59eCT1036gWlCzOikO7WO { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -moz-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -ms-linear-gradient(207deg, #d78c24, #f16f3a);background-image: -o-linear-gradient(207deg, #d78c24, #f16f3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78c24', endColorstr='#f16f3a' );";background-image: linear-gradient(207deg, #d78c24, #f16f3a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.68696875rem;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:45.9375rem;left:4.5625rem;display:block; }
#ywZZmLQp75e6e9DIWM71cQvBIPvULbDB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r60lVsMNDgyU5dFTKGJq6ahN6Ai90zfZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31214375rem;width:1.31214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:47.125rem;left:17.125rem; }
#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT.adaptive-delivery-prevent-bg, #pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT.lazyload, #pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT.lazyloading { background-image: none; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container { background-color: transparent; background-image: none; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container > .video-iframe-container { display: none; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row > .video-iframe-container { display: none; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .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); }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container { border-width: 0; border-radius: 0; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#VcUJKBOvV44iKzRwxMi9QMwU4MRgI2aw { box-sizing:content-box;height:21.375rem;width:21.375rem;position:absolute;display:block;z-index:15001;background-color:#34bce5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:3.6875rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#mDpSkJRzWOF1egf55Pn0Pr4DMADUb1zA { color:#5a5a5a;display:block;width:37.125rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.375rem;left:18.40625rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#I3atzTIBqCcpVHQFQhOU1nLrq31wchVo { box-sizing:content-box;height:21.375rem;width:21.375rem;position:absolute;display:block;z-index:15002;background-color:#ed67a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:26.875rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#xzeMS2BOOOHIQhxVMMdA5AidHUme99xf { box-sizing:content-box;height:21.375rem;width:21.375rem;position:absolute;display:block;z-index:15003;background-color:#f1a041;background-image:none;box-shadow: 0.0625rem 1.6875rem 2.0625rem rgba(204,134,53,0.07) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:50rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#cuiKXBGl2qtzrpgXF1fZrcegpaITWLrq { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:aptos;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.9375rem;left:5.5rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FzvUve7u4mKI2hs4xc8oX4JqVDT3lg0l { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:aptos;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:28.75rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yfrPJqhTpRvdnvTS8FU6At9GOzXm4rn1 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:aptos;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:51.9375rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kEqOUDapK4xibhvEduux4if9ZPrLVZWo { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15108;line-height:1.5;letter-spacing:0;top:39.8125rem;left:5.4375rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TiF058fopUVVtiruHSO55cFBpgTtt06C { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:35.875rem;left:28.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQQFylllylCtAVMsOMmdfzctrQFDsO0r { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:39.4375rem;left:28.625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S0EgVeDl3fHfJaPfHWfN49sncSaMxUIk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:44.875rem;left:38.875rem; }
#S0EgVeDl3fHfJaPfHWfN49sncSaMxUIk > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#CNEdTmhoGrWCAMFch4gPmeSXrAJpnJix { box-sizing:content-box;height:2.375rem;width:7.8125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:5.1875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#eT830trtleyiPAzDp1VOrNFTIoU84FJq { color:#5b5b5b;display:block;width:6.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:36.4375rem;left:5.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIRTDmFfm7u7qfCBhNB77Vo0W3P4rOZg { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:aptos;font-size:2.375rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:35.9375rem;left:51.875rem;height:2.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AHDEcFxfPPRwfKIN0LD2INgVBNg2vteb { color:#ffffff;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:39.25rem;left:51.875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X9SrCeAw4R6eG9LuFTEwr4SNynUJk2Jq { box-sizing:content-box;height:5.375rem;width:67.5rem;position:absolute;display:block;z-index:14999;background-color:#ecf4ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;top:50.9375rem;left:3.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#MmpIciAogdsQwyHxpGuT65fOWJ9UM05R { color:#5f5f5f;display:block;width:56.8125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:52.5625rem;left:8.75rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xNo2n9FsWDuRnRRl5ypeMcEdZDqioeGg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:52.9375rem;left:5.25rem; }
#mmWrh0ZJws2wcttvSqvUWaLQ71HliTJa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.875rem;left:6.625rem; }
#It1UM5NVxalGCkcm3ezhhb462UHiCUTh { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15001;background-color:rgba(9,118,155,0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:5.625rem;display:block; }
#nhUE46KkGMEidDUDutALIrRZwlyDtF3C { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15003;background-color:rgba(64,60,148,0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:28.75rem;display:block; }
#tToFTebNuiZMPFm98w1NPpQHaR7a7xwn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.8125rem;left:29.625rem; }
#ISPRtyeNgtS354GdTikMLQdcvzFOnCF4 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:15005;background-color:rgba(148,93,33,0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:51.9375rem;display:block; }
#THiFTByA8OyLZP2u4PWuA6INeTinHSkE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29.75rem;left:52.8125rem; }
#TcaUBT3NRgAPH1GEIA2yBcBylSspzhXR { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(24,59,128,0.1) ;box-sizing:border-box;color:#dd2f74;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.125rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:44.6875rem;left:28.5rem;display:block; }
#BTXHtdORzrRITnTTiC2JVAts41eUmwNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVKpuVTD6h9UDHH2mmL3ERmkO9RSDIgh { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:2.5625rem;left:23.1875rem;height:3.4121125rem;display:block; }
#Tu9KNkGbyJXwcCPLsm8tBTRmVe3cguXI { box-sizing:content-box;height:11.5625rem;width:33.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 1.1875rem 0.5625rem rgba(11,11,11,0.01) ;border-top:0.0625rem solid rgba(53,53,53,0.19);border-left:0.0625rem solid rgba(53,53,53,0.19);border-right:0.0625rem solid rgba(53,53,53,0.19);border-bottom:0.0625rem solid rgba(53,53,53,0.19);top:13.0625rem;left:3.9375rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#XVLrn14uG1pSVwqi3pOWhPEvZT2BGImH { color:#535353;display:block;width:17.6875rem;position:absolute;font-family:aptos;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:10.9375rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NIJfNapPSrAouU0SEmaNce3tK2wum5Ci { color:#5a5a5a;display:block;width:24.5rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:10.9375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#QK6V3eUedRL2JMoymFz41ilSApoJ3IHL { box-sizing:content-box;height:11.5625rem;width:33.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 1.1875rem 0.5625rem rgba(11,11,11,0.01) ;border-top:0.0625rem solid rgba(53,53,53,0.19);border-left:0.0625rem solid rgba(53,53,53,0.19);border-right:0.0625rem solid rgba(53,53,53,0.19);border-bottom:0.0625rem solid rgba(53,53,53,0.19);top:13.0625rem;left:38rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#yrsFs4D81PJTNpvnvQODRUCX3TGBSLK5 { color:#535353;display:block;width:17.6875rem;position:absolute;font-family:aptos;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.9375rem;left:45.375rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t3TsqzmV23MSlsFm9hgTyfoqV4G3adOv { color:#5a5a5a;display:block;width:24.5rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:45.375rem;height:6.171875rem;text-align:left;text-align-last:left;display:block; }
#e804cE9g1lqKhZdzyTQtoskPyTcJXxoR { position:absolute;display:block;z-index:15143;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.6875rem;width:3.625rem;top:17.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#PZyIk0aPCiLP5MZWl3MEcJenEbykU2Tw { position:absolute;display:block;z-index:15144;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.25rem;width:3.625rem;top:17.5rem;left:39.875rem;overflow:hidden;display:block; }
#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo.adaptive-delivery-prevent-bg, #TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo.lazyload, #TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo.lazyloading { background-image: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container { background-color: transparent; background-image: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.61); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container > .video-iframe-container { display: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.61); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row > .video-iframe-container { display: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .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); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container { border-width: 0; border-radius: 0; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#AHk9GGeMgxz4CkLIAtZ8h45mLTgUgwoI { box-sizing:content-box;height:5.25rem;width:11.6875rem;position:absolute;display:block;z-index:15216;background-color:#e38d00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:41rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CxPXF8CKKtwK1unyeGbHv02pGUVdolzK { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15220;opacity:1;top:15.8125rem;left:58.1875rem; }
#xtuiPKzQSQaTNGhag5wn9aovCyVOA5rq { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15221;opacity:1;top:15.8125rem;left:45.875rem; }
#PddPxe570y9yt3FVI7xiV2WUea2MyMm6 { position:absolute;display:block;z-index:14997;background-color:#ffffff;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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.4375rem 1.125rem rgba(11,11,11,0.04) ;height:43.8125rem;width:54.6875rem;top:14.6875rem;left:10.061849594116rem;display:block; }
#mINUUZykNbWSPHmTubtM9F9yZtzI0xM3 { color:#717171;display:block;width:23.375rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15052;line-height:3;letter-spacing:0;top:21.25rem;left:12.125rem;height:37.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GI5FoLfaH7TsTVHTQtTIP9nUXNOxZ9ww { box-sizing:content-box;height:2.0625rem;width:9.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(227,119,75,0.17);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:42.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#KZnCIUWygMkFc35SZqaFL4sVnfaWnhml { color:#da6520;display:block;width:8.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:49.4375rem;left:42.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZ4S1yApoTdKqRVw2SfcLqN4T1o6hCdF { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:700;z-index:15217;line-height:1.3;letter-spacing:0;top:17.5625rem;left:43.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVI8muTyurlMaNHkaWB1hxkSqZRpbT04 { color:#ffffff;display:block;width:7.4355625rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:700;z-index:15219;line-height:1.3;letter-spacing:0;top:17.5rem;left:55.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVvplNQmkI4Ar8McGFBTlQTuECzOUs9m { box-sizing:content-box;height:5.25rem;width:11.6875rem;position:absolute;display:block;z-index:15218;background-color:#0095d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:53.125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#l92JMhhmtv26B31Dlt3Qn44f63JaHwTH { color:#2787dc;display:block;width:8.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:49.375rem;left:55.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRp9fl7GNfTfWDCzhGZKMDeQAN8CgtT6 { box-sizing:content-box;height:2.0625rem;width:9.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(75,161,227,0.17);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49rem;left:54.4375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#DuyG4NwhhWonnhCU6qB9qdqOIb3DqxCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:22rem;left:58.125rem; }
#orLe0CyAWI7H8JCssP3Cnn6y0O5S0SdO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:25.8125rem;left:58.125rem; }
#RIFa3T6vlW1kwg0ikS3wumMkVrRJtBLo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:29.3125rem;left:58.125rem; }
#l8aN16r1lKOnS34KqLihlEg92q1vika2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:45.875rem;left:58.125rem; }
#F7ZFsEzwxTPGN8PoE45QdHCwqfS5tiSn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:42.625rem;left:58.125rem; }
#tCfd1N6IKeUiga3Grg1i5vCTIFxNIz9z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:32.5625rem;left:58.125rem; }
#OnHceC9ACVyRHHNKq2NlDa09E9va6Tho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15229;opacity:1;top:55.875rem;left:58.125rem; }
#tByCkHfeyGybKBUesU9pfGDPFfByphDt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:22rem;left:46.09375rem; }
#Tk2aJVatXO9hzUbLcMpMaU5DSoi3Gezh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:29.3125rem;left:46.125rem; }
#HtE9e1emkupVgS4Cz1hdx2B7sTlOvG3a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:42.625rem;left:46.0625rem; }
#ZbmfWXbimUaKIm7aKzecHXz9B2vdTgKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:.21;top:46.125rem;left:46.3125rem; }
#MGvRHTaTBkVNMUSBlh1VTMxf052m7l2i { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ohNEtEyzq60QPCvv51rS5oTKyAyIuFMC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#eWuorOqtsFgpp9XtOkTL2CCRcsODLdBo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#e2Eouga0bHCQIulkvJ64l6OX67eI5dqg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#g4Cat6o2VA8bGXSxHcgbSkQw3svThpfW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sI4HME1GUMMf4fLozLEweodE9qRbRoIO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#kWGOAesRUkmeLC1xfDwgt6oQsVT7cANJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#JiK1gdmdR5pnXIrHBWuwkd8vOi5vV62N { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#dyUGcxnUdT0BSGvT4svHbM3ucipN0ghh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fRPuTOm4SND89M7MyUMbg2vcd3BN5GFr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#JdRorx51Ln0TX6BONi1VTKLzzmAKAhbr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nWWQuBImrozBiZeaWGOu1FcV1LkiicOx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#K5Lcm4khLDfy5QfBno1VT2l43zeS83or { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zgn0u1rhwDsPnskrZP7BPaFoXe0PpmTH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oueWRiDaCeeQf0e3GGxi7IH1iQPzTimR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CkiCF4Xe345ohLDKGyoshDOSU5bZBvpp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QBybXhUaZ6eLgAQtgOSr13OlSpfI0Xbg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#i3l3tHCR3QKVsgALSgJVCK7GnAhTXhRd { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#k8Hep5Qv9y1AiXH7lZvtkPtJJZGDt3XO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sPUrU6RN9rVfJs30nsr8NefG7HX2OnE4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EaHhlIPTONlzLEmsn15s5CpqBRLTk3O6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sc4SL2WXlbssb49GKCSfusBdNrWIa2CE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vCddp8k9N446o2M6pwHFFIls8v9kGtbn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PHAIByb1TXa2uElpV6hoipsWOqcsbi2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#q1JF5na87ih8bfqwRGs1w1DUyUgEv0h5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iOow7QgR1DnCU7ixwlyU5w5AALLHbTkJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lqwVteBKPa2oleyyex61fZLfaEI0NqvV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#QTEC52E43xG81CbVJR1IMHLRXODt3ook { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T7HK4gmLE05uOsQ3mUA4Jkxi34R9GFwN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bLghEv6ieE32IaXhnL7hfLk6OORTTswW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bdwrR3W95THMhQ4sARlTeH86TDS28mL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rdEhKadi6ml1hKq27hg4uZsLTiwGaN6J { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tFmRmMuLmSkqMq8LQ1a42yO0pX8nzcIB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Z3voDmaX54U595F2rJ6U4u6AMNCfHnh3 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#McTSXpARWFw3iRqQqWxd09Ten4fl84lH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QX5QhXyxz8a5TfeveQTFovG7HcWUZRQB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#S3nQyAQ4LK86UIfIasPWWou5JRd2ByLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#R4p19mMEhOZm2kURxG9SrUrRm1EDtomT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hLd6dTaz72nPIxv0gNVwmzVEl9KV7N0G { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vuy8EqQTChu0836lM1Jm68uZyTIWcrk2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#M0GHhtQ04UgyUTJFKHNz8z2xgvK9PyzU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#syZv6QzGxE8sp4bNDBG3EKVTVHDKDnRD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TDTiv3aBxFPB18EepZnrByUoDf4ou4hU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#tqelmp9aBty5MlFqKQoWlHvPTdGJytVT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GrTslBI9PH4k96DhTyAU1QBdf8t4bHd1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KmymVsnQfT2lBrr1HwnNmutO6ElmiiT0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#i1hIRp1D7aI9p6Bz9V1yTGftXrf4de4z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KNpNh09OioWCb8TBnmPJVMDOinb3ci5u { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DIoL1x7NPcTXWdxkPpcFINlT6smpn60C { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IV36TkrSbcatKCJG20XBoTtC2JTFZqTL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Wg3lysOct5CzlzMMoa8Wf8qB4espDTPi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pFFH6myzzi4E6atar6F2eS70dJ33xSQv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#PKw1RItKRZFnq366zB7qp29ToRdIsi3s { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WIZx17InVCTCgEy5IIuFzMgWsD6RKtFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:.21;top:30.125rem;left:44.28125rem;display:none; }
#HF6FlBhXm7Utm5mfWhohUvi1ERrqpOXw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#g0nI0zoywFN0CTkCHAb4Rg0CVHgT7aem { color:#573ba5;display:block;width:8.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:32.5625rem;left:41.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BWri2PeT0aBr8GET37rcqAmkCymdtlMh { box-sizing:content-box;height:2.0625rem;width:9.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(115,75,227,0.17);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:40.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#sPuUPFGS2Me3h28aqroTuin2Pk9MtDZd { color:#2c2c2c;display:block;width:8.1875rem;position:absolute;font-family:aptos;font-size:1.5rem;font-weight:700;z-index:15218;line-height:1.3;letter-spacing:0;top:16.9375rem;left:12.25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZlDadra0XbodTZ0zcTusAdWGPkKURNdc { color:#cc532c;display:block;width:8.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:52.6875rem;left:42.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFEyOtkCOpgcwUcLtBQ8nOitmAOvTFmQ { color:#2998d5;display:block;width:8.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:52.6875rem;left:54.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfb6huoygnACc0LvUbXPJfXJCq01sqsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15228;opacity:.21;top:56.125rem;left:46.3125rem; }
#aPym9K4yPJ9ZaJvxiTEcTCW1VqltHTmD { color:#5a5a5a;display:block;width:38.3125rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:18.5rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#dWSNr3Mfxeb7zvrxFOinHkytIAcLTM6n { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.5rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#lRrNTq42fDqlhNLPwIGZB3pp3MIc6H4r { box-sizing:content-box;height:39rem;width:11.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(251,245,238,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.561630249024rem;left:40.999353408814rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PZ45JXGKDt478PsE8Tcx2PblWpmeIimW { box-sizing:content-box;height:38.5625rem;width:11.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(238,245,251,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.937057495118rem;left:53.125001907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#hRAKqompJHaGLVTcAxdEle9gzkp9xdTA { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15230;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:9.9375rem;display:block; }
#B36Xm6RxzSFJwEVZsd3uUdkUrTG7ExtS { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15231;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.9375rem;left:10.0625rem;display:block; }
#ePaaaHSf7BRmRtCPvsfEJ8gLgN2IoP1i { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15232;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:9.9375rem;display:block; }
#OlPILLIrAZPc0Vf13i0dz1uuaXRZTeQM { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15233;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:10.0625rem;display:block; }
#RFU9nhDz5zgH47tMn2lc7Cv938ciuNXl { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15234;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:10.1875rem;display:block; }
#dCo6GfrIaVDH5RGFvozmvqwmsTrDRX5k { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15235;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:10.0625rem;display:block; }
#qO8hGAFx9059yQnTMDBMFHltbZkcEuCP { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15236;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:9.9375rem;display:block; }
#qszplFDeeo1LbtJ8hlLDbDCtbmDH0i2J { box-sizing:content-box;height:0.0625rem;width:54.875rem;position:absolute;display:block;z-index:15237;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:10.125rem;display:block; }
#ScihSuTfeU6342Bium7hGMrbs9DVKu2E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:22.0625rem;left:45.875rem;display:none; }
#Q9hiGl50DvOaP2RGladgG2LwD6ydiR2E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:22.0625rem;left:45.875rem;display:none; }
#kV2pNDBOfUZCa7qlR7h3QlaQxmme4zg5 { box-sizing:content-box;height:0.0618489375rem;width:54.874125rem;position:absolute;display:block;z-index:15238;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.497615814209rem;left:10.061849594116rem;display:block; }
#ivhSXqiweCWIIRGDa0W2Mp8sVFm0ZPKh { box-sizing:content-box;height:0.060763875rem;width:54.8730625rem;position:absolute;display:block;z-index:15239;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.809028625488rem;left:10.062936782837rem;display:block; }
#y6MAcWQHe1sR1Wr27wlDnD6x8dXKB2HG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:35.780601501465rem;left:46.092668533325rem; }
#a3JLSBmods3QZ1kqCOzKUfWkhdCIShoU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:39.064672470093rem;left:46.092668533325rem; }
#TgXyxvvR5qSq98fb2FvACAoslQRqGBg0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:39.064672470093rem;left:58.123918533325rem; }
#HVZv1i9q8lQef3u698yP64pOFKXGSrEU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:35.751737594604rem;left:58.123918533325rem; }
#FsQ0hGQtT60wyn3d8G7ffDNfBXPn7o5y { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lTaWHtHXwnkLpTsvcqmV4y7mfpRuGJic { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#JSmSQ643vO4bXFQ8KXGmI8kgeAku2Wmb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#Uv96t3lpyvIbUb9DvDmraCWiFn7H6Zyc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kwslcx2TXNncULvnEm2wBk9fInyP4Git { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#amQqzXiUGP1tslpRSPzUGswdTiPiDCP9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#d74rKyiR0vUlVSJgHhPXUQefmsBR4EaF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cTcoTBP9xVfhWs2FJUBQ1z48ySOA28kR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vyrNfZBPcdAJIKbLR4xHBGGUOWrBQBkz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TeDGyhDsTX32rNl5pS8ZCCUKUsMtzX0g { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KqXUD356kx9mLFETvmHIgB6CVyPzu7NJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:16.375rem;left:55.8125rem;display:none; }
#Ez9TF9fxlsd8wkpN7C5ee7Blg6wcZq9A { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WorsrOB6rk5irpPyTod0Akk1yVysXSMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:22.0625rem;left:45.875rem;display:none; }
#XdOddzZb32zcuFEBT0wfSQySIneDdBEn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DkTyT9siFZxVgD9Nc2PJQHBr3bCl3i26 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:22.0625rem;left:45.875rem;display:none; }
#CVomc1132ZrfMQP43dEu89wqukcCAiDa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pwO4fWl5HWsSe4q2bTSxWPsKZmAyGzMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:.21;top:26.0625rem;left:46.34375rem; }
#xyZ1bJTnJ8NkBuWVssxUbudPriNTLaKs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pBfsqz0ewkKNvK7zHEH2yKia6kUTD8lF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:32.5625rem;left:46.09375rem; }
#chxJhFaEF54lUu2Z8Duyd6EmDr5PDpi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:300;z-index:15052;line-height:2.4;letter-spacing:0;top:15.8125rem;left:14.4375rem;height:24.29296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xI99Dt298qA9hxFrr2gOqhT454TtZIHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:22.0625rem;left:45.875rem;display:none; }
#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K.adaptive-delivery-prevent-bg, #dt4inHP7KnquUlNbhykfTPfF8TyNRk7K.lazyload, #dt4inHP7KnquUlNbhykfTPfF8TyNRk7K.lazyloading { background-image: none; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container { background-color: transparent; background-image: none; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container > .video-iframe-container { display: none; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row > .video-iframe-container { display: none; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .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); }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container { border-width: 0; border-radius: 0; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#B89n0RItoCnK4E9UniTfopT1ZyudoQmA { box-sizing:content-box;height:17.625rem;width:19.75rem;position:absolute;display:block;z-index:15001;background-color:#f6faff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(236,236,236,0.77);border-left:0.0625rem solid rgba(236,236,236,0.77);border-right:0.0625rem solid rgba(236,236,236,0.77);border-bottom:0.0625rem solid rgba(236,236,236,0.77);top:13.75rem;left:4.75rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#rGHJXMG6Hv0cledCPINipWGO8CqBoLvK { color:#3a3a3a;display:block;width:17.25rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.9404296875rem;left:6.625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uuuCB6GMzQoN0Ka43ncK0vpWMXONECXZ { color:#5b5b5b;display:block;width:17rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:24.70703125rem;left:6.625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M7fmKKQdyy7nh9UJmzpAL5dwD4XH0TDv { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:4.6240234375rem;left:5.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#RKyb3p4SeMBqeJfVBEs5qd18zKDIotHS { color:#5a5a5a;display:block;width:45.75rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8486328125rem;left:14.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#PE6Tax7Ty9BnTnvLyykKC22bVExaXOAh { position:absolute;display:block;z-index:15141;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.125rem;width:3.25rem;top:16rem;left:6.625rem;overflow:hidden;display:block; }
#HWZO5ekVq2WsG2KDXLGZUcAVlpyUeFP0 { box-sizing:content-box;height:17.625rem;width:19.75rem;position:absolute;display:block;z-index:15005;background-color:#fffbf8;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(236,236,236,0.77);border-left:0.0625rem solid rgba(236,236,236,0.77);border-right:0.0625rem solid rgba(236,236,236,0.77);border-bottom:0.0625rem solid rgba(236,236,236,0.77);top:13.75rem;left:27.6875rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#vy538G5oQZUIgdPOFsC30GLGt256P9Oc { color:#5b5b5b;display:block;width:17rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:25.6435546875rem;left:29.71875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GelVbeFb0GJwv41m0TzKubpZt9y0TnVm { color:#3a3a3a;display:block;width:15.5625rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.9404296875rem;left:29.71875rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t5zXFg9k80iVATckJprVX8DwEw4rvHGI { position:absolute;display:block;z-index:15145;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.9375rem;width:2.9375rem;top:16rem;left:29.5625rem;overflow:hidden;display:block; }
#TBwKq3ZThKzfJzkQHs8GuKUAP2t9TfCh { box-sizing:content-box;height:17.625rem;width:19.75rem;position:absolute;display:block;z-index:15009;background-color:#fff8f9;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(236,236,236,0.77);border-left:0.0625rem solid rgba(236,236,236,0.77);border-right:0.0625rem solid rgba(236,236,236,0.77);border-bottom:0.0625rem solid rgba(236,236,236,0.77);top:13.75rem;left:50.5625rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#QbqogC9sz62uvvBzvErF8qauDNfU5OcK { color:#5b5b5b;display:block;width:17rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:25.64453125rem;left:52.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQgHea3UVDpmHFknbOZRtKh2ysWv0mvk { color:#3a3a3a;display:block;width:15.0625rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.943359375rem;left:52.4375rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ycH45QmRddMnK543NqHWpTvLlMFKdQtZ { position:absolute;display:block;z-index:15149;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:16rem;left:52.4375rem;overflow:hidden;display:block; }
#iSwhbq9q1yGL58oCtSxATxAK2na4Cwui { box-sizing:content-box;height:17.625rem;width:19.75rem;position:absolute;display:block;z-index:15021;background-color:#f8ffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(236,236,236,0.77);border-left:0.0625rem solid rgba(236,236,236,0.77);border-right:0.0625rem solid rgba(236,236,236,0.77);border-bottom:0.0625rem solid rgba(236,236,236,0.77);top:33.0625rem;left:50.5625rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#HfHq7cksmerZW5N9yhkSXTz8a9mpMm14 { box-sizing:content-box;height:17.625rem;width:19.75rem;position:absolute;display:block;z-index:15017;background-color:#fffef8;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(236,236,236,0.77);border-left:0.0625rem solid rgba(236,236,236,0.77);border-right:0.0625rem solid rgba(236,236,236,0.77);border-bottom:0.0625rem solid rgba(236,236,236,0.77);top:33.0625rem;left:27.6875rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#zu9rtnuvggE37XT2T3qgmUfkWQdCl3li { color:#5b5b5b;display:block;width:17rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:44.1611328125rem;left:29.59375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEEG13hKXTbbd7TOF6HyTpTm4UTpXL8L { color:#5b5b5b;display:block;width:17rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:44.16015625rem;left:52.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meTSZkE3DCJlipt34C4BrxQt6Ol8dSS5 { color:#3a3a3a;display:block;width:15.0625rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:39.625rem;left:29.65625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWvpN8qc13DttTQGWIgFcboWQi7v27fZ { color:#3a3a3a;display:block;width:17.4375rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:39.625rem;left:52.375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iBpXionmOsK3adofoppA155vqtw7c5fX { position:absolute;display:block;z-index:15157;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.8125rem;width:2.8125rem;top:35.3125rem;left:29.5625rem;overflow:hidden;display:block; }
#ub2tTT2FqwCouG5gobyztIwkNuC3EgNa { position:absolute;display:block;z-index:15161;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.75rem;width:2.75rem;top:35.3125rem;left:52.4375rem;overflow:hidden;display:block; }
#tiUJ9Dgf9AmgFLHIQ3I97kCvmHH6aLCM { box-sizing:content-box;height:17.625rem;width:19.75rem;position:absolute;display:block;z-index:15013;background-color:#f9fff8;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(236,236,236,0.77);border-left:0.0625rem solid rgba(236,236,236,0.77);border-right:0.0625rem solid rgba(236,236,236,0.77);border-bottom:0.0625rem solid rgba(236,236,236,0.77);top:33.0625rem;left:4.75rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#QQWkEZ6WQ7nEvM8iBpIiqErtLWepr6iy { color:#3a3a3a;display:block;width:15.9375rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.625rem;left:6.625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XH59vt3o2ZP0tv4nHeVydwi4U1DptUHV { color:#5b5b5b;display:block;width:17rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:44.162511825561rem;left:6.749218940735rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#drtwmf8SvybuDf2oDlo0FImCapR9NrCc { position:absolute;display:block;z-index:15153;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.0625rem;width:3.0625rem;top:35.3125rem;left:6.625rem;overflow:hidden;display:block; }
#gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #52bded, #48aea8);background-image: -moz-linear-gradient(142deg, #52bded, #48aea8);background-image: -ms-linear-gradient(142deg, #52bded, #48aea8);background-image: -o-linear-gradient(142deg, #52bded, #48aea8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#52bded', endColorstr='#48aea8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#52bded', endColorstr='#48aea8' );";background-image: linear-gradient(142deg, #52bded, #48aea8);background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ > .row .container { border-width: 0; border-radius: 0; }#gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#SRgd63dKHVwNfJbyP9MzaDpwTS4pVwbI { box-sizing:content-box;height:14.75rem;width:21.625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:16.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#lGZ7LfmsqpFiOxL2k4fsesox2RrQ2zLi { box-sizing:content-box;height:2.0625rem;width:29.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(204,250,253,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #80e5f1;border-left:0.0625rem solid #80e5f1;border-right:0.0625rem solid #80e5f1;border-bottom:0.0625rem solid #80e5f1;top:4.75rem;left:23.75rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#y06EJJA6RPyq7bvTDvBlgv4IepGOPhvn { color:#216ba4;display:block;width:26.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.125rem;left:25.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kHGhJ6duvfKLgccuwkFQH1RtIARFupwn { color:#ec8cd7;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:21.6875rem;left:19rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FeZBdaTnCHRe0F4oU1awU6TWXN0lBuJN { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:23.125rem;left:18.9375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FCzfi3equWGnzzXTVbTBXpmXnl6MyBVl { color:#6a6a6a;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:26.375rem;left:19rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmya0i79qUnXI0mAgOb6C063w7HznvEw { box-sizing:content-box;height:4.4375rem;width:4.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.51);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(214,203,230,0.43) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:32.1875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#aIJXLkbqHLMePzlV5KiCcwgdQEKS6vZN { box-sizing:content-box;height:14.75rem;width:21.625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:39.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#BqT1C5yphOqpXv95dVIMg38JMTv1XiZC { color:#6a6a6a;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:26.375rem;left:41.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3qa7mNgxQiLM3yv4wnh4n3ucOwi1N9N { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:23.125rem;left:41.8125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8CfBxzxorGkuIAgahInHfeIzCOModT2 { color:#87be77;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:21.6875rem;left:41.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEgTh02Ui9JcyPBLHthiGNJfw9mKSZ0c { box-sizing:content-box;height:4.4375rem;width:4.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.51);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(214,203,230,0.43) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:55.4375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#t6SbOkhuOD2AmZpla5iQ1W6OTQdziJTp { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:40.875rem;left:21.9375rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fMkS1SrZzImwUDscHQgpw1tsmVFDqmGG { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:43.5625rem;left:18.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZKdLsady7fFJeFMEel8NQuU9KhUmIqI { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:41.0625rem;left:36.5625rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eGTIHQDgJi0HIPGxUqO4cWnzEy9UHbTa { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:43.75rem;left:33.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcHpc4HpCTPanxAHQ52WZ2wxFITDJrno { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.9375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:41.0625rem;left:50.5625rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTM56t7DPrxz8ZtGTPZVPiTpdF8Wz4sV { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:43.75rem;left:47.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIpozIMxqV5WgmT2WpT1gl1iPXwFSIvJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:.8;top:18.25rem;left:2.125rem; }
#mgsGwAKTUB22Z1hxk3W7uqmsL7QzaSPv { position:absolute;display:block;z-index:15113;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.3125rem;width:6.375rem;top:5.3125rem;left:67.4375rem;overflow:hidden;display:block; }
#DCEfnaCbpq4Phds4zZLcVcXvDSoNrCnJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:20.6875rem;left:32.9375rem; }
#c1kr8Dk54cTslZVBPvcxwEpD6NBqKcTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:21.125rem;left:56.5rem; }
#cPkBhprscb56pPkHEPH48k8T36dHVghi { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:22.5rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyZqtlwlzTVsTSoOJUOrIoQflB0omk8z { color:#ffffff;display:block;width:45rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.875rem;left:15.875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#I2lZLD5fAfPKdC4Vr78vRFEx8o4AJrxw { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:8.36328125rem;left:19.0625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#nrtLtiQhkRmfOm36vG5fBVtnwm6uHteC { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #e570c0, #ff7dca);background-image: -moz-linear-gradient(107deg, #e570c0, #ff7dca);background-image: -ms-linear-gradient(107deg, #e570c0, #ff7dca);background-image: -o-linear-gradient(107deg, #e570c0, #ff7dca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570c0', endColorstr='#ff7dca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570c0', endColorstr='#ff7dca' );";background-image: linear-gradient(107deg, #e570c0, #ff7dca);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.25rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:28.9375rem;left:18.25rem;display:block; }
#VKVwozwOwXMUiHKxq6hQ9XsGXyOEd8lv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaGmZqoyfVVWQZvbr4OKwLOquJ4p9Ak6 { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #6ede78, #89c790);background-image: -moz-linear-gradient(107deg, #6ede78, #89c790);background-image: -ms-linear-gradient(107deg, #6ede78, #89c790);background-image: -o-linear-gradient(107deg, #6ede78, #89c790);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ede78', endColorstr='#89c790' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ede78', endColorstr='#89c790' );";background-image: linear-gradient(107deg, #6ede78, #89c790);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.25rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:28.875rem;left:41.375rem;display:block; }
#W03WC6B4oZnkbmLT8Z0OO11TEh5paBud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppbqrAUBBp3GwVXGI0aARlE44tD0XAFi { box-sizing:content-box;height:14.75rem;width:21.625rem;position:absolute;display:block;z-index:14999;background-color:#fb53c2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:16.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ebPT7AKVekUA3WLecrmhV9cJhmZvXQTR { box-sizing:content-box;height:14.75rem;width:21.625rem;position:absolute;display:block;z-index:15000;background-color:#26b967;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:39.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Z7QhvrooET8uOilxaCrVhnvvoi6t6alV { box-sizing:content-box;height:7.25rem;width:12.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(204,250,253,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #80e5f1;border-left:0.0625rem solid #80e5f1;border-right:0.0625rem solid #80e5f1;border-bottom:0.0625rem solid #80e5f1;top:39.4375rem;left:17.625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#LhAxrmmqGTZz1K6xKSg6h0J8DhLSNnVU { box-sizing:content-box;height:7.25rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(204,250,253,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #80e5f1;border-left:0.0625rem solid #80e5f1;border-right:0.0625rem solid #80e5f1;border-bottom:0.0625rem solid #80e5f1;top:39.4375rem;left:32.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#l1UpKV3Z6n2NN82TMSfIAJCMaLmn0T5M { box-sizing:content-box;height:7.25rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(204,250,253,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #80e5f1;border-left:0.0625rem solid #80e5f1;border-right:0.0625rem solid #80e5f1;border-bottom:0.0625rem solid #80e5f1;top:39.4375rem;left:46.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #739ed7, #63dfde);background-image: -moz-linear-gradient(142deg, #739ed7, #63dfde);background-image: -ms-linear-gradient(142deg, #739ed7, #63dfde);background-image: -o-linear-gradient(142deg, #739ed7, #63dfde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#739ed7', endColorstr='#63dfde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#739ed7', endColorstr='#63dfde' );";background-image: linear-gradient(142deg, #739ed7, #63dfde);background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container { background-color: transparent; background-image: none; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container > .video-iframe-container { display: none; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row > .video-iframe-container { display: none; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .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); }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container { border-width: 0; border-radius: 0; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#wwk1romdwsb3BXDMBMarP5pMb81D3Gsr { box-sizing:content-box;height:11.4375rem;width:21.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.13);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:16.25rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#T4qINaOXz8yIpNmEfmGQUinb3q7vcKxf { box-sizing:content-box;height:2.0625rem;width:29.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(204,250,253,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #80e5f1;border-left:0.0625rem solid #80e5f1;border-right:0.0625rem solid #80e5f1;border-bottom:0.0625rem solid #80e5f1;top:4.75rem;left:23.75rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#J9M1l8tCseZIEciqbQ2BTGusOwkb30aT { color:#216ba4;display:block;width:26.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:5.1872863769531rem;left:25.061849594116rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpp1DWdFSbnup6v7EgGfhy6yv7ScNTJd { color:rgba(76,76,76,0.12);display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:30.8125rem;left:18.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIv6TikFL2TCAcEvC9ag5XRwMV0JJQRl { color:rgba(44,44,44,0.12);display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:32.25rem;left:18.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RScqOQ5vdUqehuudr5sxUDOcTIC3Pfbq { color:rgba(106,106,106,0.12);display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:35.5rem;left:18.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCCMTwFTofGoBqQr48hwGCc11vrX3Clx { box-sizing:content-box;height:11.3125rem;width:21.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.13);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:39.125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#OPg801XVGnFluQkuMyTHdRELLbfzGlDF { color:rgba(106,106,106,0.12);display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:35.5rem;left:41.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hUuBiFyMb3PdouwuaWECcRwz4qFbxhq9 { color:rgba(44,44,44,0.12);display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBRDRWkacGrT8o63A0yCsEdWeElsE2n4 { color:rgba(84,84,84,0.12);display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:30.8125rem;left:41.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JClWLh6FV6iAhM623VxWlRbisAyR3mDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:.8;top:18.25rem;left:2.125rem; }
#aGJF6ZTuDGeuXs65FUaNIltRK44Xf4UD { position:absolute;display:block;z-index:15113;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.3125rem;width:6.375rem;top:5.3125rem;left:67.4375rem;overflow:hidden;display:block; }
#H9QVhLzRQ1R2c8Cy77sgtou460xy70Db { color:#898977;display:block;width:40.3125rem;position:absolute;font-family:aptos;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.125rem;left:18.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Utn3zMoE8bE0TJcaVVCxDlbIOy2abpJW { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:7.412109375rem;left:19.0625rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#e6VXIupIRLLJrRpXblSMApIyt75D5DSu { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:aptos;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.873046875rem;left:16.25rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#tCQhWEUc8mhUPqfnDsI4H3KWqg9QcKbm { box-sizing:content-box;height:2.37413125rem;width:37.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(253,253,169,0.84);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #f1cf80;border-left:0.0625rem solid #f1cf80;border-right:0.0625rem solid #f1cf80;border-bottom:0.0625rem solid #f1cf80;top:22.75rem;left:19.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa > .row .container { border-width: 0; border-radius: 0; }#f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa > .row .container { font-size:0.875rem;font-family:arial;height:198.375rem;width:75rem;overflow:visible;position:relative;display:none; }#RxzL8CXvEiOzxP7MdTptsdTbGziXdh1u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:16.5625rem;left:2rem; }
#PW4mrtn517bAULMsGor1EQyLa02KtKLS { color:#d54ead;display:block;width:14.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.28515625rem;left:5.09375rem;height:1.8684875rem;font-style:normal;display:block; }
#MNpTmzTex8spVdtQFv4WiDThMcIEK4pv { box-sizing:content-box;height:7.375rem;width:63.1875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.3125rem;left:5.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#w7l31aUW81JWsDWT0cTPTi5rO2DXEcy1 { color:#e63b9e;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:14.1875rem;height:;font-style:normal;display:block; }
#rNK1B8XgRVpA744zlzEITzs8wEmHB34E { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.125rem;left:14.125rem;height:1.625rem;font-style:normal;display:block; }
#XTCVF5FG6VT5MvRM7l14eamcZEFiP4UM { color:#3f3f3f;display:block;width:29.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:14.1875rem;height:1.3808625rem;display:block; }
#ZUNzpqJeqVbX9i2VqCGfeNM05t3Cq0fd { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15013;background-color:#fff4ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:7.625rem;display:block; }
#rVdFOBlhrG38ota6sWCNJNXrgRfiTM7g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.125rem;left:8.6875rem; }
#MqRT3iTB0AzxZruh1GuZel1TCbGX3PCI { box-sizing:content-box;height:9.375rem;width:63.1875rem;position:absolute;display:block;z-index:15015;background-color:#d7568f;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:5.9375rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#LKKi0UMTVr34OIFmI9nUkX1J987KAwrM { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:32.625rem;left:7.9372844696044rem;height:1.8681625rem;font-style:normal;display:block; }
#U4Cz6JOXh3SQLTBnta5UuFfg3W3Gexo0 { color:#ffe90b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.1875rem;left:7.9375rem;height:;font-style:normal;display:block; }
#hPhThnpTxSBdevRLibJcVAtDWMHsVfbE { color:#252525;display:block;width:6.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15163;line-height:1.3;letter-spacing:0;top:7.625rem;left:7.125rem;height:2.4375rem;font-style:normal;display:block; }
#hVnSOn3ON9xoOKxfxzeeLB1PZ9hPMKiN { box-sizing:content-box;height:7.5625rem;width:65.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 1.25rem rgba(230,230,230,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:4.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#G2n3K2P8igx59JUT3nhfk2Zmk5fZO4qx { color:#e63b9e;display:block;width:20.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:7.625rem;left:13.4375rem;height:2.4375rem;font-style:normal;display:block; }
#hXRGaAT77ihJWaLrqTREwswfBh4JzoA8 { box-sizing:content-box;height:7.5625rem;width:2rem;position:absolute;display:block;z-index:14998;background-color:#de318e;background-image:none;box-shadow: 0rem 0.375rem 1.25rem rgba(230,230,230,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:4.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ICDDdXt1CKDGu2NLJ2M8G9vAL9uZkVBT { box-sizing:content-box;height:2.0625rem;width:10.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:7.75rem;left:57.75rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#KGigRTlwykBcyAJDNTs2ZxbCg7Sgnq8q { color:#808080;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:8.125rem;left:60.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKXa9BRD2gS1UqQQOm1bagQCXTWb0t0W { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.25rem;left:58.8125rem; }
#PcuOKNsx0PmuIT8utg1NmPgJXVkmqJ2O { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15164;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #f6a3e8;border-left:0.125rem solid #f6a3e8;border-right:0.125rem solid #f6a3e8;border-bottom:0.125rem solid #f6a3e8;top:15.875rem;left:1.3125rem;display:block; }
#OJvWQ9yv9CrAfShqHyrSgXMxTn2fWtH6 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:32.3125rem;left:57.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kc2PmcPItXNuC9Vgb2AKgZ4LxMFmU3ra { box-sizing:content-box;height:2.0625rem;width:8.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:32.125rem;left:56.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#LOQ4tEGK1Ziqetd5zurbZOQulMCKnALS { box-sizing:content-box;height:44.125rem;width:63.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(250,239,250,0.59);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.8125rem;left:5.90625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#GSWIJV8ZHqAk6DRbBUs85dvqRs4uTF63 { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.125rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hvw0Rvd0LQ6Ai6K4bwruBi7Q9cMN7MTg { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15166;background-color:#f4e9f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.78125rem;left:9.96875rem;display:block; }
#lqffTUplIKxMGDGH46fvEyy03SZBKL9J { color:#d148a9;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.375rem;left:18.3125rem;height:;font-style:normal;display:block; }
#HB3RFMEVTD7r53dh1T1l5kTkAPXu1ql1 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:44.224609375rem;left:18.3125rem;height:;font-style:normal;display:block; }
#wLkqDefAKieDnNwCmUTTTR4xo5V0IZp4 { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:46.388671875rem;left:18.3115234375rem;height:1.4619125rem;font-style:normal;display:block; }
#CpCfTV4gTg5DyUvACdqJ01sFfpgxxqwG { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:42.375rem;left:53rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWoPSRmH9LOy1WCgxIVto3OQOQwNf220 { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:42.125rem;left:52.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#Hymx51XrnaUCRMbwGRwApAlgTdaCieKs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:42.3125rem;left:64rem; }
#DpT6TD2icug2tt7x6K2pwdhW6z85XrvU { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.6875rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zTG282eqlTBWofMPXZizJlGIwcVB0sJH { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:56.9375rem;left:18.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#mD9gCr2NKSN5EmRT00DSJ7HVMrerrzm9 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:54.8125rem;left:18.3125rem;height:;font-style:normal;display:block; }
#wuuLl3KDSNhCPV1RzmT2B4TVPwi3iIUM { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:52.6875rem;left:52.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#oGDrx2oCL3ZIw09Lnm6qwgC5Ip8MhPcc { color:#d148a9;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:52.9375rem;left:18.3125rem;height:;font-style:normal;display:block; }
#vnIZ9ueX3f08uhLRdPmRI2fNXF6laFK3 { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:52.9375rem;left:53rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvGOmvbDSfdmM8sbzsACSFtmVf32DvcK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:52.875rem;left:64rem; }
#vvchdugTqghaoBqFeM82kyWw4PBRLhCM { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15174;background-color:#f4e9f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.375rem;left:10rem;display:block; }
#pi0TwZmT0Fn7rxWSWN6l8hsdTWJoIHnq { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.1875rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qrneoShJcCx01LEUSezrScSrpWiC5OAU { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:67.5rem;left:18.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#wroTGikVVThmAIKaodHmeF55lzzukTrd { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:65.3125rem;left:18.3125rem;height:1.23730625rem;font-style:normal;display:block; }
#rDUu7b6oOipQvCAKLfRdWLx1v9FBqEnt { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15034;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:63.1875rem;left:52.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#Vvb4oWdqsPbU7yoncOEW1X0GSzFd7aoJ { color:#d148a9;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:63.4375rem;left:18.3125rem;height:;font-style:normal;display:block; }
#J5ci6O7roQxqc0eaFDlfHRc2KVe4WPS3 { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:63.4375rem;left:53rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSM98UCGXvyCfJTu39XcBgXRuU0aZviA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:63.375rem;left:64rem; }
#V0M8H3cazb8fRJG8Ih5UDg5KTLRByTiZ { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15182;background-color:#f4e9f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.875rem;left:10rem;display:block; }
#CHkpWRgbOFMr6IOvRgpHW58deqlg0N0V { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15035;background-color:#fefbff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.875rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xfRsytTiIIKxgLsyygavyZQenPsx151W { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:73.6875rem;left:10rem; }
#W5OZ9HFfQxXMCmcBm16MK9ZNhESJpf65 { color:#9453c0;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:73.8125rem;left:13.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#WUcqZR4FkzQxxQV5bysKp3uvRuRw9wIr { color:#9453c0;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:73.6875rem;left:20.75rem;height:1.54296875rem;font-style:normal;display:block; }
#dUf2bvKLFZElXkdoVkUPZgnmPPibceK8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:77.8125rem;left:10rem; }
#sWpNe7EkTQLSlWyzsxATmD04zWInytrS { color:#9453c0;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:77.9375rem;left:13.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#xVrmS9JXK0GTBQrovU0EqR7niHnA9EHb { color:#9453c0;display:block;width:20.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:77.8125rem;left:20.75rem;height:1.54296875rem;font-style:normal;display:block; }
#bZpemcBXOv9LdEtCx6UsTKQz6q6Vw29V { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15039;background-color:#fefbff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bXft5neQlxb8uWpZF6EZyXes7G9dVVWb { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Re9KDPXTpAmt4FA3a5fB3lq5yhtTg7tO { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15017;background-color:#fffbdc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.125rem;left:10.0625rem;display:block; }
#nCzv78q8iq5N5RIiIF7UsZRkd9UwTEHI { color:#a99607;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:84.5rem;left:16.25rem;height:1.3808625rem;font-style:normal;display:block; }
#lO863xpN9EQ7u2OEaSOsINTz7Nk0lrm7 { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:86.125rem;left:16.1875rem;height:1.625rem;font-style:normal;display:block; }
#TP7OV9Sufd2zivfrp6P63rBKVMamsCou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:85.1875rem;left:11.0625rem; }
#b3fcrOiOtauZkFGW4JU82p6buFPJc7Du { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:14995;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #f6c9a3;border-left:0.125rem solid #f6c9a3;border-right:0.125rem solid #f6c9a3;border-bottom:0.125rem solid #f6c9a3;top:93.0625rem;left:1.4375rem;display:block; }
#vDX0yVCe4IUaxJNqiRoOzbavNwk9OPCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:93.8125rem;left:2.125rem; }
#uQSdHfn7PhLvJqKQbJ6x7sG3Xl8SPqql { box-sizing:content-box;height:174.3125rem;width:0.1875rem;position:absolute;display:block;z-index:14994;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:2.6875rem;display:block; }
#D0dCULgOd14K2QBdyDKcFcllo75L5dXT { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:14996;background-color:#e669c1;background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:183.255859375rem;left:1.8125rem;display:block; }
#e8Xm1SGl7pDzTMw4cGEiaAIENz92fOAT { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:14998;background-color:#e67e69;background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:190.78125rem;left:1.875rem;display:block; }
#TnnTqpTCg7uaTEgPxbbSUtMbkTSsqp43 { color:#d5914e;display:block;width:14.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:93.4375rem;left:5.5rem;height:1.8681625rem;font-style:normal;display:block; }
#QoxeZ67oi08KiGRQhkyAcdgpbeXUwbzv { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.1875rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RGTchoTt9EGtrtvV4S5AGrni2TbedrgN { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15022;background-color:#fff2e3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:98.3125rem;left:10.4375rem;display:block; }
#qUbBBcfWi1NQGX7XnmmNwEhz5rJULHCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:99.375rem;left:11.5rem; }
#a4z8pAsknJ0DwtRTbHzQJsTWl6A5835T { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:100.3125rem;left:16.5625rem;height:1.625rem;font-style:normal;display:block; }
#xZufMo4NEvtqBB9teqzTBzhT7a8WzRJu { box-sizing:content-box;height:9.375rem;width:63.1875rem;position:absolute;display:block;z-index:15067;background-color:#e16f4f;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.5rem;left:6.3125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HC25qmMVcItK5ycC3G0aWEhbxA5uyN2I { color:#d5914e;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:98.6875rem;left:16.625rem;height:1.3808625rem;font-style:normal;display:block; }
#yeqFJ9aFpqkKEre8lfBSfH2E0Dgwrgzf { color:#ffe90b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:107.25rem;left:8.3125rem;height:1.3808625rem;font-style:normal;display:block; }
#FpTNrFmQdyfaiTXuqU1NIDF3XyTSy5iM { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:110rem;left:8.3125rem;height:1.8681625rem;font-style:normal;display:block; }
#EhyobowF3T5p3q8s5nTSfueTmae0HA75 { box-sizing:content-box;height:64.75rem;width:63.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(250,241,239,0.59);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:114.875rem;left:6.25rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#i3kELdaQ7XQdTyTWsIcGf5TuHkE2Ogfq { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.1875rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rf8nPweFlc7U7oNTGXrBUbhk5Ow3cMC6 { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15218;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:119.875rem;left:10.3125rem;display:block; }
#xCFI4ODUbQFKGJrVxIUKVMT2XineE3kx { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:119.4375rem;left:18.6875rem;height:1.3808625rem;font-style:normal;display:block; }
#T4kWF3o5fZgXL3sS5rePwykDBA8pGm4O { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:128.75rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lPwpoQLy3qpo9GoMFZpFmqE1dhR2KPIE { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:130rem;left:18.6875rem;height:1.3808625rem;font-style:normal;display:block; }
#evkXrdKxexIvB1Hm0zvQd1DaTd8ACteW { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15226;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:130.4375rem;left:10.375rem;display:block; }
#Xg3qsgvSipVz7VBVXKSHaBUDXa5mB6HD { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:134rem;left:18.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#mBQXdCnnWbN49bTEbmw9spuku0GCtO1V { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.1;letter-spacing:0;top:131.875rem;left:18.6875rem;height:1.23730625rem;font-style:normal;display:block; }
#DcJd5oRxwrvDhiwrRsv22NfL0RxO6eRQ { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:121.3125rem;left:18.6875rem;height:1.23730625rem;font-style:normal;display:block; }
#r6gC52CbXQ2d4R8DBuSsXQzJcIHP7dmI { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:123.125rem;left:18.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#Fhn9pmtByHAyoO98z57DMzAdA4BxmfTP { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15095;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:139.6875rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#x0KiupQpGcw9NHP5CnynMeJnJXcFFDln { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:140.625rem;left:13.375rem;height:1.3808625rem;font-style:normal;display:block; }
#HeJVDKR9RcTpgsdN3Eix2lHNKMO8euwM { color:#659e4e;display:block;width:16.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:140.5rem;left:21.125rem;height:1.54296875rem;font-style:normal;display:block; }
#RJBiicoyrLXRBNDuoBEFpomO6mbu2Srx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15253;opacity:1;top:140.5625rem;left:10.5rem; }
#gS3E6pZ9MbvCe7m1DNiRvEStHGmnJ6n3 { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15099;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:143.8125rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Xy75Pr9KgdA9bLNtaQ1P0t6T0pUiRRAK { color:#659e4e;display:block;width:20.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:144.625rem;left:21.125rem;height:1.54296875rem;font-style:normal;display:block; }
#pOdQ1DsMhygw9inGd9cUlLgygkWbF1Xu { 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:15252;opacity:1;top:144.5rem;left:10.5rem; }
#tx5rWEDw3czGmKidPUt72mdJgRRBFx9N { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15103;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:169.6875rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vO1Mhp6khtqbxgopzavJ1O0ArUDBXRJw { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:170.625rem;left:13.375rem;height:1.3808625rem;font-style:normal;display:block; }
#TP644cB5wTHmmqSuMXNNSO8lAa0ZXPsI { color:#659e4e;display:block;width:19.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:170.5rem;left:21.125rem;height:1.54296875rem;font-style:normal;display:block; }
#K9GqHD0inS9pNOBof8LdryxyJxw7y6Bv { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:158.875rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hfL0XgamhaZwurgCmSZEZFl0GrJk1nNd { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:163.8125rem;left:18.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#EEAncWsTbUFBurcEXI7EcCitPdBW5dq9 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.1;letter-spacing:0;top:162rem;left:18.6875rem;height:1.23730625rem;font-style:normal;display:block; }
#QWdISH0i44TM9UbWP2Ri7RHqbp8v1HEC { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15242;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:160.5625rem;left:10.375rem;display:block; }
#v96oZgyhT0aWpnOATkJg3TT8UANIoC4h { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:160.125rem;left:18.6875rem;height:1.3808625rem;font-style:normal;display:block; }
#bPxPdsweoqU6gpb6mr0n3PLKt2mfmv01 { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:148.375rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HZFUCVK08TQCqZ0alyhrlXQE8cSToegr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15196;opacity:1;top:170.5rem;left:10.1875rem; }
#qz7M3rA0u1DLR5ZlSJq6fsbsVSdlPdIZ { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:153.3125rem;left:18.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#HFxpCJITHl8LQw2iKtwC8wPg3Nt9NG2R { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:151.5rem;left:18.6875rem;height:1.23730625rem;font-style:normal;display:block; }
#ICTFv3MnDQ6Up167R8BByuyJaBodFfAx { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:149.625rem;left:18.6875rem;height:1.3808625rem;font-style:normal;display:block; }
#QCHlflUGTX8nzN5rbTyuxNpre4RX5IIR { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15234;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:150.0625rem;left:10.375rem;display:block; }
#QVsSFQBhpNagt49Dmpt9Fu3wJ9AG65ID { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:144.75rem;left:13.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#xxmPv2TTMqJp7bFulFtTbzlT8xLJ9Cyp { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15107;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:173.8125rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#I9k9QXWEZWFJE7hOoEyq0kgRDTeZEXyX { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:174.75rem;left:13.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#ftxCD8cKEKTUgMaA0O4iFRNS892vdfqq { color:#659e4e;display:block;width:20.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:174.625rem;left:21.125rem;height:1.54296875rem;font-style:normal;display:block; }
#m4NOIoh5UcPS2EkQlF1WLt5CCCeuHd2A { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:174.625rem;left:10.25rem; }
#KgBMgO5RdTH1nwOCB9X7f2uLB9px6QJa { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15094;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:159.875rem;left:53.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#NwPBCAgdl5kOePsT6nboUseiVHNXRnps { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15179;line-height:1.3;letter-spacing:0;top:160.125rem;left:53.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSNbiva4pZs5aERhZSnTsdkz7wKozv7D { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15078;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:129.75rem;left:53.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#RbRLy7zrJT5ppO1IHtnWhSxfiMBST0Hu { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:130rem;left:53.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVVhOOfiEDFmQoUdhb5Zoa2rQ8kSKPOx { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15086;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:149.375rem;left:53.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#CsgtDWTBFpRxp168Ny10JUKN0USN7X1W { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:149.625rem;left:53.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSSx0S79yqIaNoDQ4ILgbKUSsIS3uLUF { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:119.4375rem;left:53.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAsHTbTiDl0I8zMexVwyryzuleNTo95y { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15070;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:119.1875rem;left:53.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#RcvtUpA5frZ6TdItH13dtzmrz3lro6oV { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:109.375rem;left:57.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUNKXEEZpZfTTfTdafb9bZzkSTFx83tT { box-sizing:content-box;height:2.0625rem;width:8.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:109.1875rem;left:57.1875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#T8PizSauNba8lk9R6ATLzTghADwHMmez { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:180.8125rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sWIOVTkdeN9yzrSaTOtxG8edpxhLdTH9 { color:#d148a9;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:182.4375rem;left:16.625rem;height:1.3808625rem;font-style:normal;display:block; }
#AZo9LoG0Ha71cLwlmpGaiF8Qm9UwqSwP { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:183.9375rem;left:16.5625rem;height:1.625rem;font-style:normal;display:block; }
#qbhIKl3t7tzX1nH7f3e9sTWwKiVtS5eO { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15069;background-color:#e669c1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:181.9375rem;left:10.4375rem;display:block; }
#nlyM6PVsEb308zLHDO2EXIGXa0tVf4H4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:183rem;left:11.25rem; }
#OHFFWp63JBO2ItIZqLUfZdAANkZNlB0K { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15200;opacity:1;top:160.0625rem;left:64.375rem; }
#wAEUmWLJukqFIeTbS1T2vPl1PmnTGQVx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:129.9375rem;left:64.375rem; }
#tBUtcr2bib8WK6uHkL37DEMNIxSZc5CU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:149.5625rem;left:64.375rem; }
#wlUULQ1N57hDrELiUQQtQJp5M6gC4P7e { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15176;opacity:1;top:119.375rem;left:64.375rem; }
#xCyhqfsO5RTUlN638R5ksoI1qqLc13Cu { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:188.3125rem;left:8.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EnqieqhfLy0TRKb8GLKlgTOtq2dmiDl3 { color:#ef7947;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:189.9375rem;left:16.625rem;height:1.3808625rem;font-style:normal;display:block; }
#qoT1wUsPCUCTQs0Z6BwHTXuUbkRy4uSf { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15079;background-color:#ef7947;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:189.4375rem;left:10.4375rem;display:block; }
#OJJdgLAqvS8thN6E0CitOR3iLm3QhAgi { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:191.4375rem;left:16.5625rem;height:1.625rem;font-style:normal;display:block; }
#raHMAMOePZGQx8I2tMrkxVZGMmA9ZuIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:190.5rem;left:11.25rem; }
#VTTBHduQibphuU2ndTJ52TTLWfICSPyH { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:32.3125rem;left:57.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#THMCU2i9THziF7VZzDB5lpxL2LXOqCWT { box-sizing:content-box;height:2.0625rem;width:8.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:32.125rem;left:56.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV > .row .container { border-width: 0; border-radius: 0; }#nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV > .row .container { font-size:0.875rem;font-family:arial;height:181.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#wTg26AF52NwNxTR0r5NSPvwTcTe3JWAH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:16.5625rem;left:2rem; }
#ez2EQLUlGJrtdHhvJsKafc6BrzcMZ06z { color:#629e66;display:block;width:14.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.28515625rem;left:5.09375rem;height:;font-style:normal;display:block; }
#kqL7thvAWvrKRm3eJpqf9og7XfRpPcrV { box-sizing:content-box;height:9.375rem;width:63.1875rem;position:absolute;display:block;z-index:15015;background-color:#5f9268;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.25rem;left:5.9375rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GZf5cIcPLMELLJkcr0tNkZSIHvIcpHzX { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.624572753906rem;left:7.9372844696044rem;height:1.8681625rem;font-style:normal;display:block; }
#SqTJ8fOGXFig9xenBFSSudTCpyBtrQoJ { color:#ffe90b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22rem;left:7.9375rem;height:;font-style:normal;display:block; }
#ciqb47QiTsPK0vfZN80Tohq0GzruncZ1 { color:#252525;display:block;width:6.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15163;line-height:1.3;letter-spacing:0;top:7.625rem;left:7.125rem;height:;font-style:normal;display:block; }
#lRmrAUfkKshAG0kPu8kHbgI2DqPEhk0w { box-sizing:content-box;height:7.5625rem;width:65.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 1.25rem rgba(230,230,230,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:4.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HxkwmAH3shKMNv1s6B1wSDwN2hUWJhgo { color:#629e66;display:block;width:20.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:7.625rem;left:13.9375rem;height:2.4375rem;font-style:normal;display:block; }
#tgn51NJQJAxgn3TMxOpEh7gZDOtByZd2 { box-sizing:content-box;height:7.5625rem;width:2rem;position:absolute;display:block;z-index:14998;background-color:#629e66;background-image:none;box-shadow: 0rem 0.375rem 1.25rem rgba(230,230,230,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:4.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oL5Qv9lUUCTED3KkCb4eKWP4JKb1Kc0H { box-sizing:content-box;height:2.0625rem;width:10.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:7.75rem;left:57.75rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#BvgBpn5ptfiXTEyAoKixguTKBcRaBFVT { color:#808080;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:8.125rem;left:60.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uirx7WiW2p3nDo3eZczvOAsPJPMWs9r5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.25rem;left:58.8125rem; }
#erJEVueFACnoEMPtxPf45QRGIc6hygUw { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15164;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #96d39a;border-left:0.125rem solid #96d39a;border-right:0.125rem solid #96d39a;border-bottom:0.125rem solid #96d39a;top:15.875rem;left:1.3125rem;display:block; }
#O5TNpkOXgSToD3LOuACEMNsIGhxkBKTf { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:24.125rem;left:57.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7dKbMHL7nTVuRXZy63MTiioyrolpN9q { box-sizing:content-box;height:2.0625rem;width:8.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:23.9375rem;left:56.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#bRiOAHdArQSiuwrShdEpRZdndsh6xoPq { box-sizing:content-box;height:43.6875rem;width:63.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(241,250,239,0.59);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.624572753906rem;left:5.9060344696045rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#yR1zvQKeIClMpZm5X8xtK46PVdOXTRi8 { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.75rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Be8DmUzyJTkHCwPIlVNGvhhIC0HoO59L { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15166;background-color:#ecf4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.4375rem;left:10rem;display:block; }
#MbWEwUotyQuQMGipTzelXpC5xX1HNQ7D { color:#3a9d16;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33rem;left:18.3125rem;height:;font-style:normal;display:block; }
#Pyo0S0VFDrkQ2BDUi4LsyBHye50MXDmK { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:34.875rem;left:18.3125rem;height:;font-style:normal;display:block; }
#EcGTvdA2OxGl3EhyJtzsKUBMqQoT7hct { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.1240234375rem;left:18.3115234375rem;height:1.4619125rem;font-style:normal;display:block; }
#vmw6AbKomR5KytIt42J3mXMy34IMUhAq { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:33rem;left:53rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTuJwsLitAwhthkL4auUuy67pk3vKQGx { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:32.75rem;left:52.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#r1pQIzoUonPTBNrN9HAk9vRAH3Qp27hA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:32.9375rem;left:64rem; }
#u9gBI9ObuotI1oREe0exruuTD0LRQOLd { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xP4fLwi38b6rTQALraT1yVctiwRh7CGZ { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:47.4375rem;left:18.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#I7OOM2MTEyG3v4giqMvo4Ipr5Pyzr9n5 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:45.4375rem;left:18.3125rem;height:;font-style:normal;display:block; }
#gOVclzly2NvsB62kEsS6z8EyxixxMTxS { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:43.3125rem;left:52.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#IecPtaRJCTFkLztiT6JJqKx127FTIIv7 { color:#3a9d16;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:43.5625rem;left:18.3125rem;height:;font-style:normal;display:block; }
#x2GJoFBzsJ2Kkc4T5sSLyteWp57HaSVs { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:43.5625rem;left:53rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THOfMUV3VsVPUMK8Kqsi6uNqTzPq8EtN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:43.5rem;left:64rem; }
#CfX0o3GF6kyB0v5xhS3AP1fxdHuPKoEN { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15174;background-color:#ecf4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44rem;left:10rem;display:block; }
#CEsPMluwOiTUbkPGTOnAEpD1sVL2TNNy { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SBN2p4TZ2MFSNSJrf3GWEMw5Tl1mIzqm { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:58rem;left:18.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#X77zrHkxp8hzAFgCLfuZDAzfx8q747KR { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:55.9375rem;left:18.3125rem;height:;font-style:normal;display:block; }
#zpSHrTwed7Xf9r1TvSAXkLAvXPykez5t { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15034;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:53.8125rem;left:52.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#Nk0A1DABONyVZ6CR6BzsxEsryHXRuk8D { color:#3a9d16;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:54.0625rem;left:18.3125rem;height:;font-style:normal;display:block; }
#oF4TTOvBb55JLlf7lDCoIRTK4ofaTivz { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:54.0625rem;left:53rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uc5kqdmQFH2oEmWHbI165cD6afKWRofc { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:54rem;left:64rem; }
#tL2TUBMvmoInZXNI9vZo1IDItSQS2paB { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15182;background-color:#ecf4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.5rem;left:10rem;display:block; }
#McVHiibSOseU5ngGuHUP7MOVXcI1x4Af { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15035;background-color:#fefbff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.8125rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J8e5b6PfPiG7xqUFxm6M4gvLKz8rf3cP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:64.625rem;left:10rem; }
#PFNq5EMkB8dlHTUCor4TVfKUgIoeJD2O { color:#9453c0;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:64.75rem;left:13.0625rem;height:;font-style:normal;display:block; }
#yQIgx65LoVmbTf7T1z6OPiTaciT7zcUM { color:#9453c0;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:64.625rem;left:20.75rem;height:;font-style:normal;display:block; }
#onvThDV0ALzFvD2HT98h0AqJvO4K0DRz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:68.75rem;left:10rem; }
#z9OlCOglPOuWmLOB2LbObJNUE5GaDEVg { color:#9453c0;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:68.875rem;left:13.0625rem;height:;font-style:normal;display:block; }
#WByhcAfo3X1ElT6wR7l40ae9T1ETn42d { color:#9453c0;display:block;width:20.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:68.75rem;left:20.75rem;height:1.54296875rem;font-style:normal;display:block; }
#CUBlOuTgnE5DKDgDKLFehszfhr4ehlFf { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15039;background-color:#fefbff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.9375rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eWSJPq3aKh2Ch3HSnnPZI5TQNV0JZlH3 { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.75rem;left:8.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nEPvu7GTXeaxDLCP3e8BDhWL97p8D1LW { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15017;background-color:#fffbdc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.875rem;left:10.0625rem;display:block; }
#UDusWgbiWilALB7TROzRxsfKI8rI9Jww { color:#a99607;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:76.25rem;left:16.25rem;height:1.3808625rem;font-style:normal;display:block; }
#EMwCRTf1alqrF6QNab6rblT18n74bISg { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:77.875rem;left:16.1875rem;height:1.625rem;font-style:normal;display:block; }
#K6IE3169ODSHeMEdyenTLVyVwDIpwJXr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:76.9375rem;left:11.0625rem; }
#QH6FUcP6IsEn2TSOdEoV4aUqgnst01Gm { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:14995;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #f6c9a3;border-left:0.125rem solid #f6c9a3;border-right:0.125rem solid #f6c9a3;border-bottom:0.125rem solid #f6c9a3;top:84.0625rem;left:1.4375rem;display:block; }
#OkyJhJQlf0MGP0sPxPwL8uel2iWxXVG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:84.8125rem;left:2.125rem; }
#TP45gR8gCWhNRDfaA78ZTORlAKFWiVFV { box-sizing:content-box;height:157.4375rem;width:0.1875rem;position:absolute;display:block;z-index:14994;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:2.6875rem;display:block; }
#eCrFesbkBnZIgRseZ4f86VrBnRwb0zdB { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:14996;background-color:#80ca66;background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:174.15625rem;left:1.8125rem;display:block; }
#F8w4olgtigKfdCTMwUDE335ZRtMTgvJc { color:#d5914e;display:block;width:14.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:84.5rem;left:5.75rem;height:1.8681625rem;font-style:normal;display:block; }
#aDQ1EdEQBM4ISPBQfEfX4pcvZULI2gwF { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.9375rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bXTxni8pHLNVpTv0NDTBdJu5b07DMaR4 { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15022;background-color:#fff2e3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.0625rem;left:10.25rem;display:block; }
#d2xkFrQynZaSGwwgDJ2MPMGg8tf7HmSz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:90.125rem;left:11.3125rem; }
#ryqO5uSHhdF43ciZ86TF3eONqiyxVokA { color:#212121;display:block;width:29.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:91.0625rem;left:16.3125rem;height:1.625rem;font-style:normal;display:block; }
#Zf9wDS3Kxy1dxBr3HI6m9hTaZMeUEdZo { box-sizing:content-box;height:9.375rem;width:63.1875rem;position:absolute;display:block;z-index:15067;background-color:#e16f4f;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.625rem;left:6.125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OdeLoteO2Db38vdKGPb5VOGSFSo8xdRJ { color:#d5914e;display:block;width:8.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:89.4375rem;left:16.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#lVczwr33GyMHQfIQWbXrO3KR557VJCnK { color:#ffe90b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:98.375rem;left:8.125rem;height:1.3808625rem;font-style:normal;display:block; }
#JEA2GEIpaZBLB8e4kvSVynZgTbhGmm0s { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:100.75rem;left:8.0625rem;height:1.8681625rem;font-style:normal;display:block; }
#AiVv5RySDeOIfECSPNblakS4kghS1KPD { box-sizing:content-box;height:64.75rem;width:63.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(250,241,239,0.59);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:106rem;left:6.0625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#hbKyyG4mXeyl7eT1tJ2wgTlOmt3sgkmC { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:109.3125rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#S77sfSlqzTs4n8fzcJAT6i3Zgv1QQgya { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15218;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111rem;left:10.125rem;display:block; }
#IeitneiawWqKNamBnJSelIQgU41P3NEb { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:110.5625rem;left:18.5rem;height:1.3808625rem;font-style:normal;display:block; }
#cx1Rb1bH8a5AhAQHWtNBQHorJ7xWKcTD { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:119.875rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#N4ROSKJpoIxCvOHawEfR40EFwkuGIM5F { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:121.125rem;left:18.5rem;height:1.3808625rem;font-style:normal;display:block; }
#SqEfxDzO617KGKo2Fi0bdqVD6xsz3qoT { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15226;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:121.5625rem;left:10.1875rem;display:block; }
#Z0MCI6kfIVNMZhzl6VwQstHdZuSdcTok { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:125.375rem;left:18.5rem;height:1.4619125rem;font-style:normal;display:block; }
#F0e1lhVqzSxu45HQ0lf2zzuRpchIi6V7 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.1;letter-spacing:0;top:123rem;left:18.5rem;height:1.23730625rem;font-style:normal;display:block; }
#IdluH3pWICTdwFrVezuKk094A9RQhHbt { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:112.4375rem;left:18.5rem;height:1.23730625rem;font-style:normal;display:block; }
#ETS3JGKOrHChWhKgIBEke45G2diJXF34 { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:114.6875rem;left:18.5rem;height:1.4619125rem;font-style:normal;display:block; }
#P5g6TufMs6B1ZteQfbTHCyCuzWFCmFcA { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15095;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:130.8125rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sIIzQspnnZTiT7l5ubysEaPHqAbPlRq4 { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:131.75rem;left:13.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#JfMZB1r9VCKH4PWp6fvJCU1dvHPqWDcI { color:#659e4e;display:block;width:16.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:131.625rem;left:20.9375rem;height:1.54296875rem;font-style:normal;display:block; }
#EyGqTAXVVQuf6TGMNUtIzasq42lOfCzq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15253;opacity:1;top:131.6875rem;left:10.3125rem; }
#AB4MKfxaapqQ83UJE1U7NvCPQuevXOWI { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15099;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:134.9375rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Hq1G11XNCe0Q1lG5ObwMzV0xJowgGCEE { color:#659e4e;display:block;width:20.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:135.75rem;left:20.9375rem;height:1.54296875rem;font-style:normal;display:block; }
#ONpdVFd95ykuzBzQ6qvKvxmStI90qbVX { 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:15252;opacity:1;top:135.625rem;left:10.3125rem; }
#OIpnMqwFKW0aatqm5HIMU3oOmTTUpIwO { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15103;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:160.8125rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gKdezAnnIFTbc9v1uLXC59UTq2EDggzJ { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:161.75rem;left:13.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#PIdgDgwvUzKq1fOTz9BdRkGlV2llmBhd { color:#659e4e;display:block;width:19.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:161.625rem;left:20.9375rem;height:1.54296875rem;font-style:normal;display:block; }
#SICDrPgzIqoMTpKThOaufe0nRf3CpxFb { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:150rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DCLOUyUcB8h3KLE9QuH3hnc8klgKParE { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:155.5625rem;left:18.5rem;height:1.4619125rem;font-style:normal;display:block; }
#MEXJ0UfiWE1ogpc2b4VUw8lrQkUowGDW { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.1;letter-spacing:0;top:153.125rem;left:18.5rem;height:1.23730625rem;font-style:normal;display:block; }
#yd2u97MAWJ24RFsN4hTiy4f6PxtKqeLZ { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15242;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:151.6875rem;left:10.1875rem;display:block; }
#XzFiNOfDtmgrHVJqhuglpITlGkRssdCp { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:151.25rem;left:18.5rem;height:1.3808625rem;font-style:normal;display:block; }
#DNX0CKRLcPW1eBz2IOAHPq8kK1iruf1F { box-sizing:content-box;height:9.625rem;width:58.375rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:139.5rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FccB3E7LdIosf85vDpQlCHDumSSNTvqg { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15196;opacity:1;top:161.625rem;left:10rem; }
#FEyGQZTndeFkb9dml3neDQdQ7vsyGnen { color:#212121;display:block;width:43.1875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:144.8125rem;left:18.5rem;height:1.4619125rem;font-style:normal;display:block; }
#ePVQMWVb62caUIwEEvGzOkzwFNfVP5PB { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:142.625rem;left:18.5rem;height:1.23730625rem;font-style:normal;display:block; }
#SGfUX9A9PlA7ZUcriWOBcfA32kQhUTRN { color:#da690b;display:block;width:10.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:140.75rem;left:18.5rem;height:1.3808625rem;font-style:normal;display:block; }
#bOKREqhmuq8OeQnc9ob0kgPODlC3efcM { box-sizing:content-box;height:6.3125rem;width:6.3125rem;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:15234;background-color:#f4eee9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:141.1875rem;left:10.1875rem;display:block; }
#NE0MyZ9VcCTZoPtyEVpZTTpzHFCiampl { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:135.875rem;left:13.25rem;height:1.3808625rem;font-style:normal;display:block; }
#AFPRc54TOZqJIUx9JJvzudE2uC0gJlTb { box-sizing:content-box;height:3.25rem;width:58.375rem;position:absolute;display:block;z-index:15107;background-color:#fffbfb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.9375rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EA9ZCm0SSrydaFwqegrt0cEzJA4HAI06 { color:#659e4e;display:block;width:7.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:165.875rem;left:13.25rem;height:1.3808625rem;font-style:normal;display:block; }
#CPqcopJRuSJ6XnSUWZ2Jgg2yA64E9Tmr { color:#659e4e;display:block;width:20.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:165.75rem;left:20.9375rem;height:1.54296875rem;font-style:normal;display:block; }
#TIKCseSrPELI3GdrcwGL8vG3p6mVNra6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:165.75rem;left:10.0625rem; }
#vvGnUW0qrykoQ3Lm0EyuXdHhLaKstmVO { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15094;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:151rem;left:53.125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#fnTMsKNhmUwkpsD2n7iWn9AbPPraSdan { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15179;line-height:1.3;letter-spacing:0;top:151.25rem;left:53.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaADNKURkSrTkuaXKTisIDPariSRxJlv { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15078;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:120.875rem;left:53.125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#LwtdosQa7DE5TRcglD4zqKG3twPhlhLZ { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:121.125rem;left:53.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Duz5BJzT3v7zOyLkFOrTJE8SnJNN8A88 { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15086;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:140.5rem;left:53.125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#HUo7NhatUI1yc4iO8VZEgnBH01PPTrz3 { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:140.75rem;left:53.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4JulptQAcypp7zAvGzhtNx4IdhEMHoU { color:#727272;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:110.5625rem;left:53.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWacrhTfuT0p55RMQbnSpzPv1wwqdirk { box-sizing:content-box;height:1.6875rem;width:12.625rem;position:absolute;display:block;z-index:15070;background-color:rgba(248,248,248,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:110.3125rem;left:53.125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#PIq45u5LUT8ueczt8Vzc4UUP7x0RUTtq { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:100.5rem;left:57.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUyUUxcsUOL18p2DQDmVIQ5OwoHQxQv7 { box-sizing:content-box;height:2.0625rem;width:8.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(241,241,241,0.39);background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:100.3125rem;left:57rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#UTfTTGGfTF7s13xyM3xcEsSrUMcNkxBR { box-sizing:content-box;height:6.5rem;width:58.375rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:171.8125rem;left:8.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PdwoSXAfg0JZU6bxcExxqROTwM4DFDdJ { color:#212121;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:174.375rem;left:16.3125rem;height:1.625rem;font-style:normal;display:block; }
#J8QmZI60BGTyZfofJyGxetda7URkVdp4 { box-sizing:content-box;height:4.125rem;width:4.125rem;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:15069;background-color:#80ca66;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:172.9375rem;left:10.1875rem;display:block; }
#zyhZ4Rl3b8Vze2OGwsIvHua6DXzMV6zk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:174rem;left:11rem; }
#WLkfu7J3timb3JieFROGuAkBzGTkmTZE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15200;opacity:1;top:151.1875rem;left:64.1875rem; }
#JZIXt2GKJXfqaSXGUR04WTG4Mu4NRX4n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:121.0625rem;left:64.1875rem; }
#JRu6ecnS1QJ7KHqMvvDrBv9WhRURGA5n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:140.6875rem;left:64.1875rem; }
#z7HcK87ZwzP4ELDhscw2soOO2z88NfJt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15176;opacity:1;top:110.5rem;left:64.1875rem; }
#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW.adaptive-delivery-prevent-bg, #vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW.lazyload, #vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW.lazyloading { background-image: none; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container { background-color: transparent; background-image: none; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container > .video-iframe-container { display: none; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row > .video-iframe-container { display: none; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .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); }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container { border-width: 0; border-radius: 0; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;overflow:visible;position:relative;display:block; }#EHvCibHRaaXMSg1m6NdeaTpskKLEKLNP { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:7.6865234375rem;left:12.498046875rem;height:;text-align:center;text-align-last:center;display:block; }
#b7ZxoJwHT077BX9GZiyXTIKrRuhlbaNB { color:#5a5a5a;display:block;width:59.6875rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.998046875rem;left:8.498046875rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#u7nk3FuPt8ZoJnemN4n9yiizX3zO7hpl { box-sizing:content-box;height:2.0625rem;width:11.875rem;position:absolute;display:block;z-index:15016;background-color:#fde8f1;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5618896484375rem;left:31.562501907349rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#c0lsyqvGrkh5lHV4RCQCiTE570OWxgr9 { color:#e32d69;display:block;width:8.6870625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:4.0620727539062rem;left:33.999567031861rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoPupT0ik8NzuvZ7rmz8PpAhLD2DIwBZ { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:4.0620727539062rem;left:32.312284469604rem; }
#WdVDdVIrr1kc2AMKIZJV88QhFoS8ywmM { box-sizing:content-box;height:4.25rem;width:24.4375rem;position:absolute;display:block;z-index:15142;background-color:#333333;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.559722900391rem;left:25.123701095581rem;border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-top-left-radius:3.25rem;display:block; }
#EQDnrRUbbNKitEwh2uxST9d0iWeamgCm { color:#ffffff;display:block;width:21.936875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:24.871551513672rem;left:26.531034469604rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS.adaptive-delivery-prevent-bg, #ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS.lazyload, #ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS.lazyloading { background-image: none; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS > .row .container { border-width: 0; border-radius: 0; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS > .row .container { font-size:0.875rem;font-family:arial;height:83.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#RtKTiZNF47lfeZSGkNOhdgmdxtOnbAgp { color:#2a2a3e;display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:7.3118896484375rem;left:17.343751907349rem;height:6.8229375rem;text-align:center;text-align-last:center;display:block; }
#TDaVnzHw5U79D1BHVGGKe0e0eyLPelrL { color:#5a5a5a;display:block;width:50.7498125rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.123718261719rem;left:12.124567031861rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#q32y45Q1un11Hw0LnEOQFVBDqO6p17Pf { box-sizing:content-box;height:2.0625rem;width:11.875rem;position:absolute;display:block;z-index:15016;background-color:#fde8f1;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5618896484375rem;left:31.562501907349rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#eMZDTJuM83xaRl2lyoti6WGNk7wGDCDR { color:#e32d69;display:block;width:8.6870625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:4.0620727539062rem;left:33.999567031861rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivPTNK2XStm9S3ALLU0gxke9bI0oSJBC { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:4.0620727539062rem;left:32.312284469604rem; }
#XFP2lAXPtmJbzrE5orStTh3vWT4D8iUd { box-sizing:content-box;height:7.5625rem;width:52.75rem;position:absolute;display:block;z-index:15038;background-color:#2a2a3e;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.498673439026rem;left:11.184896469116rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZLHZLRvMVJHAa21QOvi61wuTZ3PObcrt { color:#ffffff;display:block;width:40.811625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:26.498456001282rem;left:13.311632156372rem;height:1.8684875rem;font-style:normal;display:block; }
#hxDNKwCfk55ENz47ZMvCJrvW8XWZQ6kt { color:#ffffff;display:block;width:33.3745625rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:28.811824798584rem;left:13.436632156372rem;height:1.38020625rem;display:block; }
#TBN2eGWTvuCffEDstk8edmVP65zSfTor { box-sizing:content-box;height:49.1875rem;width:52.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(243,243,243,0.59);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #eaeaea;border-left:0.0625rem solid #eaeaea;border-right:0.0625rem solid #eaeaea;border-bottom:0.0625rem solid #eaeaea;top:30.935306549073rem;left:11.208768844604rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#Oo7JoVlNpMPdTs1LsVfaIi5niZBzlN86 { box-sizing:content-box;height:6.75rem;width:51.25rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8125rem;left:11.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HctQ2gqBlAvCoaC4y1W9DbOik8yXkqVT { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15189;background-color:#f4e9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.4375rem;left:13.3125rem;display:block; }
#ipScVTAhbDRqlH44qceerseEKqiALVWp { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:35.125rem;left:18.375rem;height:1.23698125rem;font-style:normal;display:block; }
#LuBs68FANCsq2Gpz7AHcy6IcvL7zGsBZ { color:#212121;display:block;width:43.186875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:36.6875rem;left:18.375rem;height:2.92535rem;font-style:normal;display:block; }
#ytvJ1y3BU46qLeltOhSMNtMJ2VAkn8d7 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15190;opacity:1;top:36.375rem;left:14.25rem; }
#Zt8PcrnT0XmzET2idRoumrzxlq2a9ccW { box-sizing:content-box;height:6.75rem;width:51.25rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5625rem;left:11.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Z5rDTiuMsPkuIhfr2iOEWIwBuppF0VrO { color:#212121;display:block;width:43.186875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:44.4375rem;left:18.375rem;height:2.92535rem;font-style:normal;display:block; }
#tcfD9UFsmtszBRqvaLsrHNRfXdl46pHI { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:42.875rem;left:18.375rem;height:;font-style:normal;display:block; }
#SWKa1MC98S2XgNhbs3GgtW09zHvLs3t3 { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15194;background-color:#f4e9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.1875rem;left:13.3125rem;display:block; }
#wr3CPzddKUmsKnIqykoFcnAU0atfFXR3 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:44.125rem;left:14.25rem; }
#PAM08RAP3F97onyLqFadkXozV7uVxbmK { box-sizing:content-box;height:6.75rem;width:51.25rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:11.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hf2Um1scKBuNsVZpSUfQPgpen4gilim4 { color:#212121;display:block;width:43.186875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:52rem;left:18.375rem;height:2.92535rem;font-style:normal;display:block; }
#iwuDJZMgd2eoEsuTiCuLdTS59sXGKans { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:50.4375rem;left:18.375rem;height:;font-style:normal;display:block; }
#JoqsmqkK0hebTV7szvKO3sQPupaJRJqn { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15199;background-color:#f4e9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.75rem;left:13.3125rem;display:block; }
#s4TzQMdzcC78ZmasknQbP0OPwt96ITsa { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15200;opacity:1;top:51.6875rem;left:14.25rem; }
#zBz8umvIzZJ6kd75y7zMbNblvxJIMEwc { box-sizing:content-box;height:6.75rem;width:51.25rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.6875rem;left:11.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LMosqc1DIcnoTEnz6iTyHlDz3aoWqUww { color:#212121;display:block;width:43.186875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:59.5625rem;left:18.375rem;height:2.92535rem;font-style:normal;display:block; }
#TQToLcefT5nb7ewBSsfSdAmLK0vJksyg { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:58rem;left:18.375rem;height:;font-style:normal;display:block; }
#VSCk2iAXqcd445MtQecLvo3M1SQGfTN6 { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15204;background-color:#f4e9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.3125rem;left:13.3125rem;display:block; }
#ETaGJWwT2B01bIg5WILBtDlnF6QMHU2n { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15205;opacity:1;top:59.25rem;left:14.25rem; }
#sBtKhv67ZKsizaFLlLa7MJckALyklDTy { box-sizing:content-box;height:6.75rem;width:51.25rem;position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.25rem;left:11.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#p22eggEo49WBHkL116skMa6CCIaLhkqq { color:#212121;display:block;width:43.186875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:67.125rem;left:18.375rem;height:2.92535rem;font-style:normal;display:block; }
#LZs5KaI2QTDAT70TdqGfnng9TAlONGfN { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:65.5625rem;left:18.375rem;height:;font-style:normal;display:block; }
#zaL9k6z2LGoKdTTOZ842lEbWxxV4NHcA { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15209;background-color:#f4e9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.875rem;left:13.3125rem;display:block; }
#BgcFxznTvhtlx0MVuTZLQ6RQEX9p0Zmc { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:66.8125rem;left:14.25rem; }
#KdzIItOdUfX0FTPmhoTHk8cPzzi79Owr { box-sizing:content-box;height:6.75rem;width:51.25rem;position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.1875rem 0.25rem rgba(176,176,176,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.8125rem;left:11.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FmlVJH2Kw8kXgbhvr675lza3JOkE5Ldv { color:#212121;display:block;width:43.186875rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:74.6875rem;left:18.375rem;height:2.92535rem;font-style:normal;display:block; }
#P0mgJdEVcKRLiV3kVwh96X9XeNV6dpoL { color:#000000;display:block;width:18.311625rem;position:absolute;font-family:aptos;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:73.125rem;left:18.375rem;height:;font-style:normal;display:block; }
#eIrAIeKUd7m14CVEA6TwugVOuwUeZ7Nh { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15214;background-color:#f4e9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.4375rem;left:13.3125rem;display:block; }
#hHggW46ezLJTOzQ1KXicKUeDQMbrH8tc { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:74.375rem;left:14.25rem; }
#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt.adaptive-delivery-prevent-bg, #ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt.lazyload, #ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt.lazyloading { background-image: none; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container { background-color: transparent; background-image: none; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,246,237,0.61); }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container > .video-iframe-container { display: none; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,246,237,0.61); }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row > .video-iframe-container { display: none; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .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); }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container { border-width: 0; border-radius: 0; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Lb9dMcMBR3OF1GxXqCbXt2u3PiwZDBKT { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:2.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#p9U4Nqh3ByQoSPa8DF9bKmP0GuaJGnmx { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:44.8125rem;left:3.5625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xU6uxEGBPC3oTFCnMB9dLZLrisy8Ml9w { color:#2c2c2c;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:42.0625rem;left:3.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zl44K47pytRBfb5huN96hvAtTJsAelMd { box-sizing:content-box;height:5.5625rem;width:25.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;top:25.25rem;left:2.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#LrzIzLeyIPXkJdwcrUDw8GtQoIQelNCC { color:#5f5f5f;display:block;width:18.4375rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:26.0625rem;left:7.125rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OtBgn28UuTZduCchxFUBgcd0hqZdtR61 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:27.1875rem;left:3.8125rem; }
#lDoC0zQ2ytNigKF01Qfqy7TKChWJGxIb { color:#ff5e1c;display:block;width:23.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:33.8125rem;left:2.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8i4CeGLmgZsdaaSkJ69gX63gSme4LCu { color:#9b9b9b;display:block;width:6.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:38.40625rem;left:11.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GabklPI8D83LfOeDw2CDlEu3ILvKrmJM { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:20.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#fdBWdpTSF3sluSbARIKfI33oXnuZIUOh { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:44.8125rem;left:21.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c5iZamaKNKvQGWecCNm3REffTkHMHUoO { color:#2c2c2c;display:block;width:13.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:42.0625rem;left:21.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iv1q9EfVuDNO6RAzI6H4820JRmaTNnfx { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15024;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:21.625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#rcPWazp0K45ozl67X9lMIIuK4LH1AHBU { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:38.875rem;left:32.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tsAwMPipV1fGXQUEzKnkG93dCLWZeBff { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:39rem;left:22.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqRmvxe2f4OtQEcxx5H2wecxbeMgsdlt { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:49.9375rem;left:22.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0vomal9vHLOW2fdiKi3DLTEvzSIK41E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:50rem;left:21.5625rem; }
#CSM7KaTn2SuysU7z1mI7bo04bG6L8oo8 { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:38.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#AeOIElqaNpsPAaiomSfKqfcgEiZxvROd { color:#6b6b6b;display:block;width:14rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:44.8125rem;left:39.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qScHHnsUPQ4HNNC0ZnTKBCrA59ZscUPf { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:49.9375rem;left:41.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xet1FqH0Ogd7ZJOPzT9ATF6iiVJNFVxg { color:#2c2c2c;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:42.0625rem;left:39.9375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d5EvbSItKCt1klKGwS7kkZmEsghsiSI1 { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:39.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#S1oqG8NgCBkZIdSKFdiDyJmyds8qigEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:50rem;left:39.75rem; }
#k3f1MTP2kHt3AkAwBLH1sxFE8Fz6SJ2m { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:39rem;left:40.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPWl5HIpQ0u502NZTa8B6w088BTT8ace { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:38.875rem;left:50.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nq7RJuZM50Rk5vx21oi6qUOBtgVU7aTD { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:56.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#yxG4z9eWQt2CShQJdSx4mobxJdgAwkGB { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:44.8125rem;left:57.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o24BR9nmv9n5DlcCw3DAldWIC5bgwtv8 { color:#2c2c2c;display:block;width:13.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:42.0625rem;left:57.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hE4Wkv2XU6wJsuIoStrSBn7SfyFW2UTk { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:49.9375rem;left:59.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFGUG6QMlaxIdlSazd2t50PmMeS4HaNF { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15040;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:57.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#dT8FwxlTe6qMoyn2HVyeFc1wc0qVh5bl { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:39rem;left:58.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pw9ObVfUBeXkT5pAqPb5a2JdGUVdN9SX { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:38.875rem;left:68.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVMBNPLMkRsaKAz5i1mgtUURTLbnxkMX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:50rem;left:57.75rem; }
#fmRIOfCHfRnbkHsOO5OdVp8zgqOUPozU { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:49.9375rem;left:4.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4riTzhpdlpGyxx3d0KmgXKoyap7cdQN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15166;opacity:1;top:50rem;left:3.5625rem; }
#bc9Rv1B3pUdd8gxlM1Rc0LlZtnXNoVBu { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:38.875rem;left:4.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCJZqun82cF4nyS3gGlBd0llKsJWNhFK { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15026;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:3.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#RDXlOmvdn3cw6k0a0ShZFht1p6gn23Qc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15142;line-height:1.1;letter-spacing:0;top:8.1851136684419rem;left:2.5rem;height:5.7734375rem;text-align:left;text-align-last:left;display:block; }
#DxbcXe24NFCUz3ku8re9THT0qz909Krs { color:#5a5a5a;display:block;width:25.0625rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.376953840256rem;left:2.5rem;height:8.3105625rem;text-align:left;text-align-last:left;display:block; }
#L0tIdqZU0B15Olcxu7WlOm1yhsQPcC7R { box-sizing:content-box;height:2.06163125rem;width:15.9375rem;position:absolute;display:block;z-index:15019;background-color:#fffefd;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:2.4375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#EHMqJepPc7PCyD2nqg1lePyNUJm7FT9L { color:#e3692d;display:block;width:12.6248125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMHMVfD9Ww4daZstAT9LZxEJikfiZlF0 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.06228125rem;width:1.06228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:5.25rem;left:3.1875rem; }
#dlipXQXLHzheUg4iZlgyq5F1an1QtuMh { position:absolute;display:block;z-index:15181;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:25.5rem;width:45.5625rem;top:7.0553586254881rem;left:29.313585498488rem;overflow:hidden;display:block; }
#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn.adaptive-delivery-prevent-bg, #sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn.lazyload, #sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn.lazyloading { background-image: none; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn > .row .container { border-width: 0; border-radius: 0; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#dyprwS0xqbpfLcVaWKsnkIPH2gUtoLlA { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.125rem solid #ff9053;border-left:0.125rem solid #ff9053;border-right:0.125rem solid #ff9053;border-bottom:0.125rem solid #ff9053;top:37.1875rem;left:2.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#GLpZ1cBIXgBiMqE8KTRuRFnM6gIrMPRW { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:44.8125rem;left:3.5625rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gl8zc5Jt3dHbmdP9npQ9IaD2H5xSE4gX { color:#2c2c2c;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:42.0625rem;left:3.5625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsaIn5CZxPE9SqqNpFMeOKNInUPHErgy { box-sizing:content-box;height:2.0625rem;width:17.375rem;position:absolute;display:block;z-index:15014;background-color:#f3a25f;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:2.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#dSXuCyFB6ORWmLytHvX3kwhRsELJ1WX4 { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:4.71484375rem;left:2.25rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrpbiuBU2eQNLa03ymJmaW7TN46NxInT { box-sizing:content-box;height:26.3125rem;width:41.4375rem;position:absolute;display:block;z-index:15115;background-color:#f2efff;background-image:url("https://images.assets-landingi.com/uc/c7548236-4b4e-4eaf-850f-80bdcf582a8d/freepik_upscalethisimageto4k_2776878086.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:31.5rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#rrpbiuBU2eQNLa03ymJmaW7TN46NxInT.adaptive-delivery-prevent-bg, #rrpbiuBU2eQNLa03ymJmaW7TN46NxInT.lazyload, #rrpbiuBU2eQNLa03ymJmaW7TN46NxInT.lazyloading { background-image: none; }
#ZlPfmyiMCFLi0EmITv6dEZcVlmOQmiUB { box-sizing:content-box;height:5.5625rem;width:25.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;top:25.25rem;left:2.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#GQkshreby2zcSqapNziNp8ke5wJE3P82 { color:#5f5f5f;display:block;width:18.4375rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:26.0625rem;left:7.125rem;height:4.140625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t8yvWukELKSyw9Xa0hEEsv11OIT84sLv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:27.1875rem;left:3.8125rem; }
#F77UsGssvXGyceKovH3xU623MQ5APTVS { color:#ff5e1c;display:block;width:23.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:33.8125rem;left:2.4375rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMxNRv8pzl0827HdMyra8tyIz5qV9UqX { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:38.875rem;left:14.5625rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdBaST62rTFwTxbHpfxKyB5l1cXU3Uog { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:20.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#owWbsTXLRREMvbpT5ltlSqXESfyfXFTV { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:44.8125rem;left:21.75rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJNZy3JFfy4pnW8RbHHzk8WqyLevONU2 { color:#2c2c2c;display:block;width:13.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:42.0625rem;left:21.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzbHWnW5Dm9JC7OOD3HqivBsvIGQDXZH { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15024;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:21.625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#qGyqk6Uck3yuJRBUH4dvUgyMDzxwRE92 { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:38.875rem;left:32.75rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRyr0SAxAknwGwm0V4Hlx2XVtU0opAB0 { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:39rem;left:22.1875rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHnbMWQpv8DLzXfUr1c28Wg3IRC89nzS { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:49.9375rem;left:22.875rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fa2cH0sSgMl5nipwTmlzkzcOb5n2yHwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:50rem;left:21.5625rem; }
#WxoBl0U32RK9uN237GseIcoLRyz9xgVN { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:38.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#BAKAA5aJziwuoLuITRCl6ynyGOgkmlVa { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:44.8125rem;left:39.9375rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuwP9qFJGvRSrilUL1udyarPMG6NmO18 { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:49.9375rem;left:41.0625rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n06ar64I01C0aRq1A4i3CB3Qryql3KSX { color:#2c2c2c;display:block;width:13.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:42.0625rem;left:39.9375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnlODXgJBAQsdrPvJeZ9uZeiTwqJ3xzp { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:39.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#mO2qse4Rhx9ILtcqnL7JxpRhnuXeQnS9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:50rem;left:39.75rem; }
#Wrtct043cJQ7bRMaXpr8AqyubQxOlU96 { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:39rem;left:40.375rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h98zwfBtinOQSORPmxsAg3IFvQU5HTQd { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:38.875rem;left:50.9375rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLlMIiCelnQZmLrp1b1nriOJPagwWsdG { box-sizing:content-box;height:16.8125rem;width:16.5rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.1875rem;left:56.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#rpptsig73Om4uH0EhtvckFu4skqns1pb { color:#6b6b6b;display:block;width:13.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:44.8125rem;left:57.9375rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmtEq5RJlxGzi7wVDstKtPZ1mWhN0bPu { color:#2c2c2c;display:block;width:13.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:42.0625rem;left:57.9375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6p77mbbtOFnKCDCW6sKtZQq3yZyraHK { color:#ff5e1c;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:49.9375rem;left:59.0625rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haXhKsnSbsVtu2BCOoxodhgRA23xxlnU { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15040;background-color:#f4f4f4;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:57.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#xSQ3W6PUMl7WBEL4XsGFD9zezU5P0Syn { color:#666666;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:39rem;left:58.375rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wf46mmk7c5vKRO0nnUB3ppNOaDqyedh4 { color:#9b9b9b;display:block;width:3.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:38.875rem;left:68.9375rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lb3NtRNioz4TNL3aUXX0p0PHkv0PKvyA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:50rem;left:57.75rem; }
#Ktpz3Ef7aP0593XR98aKVaCHIeMAvW5s { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15142;line-height:1.1;letter-spacing:0;top:8.1851136684419rem;left:2.5rem;height:5.77256875rem;text-align:left;text-align-last:left;display:block; }
#b5ymeobRbcEOpI9xp7rN8mQ0WJuxbIh1 { color:#5a5a5a;display:block;width:25.0625rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.376953840256rem;left:2.5rem;height:8.3061875rem;text-align:left;text-align-last:left;display:block; }
#GMH3zLk1kmhm0pdH9nGwF98M39M1tDAI { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:38.9375rem;left:4.0625rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKRtcAsxiseX76v8E7IpE5cmOzfelhVU { box-sizing:content-box;height:1.875rem;width:6.25rem;position:absolute;display:block;z-index:15034;background-color:rgba(255,37,46,0.7);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.34) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:3.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#osXC5gFXs8Ed45W3lVGT4I6HoMCnIP0c { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:49.75rem;left:5.125rem; }
#T1ieCTX34a1kXSu1yNL2Z04ApkKfUatJ { background-color:#ef8956;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:48.8125rem;left:3.125rem;display:block; }
#x8zEXeUVIHT7uCTtWo6RbO5iTZlRD1S4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku.adaptive-delivery-prevent-bg, #MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku.lazyload, #MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku.lazyloading { background-image: none; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku > .row .container { border-width: 0; border-radius: 0; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#wvbuRUlLQvmkA4T8EvtFnXQBqhK9abNy { box-sizing:content-box;height:17.1875rem;width:21.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #f38564, #f87b3e);background-image: -moz-linear-gradient(175deg, #f38564, #f87b3e);background-image: -ms-linear-gradient(175deg, #f38564, #f87b3e);background-image: -o-linear-gradient(175deg, #f38564, #f87b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38564', endColorstr='#f87b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38564', endColorstr='#f87b3e' );";background-image: linear-gradient(175deg, #f38564, #f87b3e);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(165,127,101,0.17) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.8125rem;left:2.875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#E8pCNw2wCd9iZ46xLEti93rOPHol2Qhn { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15202;line-height:1.3;letter-spacing:0;top:20.1875rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AkgSFaT9EaDB7kZXgazKsLX0uB2FP3bX { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.6875rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJkfIhH9xUl95CmHNDpRQGmp7RxmG0TD { background-color:#e6f2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#184d76;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.0625rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:22.9375rem;left:4.375rem;display:block; }
#ZOkTvbVLMZlpwsHHOHDA3bv5oXh627Cy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9QmGeCNkQ2i0LcbJDZ5URZcDWluT8ZD { box-sizing:content-box;height:17.25rem;width:21.0625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #74a6d3, #3b8adf);background-image: -moz-linear-gradient(202deg, #74a6d3, #3b8adf);background-image: -ms-linear-gradient(202deg, #74a6d3, #3b8adf);background-image: -o-linear-gradient(202deg, #74a6d3, #3b8adf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3b8adf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3b8adf' );";background-image: linear-gradient(202deg, #74a6d3, #3b8adf);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(138,181,215,0.27) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:2.8125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#febMDwBBqaoQIdMzFZttDZTHQ7spqHcu { background-color:#fff0ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ce6f2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.0625rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:45.3125rem;left:5.1875rem;display:none; }
#x3ivWSVPybWQ64J775mC97ZvWIPt6XOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USZq4L1vSZtKvA5TXVOJ0IDDo5h0eNUR { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15209;line-height:1.3;letter-spacing:0;top:38.25rem;left:4.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7Go7Jf3NM26DWqidRqGs40Op9hd6a8G { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:35.8125rem;left:4.75rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UKdaUDI7T13t9S6lvBX9tO5ikl10k4q5 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15212;background-color:#dafaff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:4.6875rem;display:block; }
#sRDgOySQMZmho6rmJ3VaC6TbGQ8WgCOA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:14.125rem;left:5.375rem; }
#eHuhCQ0iXLmeIOMt24xZGmnxghw07zp4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:32.25rem;left:5.4375rem; }
#bTzwGK8tCafpWzSKI7RyUoxqk6TqTfLG { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15214;background-color:#fdebe7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:4.6875rem;display:block; }
#LRBHQapvnT5kcW47hSn64SJEMs5Zu00y { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:2.5625rem;left:5.5rem;height:;text-align:center;text-align-last:center;display:block; }
#mLzui7ey7JmTr770o6BeTIKtBqu5ypNS { color:#5a5a5a;display:block;width:52.3125rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.34375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#QNXCbxFmRnXTQo6PkRzFWPRcixGWX1V6 { box-sizing:content-box;height:17.1875rem;width:13.9995625rem;position:absolute;display:block;z-index:14997;background-color:#3fbbff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:58.25rem;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;display:block; }
#L0EsouPGXaA0UX5zD1K53PNC7svDPiZh { box-sizing:content-box;height:17.1875rem;width:13.9995625rem;position:absolute;display:block;z-index:15000;background-color:#f46b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.6875rem;left:34.25rem;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;display:block; }
#tIeTcfp9mO1xi1Am9WdQOT2yd2Pf1bAa { box-sizing:content-box;height:4.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15219;background-color:rgba(255,173,116,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.125rem;left:4.3125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#s61MRr6bI3HmIu6zCOI2M3CstEEKynsS { color:#ffffff;display:block;width:12.1245625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15220;line-height:1.3;letter-spacing:0;top:42.375rem;left:7.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feumRggTVBcGdeiTuLiH7Iy25ZimFNFw { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;height:24.6875rem;width:35.125rem;top:17rem;left:36.4375rem;overflow:hidden;display:block; }
#SSiqqgyNk8E1bTTbGxKNPP1umTU7u1T3 { position:absolute;display:block;z-index:15221;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:3.6875rem;box-shadow: none;height:23.8125rem;width:20.5625rem;top:19.25rem;left:27rem;overflow:hidden;display:block; }
#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8.adaptive-delivery-prevent-bg, #T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8.lazyload, #T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8.lazyloading { background-image: none; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container { background-color: transparent; background-image: none; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container > .video-iframe-container { display: none; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row > .video-iframe-container { display: none; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .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); }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container { border-width: 0; border-radius: 0; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#DGaHToFSTOUuniPE2QrPUiDssqVxwDAs { box-sizing:content-box;height:17.1875rem;width:21.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #f38564, #f87b3e);background-image: -moz-linear-gradient(175deg, #f38564, #f87b3e);background-image: -ms-linear-gradient(175deg, #f38564, #f87b3e);background-image: -o-linear-gradient(175deg, #f38564, #f87b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38564', endColorstr='#f87b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38564', endColorstr='#f87b3e' );";background-image: linear-gradient(175deg, #f38564, #f87b3e);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(165,127,101,0.17) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.8125rem;left:2.875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#WEnqXW6G0FJZmdSewoROvEN8EgyT4EA1 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15202;line-height:1.3;letter-spacing:0;top:20.1875rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vqpp0LrKmCQInChZgqKIbA8cdmMKShht { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.6875rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgANc17ntplX4D7ixxGOThGQLS9127Qp { background-color:#e6f2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#184d76;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.0625rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:22.9375rem;left:4.375rem;display:block; }
#tv7XXh1TJ54S1OkiteFfByFn2kU6bSw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btxNKhD9e2zbV58bJbrenSXi4UANLElZ { box-sizing:content-box;height:17.25rem;width:21.0625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #74a6d3, #3b8adf);background-image: -moz-linear-gradient(202deg, #74a6d3, #3b8adf);background-image: -ms-linear-gradient(202deg, #74a6d3, #3b8adf);background-image: -o-linear-gradient(202deg, #74a6d3, #3b8adf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3b8adf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3b8adf' );";background-image: linear-gradient(202deg, #74a6d3, #3b8adf);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(138,181,215,0.27) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:2.8125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#NqTwGsoHkaEidOUUl2PiFCODlUum0ZNx { background-color:#fff0ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ce6f2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.0625rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:45.3125rem;left:5.1875rem;display:none; }
#S19dXCLlkoOIT3ebEHeaPllnQPPOqbca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmcMiyQqTWq6mcG6uC2ZEiuaJdPhd5U8 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15209;line-height:1.3;letter-spacing:0;top:38.25rem;left:4.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGArDB86qzi5O9uZTc6P6WPnqVU6vgfC { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:35.8125rem;left:4.75rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDr3HDlyu3m4HOkJhC8aiCF6OZo95DW7 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15212;background-color:#dafaff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:4.6875rem;display:block; }
#rmf7rJDZAKAQKxTFeODbsOPZbvMywAks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:14.125rem;left:5.375rem; }
#BGNefSCIUK8lVog1wp8mk5G6W0GxCTDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:32.25rem;left:5.4375rem; }
#cD0Xfz4Muu0vH5aTB78Z33I3yRXzyoTX { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15214;background-color:#fdebe7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:4.6875rem;display:block; }
#vnsbtIHdwangReKHSGD8rSci48xQmTrg { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:2.5625rem;left:5.5rem;height:;text-align:center;text-align-last:center;display:block; }
#khdGA9nDX2nBQEyLXMBpViGuFT5ST4PS { color:#5a5a5a;display:block;width:52.3125rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.34375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#cbeSsxv69yi4WF6yVOJ9PvXdcxi7cGQL { box-sizing:content-box;height:17.1875rem;width:13.9995625rem;position:absolute;display:block;z-index:14997;background-color:#3fbbff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:58.25rem;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;display:block; }
#TDh3JTfShGSHDEXddkBMGgzpy2wLuCPs { box-sizing:content-box;height:17.1875rem;width:13.9995625rem;position:absolute;display:block;z-index:15000;background-color:#f46b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.6875rem;left:34.25rem;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;display:block; }
#K8TS57q3to13z3HURsFqb8uTn7rMarf9 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;height:24.6875rem;width:35.125rem;top:17rem;left:36.4375rem;overflow:hidden;display:block; }
#O6c2IWIRN1FrG4H1cGcofduLtH4Qw1Rk { position:absolute;display:block;z-index:15221;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:3.6875rem;box-shadow: none;height:23.8125rem;width:20.5625rem;top:19.25rem;left:27rem;overflow:hidden;display:block; }
#M7zWwn8KGTOIWIZ4PpXqwXPzFVn4bJma { background-color:#fff5ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#762b18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.0625rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:41.375rem;left:4.3125rem;display:block; }
#HbUKOgTOfc4GiQs27fPAtFTNT0opsLFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN.adaptive-delivery-prevent-bg, #nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN.lazyload, #nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN.lazyloading { background-image: none; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN > .row .container { border-width: 0; border-radius: 0; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;overflow:visible;position:relative;display:none; }#k4XHOk6u2HO6DrOTh6I3ZHQtV7s4tJQ6 { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.8125rem;left:29.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#grsfHyVIDI8fCxBFDRR5E9URHHTl1ywt { color:#3f3f3f;display:block;width:39.1875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#w9HEIgMIUdgl010l3BZkWeBQeVKOLF3m { box-sizing:content-box;height:2.0625rem;width:16.25rem;position:absolute;display:block;z-index:15012;background-color:#dff2ff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:2.6875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#ZoLwvC8bsFu1gmBlzdgQTcdVi7o3uiEe { color:#3d668b;display:block;width:12.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:3.625rem;left:5.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQFtxTor9khhQck5N1Nmlr382gT40Ogd { color:#e5a100;display:block;width:5rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:41.25rem;left:32.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScNBqUsHGnTAmTNyE38e9Xe6NLMdIhcd { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:33.1875rem;left:30.875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPInTVSwOQIb5mC0rc5unKoSuBrdDXA9 { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:37.9375rem;left:30.875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVxHI3Av1BWxNNHwtC7tSgJQnb3VIiny { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:3.75rem;left:3.625rem; }
#AGMVVouFSe1yaMg55k3CMJh2tV9Td34C { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15018;background-color:#f6ca27;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5rem;left:30.375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#QHiq07LaFzakKq5qM0cuvccuHEDTi2om { color:#515151;display:block;width:9.625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:30.9375rem;left:31.375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gipl8UXrA2VpAs6Gtlh7scfLvoTPrbVc { color:#e5a100;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:42.4375rem;left:36.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCvXzzkxEpp7JokUsDiouBbmh3RtBv0u { color:#e5a100;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:41.8125rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xm716o3ZGXSFZ0iRMuJyC0S0iKrP3Tla { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.8125rem;left:47.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#E22360eEWkT4VOUvZSikzA7hBtCIKizB { color:#e5a100;display:block;width:5.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:41.25rem;left:50.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuc64N340conlaH8mCQWosQcbXIZRFm9 { color:#e5a100;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:42.4375rem;left:55.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMxxsv1fCWOHoK6clnO76uoTLPeGR6bM { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:37.9375rem;left:49rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBtpqPK6sTqeKoKOb0pw2rtwrfut6yv5 { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:33.1875rem;left:49rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTE7ClS1BpgIrSpSqaeTbQKLJfs5Qkah { color:#e5a100;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:41.8125rem;left:48.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g4EWfXUuSVPar0amtaXKaOUo3uFZeb3T { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:#f6ca27;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5rem;left:48.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#HWT6PWMThRNEfWHPZ9TT4w9ngSFgpmmT { color:#515151;display:block;width:9.5rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:30.9375rem;left:49.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weaIDnLetbkSDyySGeduUL5dLVOOspIN { color:#3f3f3f;display:block;width:44.6875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:52.875rem;left:15.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnTp0wbQgl8utL8JTCTBdpdOATTrMbNG { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:56rem;left:7.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#gX5gXoBqin7ZcBgmHSaB2LsBZRwv6xT5 { position:absolute;display:block;z-index:15154;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.0625rem;width:2.0625rem;top:57.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#pMq59Io9KbJlcUiFLVH23LePcaTrD4WG { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:57.499572753906rem;left:11.062284469604rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNTXeTgJpUR9ceCVZQgcHbTlPvQchRfh { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:56rem;left:22.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#hdKQBAwEgzz49Qouw9r4gbKK0U9QJUi7 { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15158;line-height:1.1;letter-spacing:0;top:57.562286376953rem;left:26.436632156372rem;height:1.16796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXitZigR8Nh18TnQByNd6Pb1vZtNCRAX { position:absolute;display:block;z-index:15157;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.0625rem;width:2.0625rem;top:57.0625rem;left:23.5625rem;overflow:hidden;display:block; }
#xr4eyxyoHBJDyAZ3FC34lxxL2qQSoT13 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:56rem;left:37.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#PVLLHNJSwBm0XTqrPGI4gM2HyJTWtN1v { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:56rem;left:53.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#QVeBqLWtdWyGqJpgS70KwfwcUOe2C20d { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.1;letter-spacing:0;top:57rem;left:57.1875rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bP7fTc6icl3Nh7TAL2zfJMFCgfSxC41p { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15161;line-height:1;letter-spacing:0;top:57.125rem;left:41.8125rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFp0aNOaGGWGsqyA1tAQJbVIAn6TOByF { position:absolute;display:block;z-index:15160;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.0625rem;width:2.0625rem;top:57.0625rem;left:38.9375rem;overflow:hidden;display:block; }
#ptXVgWR9B7IgeTv2AxdorwCJhXxJugO8 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:61rem;left:37.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#BULfUcIl4HaOZpLAuT2Tm8SktbqTrNBd { position:absolute;display:block;z-index:15166;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.0625rem;width:2.0625rem;top:62.0625rem;left:38.9375rem;overflow:hidden;display:block; }
#Q2vXmqVA56uprX7ylC43SF4TUz3DQtGo { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:61.8125rem;left:41.875rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d1DTDZgo7kOVoxf6WEa4Gh3VAoHq1P2Q { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:61rem;left:53.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#bh3hEdq4y3ZAtk9nUpHXSdnER8KTqJTn { position:absolute;display:block;z-index:15169;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.0625rem;width:1.9375rem;top:62.0625rem;left:54.375rem;overflow:hidden;display:block; }
#i60PFsr08d1x0KxUVVR2XBwwhm0mRnKM { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15170;line-height:1.1;letter-spacing:0;top:62rem;left:57.1875rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UlgQJqWo9ig4LWQ6LFzPhSmTKCEEKKCB { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:66.0625rem;left:14.75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#mTnu5Cbm9GO8IudU40XwTW4wvBIcwOyo { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15173;line-height:1;letter-spacing:0;top:67.1875rem;left:18.6875rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JnqBfAPUsRXWVG8sZ3brTVeRvb6qk5F1 { position:absolute;display:block;z-index:15172;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.0625rem;width:2.0625rem;top:67.125rem;left:15.8125rem;overflow:hidden;display:block; }
#PDgy33ZTBl6Bl7OomPiNXO7HOSmsnxXa { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:66.0625rem;left:30.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#kaw5QSu48Nlg4h4pfLvPX3ZgTZqgMqpd { position:absolute;display:block;z-index:15175;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:1.875rem;width:1.9375rem;top:67.125rem;left:31.25rem;overflow:hidden;display:block; }
#by8ARGvsThFtpNo45ltp4HEEs6x6E56K { color:#3f3f3f;display:block;width:10.5rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15176;line-height:.9;letter-spacing:0;top:66.6875rem;left:34.125rem;height:2.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okMuLwJbNx6hkq8rWRiA5TbUbi8Onasc { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:66rem;left:45.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#SLiacHeJz8ayqAnWEcGJhLHtg7cN8iQw { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15179;line-height:1.1;letter-spacing:0;top:67.4375rem;left:49.4375rem;height:1.16796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJAwSBLU1qtGSmaBdiNV6HhV0o42KVeh { position:absolute;display:block;z-index:15178;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:1.875rem;width:1.8125rem;top:67.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#VwAFT9He1cXAMKHRBLmeuHGHlb0iTx5f { color:#7b7b7b;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:40.0625rem;left:30.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTRVy1QaiHCgMZcQdF10aldiUU7KTNiC { color:#7b7b7b;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:40rem;left:49rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H88dagRF1SgTw9tT2fnzTs7qZB7cikg2 { box-sizing:content-box;height:7.8125rem;width:69.625rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -moz-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -ms-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -o-linear-gradient(202deg, #74a6d3, #3a81d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3a81d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3a81d1' );";background-image: linear-gradient(202deg, #74a6d3, #3a81d1);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(118,101,165,0.47) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:2.6875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#itOLEwR7Qz30zwlWKwNuP9SE8JntggGs { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.8125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezZAA2z9kmlu3PqdawTSItGSpgcAmEOF { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:16.0625rem;left:4.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHQHGLFUKO7uAMn19nSi35pzoKDSyauw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#2758b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:16.3125rem;left:53rem;display:block; }
#TTcGgKuAQrpRT39MTv88UrWkAkmykBFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrLH4CclgdPmlnDBX7ozwUxTh8dW9qc6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:17.4375rem;left:55.125rem; }
#Tt0sxMcUVMGLWawThi3ipD53TJ4PHSQ7 { box-sizing:content-box;height:1.8125rem;width:13.0625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -moz-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -ms-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -o-linear-gradient(202deg, #9be68d, #92ffa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );";background-image: linear-gradient(202deg, #9be68d, #92ffa7);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:56.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#q7q0vvfktoATEJh3ZAc5QXUoROcTuuwr { color:#4d6d57;display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.9375rem;left:57.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luhy6k9ZCuABqn3e8kudJx37H0O7REpu { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #edf8ff, #c7e7fb);background-image: -moz-linear-gradient(193deg, #edf8ff, #c7e7fb);background-image: -ms-linear-gradient(193deg, #edf8ff, #c7e7fb);background-image: -o-linear-gradient(193deg, #edf8ff, #c7e7fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8ff', endColorstr='#c7e7fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8ff', endColorstr='#c7e7fb' );";background-image: linear-gradient(193deg, #edf8ff, #c7e7fb);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.8125rem;left:11.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#dgmXMLxQu6SiLnRqr29SAdlUXylrqMCx { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:33.1875rem;left:12.75rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C0fTxR0Wn87V0q7AOpQ7FLZEvOoA92d3 { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(210deg, #38aae8, rgba(40,62,255,0.71));background-image: -moz-linear-gradient(210deg, #38aae8, rgba(40,62,255,0.71));background-image: -ms-linear-gradient(210deg, #38aae8, rgba(40,62,255,0.71));background-image: -o-linear-gradient(210deg, #38aae8, rgba(40,62,255,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aae8', endColorstr='#283effb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aae8', endColorstr='#283effb5' );";background-image: linear-gradient(210deg, #38aae8, rgba(40,62,255,0.71));background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5rem;left:12.25rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#Mz4fSLan5PxLTR4J1kz0vNlCfSQbZcdT { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:30.875rem;left:13.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Krrm0g2nKBKOZK1mgWfZGpQ2JtQpwDvB { color:#2c6ea7;display:block;width:5rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:41.25rem;left:14.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SoHypcVRLXt87vr0FJJ2SgtcTacwEVk8 { color:#959595;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:37.9375rem;left:12.75rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kv8DAbCi3qXaU4vEsypdnOu977qVCiRL { color:#2c6ea7;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:40.0625rem;left:12.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eA0UuFcoq3KbZ72TCyCA0pNUsnsA1vVw { color:#2c6ea7;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:42.4375rem;left:18.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eobrZuDluacMnK2G9GRmevyw2wz2ifCb { color:#2c6ea7;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:41.8125rem;left:11.875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o47GfUtehwZdR2SBRfVd3BH5vebmqD85 { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -moz-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -ms-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -o-linear-gradient(107deg, #2185e1, #4bb2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );";background-image: linear-gradient(107deg, #2185e1, #4bb2f3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:45.0625rem;left:12.6875rem;display:block; }
#T1C8hOwxaAPo1WT2Ayq2ptS6fgHrwbzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDrpJe2g1aMCMXDiZFPLdfZ6gddX1pqh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:26.311859130859rem;left:12.874349594116rem; }
#l3VJ7P8F1O1m83CdKIMxhblXGQ8pyGoC { box-sizing:content-box;height:2.0625rem;width:16.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(246,202,39,0.8);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:21.125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#QKHwrRfIi9WgQWKvOVRUILh4ZpWKoSFK { color:#515151;display:block;width:14rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:23.9990234375rem;left:23.2490234375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJLs02M2gwTkoBK0lqsm7XfqBEHhRqh2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:24.125rem;left:21.875rem; }
#dTViE2OH5B4N0WGTbG3TLPux6b02g3Ns { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:37.625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#DbS2gIFV79E69zlcge6zkDv2JkwmiENJ { color:#acacac;display:block;width:9.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:24.0625rem;left:38.249788284302rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-text.counter-number { border-top:0.0625rem solid #478ee6;border-left:0.0625rem solid #478ee6;border-right:0.0625rem solid #478ee6;border-bottom:0.0625rem solid #478ee6;background-color:transparent;background-image:none;color:#326bd0;padding-top:0.45125rem;padding-right:0.40875rem;padding-bottom:0.45125rem;padding-left:0.40875rem;display:block;align-items:center;width:2.45375rem;min-width:2.45375rem;height:2.4275rem;position:relative;font-family:arial;font-size:1.80625rem;font-weight:700;line-height:38.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-text.counter-label { background-color:;background-image:none;color:#3c3c3c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.27125rem;height:1.456875rem;position:relative;font-family:"open sans";font-size:0.6775rem;font-weight:700;line-height:23.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.5625rem;height:5.19375rem;padding-top:0.05625rem;padding-right:0.058125rem;padding-bottom:0.05625rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.3125rem;left:53.5029296875rem;z-index:15202; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #SGLZ5l2xdWllqWctOEhJs90ZGapXfQdi { display:flex;position:relative;top:0rem;left:0rem; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #oNSuXxioW66ehiDoHnWWDhFT54nqA2Pc { width:auto; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #ws0ibZR41maxmybKZeKipmUZqdkKmWcg {  }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #Ks01II0ba6be7FB5lkSGDXuipiF5NiWt { display:flex;position:relative;top:0rem;left:0rem; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #XLFtkNbOCG1LDKAeI5ilHSwNdEcuMeDK {  }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #Jy3MTHlvr2IsNLT49LvvcS7apbTel6Je {  }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #bJSa93DiLQQm6VFM05JgvTJImCrZ0w2A { display:flex;position:relative;top:0rem;left:0rem; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #xofEyb5K83WUfkLbnmyMHFKkiB6BAUXw {  }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #EGui5UMC8M2CgTXaCb2VUxCfIBZCZAOR {  }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #M2Av8f6mqAQup8DCvz4vnvRQARTpvTDV { display:flex;position:relative;top:0rem;left:0rem; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #DZzzzMhOcPQpIvQxa1F0SQikaTAwoUXM {  }
#invDvWW0HlfudVXB63nd4KaPocWGGikV #V4gZ9Tah3P2fWeMDFBJX4ZukSkP07ufu {  }
#cTDg2lwJ1mhCTrDR2fWbH7kUpV0N8TKy { box-sizing:content-box;height:2.0625rem;width:16.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #3963ec, #438cec);background-image: -moz-linear-gradient(193deg, #3963ec, #438cec);background-image: -ms-linear-gradient(193deg, #3963ec, #438cec);background-image: -o-linear-gradient(193deg, #3963ec, #438cec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3963ec', endColorstr='#438cec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3963ec', endColorstr='#438cec' );";background-image: linear-gradient(193deg, #3963ec, #438cec);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.624145507812rem;left:4.3743495941162rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#URFWSTPB2mz5RxJteUDLHWmLeNAw3grn { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:23.999572753906rem;left:6.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XT8PRp7JE8EpRuktUZ43gZ7ZUwBvqpVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:24.124359130859rem;left:5.1241321563721rem; }
#bLCAgsrnwUTzv2qLSvW2mbEEP3myrRSK { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:61.25rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#ZPRo3ATaUocw9dkhJ6DqvXTT8e3WK9Fg { color:#acacac;display:block;width:9.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:24.0625rem;left:61.875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZxMmsfFtfgOFmT9hxSSKAwS1UIzXAHZ { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:49.375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#LDOZrMhadiy10ZowbdxvGfEvqN0E4uiH { color:#acacac;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:24.0625rem;left:50rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wl1Pr7PGUJAK2fato7hIPP8uX10pLex8 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#AZUkaL8sgA4haUlNXb86XbGLLhRGf6JT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:46.25rem;left:31.125rem; }
#DHJW1ryIWFr66PTctPksxUkTwmfOl6kI { color:#eda700;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:46.1875rem;left:32.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPGAFbymqL3DHNVesmtP1UhT86HTXPXl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:46.25rem;left:49.0625rem; }
#wNFPwd3MPVy6KFmONEpP0DsambToJ8SW { color:#eda700;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:46.1875rem;left:50.375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7W5d5L5Ax21ENA20zALAqqWTZChZ9fr { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:61.0625rem;left:7.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#IKPWe9qRfNOmyKyVyG3uvC3K6D281FXT { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:61.0625rem;left:22.5625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Zf3SVLcCU21Ctkc8zDlowwG2tsi59krv { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15167;line-height:1;letter-spacing:0;top:62.625rem;left:11.125rem;height:1.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eW6DA2hy4uA5Io75H59QTduEdCuhTpt4 { position:absolute;display:block;z-index:15169;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.0625rem;width:2.0625rem;top:62.125rem;left:23.625rem;overflow:hidden;display:block; }
#vVNJFiIWMtVyVJeg0oHh8Qg9evRinXgr { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15170;line-height:1.1;letter-spacing:0;top:62rem;left:26.5rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OLJW2BWSUam5PpwbsDacErflyTkpxvdx { position:absolute;display:block;z-index:15203;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.0625rem;width:2.0625rem;top:57.055215835571rem;left:54.304505348206rem;overflow:hidden;display:block; }
#aPQ1SCGrt4KXXTCAn79xgtXmJa3TIuGN { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15001;background-color:#ddeef8;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:62.125001907349rem;left:8.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#ThO6C7QZvJlZLXVmJ0uI92L296VPmTsv { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:62.65625rem;left:8.71875rem; }
#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a.adaptive-delivery-prevent-bg, #icXX6FKN5p003fiwPRUqpoOTmC0PSO2a.lazyload, #icXX6FKN5p003fiwPRUqpoOTmC0PSO2a.lazyloading { background-image: none; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container { background-color: transparent; background-image: none; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.61); }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container > .video-iframe-container { display: none; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.61); }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row > .video-iframe-container { display: none; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .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); }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container { border-width: 0; border-radius: 0; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:75rem;overflow:visible;position:relative;display:block; }#BffTmuqwDWhTq86xMCwv8urn5INcACR2 { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:27.3125rem;left:18.9375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#T4JuBwhUxz8Bs8S4wNDMm5M94trEu3Rl { color:#3f3f3f;display:block;width:39.1875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TvmQ5PzbhllnQmNDNE76oGnrA01OkHzv { box-sizing:content-box;height:2.0625rem;width:16.25rem;position:absolute;display:block;z-index:15012;background-color:#dff2ff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:2.6875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#BpCa5H0q9TKraQtlsCtUxdfTnm6ePbOq { color:#3d668b;display:block;width:12.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:3.625rem;left:5.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogkWhth57uBX3m4TeTbNVATgIme4PKa9 { color:#2c6ea7;display:block;width:5rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:39.75rem;left:21.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fMgi9H2LxUnZMqNAIK7Tb9fc4RZHOfCT { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:20.4375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sEM1UPemmnXzxB3d4rwByoPzSs0eK9ZS { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:36.4375rem;left:20.4375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GiP0mxzmJVuMyS812Fe7AeltQKHM0vUW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:3.75rem;left:3.625rem; }
#wxss1IXW44p6Ef1F6kU0gM11u51xpB2q { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15018;background-color:#f6ca27;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:19.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#WhKHx55c45kkP8SdlfWTf75oJ6fDwHqU { color:#1b4d78;display:block;width:9.625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:29.4375rem;left:20.9375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prxnszLJXiUlexNNmQyqpZId5mPwOFUR { color:#2c6ea7;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:40.9375rem;left:26.5rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaSWodiv2WfbG6FrmUGTxtRMuAq9v35e { color:#2c6ea7;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:40.3125rem;left:19.5625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XCoAc7GKQI2WXBLcFr4T6FOnkCkyuIDH { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -moz-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -ms-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -o-linear-gradient(107deg, #2185e1, #4bb2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );";background-image: linear-gradient(107deg, #2185e1, #4bb2f3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:43.5625rem;left:20.375rem;display:block; }
#ICcnIKgEFdvDS7H2lpw71X2JbTEU3CJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRhJsXXrD5Q4xTMag6d2u2kdmpUGtsrk { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:27.3125rem;left:37.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#NPTl7g9WZ5d6uGy4IxmOAUZbTc3NgtWN { color:#2c6ea7;display:block;width:5.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:39.75rem;left:40.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2Z0XgfqJf1Tge9ye4ZdtGcLVe9woBI3 { color:#2c6ea7;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:40.9375rem;left:45.5rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cks3MfIfGS28NxICkp1TT7rLE094Rtgc { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -moz-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -ms-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -o-linear-gradient(107deg, #2185e1, #4bb2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );";background-image: linear-gradient(107deg, #2185e1, #4bb2f3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:43.5625rem;left:39.375rem;display:block; }
#agW81nkJ7dcJwpe3FG6TccBGA9pKxFW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJOSWWDPWINoO5IwdTAFGbokRTxIeyw8 { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:36.4375rem;left:39.375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAqhkMZeXUZdf4WRRIOv4WGdFL2Tpxux { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:31.6875rem;left:39.375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6NcbGcNFczEFOfG4syooZLQi6bS3Xez { color:#2c6ea7;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:40.3125rem;left:38.5rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#A1hlEpJVWMmRgWdXLxppH54BZ4OGPz9b { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:#f6ca27;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:38.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#QlUS0FHxh5qvBBKZWRSzMoB51JlTzobq { color:#1b4d78;display:block;width:9.5rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:29.4375rem;left:39.875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N336ptMvVVui0RgIXbm0D7roMnMTifl5 { color:#3f3f3f;display:block;width:44.6875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:51.0625rem;left:15.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aya9HE1w2ZllIE9b2z70bcwalEIQSvEa { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:7.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#TIvDhvkTTMZcZdLo1ic73bCMBI0n9Db2 { position:absolute;display:block;z-index:15154;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.0625rem;width:2.0625rem;top:55.25rem;left:8.125rem;overflow:hidden;display:block; }
#KVo4PfdMOW3M0PfJoWHJWxWhzhR1QNDB { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:55.6875rem;left:11rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a3PB6nwpwoS8O6qpEwMQb4POCJ7pG4xh { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:22.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#ZCVaBmqnVhigJybVNQdaiqCiCv9QmA3D { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15158;line-height:1.1;letter-spacing:0;top:55.75rem;left:26.375rem;height:1.16796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HkiUBgpiCRgZxtOFggJ6s6AHPVg4azac { position:absolute;display:block;z-index:15157;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.0625rem;width:2.0625rem;top:55.25rem;left:23.5rem;overflow:hidden;display:block; }
#VU4mIJ3FCdHPOA2mwGTwGo7nuRgzuZTN { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:37.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#trmOXEJyIHkBFd53H5a3hFd4s1gGMOw4 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:53.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#ywCNAyrdQTiA3xlTdIaHZeCAk4iXtXdT { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.1;letter-spacing:0;top:55.1875rem;left:57.125rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qLWQf9Jf83SqTXdsc2EOdH7QB78o3uGR { position:absolute;display:block;z-index:15163;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.0625rem;width:2.0625rem;top:55.25rem;left:54.25rem;overflow:hidden;display:block; }
#xC9A2RyEgc68RKxwpSVsAgQDPQ5slATy { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15161;line-height:1;letter-spacing:0;top:55.3125rem;left:41.75rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s2bEVKzvvgzteSoHoLy4xWrgGOoEAKqL { position:absolute;display:block;z-index:15160;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.0625rem;width:2.0625rem;top:55.25rem;left:38.875rem;overflow:hidden;display:block; }
#pWKtK91Z8Qz1oeLu4XERlEc5Rb6GZQFC { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:7.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#yX4OKWN8EtZ0THToWhkw22N5f2DDd8Kc { position:absolute;display:block;z-index:15166;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.0625rem;width:2.0625rem;top:60.1875rem;left:8.125rem;overflow:hidden;display:block; }
#ATwK2CQlKZ4Lzk1IU2NZy6GfrxikC75f { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:59.9375rem;left:11rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H0xtJ2qGLJZq3rw8IaMFWJVmfLWrmT42 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:22.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#SER00leFWD3AxpknGJSTWeT504dasJaD { position:absolute;display:block;z-index:15169;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.0625rem;width:1.9375rem;top:60.1875rem;left:23.5rem;overflow:hidden;display:block; }
#m9GIp7QWgGxOmTzQaLuZRkuu9bdHISte { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15170;line-height:1.1;letter-spacing:0;top:60.125rem;left:26.375rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qEamR6URHW7TkM7EC6EnEHxBHVCF8IaA { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:37.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#mIw3QIKaPuXr9ut0KdBFhFQwPxqSXD9J { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15173;line-height:1;letter-spacing:0;top:60.25rem;left:41.75rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDT33CISqkLtS7r4FLhaHLhtm82w5lEw { position:absolute;display:block;z-index:15172;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.0625rem;width:2.0625rem;top:60.1875rem;left:38.875rem;overflow:hidden;display:block; }
#inPz6xeQGbiCTFsi6yiuJq3HsRPrFmqO { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:53.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#f2ERrcstpWHBhEmOeg3UhJfEUksMQtqk { position:absolute;display:block;z-index:15175;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:1.875rem;width:1.9375rem;top:60.1875rem;left:54.25rem;overflow:hidden;display:block; }
#eJIrxbLJT9kcq8gBDMX1CBLL0AZPmL1g { color:#3f3f3f;display:block;width:10.5rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15176;line-height:.9;letter-spacing:0;top:59.75rem;left:57.125rem;height:2.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZBsaxunmUaeZ2bNpEpksWPe0LaNs2Hg { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:64.0625rem;left:7.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#lvZxifLKBsXT8qKs8fBaXa0qTKJqaXrT { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15179;line-height:1.1;letter-spacing:0;top:65.5rem;left:11rem;height:1.16796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QJWZkDHOw73F3oTEskvJJE40MlsCsUAM { position:absolute;display:block;z-index:15178;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:1.875rem;width:1.8125rem;top:65.125rem;left:8.125rem;overflow:hidden;display:block; }
#ZD1f0rpH7VR1CCPDM4w8116PHUdwxD2C { color:#2c6ea7;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:38.5625rem;left:20.25rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptDfnmdkTAcTdigl0RUTZU0BraD0K1uA { color:#2c6ea7;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:38.5rem;left:39.375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olnohviT6aQnQRUMvJZ34N9awditGPBO { box-sizing:content-box;height:7.8125rem;width:69.625rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -moz-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -ms-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -o-linear-gradient(202deg, #74a6d3, #3a81d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3a81d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3a81d1' );";background-image: linear-gradient(202deg, #74a6d3, #3a81d1);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(118,101,165,0.47) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:2.6875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#vSyCJNN4c9F9qF1X6x40vWnnI44FC3uS { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.8125rem;height:1.7068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5cmy3d45gp1iWlpznHEduq9aimVh9Lh { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:16.0625rem;left:4.8125rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LPswWst306GrRpGm2ufWF9a7gg7xRbJm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#2758b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:16.3125rem;left:53rem;display:block; }
#TFVNv2E7JzbtPQZ7yqyRdbc6PkEt0Tu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#folbhR6C2M0bbQ0sTQPSFOtrp71dBdP2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:17.4375rem;left:55.125rem; }
#T3v4LSgzVdn4L2VOX9qmk6Kahq39DHU0 { box-sizing:content-box;height:1.8125rem;width:13.0625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -moz-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -ms-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -o-linear-gradient(202deg, #9be68d, #92ffa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );";background-image: linear-gradient(202deg, #9be68d, #92ffa7);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:56.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#C8MKzyWxlAgtE6KpaFoog43WxW9DoVnu { color:#4d6d57;display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.9375rem;left:57.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B500b6tvbG08y85pcxBps3iMNORSrMv1 { box-sizing:content-box;height:2.0625rem;width:16.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(246,202,39,0.8);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.624145507812rem;left:11.686632156372rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#TrzWdmeMhnP9sk7o2QklpOvyiE5Uq73v { color:#0b545b;display:block;width:14.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:23.999572753906rem;left:13.812284469604rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9JffRTQQkeidZfpqQpJlAoJ9uLyZzcd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:24.124359130859rem;left:12.437501907349rem; }
#nIGENXxBpcPlrezzgwJaTpGXzqOc6arK { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:28.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#KESlFRqQ5rdP5EkID7DPx0EPFH65Slab { color:#acacac;display:block;width:9.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.1875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-text.counter-number { border-top:0.0625rem solid #478ee6;border-left:0.0625rem solid #478ee6;border-right:0.0625rem solid #478ee6;border-bottom:0.0625rem solid #478ee6;background-color:transparent;background-image:none;color:#326bd0;padding-top:0.45125rem;padding-right:0.40875rem;padding-bottom:0.45125rem;padding-left:0.40875rem;display:block;align-items:center;width:2.45375rem;min-width:2.45375rem;height:2.4275rem;position:relative;font-family:arial;font-size:1.80625rem;font-weight:700;line-height:38.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-text.counter-label { background-color:;background-image:none;color:#3c3c3c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.27125rem;height:1.456875rem;position:relative;font-family:"open sans";font-size:0.6775rem;font-weight:700;line-height:23.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.5625rem;height:5.19375rem;padding-top:0.05625rem;padding-right:0.058125rem;padding-bottom:0.05625rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.3125rem;left:53.5029296875rem;z-index:15202; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #BlOmT85KSirinK7H4LOU0ZBPaH0UsCJ4 { display:flex;position:relative;top:0rem;left:0rem; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #riTwdUZnt5rV9gTFKTsoU3ZMZbJ94lWM { width:auto; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ffUQxwNcE446nV7m1R0AA35xDF8lhnJs {  }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #XDpIrPT0EcxOy1mqO2u5kzzXHGp335zI { display:flex;position:relative;top:0rem;left:0rem; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #KR4oncnlmrn5QfFq2qF7UVZBEHS5LQHD {  }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #v78uEuvDWD3nF46VbvEvqP1d0pATFN7V {  }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #k8IzzRrECHsbE49Ttwla2sVNG2ym8v82 { display:flex;position:relative;top:0rem;left:0rem; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #hCbwVfVgooVXK6zKXHTq5wIsn3T5DOLT {  }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #DJqkbUNwbN1X82y4nQE3cACZeFNx3sQh {  }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ViQuz7vwC6qI381HhuTPREVOxCrJua9K { display:flex;position:relative;top:0rem;left:0rem; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #tOHNb8NXSP6LmqniacXAdZU7NqA9qPMX {  }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ipQOsOKXApi3V4TAg9qybADUTWnUaFlD {  }
#AgTmyMfo61K2MN6C73mBxR2wxMqpyuVc { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:52.1875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#Z4Qx9zNbMMBWd5TexHpS302TekT9EZLB { color:#acacac;display:block;width:9.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.8125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEhp30KRyuby82WnqQJDOxV3MRpOefFg { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.625rem;left:40.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#eQoctzzkMmLTDTty16PGVz3IB4z3XQOB { color:#acacac;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:24.0625rem;left:40.9375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sNOX7mPKFqrvGVTwaV8Kw2t7WQ778qJl { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.75rem;height:3.41264375rem;text-align:left;text-align-last:left;display:block; }
#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv.adaptive-delivery-prevent-bg, #USIeCcKrtbXmuw50CuHwndx5qvT0ynhv.lazyload, #USIeCcKrtbXmuw50CuHwndx5qvT0ynhv.lazyloading { background-image: none; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv > .row .container { border-width: 0; border-radius: 0; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:75rem;overflow:visible;position:relative;display:none; }#TT3lemtglzUu9hQhHPVR4N3mES0UCr1n { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:27.3125rem;left:19.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#ee2Ilag7rhuLtLZPmFaxT68T0pyoTdbt { color:#3f3f3f;display:block;width:39.1875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XUosLWJhyfaranTnPmQedAs5VFMCBuLf { box-sizing:content-box;height:2.0625rem;width:16.25rem;position:absolute;display:block;z-index:15012;background-color:#dff2ff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:2.6875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#EgkqGaMbhwQvNsrbuTuRB98bNKpkhotN { color:#3d668b;display:block;width:12.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:3.625rem;left:5.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBu3RItzlAbMNXuhfcPauffF3p8tNGuT { color:#2c6ea7;display:block;width:5rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:39.75rem;left:22.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ksw7RIx8CKrw0136OnagVqh1eeBSuGFu { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:21rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lr0GUepOHXBzi5mE6lNf3oVDGFCB9icD { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:36.4375rem;left:21rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIq6aVTPzRJWJfL1Axemy9oAIKvrJERk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:3.75rem;left:3.625rem; }
#CsHlF4GmaWOViIcs4xZ4IW6IeskNTyxJ { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15018;background-color:#c8ecff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:20.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#NHguuFzz8qDQa1wpqMmxmxBC1UO87Iwa { color:#1b4d78;display:block;width:9.625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:29.4375rem;left:21.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsBvEsdyQNngTtHXortwdIqs4LsHd7Lq { color:#2c6ea7;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:40.9375rem;left:27.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mkwXaIC0gs9Cwl0NxbinfTqcPTk7tdRu { color:#2c6ea7;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:40.3125rem;left:20.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qz95z1gDp2Lws4qVqPgwcbOhcOu8GaAk { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -moz-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -ms-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -o-linear-gradient(107deg, #2185e1, #4bb2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );";background-image: linear-gradient(107deg, #2185e1, #4bb2f3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:43.5625rem;left:20.9375rem;display:block; }
#iQ1gxCRAbOxtEFHCEGEoVeNfbeBcXQff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqtacFuevw2hoOKD9dWRGMHWRyTixg4A { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:27.3125rem;left:38.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#TNuWHzz9QVKhx2B7eo5vCEIy2ECTTSPq { color:#2c6ea7;display:block;width:5.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:39.75rem;left:41.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xh0iX5DoTXd1Ef1A9hqkb5PW9CIELtAZ { color:#2c6ea7;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:40.9375rem;left:46.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xe1oHBaz6CqOycQE2CF8PaSc4exBiFM8 { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -moz-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -ms-linear-gradient(107deg, #2185e1, #4bb2f3);background-image: -o-linear-gradient(107deg, #2185e1, #4bb2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e1', endColorstr='#4bb2f3' );";background-image: linear-gradient(107deg, #2185e1, #4bb2f3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:43.5625rem;left:39.9375rem;display:block; }
#uUqpRUIxapGe2VeUyNHkksSuQ1TdLrNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHFAXvSkwxZ4dnHZZhoT4ZpPTVQTJ3Ww { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:36.4375rem;left:39.9375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSyM9a1PaPexHT8cusAUCc3cdTXPX1VW { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:31.6875rem;left:39.9375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wIyzDFI9qACggWcVni7TLOpnzzB9TQ41 { color:#2c6ea7;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:40.3125rem;left:39.0625rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wmFENbyV2rcE9WFzBeXZsrCVHOPlbT2C { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:#c8ecff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:39.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#BETpHSMMTHiTd5yJyZpOtST4OdirpfEC { color:#1b4d78;display:block;width:9.5rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:29.4375rem;left:40.4375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TplK0lxQGqXFTqmMIHV496marmOSxvad { color:#3f3f3f;display:block;width:44.6875rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:51.0625rem;left:15.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#my9yQDTNPdhioo2kS9OIsMXXf1nsmZWW { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:7.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Tt5VZulhRMsQ5obfQl6740NQSqA8x1Gx { position:absolute;display:block;z-index:15154;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.0625rem;width:2.0625rem;top:55.25rem;left:8.125rem;overflow:hidden;display:block; }
#QWaL2hV7lupMTkudWS9syKqri6G1QU92 { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:55.6875rem;left:11rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pqe6o3dQfDrAhI7RGaFzSrFWOkZi6ZTX { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:22.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#iPPETMORdTykzixIrINKk18021wiLCev { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15158;line-height:1.1;letter-spacing:0;top:55.75rem;left:26.375rem;height:1.16796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JIxaMn6J11cZU1ui7XhxtTTIfSMk2Q3h { position:absolute;display:block;z-index:15157;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.0625rem;width:2.0625rem;top:55.25rem;left:23.5rem;overflow:hidden;display:block; }
#iZBy9y9Bup13riZwUX8G22FUTUTHEQWe { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:37.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#POmnVHv1T7NXa3AROVdhHikoEK78T8BS { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:54.1875rem;left:53.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#mx0LrtPHAGbky4ZpdoRtQ3nrV94aaCqq { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.1;letter-spacing:0;top:55.1875rem;left:57.125rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y68KQvMIwTukoimVXownGWdHmeRnVI99 { position:absolute;display:block;z-index:15163;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.0625rem;width:2.0625rem;top:55.25rem;left:54.25rem;overflow:hidden;display:block; }
#lPodfD6qmHVmnRqtOT1TpE9I7AxTpWPR { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15161;line-height:1;letter-spacing:0;top:55.3125rem;left:41.75rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ygrIp4i6QLkpzdtaSsF6Wx4tkUXmVHSh { position:absolute;display:block;z-index:15160;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.0625rem;width:2.0625rem;top:55.25rem;left:38.875rem;overflow:hidden;display:block; }
#uBVDzmL1AVJHoEMPyqdssEnQ8dB2G3WS { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:7.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#FdN02vdVQt6x0tqnmJ5WueLTrSw8TOR2 { position:absolute;display:block;z-index:15166;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.0625rem;width:2.0625rem;top:60.1875rem;left:8.125rem;overflow:hidden;display:block; }
#tdJ8OiT8ZLXkbmDS1hkb0zuX95tTNtQp { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:59.9375rem;left:11rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFqqxdu2TSMvP4m8eJsuLX1KtfcPTqmT { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:22.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#v7HyTFWq8vtb122UeAgJn6xNVhdii87F { position:absolute;display:block;z-index:15169;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.0625rem;width:1.9375rem;top:60.1875rem;left:23.5rem;overflow:hidden;display:block; }
#OAiTKC4TDS8FDnloslWmWc7kHfBvOD51 { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15170;line-height:1.1;letter-spacing:0;top:60.125rem;left:26.375rem;height:2.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xpvlh0aKKuRVWKtdJvHmsfnMXSTbMw4K { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:37.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#sM4c8NNMH0WxZrJZRJCQfhgGpM2l8qsd { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15173;line-height:1;letter-spacing:0;top:60.25rem;left:41.75rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#klFg7S8A1Zo7HFx40ongqwZ5m0bxlemE { position:absolute;display:block;z-index:15172;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.0625rem;width:2.0625rem;top:60.1875rem;left:38.875rem;overflow:hidden;display:block; }
#GT4Knarp1MF6gP9FQBneXm2n8FmZfcCT { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:59.125rem;left:53.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Znb949dtezBL6bdANSaa3QUa5ZR4xb3n { position:absolute;display:block;z-index:15175;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:1.875rem;width:1.9375rem;top:60.1875rem;left:54.25rem;overflow:hidden;display:block; }
#nXQXTuqS9whrBy5BNxdzz5KeWf5uSoaf { color:#3f3f3f;display:block;width:10.5rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15176;line-height:.9;letter-spacing:0;top:59.75rem;left:57.125rem;height:2.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tuahA8QnG1GxpJ528IgQsTQedpJ3lLTw { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:64.0625rem;left:7.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#oZPxCm8XIVmdbhNWDMZCrmErw8fCPQ0u { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15179;line-height:1.1;letter-spacing:0;top:65.5rem;left:11rem;height:1.16796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#osXOxwxCUTa7sFS6hG6FD9N3NXIKNdVx { position:absolute;display:block;z-index:15178;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:1.875rem;width:1.8125rem;top:65.125rem;left:8.125rem;overflow:hidden;display:block; }
#DuZbr43TTbaZgoQFq383gsgktOVrm2dV { color:#2c6ea7;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:38.5625rem;left:20.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOCFKkFgSnygU9PtsKZ1O05uBreRe7XO { color:#2c6ea7;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:38.5rem;left:39.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NztTlfT6cklBrgRoeBtZduG2PoxkarBL { box-sizing:content-box;height:7.8125rem;width:69.625rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -moz-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -ms-linear-gradient(202deg, #74a6d3, #3a81d1);background-image: -o-linear-gradient(202deg, #74a6d3, #3a81d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3a81d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a6d3', endColorstr='#3a81d1' );";background-image: linear-gradient(202deg, #74a6d3, #3a81d1);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(118,101,165,0.47) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:2.6875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#uSqnBqIBg6UZi37EbOwB002ha6KsIfPm { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.8125rem;height:1.7068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4W3gFMxz2WOGs8iSwv0UOWA3txF0TA7 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:16.0625rem;left:4.8125rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIik3GcqwJ2F6vLkqZklFMr1OVDgRkyF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#2758b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:16.3125rem;left:53rem;display:block; }
#hV423VDmR2qJ9lhm9XmHJ8gZgxuySrHM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNHSpZOTtLc1t1z7hQ515nPTRKeJGQpw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:17.4375rem;left:55.125rem; }
#ToQ1qV90B0NKkTX1y0gWg5JxxH0y6vdr { box-sizing:content-box;height:1.8125rem;width:13.0625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -moz-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -ms-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -o-linear-gradient(202deg, #9be68d, #92ffa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );";background-image: linear-gradient(202deg, #9be68d, #92ffa7);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:56.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ynPp70qLhW3qlTRBunkXeA8hRhwAlogp { color:#4d6d57;display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.9375rem;left:57.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fp8HQLxfEcMh8mzlIQevftUtvl9u4838 { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15027;background-color:#c5e2f3;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:20.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#iIDbFsOAeWUomqkoNKomBQEyTizsH5sx { color:#1d6b94;display:block;width:9.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:23.875rem;left:20.9375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-text.counter-number { border-top:0.0625rem solid #478ee6;border-left:0.0625rem solid #478ee6;border-right:0.0625rem solid #478ee6;border-bottom:0.0625rem solid #478ee6;background-color:transparent;background-image:none;color:#326bd0;padding-top:0.45125rem;padding-right:0.40875rem;padding-bottom:0.45125rem;padding-left:0.40875rem;display:block;align-items:center;width:2.45375rem;min-width:2.45375rem;height:2.4275rem;position:relative;font-family:arial;font-size:1.80625rem;font-weight:700;line-height:38.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-text.counter-label { background-color:;background-image:none;color:#3c3c3c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.27125rem;height:1.456875rem;position:relative;font-family:"open sans";font-size:0.6775rem;font-weight:700;line-height:23.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.5625rem;height:5.19375rem;padding-top:0.05625rem;padding-right:0.058125rem;padding-bottom:0.05625rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.3125rem;left:53.5029296875rem;z-index:15202; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #p4Wpy9N29F3VOxg9Zxq6HypyQ3bXmbLT { display:flex;position:relative;top:0rem;left:0rem; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #Sv5QT2CH5hMJATxlH17mZl6VEzxVsVhg { width:auto; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #wu4Tu3xS8mzAt4ueNoqWXU2XfDMdukFH {  }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #yEGXmAxTWp525IrIg6odfUN1hQvu1b1X { display:flex;position:relative;top:0rem;left:0rem; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #TTiweRnmWKfrrGChTnfoSbK6cpoaiTxB {  }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #GqzpUZ1hSC3v3N1NWyLCQMnhLR2qwyDl {  }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #ZU1OeZbTqSmqSf5Lp9JAAABoAIlm5niR { display:flex;position:relative;top:0rem;left:0rem; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #PacQPtMUupANo43lUru0gLxMHgAmgiBv {  }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #hCNGz6AArEiO2G8HesCTP5ZXTeJvyKOg {  }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #f1U88FlMp0VGmi12XUhC6gyn8d4DfzvA { display:flex;position:relative;top:0rem;left:0rem; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #CuR7rcdvRTZFfQ7tcrREobaTQa6dlziX {  }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #qzdeANqnQh7TPH5y1MZaZUE9CbtmF83c {  }
#ThpcZVOwLoyZHupIKug9rRAWy1dT3BS7 { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:43.9375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#CwDhh4WIkaC57lly9f0O1ub4rPBMJe6L { color:#acacac;display:block;width:9.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:23.875rem;left:44.5625rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6qMsHg1sAZ4m1oKzmJu1TZG78rvaf4n { box-sizing:content-box;height:2.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:32.0625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#wCqEQCTWMr3t17eqa3ScVanWnTpZ7Pvk { color:#acacac;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:23.875rem;left:32.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mx6XKC2GLZTwtxECLXDlRPR1HlX7XFWk { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.75rem;height:3.41264375rem;text-align:left;text-align-last:left;display:block; }
#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1.adaptive-delivery-prevent-bg, #h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1.lazyload, #h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1.lazyloading { background-image: none; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container { background-color: transparent; background-image: none; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.61); }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container > .video-iframe-container { display: none; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.61); }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row > .video-iframe-container { display: none; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .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); }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container { border-width: 0; border-radius: 0; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TDDSANe33SqdTq4oIQNCvf1o1Es5cMWE { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:29.875rem;left:20.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#R0TJqJBvRE32WkiaXPF8s3XE3LCcymZl { color:#3f3f3f;display:block;width:33.625rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bGJnucMy1SQtMv57uGMzmRwp8QfOmiC2 { box-sizing:content-box;height:2.0625rem;width:14.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(227,157,75,0.17);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:2.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#kwPlbtIP6O1QxhTunBgQ5OaJiD3lx0Fb { color:#a5483b;display:block;width:12.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.0625rem;left:5.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1BhJyPmwJ6h6lbUCzNXkDT4uuxSDWOG { color:#d7763d;display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:41.5rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQXkcWp5teDzDyCvRMqg65rGDIz7Joof { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:34.25rem;left:21.6875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zimQP1fe7niNBweScKf8k4F12Uesdqz3 { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:38.375rem;left:21.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5RGO70zFXDzstG3UmNxphutRZipQtZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:4.1875rem;left:3.5rem; }
#rm8O2vBakvtPJ0sOg73Q4Xfm8v8eOilH { box-sizing:content-box;height:2.0625rem;width:16.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,191,0,0.49);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.811798095703rem;left:9.5617895126344rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#nO8Az0b8itDeL0ephagyLmW70aK7DSaz { color:#a55e3b;display:block;width:14.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:25.187347412109rem;left:11.68714427948rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#izil74MC2wFq3TBoQSKqOZbMeZCD0HJs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:25.3125rem;left:10.311966896057rem; }
#z5FOxTkdGmOZTUAGHNKWVz0iqJhyImmH { box-sizing:content-box;height:7.8125rem;width:69.625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #ff8958, #e67b46);background-image: -moz-linear-gradient(202deg, #ff8958, #e67b46);background-image: -ms-linear-gradient(202deg, #ff8958, #e67b46);background-image: -o-linear-gradient(202deg, #ff8958, #e67b46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8958', endColorstr='#e67b46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8958', endColorstr='#e67b46' );";background-image: linear-gradient(202deg, #ff8958, #e67b46);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(118,101,165,0.47) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:2.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#GupME1yqMgslmQFdUID3y8xqeXGb84nk { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:17.0625rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cghnaVTJTCCiNDXTbscIXCKwtpbWTVme { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:18.4375rem;left:4.6875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0kw4acT6gV9RBCws6BnXAuM1ODxr0ZD { box-sizing:content-box;height:1.8125rem;width:13.0625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -moz-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -ms-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -o-linear-gradient(202deg, #9be68d, #92ffa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );";background-image: linear-gradient(202deg, #9be68d, #92ffa7);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:56rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#MKOnyfA9Ugp64SGm3sAkqoRmu0TPXIbU { color:#4d6d57;display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.9375rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hm4c6logRLGfDEZVFpPoea67HAUMurv5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#cc571e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:17.3125rem;left:52.875rem;display:block; }
#sJeqSDSRy7gbDxRccUpV5g2xcASXBOSP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NodulJi9wXvm5vUwhQzVHeraEKoIeXIZ { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,191,0,0.54);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5625rem;left:21.1875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#lRiGQ2gssV9GgeKN4ZcVTGi5ELIGl3KT { color:#b05819;display:block;width:9.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:32.0625rem;left:22.1875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Up5PlyGlXMgcTu1kgxZOklIqTKZfUJgW { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:42.6875rem;left:27.625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zfx1e6Nt4oUL8B90SkykcTWohKtxypgz { color:#d7763d;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:42.0625rem;left:20.8125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XbvryNM6rcvE5utwUKeUU26IlrTrVCGH { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -moz-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -ms-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -o-linear-gradient(107deg, #f15e2b, #ff8e53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );";background-image: linear-gradient(107deg, #f15e2b, #ff8e53);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:46.125rem;left:21.625rem;display:block; }
#sPwyzDCUhRDcGPANQdqMXnL1Jlzdzfee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GwlEVeCFIode9Zv1TN0oKyx4hSL5pwdE { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:29.875rem;left:37.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#hK6Xz3iCxJhPpeKLDXkNFTLgH7ZHs5R6 { color:#d7763d;display:block;width:5.875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:41.5rem;left:40.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItuzJpoBmmH5WvLa19twu3IIQreLZ0NM { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:42.6875rem;left:45.375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bs1gL3eAH5quJMJVm1mAX7tSQgd6uIUD { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -moz-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -ms-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -o-linear-gradient(107deg, #f15e2b, #ff8e53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );";background-image: linear-gradient(107deg, #f15e2b, #ff8e53);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:46.125rem;left:39.3125rem;display:block; }
#ZPgxgvMUAluUGxwr5M0QCPrPbhpQmwQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPmwK9aOZlkK0oVlRWwpi1bBragmnhoI { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:38.375rem;left:39.3125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFFBiTCORPVAOgqQg0pgLTJ2AZa7R3pt { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:34.25rem;left:39.3125rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HvT12pSdNUGRkRBgMGCxTHkgssMo8Fo6 { color:#d7763d;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:42.0625rem;left:38.4375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UIovRLGE0Z0gcXnTvFORQaHpFsyQGRKn { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:rgba(255,191,0,0.57);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5625rem;left:38.875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#ihmQvlFd3yQGM8L6owxAZnDgSUgGaJP3 { color:#b05819;display:block;width:9.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:32.0625rem;left:39.8125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#avhiea0eaTmZD3Z8fBVV8XsCMZqnpfwr { color:#3f3f3f;display:block;width:41.8125rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:53.8125rem;left:16.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzQFNdAtXdolgL7BOTNToTV24DwW02gI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:18.4375rem;left:55rem; }
#tp4tuTtNLblgvZpoaU8dsLzfVJM0Mg8I { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.1875rem;left:6.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#X6lTTi8c379BawV1wTmp0Mzwrg8OT0BJ { position:absolute;display:block;z-index:15181;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.0625rem;width:2rem;top:58.25rem;left:7.375rem;overflow:hidden;display:block; }
#wm3czg6kHrwvZ7tERmFpFxCrlFzQBUCa { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15182;line-height:1.3;letter-spacing:0;top:58.6875rem;left:10.25rem;height:1.38139375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZpAZ2AANciwkNmxGN2sdrt7ZRu5T4ap4 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.1875rem;left:21.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#R2mUVhJUk8GuntqmH9WDAQQD9nVeERS1 { position:absolute;display:block;z-index:15184;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.0625rem;width:2rem;top:58.25rem;left:22.75rem;overflow:hidden;display:block; }
#I9r9dU1F6eNad1nN8FhVgb7l6TlQB6FA { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15185;line-height:1.1;letter-spacing:0;top:58.75rem;left:25.625rem;height:1.168325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGzWueI6f7SztlKouTpWZl0ZgNmBaUe4 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.1875rem;left:37.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#C5pDD5TeHXsGR3RFWBqoLkT9OsqRSX6e { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15188;line-height:1;letter-spacing:0;top:58.3125rem;left:41rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xdxuuDMo4TrRWVDq9ZFo0IrATfcsMAIK { position:absolute;display:block;z-index:15187;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.0625rem;width:1.9375rem;top:58.25rem;left:38.125rem;overflow:hidden;display:block; }
#PCxFrOU3UfLbAPi9fI8c65CleSyys8pV { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.25rem;left:52.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#JQnU3ZPDC0Q1DD2ZOnKBzuD7NxW3TekM { position:absolute;display:block;z-index:15190;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:2rem;width:2rem;top:58.3125rem;left:53.6875rem;overflow:hidden;display:block; }
#i3tx1Z4ltOr0Q9UcX0Z8yXcy52cs20DD { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15191;line-height:1.1;letter-spacing:0;top:58.25rem;left:56.5625rem;height:2.33665rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LiqQTI26ZDW4Umo81SHZdkIMVWzPNydU { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.125rem;left:37.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#OJxsClzGUH1GqPHmdvKvs1cAJGX8zMg3 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.125rem;left:52.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#zbGdwuFi0zznGxwCTwGJmEHVNsH2kv0W { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:62.9375rem;left:41rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vNNHbbB1tghVCEP5XqMef5Cxh9WJT4Od { position:absolute;display:block;z-index:15193;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.0625rem;width:2rem;top:63.1875rem;left:38.125rem;overflow:hidden;display:block; }
#hicmSSwXOQ6UiDQkeTGqXhdz3RCa4rrc { position:absolute;display:block;z-index:15199;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:1.9375rem;width:1.9375rem;top:63.1875rem;left:53.5625rem;overflow:hidden;display:block; }
#cPBnmQe1SAtMH12nkkUrh1zCS8DATgUH { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15200;line-height:1;letter-spacing:0;top:63.25rem;left:56.4375rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HUnbRBuPcKiT4WwwFzd6h5WXDDxqRSuJ { color:#ef9f77;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:40.25rem;left:21.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHvqdTqiI80qoCtu7UlLWn80xJlr5QBO { color:#ef9f77;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:40.25rem;left:39.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTVwUvm2U4RgO5IQqwKTrrCF0NHZONhE { box-sizing:content-box;height:2.0625rem;width:12.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:26.375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#UHEI7kB8UXBNzeISCinWTkctmn5hSXKc { color:#acacac;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:25.187347412109rem;left:27.311966896057rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bHIGq8zr7JTh9HiE8eJM7mfRkACmqOhE { box-sizing:content-box;height:2.0625rem;width:12.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:39.4375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#RZfZQz2CWF2xq5TD0TstLetG0TzXaF3d { color:#acacac;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:25.1875rem;left:40.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6kNIpbS6vg4NVtD6iTphSTpGBbORkVZ { box-sizing:content-box;height:2.0625rem;width:12.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:52.625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#RAwTEnzUe2BaKuJllu5OuL7Bfu0WoupX { color:#acacac;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:25.1875rem;left:53.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-text.counter-number { border-top:0.0625rem solid #dfac17;border-left:0.0625rem solid #dfac17;border-right:0.0625rem solid #dfac17;border-bottom:0.0625rem solid #dfac17;background-color:transparent;background-image:none;color:#dfac17;padding-top:0.45125rem;padding-right:0.40875rem;padding-bottom:0.45125rem;padding-left:0.40875rem;display:block;align-items:center;width:2.45375rem;min-width:2.45375rem;height:2.4275rem;position:relative;font-family:arial;font-size:1.80625rem;font-weight:700;line-height:38.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-text.counter-label { background-color:;background-image:none;color:#3c3c3c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.27125rem;height:1.456875rem;position:relative;font-family:"open sans";font-size:0.6775rem;font-weight:700;line-height:23.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.5625rem;height:5.19375rem;padding-top:0.05625rem;padding-right:0.058125rem;padding-bottom:0.05625rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.75rem;left:53.6875rem;z-index:15201; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #kP39FTb5dxKp8Mzr2B2WbHtPnfphZUXJ { display:flex;position:relative;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #up01uLNewFitg66lO5VV7TxqdiHK7T4O { width:auto; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #N8Tz9f2akbHQN8CqEWsueeEHKd0zdAxy {  }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #i80rNbOw8zWNdKEmQyvb20EPZCBrbEDn { display:flex;position:relative;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #cDKmH8RJJ1zUUVAIV24V6f34dyqhg8Mq {  }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #NZ0nTlpf9ZnPgq6NP0MuZV2icGsmCdLk {  }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #HTHgqcavefAADFxMZrNIHvKdn3Qk3hlN { display:flex;position:relative;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #oEqB5rc2gWKCKK8ukG4Aimu34dnziP8H {  }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #TPyLa8gVs8QgMRB5Xl12Rbts53pG2beT {  }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #ZxG3anTRAmGy8g5gQrbaqTz2AOwhfnEM { display:flex;position:relative;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #aoBk12movmQFbwdktWK9xaW56WetXt2A {  }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #dUaxLrWTk6TMKgkcoQ7T2OouzNIaZs7H {  }
#bWpGX2Ox7etLtFJBBzeeOEPVEgW4H9b3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.6337890625rem;left:2.625rem;height:3.41264375rem;text-align:left;text-align-last:left;display:block; }
#zL4pTr0irXTACFak75mLblE1HkIw38lL { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.1875rem;left:21.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#uhTLGSzGFcggVPHk5fkbc5VsT8ruSaAb { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15197;line-height:1.1;letter-spacing:0;top:63.1875rem;left:25.8125rem;height:2.33665rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rlmr76dcPuwvhp46M4LEqSQm2PbDh6HI { position:absolute;display:block;z-index:15196;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.0625rem;width:2.0625rem;top:63.25rem;left:22.9375rem;overflow:hidden;display:block; }
#vTey6lrW0LmBPVaTx53PNbn7PSm9dGzV { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.125rem;left:6.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#CF1PxZoX5D47XPdXTUy98PydRoX6tPyE { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15194;line-height:1;letter-spacing:0;top:63.6875rem;left:10.25rem;height:1.062675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBXlfdqprLqbqAzqN0oZwE7RrG2qIcnv { position:absolute;display:block;z-index:15193;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:1.875rem;width:1.875rem;top:63.1875rem;left:7.375rem;overflow:hidden;display:block; }
#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL.adaptive-delivery-prevent-bg, #QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL.lazyload, #QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL.lazyloading { background-image: none; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL > .row .container { border-width: 0; border-radius: 0; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;overflow:visible;position:relative;display:none; }#TknUFkoH7ksSFu3A6h1XbxHsXBF0DuJn { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.5625rem;left:2.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#elUcJ3iA8oiwumpOSegcziO5HWHFiHv8 { color:#3f3f3f;display:block;width:33.625rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:2.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#V0kl1lNzfKfcdTVSnVkBXeJQKScCf82l { box-sizing:content-box;height:2.0625rem;width:14.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(227,157,75,0.17);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:2.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#CuDTLdc1DneN49JipvBRGPUrPHrV7aXM { color:#a5483b;display:block;width:12.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.0625rem;left:5.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzVxaKSu0UUreJyFvw30opapFpi8dbNG { color:#d7763d;display:block;width:5.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:40.1875rem;left:5.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VB09rs9VkODvhhQJB8GlrxoL2iXW4QfP { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:32.9375rem;left:4rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDHJKQ3ApZgx3chbAvqlX4QELfoaf7Sh { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:37.0625rem;left:4rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PBGHI2fdi9exyNzzWpBKit2lRLgBk2AN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:4.1875rem;left:3.5rem; }
#zbuuThUa7p4L4llrUmlBh5gLRQT6luod { box-sizing:content-box;height:7.8125rem;width:69.625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #ff8958, #e67b46);background-image: -moz-linear-gradient(202deg, #ff8958, #e67b46);background-image: -ms-linear-gradient(202deg, #ff8958, #e67b46);background-image: -o-linear-gradient(202deg, #ff8958, #e67b46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8958', endColorstr='#e67b46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8958', endColorstr='#e67b46' );";background-image: linear-gradient(202deg, #ff8958, #e67b46);background-size:auto !important;box-shadow: 0.125rem 0.375rem 2.1875rem rgba(118,101,165,0.47) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:2.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#n5nizretat4c20frfOOeqFxTBNSTqDcq { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:17.0625rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WaKmBLeSGOcpoMMV1oFuLhFfMkTcOffF { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:18.4375rem;left:4.6875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwnrNHsA4EJzk2RfsScKeh2JcQfw2hUU { box-sizing:content-box;height:1.8125rem;width:13.0625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -moz-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -ms-linear-gradient(202deg, #9be68d, #92ffa7);background-image: -o-linear-gradient(202deg, #9be68d, #92ffa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be68d', endColorstr='#92ffa7' );";background-image: linear-gradient(202deg, #9be68d, #92ffa7);background-size:auto !important;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:56rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#THNWOmlSPV6rbzoUG5CWzVT3i3FlIuTi { color:#4d6d57;display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.9375rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgTiTEzrzp6tU688ZfGSS8gEZ4JRgpaT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#cc571e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:17.3125rem;left:52.875rem;display:block; }
#nfoTMsTHtGucgSiqm0s2zwm37zmA0KJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viL26aVBWw1vI8vkMbvm6lxx61IXn3uw { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,234,223,0.54);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:3.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#f3XmmnT3ierJBBLW3m2lzzcMB5VFTK44 { color:#b05819;display:block;width:9.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:30.75rem;left:4.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3BnpMJWMvFNhTUnIaTq2NIKBHT93Ryw { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:41.375rem;left:9.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdrWcLMoSwPrJS4M8vfnH61Zx8Ty4Aux { color:#d7763d;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:40.75rem;left:3.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#klQ1OiknnmMpixsgGF2DrH1sUbGW7Ucx { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -moz-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -ms-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -o-linear-gradient(107deg, #f15e2b, #ff8e53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );";background-image: linear-gradient(107deg, #f15e2b, #ff8e53);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:44.8125rem;left:3.9375rem;display:block; }
#qBZrv4VE0HRTpekIW8UFMwQqfeKwIigQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVhHe7rTyE7666oN5wzD9bo58tHvSpDv { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.5625rem;left:20.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#lPCmqXQ4gLKd54UhUTWCJ2nMTfQlfggg { color:#d7763d;display:block;width:5.875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:40.1875rem;left:23rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1h3J9hmKye9TF1G6QtGmFM2wPe5HeZx { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:41.375rem;left:27.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwNwnoozeUDvM9NJ9ysehpWOwGRn83H6 { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -moz-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -ms-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -o-linear-gradient(107deg, #f15e2b, #ff8e53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );";background-image: linear-gradient(107deg, #f15e2b, #ff8e53);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:44.8125rem;left:21.625rem;display:block; }
#WUWiZWeV5pt5TSgJoXeU3EzaUKTt3zTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qN6389sPAb2xzgGEnS5UxxrfllvubGrV { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:37.0625rem;left:21.625rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hiENT8n5yGT7bPVxmiug0fwn3qPZgTuf { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:32.9375rem;left:21.625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uO3gZ6OosNd469XFdI9KDEln9uvr99SP { color:#d7763d;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:40.75rem;left:20.75rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dmGUQMSPHlECIZr3kKPeIEaDb2lS5pln { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:rgba(255,234,223,0.57);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:21.1875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#JPTG0aHmi5QpmhFAB3zBQBXWKLFCb3wT { color:#b05819;display:block;width:9.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:30.75rem;left:22.125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TF6F0auCxBZreFCSOB4qo1nMhwnchrx7 { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.5625rem;left:37.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#KfdoLFkHWXWPJb5qlEX8ByRqZTOKTn5M { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:33.5625rem;left:39.3125rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAvVIhGVqK8VzGfewMNpSWoXRZXKKXbG { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:38.8125rem;left:39.3125rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNnG9Ob6mqGxLvCx1dnttLhkFn5UOwlg { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:41.4375rem;left:45.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOJnBdSC2oZSGutG6RVRTHUxZVKiTTFF { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -moz-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -ms-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -o-linear-gradient(107deg, #f15e2b, #ff8e53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );";background-image: linear-gradient(107deg, #f15e2b, #ff8e53);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:44.8125rem;left:39.3125rem;display:block; }
#pH2tDrzy4bssX7ooo9uqFRViGDLQ5W0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcAD2hVWTDWUHFlCli5JKUvhFpv6iTg4 { box-sizing:content-box;height:21.25rem;width:17.0625rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:28.5625rem;left:55.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Bp4zDzSCeuS3QqR7e4WrZgl3C6IfFibQ { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:40.25rem;left:58.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SI50aAbOEV6wcPqoMxSKMfTCCqeaB9c4 { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:41.4375rem;left:61.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMubmuBZGlH3LTKF1S0R3cTTFpnGGIBF { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -moz-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -ms-linear-gradient(107deg, #f15e2b, #ff8e53);background-image: -o-linear-gradient(107deg, #f15e2b, #ff8e53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e2b', endColorstr='#ff8e53' );";background-image: linear-gradient(107deg, #f15e2b, #ff8e53);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15152;text-align:center;text-align-last:center;top:44.8125rem;left:57rem;display:block; }
#HP8LBkPxXIIa3EkPfyBzA0VxGqKtF3PD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJIbH2xw9vQQyZcLNTQ2p9BL9t9KkTRc { color:#acacac;display:block;width:13.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:38.8125rem;left:57rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQOuZb2XzrBotZg1lKaWPMOgQZTa5EJR { color:#2c2c2c;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:33.5625rem;left:57rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pH949yBLqPOlVkAEnb2H4UDHBO5erto1 { color:#d7763d;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:40.8125rem;left:56.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hnBMMlp60sK7aicPcMcOpQrmhSP50iRP { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15036;background-color:#ffe3e3;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:38.875rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#QSpxI8CAyu4rBvC7A0ce28gSzvNVTV5G { box-sizing:content-box;height:2.0625rem;width:15rem;position:absolute;display:block;z-index:15045;background-color:#ffe3e3;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:56.5625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#IZ46uvQxpTS1SMrBDFTKdVBRlyy2F2oV { color:#a53b3b;display:block;width:5.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:30.75rem;left:57.5rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaT5xTD0rUUCBuoRvQy2aQ4reZXs8rXD { color:#d7763d;display:block;width:4.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:40.25rem;left:40.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXC29JWlf4zrcBUWMcUqc07SK93cPWel { color:#a53b3b;display:block;width:6.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:30.75rem;left:39.8125rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVumh65kpwfakV5tnOTqGz7LMvPKdBFC { color:#d7763d;display:block;width:2rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:40.75rem;left:38.4375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Rf53qMe6HHQy7S1qSSDhCuehT7EqMRXd { color:#3f3f3f;display:block;width:41.8125rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:53.8125rem;left:16.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGDiJAf7aoqkC70FSu8cqRMX7TTUfdxe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:18.4375rem;left:55rem; }
#ZiIUZmuURJ6XWswQ1gAhRsKtduOJqTve { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.1875rem;left:6.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#XtH56R48Dmv32KUydpF98kmkngT95VBF { position:absolute;display:block;z-index:15181;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.0625rem;width:2rem;top:58.25rem;left:7.375rem;overflow:hidden;display:block; }
#Hm21BwubTzITEBA7rADacmZR3w2dx0SZ { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15182;line-height:1.3;letter-spacing:0;top:58.6875rem;left:10.25rem;height:1.38139375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XcxvgHoWiS3N1qriJITokcJiKiWrPaB8 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.1875rem;left:21.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#UBlUQVoT6fh7DQm0sxNGvJu2fsE1TOHr { position:absolute;display:block;z-index:15184;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.0625rem;width:2rem;top:58.25rem;left:22.75rem;overflow:hidden;display:block; }
#nCJJIig2IlOG1b7dV4a1X0VakgDVQ5mT { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15185;line-height:1.1;letter-spacing:0;top:58.75rem;left:25.625rem;height:1.168325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDyrKCmE4KdnPQ0IssasLDuwmmgus82f { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.1875rem;left:37.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#WBKwzyNcmJX4iMGPpnyKDpeTZ7J4dH0O { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15188;line-height:1;letter-spacing:0;top:58.3125rem;left:41rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#egseskZedsLZJGQ8AzXRoHTtyHw6PABR { position:absolute;display:block;z-index:15187;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.0625rem;width:1.9375rem;top:58.25rem;left:38.125rem;overflow:hidden;display:block; }
#Eq4ZeBM4Wt2abhDA6Tnh16I1wsAn0P10 { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:57.25rem;left:52.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#mea0itUy9xsuXTTeKOitFeNvB6Ubznvq { position:absolute;display:block;z-index:15190;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:2rem;width:2rem;top:58.3125rem;left:53.6875rem;overflow:hidden;display:block; }
#ZBgsu3gba1k1D8vTK16VzlsqB1RCaozb { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15191;line-height:1.1;letter-spacing:0;top:58.25rem;left:56.5625rem;height:2.33665rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JbBANhTZDpAZwU3WoqxNA8aTtiulBFvS { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.125rem;left:37.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#xwHNUxVbbHQuymAJD8TNzTUXeikfcTkK { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.125rem;left:52.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#XUcdoV0iyVbi40eFxRxbLdr9XXtErOII { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:62.9375rem;left:41rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f7ZwxRiL3wq383NdVvzGNc2pfpww6k8M { position:absolute;display:block;z-index:15193;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.0625rem;width:2rem;top:63.1875rem;left:38.125rem;overflow:hidden;display:block; }
#llT9oPD5TZDFUZ9obb9Qg650SnmaaHJJ { position:absolute;display:block;z-index:15199;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:1.9375rem;width:1.9375rem;top:63.1875rem;left:53.5625rem;overflow:hidden;display:block; }
#RvDsxloHsFwEGyQf3Dmc4keZkyOx0EHW { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15200;line-height:1;letter-spacing:0;top:63.25rem;left:56.4375rem;height:2.12535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tvT3ZldXWH5d4JNq74tBmQsTVOpDuZk8 { color:#ef9f77;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:38.9375rem;left:3.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dCtXMin0X5L1V2mHHJ2slrhGIuhTq0dl { color:#ef9f77;display:block;width:9.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:38.9375rem;left:21.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KgxAyiOCVcUrLRvavSXBvzXWR08dXgS0 { box-sizing:content-box;height:2.0625rem;width:12.25rem;position:absolute;display:block;z-index:15018;background-color:#ffeadf;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:18.25rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#Con35t5xBr6FimaTIOhMVt9vX08fZMQG { color:#b05819;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:25.125rem;left:19.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLu0UkLU3KipdI8ugF9XBwrTXZyxQPdT { box-sizing:content-box;height:2.0625rem;width:12.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:31.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#vRWk1u1zJZ6p1hMtXFLE9BIUxyA8n15s { color:#acacac;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:25.125rem;left:32.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgH7TcK8ZEDMJlfuWk4Zq5BEHb5Vqyb2 { box-sizing:content-box;height:2.0625rem;width:12.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(199,199,199,0.34);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:44.5rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#mF3eAVsKzkEsMi210bWoyUqnvDaFMlFL { color:#acacac;display:block;width:10.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:25.125rem;left:45.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-text.counter-number { border-top:0.0625rem solid #dfac17;border-left:0.0625rem solid #dfac17;border-right:0.0625rem solid #dfac17;border-bottom:0.0625rem solid #dfac17;background-color:transparent;background-image:none;color:#dfac17;padding-top:0.45125rem;padding-right:0.40875rem;padding-bottom:0.45125rem;padding-left:0.40875rem;display:block;align-items:center;width:2.45375rem;min-width:2.45375rem;height:2.4275rem;position:relative;font-family:arial;font-size:1.80625rem;font-weight:700;line-height:38.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-text.counter-label { background-color:;background-image:none;color:#3c3c3c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.27125rem;height:1.456875rem;position:relative;font-family:"open sans";font-size:0.6775rem;font-weight:700;line-height:23.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.5625rem;height:5.19375rem;padding-top:0.05625rem;padding-right:0.058125rem;padding-bottom:0.05625rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.75rem;left:53.6875rem;z-index:15201; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #TTzJiO6al729epoeDpqViVv3G0BOIaUl { display:flex;position:relative;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #OVidMoep19I8i7vJKk76P3GaKwqtIA5e { width:auto; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #pQZaRGsFMkrIrl3opU516dthdsGdziHi {  }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #F5cc9npUDm1DT7FIPEgT19QGeMBKSQe6 { display:flex;position:relative;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #T3xCNRIHy7u4IVNSzAsywbK7CX2afqxs {  }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #GHcRp1iTR4WapoFO0Qqp7SXgubUBhOzJ {  }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #ddWBDpHWCuIEID76pmx5Hg9dyOTwR28t { display:flex;position:relative;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #chcdTEb4xPOJ7u0NoRQpXQ12KUGCoBl5 {  }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #s1AE7GBsbkw84oJoGVKr42hzQiKoUeln {  }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #GuoOv22LK9VqsmIQELhBpCfOCcBpPESI { display:flex;position:relative;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #LJLMaK1T6BuWRcimkWV8mJ4u73t5eahC {  }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #XJ0LX56weoOzibOgDGzJCF7uLK11rrIH {  }
#GZ2K5VDrKg7xXrqoree9kOPVykyfZV5E { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.6337890625rem;left:2.625rem;height:3.41264375rem;text-align:left;text-align-last:left;display:block; }
#H0kTfxN1WMUvoHrJcP7tlFkScZ0PACDv { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.1875rem;left:21.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#xcch4XahHpC0dtWXGny28AQiwI4wTcBm { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15197;line-height:1.1;letter-spacing:0;top:63.1875rem;left:25.8125rem;height:2.33665rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fslssy7UCCQlGPiKhTtUBe02myRlOxr2 { position:absolute;display:block;z-index:15196;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.0625rem;width:2.0625rem;top:63.25rem;left:22.9375rem;overflow:hidden;display:block; }
#CNpbq466hqA9l5ekP8Du8gx8eQeRsNLe { box-sizing:content-box;height:4.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0.0625rem solid #efecf6;border-left:0.0625rem solid #efecf6;border-right:0.0625rem solid #efecf6;border-bottom:0.0625rem solid #efecf6;top:62.125rem;left:6.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#IqJPu5PpAfyqn6wJqcUWzFxEXE3cVEwo { color:#3f3f3f;display:block;width:10.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15194;line-height:1;letter-spacing:0;top:63.6875rem;left:10.25rem;height:1.062675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tiaV2mA8wUmQJA9nIKTWLglk5pSJ3W81 { position:absolute;display:block;z-index:15193;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:1.875rem;width:1.875rem;top:63.1875rem;left:7.375rem;overflow:hidden;display:block; }
#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT.adaptive-delivery-prevent-bg, #xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT.lazyload, #xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT.lazyloading { background-image: none; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container { background-color: transparent; background-image: none; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #11202c; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container > .video-iframe-container { display: none; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #11202c; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row > .video-iframe-container { display: none; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .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); }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container { border-width: 0; border-radius: 0; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;overflow:visible;position:relative;display:block; }#BkTWlkUeC8d8ZsDGaAEfQg7gxZb8qnF1 { color:#bbcbe6;display:block;width:44.8125rem;position:absolute;font-family:aptos;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5615234375rem;left:15.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#k95LHqdbgnNOspTKhxIpoR2PD0pRuK1R { color:#f3f3f3;display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15146;line-height:1.2;letter-spacing:0;top:18.375rem;left:22.25rem;height:6.599625rem;text-align:center;text-align-last:center;display:block; }
#nTvno67i2HH3U3JO9TZ8bB3VblDadDN1 { box-sizing:content-box;height:43.1875rem;width:56.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(60,60,60,0.26);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(90,90,90,0.41);border-left:0.0625rem solid rgba(90,90,90,0.41);border-right:0.0625rem solid rgba(90,90,90,0.41);border-bottom:0.0625rem solid rgba(90,90,90,0.41);top:6.3125rem;left:9.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#V5PCbNZAc4mELvvnhMs54T03kDvfLgcy { position:absolute;display:block;z-index:15148;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:10.6875rem;left:34.875rem;overflow:hidden;display:block; }
#IXm4ptqCLW12imy8hpn5dUWbSBBF7QwT { box-sizing:content-box;height:6.5rem;width:6.5rem;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:15001;background-color:rgba(54,152,196,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(93,146,255,0.5);border-left:0.0625rem solid rgba(93,146,255,0.5);border-right:0.0625rem solid rgba(93,146,255,0.5);border-bottom:0.0625rem solid rgba(93,146,255,0.5);top:9.6875rem;left:34.0625rem;display:block; }
#RRRdTkEhJyr7xBZpMitc9B92VTwTFW2M { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #096c9e, #316b78);background-image: -moz-linear-gradient(107deg, #096c9e, #316b78);background-image: -ms-linear-gradient(107deg, #096c9e, #316b78);background-image: -o-linear-gradient(107deg, #096c9e, #316b78);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#096c9e', endColorstr='#316b78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#096c9e', endColorstr='#316b78' );";background-image: linear-gradient(107deg, #096c9e, #316b78);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(32,32,32,0.45) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.6875rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:44.1865234375rem;left:29.25rem;display:block; }
#yMaprAFnA9HekyEQQRZF5mf4PFpdbhCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwMUJX3XCbi5iQbiZkFLmbhq0cTOVcBt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:45.3740234375rem;left:41.96875rem; }
#COaAmQXvnHEznQ7NzwUggdT6xUIyBAXB { box-sizing:content-box;height:6.8125rem;width:21.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(93,205,255,0.08), rgba(50,120,181,0.01));background-image: -moz-linear-gradient(140deg, rgba(93,205,255,0.08), rgba(50,120,181,0.01));background-image: -ms-linear-gradient(140deg, rgba(93,205,255,0.08), rgba(50,120,181,0.01));background-image: -o-linear-gradient(140deg, rgba(93,205,255,0.08), rgba(50,120,181,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dcdff14', endColorstr='#3278b502' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dcdff14', endColorstr='#3278b502' );";background-image: linear-gradient(140deg, rgba(93,205,255,0.08), rgba(50,120,181,0.01));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:26.75rem;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TLKILsoaqTcTrBDtT4SK6E51pLcxp3Uh { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:8.1875rem;top:34rem;left:26.1875rem;overflow:hidden;display:block; }
#XBlkEc03QGUfOOTLIHNMunAKDkrUsShJ { 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.5rem;width:12.375rem;top:34.8125rem;left:36.4375rem;overflow:hidden;display:block; }
#WOaUsxA4URH9bKongQFzBQeut8XmfHtX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX.adaptive-delivery-prevent-bg, #WOaUsxA4URH9bKongQFzBQeut8XmfHtX.lazyload, #WOaUsxA4URH9bKongQFzBQeut8XmfHtX.lazyloading { background-image: none; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX > .row .container { border-width: 0; border-radius: 0; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;overflow:visible;position:relative;display:none; }#NP3qNgvaxJvUwhMsUFNQfbufwgXktX6n { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:5.0625rem;left:22.5rem;height:;text-align:center;text-align-last:center;display:block; }
#OLnVt2B9teV0UA2e0QEp8O2kwPz6Adup { color:#5a5a5a;display:block;width:45.75rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:14.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#UWviuTHrPMUiziVZPoMfamcIop492Avh { box-sizing:content-box;height:17.625rem;width:57.1875rem;position:absolute;display:block;z-index:15005;background-color:#fff2e8;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,214,183,0.77);border-left:0.0625rem solid rgba(255,214,183,0.77);border-right:0.0625rem solid rgba(255,214,183,0.77);border-bottom:0.0625rem solid rgba(255,214,183,0.77);top:12.8125rem;left:8.8125rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#w7K8v7e7cbnz095WtUWlLk8u059sHi98 { color:#d08e4d;display:block;width:32.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:24.75rem;left:21.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V32iolswVol7BhfSs4Q2NXwo3KatTXZU { color:#3a3a3a;display:block;width:15.0625rem;position:absolute;font-family:aptos;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:30rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cvb9Wd0TkK39EkJL1EszXqkaUlH9I23D { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15141;background-color:#ffe2d0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:35.25rem;display:block; }
#dOKQTMZ1pgQLiMNTTiz1yuH2fRnqq4qt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:17.75rem;left:36.3125rem; }
#GHAeMNTntXZm21kUfx3F1Tf04uD7Q0sS { box-sizing:content-box;height:15.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.875rem;left:6.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#f6WaZrqKsWRk4EWS3NbUiIkCHTIvkpd2 { color:#ff5a23;display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:45.0625rem;left:13.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvFqQHiSiNOI5idHT4CGAxPepu0dyTJr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:35.3125rem;left:15.75rem; }
#FwqxJoJhPBtdzdlZewhqnCC2FCJQWxFZ { color:#6b6b6b;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:40.875rem;left:9rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuzSP9RrqZ1FvAxBshpBLPzKoTG4qrvV { color:#2c2c2c;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:38.25rem;left:11.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHv8vT7OJt2s2CopTT6C8Z8azDQezs0g { box-sizing:content-box;height:15.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.875rem;left:27.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#iVwLvDqi0i3Hbq0k3HF870L8GqIf95Wk { color:#6b6b6b;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:40.875rem;left:29.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TONMP8Vrtef0hlF4IPdHiFAytVeIyfK0 { color:#ff5a23;display:block;width:8rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:45.0625rem;left:33.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhX0FAUvtKb3RrgPNTmH8NEU5vTQAWT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:35.3125rem;left:36.625rem; }
#r6nXSd6TAxXtS3rJk1fkrt0m57OcVtOa { color:#2c2c2c;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:38.25rem;left:32.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTlCzcmqrU53PELW5xr3MoN69uoLH8uN { box-sizing:content-box;height:15.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.875rem;left:48.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#hVO1pvXdzFGZcr6MlFrhRvoK0qFXWhXt { color:#6b6b6b;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:40.875rem;left:50.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1I2P0WM2S1c5icaXHdyT5pC5k561NAX { color:#2c2c2c;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:38.25rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3utctmCKyzNf3lKrfHdvRHyGIw48D4y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:35.3125rem;left:57.5rem; }
#cSPl7DyiW8xIDGxavu7UJIaq7OADaIxp { background-color:transparent;background-image: -webkit-linear-gradient(104deg, #fa9954, #fd9e5b);background-image: -moz-linear-gradient(104deg, #fa9954, #fd9e5b);background-image: -ms-linear-gradient(104deg, #fa9954, #fd9e5b);background-image: -o-linear-gradient(104deg, #fa9954, #fd9e5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9954', endColorstr='#fd9e5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9954', endColorstr='#fd9e5b' );";background-image: linear-gradient(104deg, #fa9954, #fd9e5b);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.9375rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:44.25rem;left:52.25rem;display:block; }
#Rp45rMZvoBSE6dnqV0vwVXROGwNPWZv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF.adaptive-delivery-prevent-bg, #tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF.lazyload, #tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF.lazyloading { background-image: none; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container { background-color: transparent; background-image: none; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.76); }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container > .video-iframe-container { display: none; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.76); }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row > .video-iframe-container { display: none; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .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); }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container { border-width: 0; border-radius: 0; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;overflow:visible;position:relative;display:block; }#szgaZLcZycfmUxy1U7LgPdka56EhIU1s { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:2.4375rem;left:22.5rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ow2NhoBfPNH5UE8TNsZDtuE4naTKU0yN { color:#5a5a5a;display:block;width:63.6875rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.65625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#uHPCzhhDicmLppcWfKPGQfwp8ynhxko8 { box-sizing:content-box;height:17.625rem;width:57.1875rem;position:absolute;display:block;z-index:15005;background-color:#fff2e8;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,214,183,0.77);border-left:0.0625rem solid rgba(255,214,183,0.77);border-right:0.0625rem solid rgba(255,214,183,0.77);border-bottom:0.0625rem solid rgba(255,214,183,0.77);top:12.8125rem;left:8.8125rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;display:block; }
#ZogW6vgzvZQd05EpLRS189RTZVHGCdtC { color:#d08e4d;display:block;width:32.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:24.75rem;left:21.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b08TwLePZZTuaDaT2MsSi93Oh3h5daH1 { color:#3a3a3a;display:block;width:15.0625rem;position:absolute;font-family:aptos;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:30rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUQR3DszUwm1pIwz7skuIJl6VsV0PaQV { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15141;background-color:#ffe2d0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:35.25rem;display:block; }
#I1Px8tfiee83CHmRINyoCtTvWluiCZQk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:17.75rem;left:36.3125rem; }
#TJIXBvqiuTmfJT9q4JEBn07FN8RbKeLZ { box-sizing:content-box;height:15.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.875rem;left:6.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#kgUc6cUr986JJBionVdFvfZZN9zUNTsi { color:rgba(42,42,42,0.18);display:block;width:5.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:45.0625rem;left:13.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXcGVTeSmcPExDci9iUDMJ6NrqG6fUxT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:.09;top:35.3125rem;left:15.75rem; }
#W66NnBlD3v1gZ4irAebhKUvWVfxb561x { color:rgba(107,107,107,0.18);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:40.875rem;left:9rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfRXHp6pTT5ir1aOi3klAUx8m8QXQ3Dx { color:rgba(44,44,44,0.18);display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:38.25rem;left:11.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iECJTORnTkcdu5vFqsvEbZIDIxStSnlc { box-sizing:content-box;height:15.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.875rem;left:27.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#awGJ178VpHxSqB38F9CFHElSkBhsVDtg { color:rgba(107,107,107,0.18);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:40.875rem;left:29.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zE6FCbEiQKnHmb8dXIuH5UdomhuTWuMi { color:rgba(42,42,42,0.18);display:block;width:8rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:45.0625rem;left:33.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y19Hi60xGdNvQgnTDr3ycW2fEp5kXu7l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:.09;top:35.3125rem;left:36.625rem; }
#Wt57KzaAxQgqqrkp1JNrFfJaPkkSInqN { color:rgba(44,44,44,0.18);display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:38.25rem;left:32.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ER8a1XTSd19iolHFNpvuT2Z2SNvSxpda { box-sizing:content-box;height:15.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: 0rem 0.375rem 0.6875rem rgba(230,229,229,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.875rem;left:48.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#JpUdysfFD645UkTMIhghOoazD1n34N89 { color:rgba(107,107,107,0.18);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:40.875rem;left:50.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msP3JpsLdS9MBFHD8sP8sZZOrJ01E1LI { color:rgba(44,44,44,0.18);display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:38.25rem;left:52.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CU5LGxuqmd3eEaczt270Vd0kN6gd9GJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:.09;top:35.3125rem;left:57.5rem; }
#zE86WJ1qQLV5STX1V86qIqFglr64tx3Q { color:rgba(42,42,42,0.18);display:block;width:8rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:45.0625rem;left:54.40625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O.adaptive-delivery-prevent-bg, #CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O.lazyload, #CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O.lazyloading { background-image: none; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O > .row .container { border-width: 0; border-radius: 0; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;overflow:visible;position:relative;display:none; }#yF5WGQmfIOZm8Srunr2KAgak5w28LGqn { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:5.0625rem;left:22.5rem;height:;text-align:center;text-align-last:center;display:block; }
#EyMXTy50dshJT15bNvcwvq08fcDNAIde { color:#5a5a5a;display:block;width:45.75rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:14.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#HxKp8wDVxmIJTSeJMKBeo7p1QLvFDBuN { box-sizing:content-box;height:9.625rem;width:18.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(199,199,199,0.43);border-left:0.0625rem solid rgba(199,199,199,0.43);border-right:0.0625rem solid rgba(199,199,199,0.43);border-bottom:0.0625rem solid rgba(199,199,199,0.43);top:16.0625rem;left:28.375rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#E3ZTcCgURWiD2Fo13qX57nQ7LT0ZVfQ3 { color:#ff5a23;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:13.515625rem;left:32.03125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQKoNf0wAqGn7ocZrRAh7NzyDakSXTPh { box-sizing:content-box;height:6.9375rem;width:14.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.0625rem;left:38.5rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#TAHpbKe1EJDMKxnWz1rmyfGaF5oTORQZ { color:#dfa444;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:28.1875rem;left:32.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHpuARnSnSUWDeFAOvy7vvaTK7k1csup { box-sizing:content-box;height:6.9375rem;width:14.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.0625rem;left:22.1875rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#DBTC3R4Rsl5X4VVFKkATkd1fw4HA4MV7 { color:#ababab;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:41.5rem;left:32.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMbf7G6r84Tluf0JILNP2BPQQTgqlL6h { box-sizing:content-box;height:6.0625rem;width:12.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.3125rem;left:17.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#rmyuGmd4API8xnLKi1KDbiE6NTnECXWi { box-sizing:content-box;height:6.0625rem;width:12.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.3125rem;left:31.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#fQzriek3oZidMT90p26BvGQSXKdT3e0i { box-sizing:content-box;height:6.0625rem;width:12.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.3125rem;left:45.375rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#vWay3nduhX23yGWwQQbhWBzW5fvXddLM { box-sizing:content-box;height:5.3125rem;width:10.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:56.875rem;left:2.25rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#uaaTgaHwna2V2D20tLTfDwKKBqdJvIue { color:#8cadc3;display:block;width:13.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:53.5rem;left:30.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNlIg4uJnUsW6f0w593vRlU3gbIbNawV { box-sizing:content-box;height:5.3125rem;width:10.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:56.875rem;left:14.25rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#t9vAHJnMAaeTPpeaH0Hbqk1QfpuLHE8r { box-sizing:content-box;height:5.3125rem;width:10.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:56.875rem;left:26.25rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#VbVIRxQ1eI8NBxpvIeUhkGaaGM28ytmQ { box-sizing:content-box;height:5.3125rem;width:10.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:56.875rem;left:38.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#AyHHk58LkhzDvM9xqdDncA28k1fTk0ri { box-sizing:content-box;height:5.3125rem;width:10.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:56.875rem;left:50.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#XwWl6ZtLdt6TTcsSVyRBPMTuyzKl780A { box-sizing:content-box;height:5.3125rem;width:10.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(206,206,206,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:56.875rem;left:62.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(157deg, #f6925d, #ed8754);background-image: -moz-linear-gradient(157deg, #f6925d, #ed8754);background-image: -ms-linear-gradient(157deg, #f6925d, #ed8754);background-image: -o-linear-gradient(157deg, #f6925d, #ed8754);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6925d', endColorstr='#ed8754' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6925d', endColorstr='#ed8754' );";background-image: linear-gradient(157deg, #f6925d, #ed8754);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container { background-color: transparent; background-image: none; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container > .video-iframe-container { display: none; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row > .video-iframe-container { display: none; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .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); }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container { border-width: 0; border-radius: 0; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#JPhDvnXGsfn7WCk4LVBciCVQ4mHOytlH { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:13.625rem;left:18.09375rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#k5u8PkGRM5hnlgRL8h51s88K6MkTGZd0 { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.9375rem;left:10.96875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#COf0ryEebLUDOU48X6ZsKI1oBXHVzHxy { position:absolute;display:block;z-index:15145;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.1875rem;width:5.1875rem;top:5.75rem;left:34.8125rem;overflow:hidden;display:block; }
#GyV3P1vFONnpOJuSkiqB6x9JbbMiniiH { box-sizing:content-box;height:6.5rem;width:6.5rem;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:15011;background-color:rgba(211,36,9,0.41);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(253,224,119,0.5);border-left:0.0625rem solid rgba(253,224,119,0.5);border-right:0.0625rem solid rgba(253,224,119,0.5);border-bottom:0.0625rem solid rgba(253,224,119,0.5);top:5.1875rem;left:34.25rem;display:block; }
#M2JtivH5L1umGvbbTWRa1dfJAii7pIAS { 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:15143;opacity:1;top:25.3125rem;left:41.4375rem; }
#HUJTMW6vTHKh5DULCLHilImK93IK8nvJ { background-color:transparent;background-image: -webkit-linear-gradient(107deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(107deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(107deg, #ffffff, #ffffff);background-image: -o-linear-gradient(107deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(107deg, #ffffff, #ffffff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.25rem 0.75rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#ef4f00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.6875rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:24.25rem;left:29.6875rem;display:block; }
#rCupfz1txXm65W3S9R4iVX9VAswAf8gZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk.adaptive-delivery-prevent-bg, #eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk.lazyload, #eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk.lazyloading { background-image: none; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk > .row .container { border-width: 0; border-radius: 0; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#rQmylwui2JNcOlwATXNNVuF7gNPfKXNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:12.25rem;left:19.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#XFGqBpGTCrzXttTOEm3AsTRdLC5gudVD { color:#5a5a5a;display:block;width:45.75rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.75rem;left:14.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#IVdPIoBOHDvhQTauzFszvpF5mBAWM8PE { color:#ababab;display:block;width:26.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:29.1875rem;left:25.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuD61FKPxNHrUHyXUVpSnnFF2zJ1w4zx { background-color:#fa8928;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 1.1875rem 0.75rem rgba(202,115,53,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.6875rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:22.75rem;left:18rem;display:block; }
#bxSi8Vxzk6RzDXcqxXLZ49gTzufRXUTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UV29PiC7PVf4wge9oDg24r8KWHMEITL0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:23.9375rem;left:39.4375rem; }
#z5Ndkt3GaIXsu1WWcNCQoJWoCQ9GlgAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15217;opacity:1;top:23.9375rem;left:19.5rem; }
#C6w98g6QbKhzy5JwaPfwNzQXKfTelaV7 { background-color:#4a8fdf;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 1.1875rem 0.75rem rgba(53,168,202,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.6875rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:22.75rem;left:37.8125rem;display:block; }
#FXdsqVnvo0ZQzq8Mp6F2Iqzk74AbXTc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BuZTZLdArG1bMmp6qB9KK9B5hSlAZWt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:.55;top:29.125rem;left:23.4375rem; }
#dLWXNXF4rbmGnAtf7Ei9f86gOXlct8NC { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(241,241,241,0.32));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(241,241,241,0.32));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(241,241,241,0.32));background-image: -o-linear-gradient(180deg, #fafafa, rgba(241,241,241,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f151' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f151' );";background-image: linear-gradient(180deg, #fafafa, rgba(241,241,241,0.32));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.5rem;left:34.9375rem;display:block; }
#tMrPSc8MUmJ2pGazfNQXKslokw48MZq1 { position:absolute;display:block;z-index:15219;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.75rem;width:3.75rem;top:5.25rem;left:35.625rem;overflow:hidden;display:block; }
#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1.adaptive-delivery-prevent-bg, #WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1.lazyload, #WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1.lazyloading { background-image: none; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container { background-color: transparent; background-image: none; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.76); }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container > .video-iframe-container { display: none; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.76); }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row > .video-iframe-container { display: none; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .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); }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container { border-width: 0; border-radius: 0; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#CqE4p4qW2lE2blEM1DIzizpiHWvnANsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:4.9375rem;left:22.5rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#T4poT6v5Kyv64f2HykoeXflVn4iQ56XA { color:#5a5a5a;display:block;width:45.75rem;position:absolute;font-family:aptos;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:14.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.375rem 0.875rem rgba(11,11,11,0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .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; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-heading-text { display:block;position:relative;width:100%;font-family:aptos;font-weight:700;font-size:1.1875rem;color:#2577b7;height:auto; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:aptos;color:#413f3f;height:auto;line-height:1.6;overflow:hidden; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;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_f22b968cc5c765cc6396895e6a57bcd17f0df972.svg");background-size:contain !important; }#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-trigger.adaptive-delivery-prevent-bg, #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-trigger.lazyload, #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-trigger.lazyloading { background-image: none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs { box-sizing:content-box;height:auto;width:46.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.1875rem;z-index:15141;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.6875rem;padding-right:1.6875rem;padding-bottom:1.6875rem;padding-left:1.6875rem;top:14.8125rem;left:12.34375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #EIbroB3U4NgDt0g7KPNFZV0yhPn9cgHc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #xfVFI14IcPGlBwq9qoNgmWL1F2MLsHc2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z0rCL3fHReGJrSfQBr6RhUO9dTZnZctb { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #SdN7K5cWIe4tzuvXnfKW4hv7ENXRIS0S {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Ts7OsdCkr9P0f9FsALQe411fT1Nnu8Ts {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #FMGScXmfIaubhAWM3UurB7NOsi2goQLQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ffLRW0OWmldKZS2qgRPQXHu4NNKtgrVL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #WLVqT1HsbfKmqVyI8O1hibIF7LAr3smN { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Ldcr4wQrldVFPrwUpFNNSV0bP72ggOVu {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #TOM6bbQayu1bPBDwld4VCZTPa37HMv3T { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Tb351qa85WJyv1gZ11JxnTIdmQLx6DhS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #DlaDSv3KRV7442Ir6fgJqlJlwbW5zE0Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ycAAN0J5HWbxW9fyE5iF86hLICfHfMmG { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ts8pE2T4hDl0yuZ3itCbCxE2TLJi11vd {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #dr4V19gSpaFWoJCuTLEXvrgo5TkV8srx { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #D4fT1kcqlkJShOlK0Rpu2b4L9MgbgMTc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #S6DtyzCuBahxMZ12EqvhsXH36fQcfOna { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #BvwAeaw7rU5WS3Q9gURNNqTcuvsGOZMX { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #wOSyaPhJciDxyt9BrfPnsUaCJ39aAp1O {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #MVX21zTnbEQQFlSIGntWsDqRXeH1P4q2 { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Mq7bMTWdRBW1TgmgRhfOet4uK2QkS3pl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #CTCztTAMGDebX9RKQzfkaD7uggoSQCZW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #aLzefFGixT3SXwivJpgGTuDCm76Q9Da7 { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #zMJ9bbC03xbMntEkryGn4APNGmUQIufV {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #TixPakRbCQGZwm5sMhKbdTf00RnqDlDX { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ExAoNpLyFl1xlXiZNEGeSlsRXQ8sDJxn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #A9My61HwIM9XqrXTOPr0W2Iw3i9MZ59W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #SWDPTHLsG3Ed0U0QqV1apLEoBmT88o2x { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #J06xzQ54TW2IhTUkRrsgJoSbV1Ddwz9C {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #wa56anxT4shyeyMt0luKa1uIGenQCe2Z { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #syeoLm8fKQoNMRw3Q6DP1p6fFwHKKpZ2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z5n3gfzWryg5UCmN6RWOJE0HVXS4h5F3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Va0E098Xwdb6fR7PJi4DTc8Ukx6l8u8x { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #bDqJPelAPw5iobdMVQ6nzp9WVhQflIty {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #NiJc9yQqipOEr4ENME6sfK6ITiHSiSmV { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #KzhKzne1OK6HnZHJ0SPgkPQwhnH1DSZq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #oDbqcv0WPaHtyOBUvtBGeq4zlfdEPaNZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #cLTHPL3h6Ti214CmDBwFxMZ5LIFRy36R { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #AxFqs4r6LOTpQ696Vag4p5NdRpsLombr {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #bOT8QNoUriCSPIimJZ9WXaPogNWFV64X { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #sX38eGiGCDWyFI1E9LKPhG5Mrycho9TO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #fwk223Okz3HPE4DaZgTrtFcHtpRLpetT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #LQgqDg2blXutGHmesbPxXzB74lpt0yX2 { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ITcQw90yB8r93aVwBATSsKXKXlcxe2mH {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #B42UnnAx2m3xekawTWPytglcOAXWd3sK { display:none; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #f2DtrymFyt6hc7HWozkJFrZJG1RiRG75 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #QUDXqTTl79suFVrbDaru3zEzNalmGKGe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z242uGc8KHg3OaOJxUFoF1xWo2EKRSkn { display:block;position:relative; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #DNkhNWpr1s0Qawkphd28MdsUFT2LO08y {  }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #CahXdiwAHiczCBGamglFdGCSfeF8RXZb { display:none; }
#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi.adaptive-delivery-prevent-bg, #Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi.lazyload, #Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi.lazyloading { background-image: none; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container { background-color: transparent; background-image: none; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.76); }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container > .video-iframe-container { display: none; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.76); }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row > .video-iframe-container { display: none; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .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); }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container { border-width: 0; border-radius: 0; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#e7i08adEIiPmwxIbdbCMyblmBDhDzuhU { color:#4d4d4d;display:block;width:26.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15134;line-height:1.3;letter-spacing:0;top:0.9375rem;left:24.34375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4l2wxfPHvXqwx5qsPchLt59UsuehODr { background-color:transparent;background-image: -webkit-linear-gradient(151deg, #0c1523, #072337);background-image: -moz-linear-gradient(151deg, #0c1523, #072337);background-image: -ms-linear-gradient(151deg, #0c1523, #072337);background-image: -o-linear-gradient(151deg, #0c1523, #072337);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1523', endColorstr='#072337' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1523', endColorstr='#072337' );";background-image: linear-gradient(151deg, #0c1523, #072337);background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container { background-color: transparent; background-image: none; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container > .video-iframe-container { display: none; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row > .video-iframe-container { display: none; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .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); }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container { border-width: 0; border-radius: 0; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#FZmHhlSfxGqugdCA3KhECUbmT8z8cv6R { color:rgba(255,255,255,0.88);display:block;width:14.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:4rem;height:4.142575rem;text-align:left;text-align-last:left;display:block; }
#cSTT8Tob1NsIBgHaG8JuKZLpRwKS1U33 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.82;top:13.0625rem;left:52rem; }
#Hr9LRSRXocKPTxWi3VmMFKK4yLSBXCzX { box-sizing:content-box;height:0.0625rem;width:69.9375rem;position:absolute;display:block;z-index:15172;background-color:#172c4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:2.5625rem;display:block; }
#tfaFloav3RXpEcHppUC5fEwrKmBJgozC { color:rgba(112,122,149,0.88);display:block;width:45.1875rem;position:absolute;font-family:aptos;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.40234375rem;left:2.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#M7tcaurtVUpIkdM9Hoynf6rxUkvMqgUS { color:rgba(255,255,255,0.88);display:block;width:14.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:32.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y1drUPwb6ElRpf8gfSbOAy3rlKS5mpEL { color:rgba(232,232,232,0.88);display:block;width:11.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:32.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#urhUNELTxH7L73eVA0WG6N5eCsrJJTi1 { color:rgba(232,232,232,0.88);display:block;width:11.125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zIOGFN4h9QbBy7cCPD15mPXVmnx4egE0 { color:rgba(232,232,232,0.88);display:block;width:8.4375rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rcLU4dhu2wFRycJgGyL9dGh5AAh1e0AK { color:rgba(255,255,255,0.88);display:block;width:14.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:52rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#scIWno9dkhdBIGM05rqGmEaQXyzEHnE0 { color:rgba(232,232,232,0.88);display:block;width:14.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.4375rem;left:53.875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7ZeEqcm9E0vRfm9vmlSdMWdB3Sg3HOt { color:rgba(255,255,255,0.88);display:block;width:10.375rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.625rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xpHID9sZV5SCOyL97eGG1ZMbkSgvUBvw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:.85;top:10.5rem;left:52rem; }
#oA3K1JLbZJenvaSF5DT2kDHNIlXfpdwC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:15.9375rem;left:3.625rem; }
#JiEGEoB94doF4WezJzZHqICDlLEi5vCz { background-color:rgba(144,144,144,0.01);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#707a95;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.9375rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:24.375rem;left:50.9375rem;display:block; }
#i0TvOCNtl4vnNTtdxy8zkAomndFHLaii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtPzSXpq1TTCsHEvhm0Npg297X5o5QFP { background-color:rgba(144,144,144,0.01);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#707a95;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.9375rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:24.375rem;left:60.5rem;display:block; }
#helTIR2w1haihT86SGNn3JPEXutdUEqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWw9nEOUCHNfzAUXCmN3oEd2krDlQBq9 { color:rgba(232,232,232,0.88);display:block;width:14.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.875rem;left:53.875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbwedJIZGdHCZooN41KfdVaXvzAUV67g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15221;opacity:.87;top:7.9375rem;left:52rem; }
#vLddoxT0eLrf1hvE0XhrBFkDk0tTVFqd { color:rgba(232,232,232,0.88);display:block;width:12.3125rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.25rem;left:32.9375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JHqZGPruNT1FUibcZTw1HGWxzyUVlSNy { color:rgba(232,232,232,0.88);display:block;width:14.875rem;position:absolute;font-family:aptos;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0087890625rem;left:53.875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PV7IOdxKmcrFDyDT9xM24u8CzV8RCbSJ { position:absolute;display:block;z-index:15222;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.8125rem;width:14.125rem;top:4.345703125rem;left:3.1245670318604rem;overflow:hidden;display:block; }
#G189o6wTX0HMafQxuJN0alD6T7VKo5v3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:46.5625rem;display:none; }
#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container { background-color: transparent; background-image: none; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container > .video-iframe-container { display: none; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row > .video-iframe-container { display: none; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .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); }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container { border-width: 0; border-radius: 0; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#ueosMHO69EvrFZaJFGsTNDcEOFy349AT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#7b7b7b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:aptos;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:0.25rem;left:32.0625rem;display:block; }
#amCBdaLvcFD0kmqhbkWh2ZWCMJSl8bL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iV5ZRnHD61hybgiqHuB6qZqJoUKu9N60 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.999025rem;width:1.25rem;top:0.9375rem;left:30.1875rem;overflow:hidden;display:block; }
#yofxucVJTpNPdUkKylgNtTaFrpxx1p03 { color:#6a6a6a;display:block;width:12.1875rem;position:absolute;font-family:aptos;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.76497268676756rem;left:2.3741321563721rem;height:1.21875rem;font-style:normal;display:block; }
#TVAl3pIN8zT9vQuG7ifFgphZCH94lRTk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:3.06206875rem;top:0.748477935791rem;left:54.943796157837rem;overflow:hidden;display:block; }
#kPlxgQ9ItX7pCcJwE72q01ms8goFkWZo { color:#6a6a6a;display:block;width:13.75rem;position:absolute;font-family:aptos;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.734375rem;left:57.686632156372rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD { display:block; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgcNHy2ouDbDmrQ6BO2V5kNmBF5iVUiG { width:5.6875rem;height:2.1875rem;top:2.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX3iwpaNqM5SSvTLf844vZ5pIloDepQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #S1FRs9iUGOrFQ46Il11EVmAzrOhSwkqr { width:8rem;height:2.1875rem;top:2.75rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX9Z7pB2NE5lSbh4OL4Tm8Tndu1vFUa { display:block; }
 }@media only screen and (max-width: 763px) { #daDRkPuk6hNt55b32qzAU3NyVRLeHqN5 { width:8rem;height:2.25rem;top:2.75rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiqmBagismMnuG46lVt6AJV2irECF3v { display:block; }
 }@media only screen and (max-width: 763px) { #wf33BUiRUB2N67Uu7au2B7B0rXbxLULA { width:13.125rem;height:3.625rem;top:1.875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL9ZTVOF59JRaimBM45999vAoiqcxN99 { display:block; }
 }@media only screen and (max-width: 763px) { #osQlXKVZ8yk1FmC6NtzG5kF9vTaGvPmQ { width:4.6875rem;height:2.1875rem;top:2.8125rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfEdd1Spnz0UUHyppbbEPRFy7uEeMbFs { display:block; }
 }@media only screen and (max-width: 763px) { #lFdeRWNanKF91BtIVGuAzOp4vTp4dh97 { width:17.8125rem;height:6.3748125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhJdQXFMAB5bAcQRdhbwvygXqg0zax57 { width:11.3125rem;height:2.25rem;top:2.6875rem;left:30.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPOxHeaNdgTZ3qFiAO9WNRRW4I22s8RH { display:block; }
 }@media only screen and (max-width: 763px) { #ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ { display:none; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XqgwsEqMybNNfAma2HRJ44PVzxQ5sxlP { width:5.6875rem;height:2.1875rem;top:2.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8uTHCAF6HyWFNbCIKCRF4AkH5mpFBf5 { display:block; }
 }@media only screen and (max-width: 763px) { #xaez5xAv9ustZehJKpTHO7cNvGtgnp1P { width:8rem;height:2.1875rem;top:2.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW85SppvHmdX1CywT6rotg5lh23ObiuN { display:block; }
 }@media only screen and (max-width: 763px) { #xpDgTTr1FuGLk70QLTM4tpXgDe2yDvKa { width:8rem;height:2.25rem;top:2.625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCedUBuSmGOmNZ9bd8UiofWW9vVSSJe { display:block; }
 }@media only screen and (max-width: 763px) { #kQwrmOvgh5u1HhGETTlW7As4qDBb1VEZ { width:13.125rem;height:3.625rem;top:1.875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZTshAxfvFqrc4G81qf1LIUwoBphf0M6 { display:block; }
 }@media only screen and (max-width: 763px) { #PoPxibxJEDnLyJ5J4NSqcGu4KcxQQrCm { width:4.6875rem;height:2.1875rem;top:2.625rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVUV9fAZ44h8lTKCI3f5iOLsOEoHx9S { display:block; }
 }@media only screen and (max-width: 763px) { #izdp7hTgzRixlGu7c1ZbGH2T0GXwTgqP { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6XI6DZS5M2JpmzKPO1xfrxF6mD4qvdX { width:46.5625rem;height:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3KAeRN4ZT17HtZq9LuMSF3t9t89deBR { width:8rem;height:2.25rem;top:2.625rem;left:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXRPF9TMUJGJRboIUCZSev4WtOzU7vaG { display:block; }
 }@media only screen and (max-width: 763px) { #zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe { display:block; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdFD9aeeH2nEOo7xu4y7DuRFpzts2Ezn { width:35rem;height:11.8125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs1ZI1GksBtJRn7bBaC4vLoxaLcwyTfd { width:31.4375rem;height:5.361325rem;top:31.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdMJTktB8J1sr9ZyIATG2TI3G3rue1Xg { width:15.625rem;height:3.6875rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTGD7TLtTNecLTGG80QXREywt3LyfIo { display:block; }
 }@media only screen and (max-width: 763px) { #iUJ6FA3AX3QX47R8G23BCzGDFcC21T57 { width:1.3125rem;height:1.3125rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnD9IbAqsRceA4aBiidDqezbwEGukdWZ { width:17.9375rem;height:3.6875rem;top:45.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPne2klVVUVLDgwXbwSAdJUM7yi98G7 { display:block; }
 }@media only screen and (max-width: 763px) { #wTNyykchIGrahrVcezCr79Pn3BPF0n3B { width:13.8125rem;height:3.0234375rem;top:39.1875rem;left:8.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMzdlOsgoHCgRTMTfGyd012TA6s7PRQK { width:3.4375rem;height:3.4375rem;top:38.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWgSkPtg4q6R7duLuanEq5o9pBfvxs25 { width:1.9375rem;height:1.9375rem;top:39.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD0WbsvgoWdpDT2IWRWkxKFyqo0JbsnM { width:13.8125rem;height:1.7871125rem;top:39.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD9koCTxFtwJe24FwU7nwD4yiSSaX4KQ { width:3.4375rem;height:3.4375rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgVPnvsQD6S3z4Bzr6LuSJpJTwFeUqsh { width:1.5625rem;height:1.5625rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOdMTSk97kPJOL7fIwgrmIx2htMO0fsD { width:36.875rem;height:33.0625rem;top:19.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClLhMho61cqSniKCNFXfqfLuOhscuEys { width:7.6875rem;height:4.25rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPW7VVemrTRLo6B65ENgU3OK4wKxE6g { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSdBOcT93xZGSGvk2gZ9Wezk44vHTh5o { width:47.75rem;height:42.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAZtEUJ6ynkxWtv26oEvmLwWNPsfchwA { width:47.75rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6mZ2zSb35L5v3TuJZhG0bm2fOfIoIrm { width:47.75rem;height:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UW0xv40VeFkZbWRznGSKZ6rqTcicEyz7 { width:19.125rem;height:17.6875rem;top:12.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN { display:block; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bW08L0qBWWDPpSf7uOfcsWSuJU4z6gdI { width:47.75rem;height:3.986325rem;top:8.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1stiWc8TTur16W9NLPgdDLSM1nRT7bh { width:21.375rem;height:2.0625rem;top:3.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLL2NPd9GzAo9JazP2LLHLM6PyMO9wB { width:26.625rem;height:;top:4.0625rem;left:10.562284469604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRkS20Zumc2NiAPwqfKTtH9JBLA6W7N { width:33.9375rem;height:33.25rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqMrr5FFtnUWoLPItzJBFzJQKRcnsOc7 { width:26.9375rem;height:5.1181625rem;top:21.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ0zQsgy1AXHVr7Jfpw5szQ4FF5972AB { width:28.5rem;height:6.171875rem;top:29.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcoJCJ5Af1eHZ6SMIzQdTtz6msbQtuNw { width:27.9375rem;height:7.71484375rem;top:36.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPflKDX8dCCkNElXykpdZzwknVcddvav { width:18.75rem;height:18.9375rem;top:55.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8uxAxSnIWWa21b97mb8BKxPrHD5aztL { width:5.125rem;height:5.0627198869359rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxfqLFTgS9XNJCG7ubi0cEC6tUOopdwa { width:4.125rem;height:4.125rem;top:52.6875rem;left:17.749287605286rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ82F4B7fmhTvMXpm3DUqAxGdDuTxBFJ { width:6rem;height:6rem;top:51.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhqXNI7iOvT73WgF7ibvynBy8wm1E12b { width:33.75rem;height:19.214443690688rem;top:55.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD9T0oJQvXTBJkQHvbNhSZrpv5nPsBwv { width:33.9375rem;height:33.25rem;top:19.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJTbz0vGfgUI77hedzt2LxZ3nF1ftmr { width:14.25rem;height:18.792630496395rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaPc1mNIvS59eCT1036gWlCzOikO7WO { width:15.625rem;height:3.625rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywZZmLQp75e6e9DIWM71cQvBIPvULbDB { display:block; }
 }@media only screen and (max-width: 763px) { #r60lVsMNDgyU5dFTKGJq6ahN6Ai90zfZ { width:1.25rem;height:1.25rem;top:47.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT { display:block; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcUJKBOvV44iKzRwxMi9QMwU4MRgI2aw { width:21.375rem;height:21.375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDpSkJRzWOF1egf55Pn0Pr4DMADUb1zA { width:37.125rem;height:3.5625rem;top:6.375rem;left:4.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3atzTIBqCcpVHQFQhOU1nLrq31wchVo { width:21.375rem;height:21.375rem;top:27.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeMS2BOOOHIQhxVMMdA5AidHUme99xf { width:21.375rem;height:21.375rem;top:27.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiKXBGl2qtzrpgXF1fZrcegpaITWLrq { width:8.3125rem;height:2.25rem;top:32.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzvUve7u4mKI2hs4xc8oX4JqVDT3lg0l { width:10.125rem;height:2.25rem;top:32.9375rem;left:15.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfrPJqhTpRvdnvTS8FU6At9GOzXm4rn1 { width:14.875rem;height:2.25rem;top:32.9375rem;left:32.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqOUDapK4xibhvEduux4if9ZPrLVZWo { width:18.75rem;height:6.375rem;top:39.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiF058fopUVVtiruHSO55cFBpgTtt06C { width:16.75rem;height:2.0625rem;top:35.875rem;left:14.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQQFylllylCtAVMsOMmdfzctrQFDsO0r { width:19.0625rem;height:4.125rem;top:39.4375rem;left:15rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0EgVeDl3fHfJaPfHWfN49sncSaMxUIk { width:1.625rem;height:1.625rem;top:44.875rem;left:25.25rem;display:block; }
#S0EgVeDl3fHfJaPfHWfN49sncSaMxUIk > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #CNEdTmhoGrWCAMFch4gPmeSXrAJpnJix { width:7.8125rem;height:2.375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT830trtleyiPAzDp1VOrNFTIoU84FJq { width:6.875rem;height:1.4375rem;top:36.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRTDmFfm7u7qfCBhNB77Vo0W3P4rOZg { width:14.875rem;height:2.125rem;top:35.9375rem;left:32.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDEcFxfPPRwfKIN0LD2INgVBNg2vteb { width:16.9375rem;height:4.125rem;top:39.25rem;left:30.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9SrCeAw4R6eG9LuFTEwr4SNynUJk2Jq { width:47.625rem;height:5.3125rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpIciAogdsQwyHxpGuT65fOWJ9UM05R { width:47.75rem;height:2.75rem;top:52.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNo2n9FsWDuRnRRl5ypeMcEdZDqioeGg { width:1.875rem;height:1.875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmWrh0ZJws2wcttvSqvUWaLQ71HliTJa { width:1.375rem;height:1.375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #It1UM5NVxalGCkcm3ezhhb462UHiCUTh { width:3.4375rem;height:3.4375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUE46KkGMEidDUDutALIrRZwlyDtF3C { width:3.4375rem;height:3.4375rem;top:28.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tToFTebNuiZMPFm98w1NPpQHaR7a7xwn { width:1.5625rem;height:1.5625rem;top:29.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISPRtyeNgtS354GdTikMLQdcvzFOnCF4 { width:3.4375rem;height:3.4375rem;top:28.8125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiFTByA8OyLZP2u4PWuA6INeTinHSkE { width:1.5625rem;height:1.5625rem;top:29.75rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaUBT3NRgAPH1GEIA2yBcBylSspzhXR { width:12.875rem;height:2.0625rem;top:44.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXHtdORzrRITnTTiC2JVAts41eUmwNt { display:block; }
 }@media only screen and (max-width: 763px) { #iVKpuVTD6h9UDHH2mmL3ERmkO9RSDIgh { width:30rem;height:2.1933625rem;top:2.5625rem;left:9.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9KNkGbyJXwcCPLsm8tBTRmVe3cguXI { width:33.0625rem;height:11.5625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVLrn14uG1pSVwqi3pOWhPEvZT2BGImH { width:17.6875rem;height:1.8125rem;top:14.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIJfNapPSrAouU0SEmaNce3tK2wum5Ci { width:24.5rem;height:4.625rem;top:17.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK6V3eUedRL2JMoymFz41ilSApoJ3IHL { width:33.0625rem;height:11.5625rem;top:13.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsFs4D81PJTNpvnvQODRUCX3TGBSLK5 { width:17.6875rem;height:1.8125rem;top:14.9375rem;left:30.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TsqzmV23MSlsFm9hgTyfoqV4G3adOv { width:24.5rem;height:6.125rem;top:17.3125rem;left:23.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e804cE9g1lqKhZdzyTQtoskPyTcJXxoR { width:3.625rem;height:3.6875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZyIk0aPCiLP5MZWl3MEcJenEbykU2Tw { width:3.625rem;height:3.25rem;top:17.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo { display:block; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHk9GGeMgxz4CkLIAtZ8h45mLTgUgwoI { width:11.6875rem;height:5.25rem;top:14.6875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxPXF8CKKtwK1unyeGbHv02pGUVdolzK { width:1.375rem;height:1.375rem;top:15.8125rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtuiPKzQSQaTNGhag5wn9aovCyVOA5rq { width:1.375rem;height:1.375rem;top:15.8125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PddPxe570y9yt3FVI7xiV2WUea2MyMm6 { width:47.75rem;height:43.8125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mINUUZykNbWSPHmTubtM9F9yZtzI0xM3 { width:23.375rem;height:37.125rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI5FoLfaH7TsTVHTQtTIP9nUXNOxZ9ww { width:9.125rem;height:2rem;top:49.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZnCIUWygMkFc35SZqaFL4sVnfaWnhml { width:8.1875rem;height:1.13671875rem;top:49.4375rem;left:29.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ4S1yApoTdKqRVw2SfcLqN4T1o6hCdF { width:5.8125rem;height:1.625rem;top:17.5625rem;left:30.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVI8muTyurlMaNHkaWB1hxkSqZRpbT04 { width:7.375rem;height:1.625rem;top:17.5rem;left:40.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvplNQmkI4Ar8McGFBTlQTuECzOUs9m { width:11.6875rem;height:5.25rem;top:14.6875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92JMhhmtv26B31Dlt3Qn44f63JaHwTH { width:8.1875rem;height:1.21875rem;top:49.375rem;left:39.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRp9fl7GNfTfWDCzhGZKMDeQAN8CgtT6 { width:9.125rem;height:2rem;top:49rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyG4NwhhWonnhCU6qB9qdqOIb3DqxCZ { width:1.5rem;height:1.5rem;top:22rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orLe0CyAWI7H8JCssP3Cnn6y0O5S0SdO { width:1.5rem;height:1.5rem;top:25.8125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIFa3T6vlW1kwg0ikS3wumMkVrRJtBLo { width:1.5rem;height:1.5rem;top:29.3125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8aN16r1lKOnS34KqLihlEg92q1vika2 { width:1.4375rem;height:1.4375rem;top:45.875rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ZFsEzwxTPGN8PoE45QdHCwqfS5tiSn { width:1.4375rem;height:1.4375rem;top:42.625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCfd1N6IKeUiga3Grg1i5vCTIFxNIz9z { width:1.5rem;height:1.5rem;top:32.5625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHceC9ACVyRHHNKq2NlDa09E9va6Tho { width:1.4375rem;height:1.4375rem;top:55.875rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tByCkHfeyGybKBUesU9pfGDPFfByphDt { width:1.5rem;height:1.5rem;top:22rem;left:32.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk2aJVatXO9hzUbLcMpMaU5DSoi3Gezh { width:1.5rem;height:1.5rem;top:29.3125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtE9e1emkupVgS4Cz1hdx2B7sTlOvG3a { width:1.4375rem;height:1.4375rem;top:42.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbmfWXbimUaKIm7aKzecHXz9B2vdTgKo { width:0.9375rem;height:0.9375rem;top:46.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGvRHTaTBkVNMUSBlh1VTMxf052m7l2i { width:9.4375rem;height:2.9375rem;top:17rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohNEtEyzq60QPCvv51rS5oTKyAyIuFMC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWuorOqtsFgpp9XtOkTL2CCRcsODLdBo { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2Eouga0bHCQIulkvJ64l6OX67eI5dqg { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4Cat6o2VA8bGXSxHcgbSkQw3svThpfW { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sI4HME1GUMMf4fLozLEweodE9qRbRoIO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWGOAesRUkmeLC1xfDwgt6oQsVT7cANJ { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiK1gdmdR5pnXIrHBWuwkd8vOi5vV62N { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyUGcxnUdT0BSGvT4svHbM3ucipN0ghh { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRPuTOm4SND89M7MyUMbg2vcd3BN5GFr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdRorx51Ln0TX6BONi1VTKLzzmAKAhbr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWWQuBImrozBiZeaWGOu1FcV1LkiicOx { width:14.3125rem;height:1.4375rem;top:24.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5Lcm4khLDfy5QfBno1VT2l43zeS83or { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgn0u1rhwDsPnskrZP7BPaFoXe0PpmTH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oueWRiDaCeeQf0e3GGxi7IH1iQPzTimR { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkiCF4Xe345ohLDKGyoshDOSU5bZBvpp { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBybXhUaZ6eLgAQtgOSr13OlSpfI0Xbg { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3l3tHCR3QKVsgALSgJVCK7GnAhTXhRd { width:14.3125rem;height:1.4375rem;top:29.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8Hep5Qv9y1AiXH7lZvtkPtJJZGDt3XO { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPUrU6RN9rVfJs30nsr8NefG7HX2OnE4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaHhlIPTONlzLEmsn15s5CpqBRLTk3O6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc4SL2WXlbssb49GKCSfusBdNrWIa2CE { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCddp8k9N446o2M6pwHFFIls8v9kGtbn { width:14.3125rem;height:1.4375rem;top:51.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHAIByb1TXa2uElpV6hoipsWOqcsbi2T { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1JF5na87ih8bfqwRGs1w1DUyUgEv0h5 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOow7QgR1DnCU7ixwlyU5w5AALLHbTkJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqwVteBKPa2oleyyex61fZLfaEI0NqvV { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTEC52E43xG81CbVJR1IMHLRXODt3ook { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7HK4gmLE05uOsQ3mUA4Jkxi34R9GFwN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLghEv6ieE32IaXhnL7hfLk6OORTTswW { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdwrR3W95THMhQ4sARlTeH86TDS28mL0 { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdEhKadi6ml1hKq27hg4uZsLTiwGaN6J { width:14.3125rem;height:1.4375rem;top:44.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFmRmMuLmSkqMq8LQ1a42yO0pX8nzcIB { width:4.0625rem;height:2.9375rem;top:54.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3voDmaX54U595F2rJ6U4u6AMNCfHnh3 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #McTSXpARWFw3iRqQqWxd09Ten4fl84lH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QX5QhXyxz8a5TfeveQTFovG7HcWUZRQB { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3nQyAQ4LK86UIfIasPWWou5JRd2ByLf { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4p19mMEhOZm2kURxG9SrUrRm1EDtomT { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLd6dTaz72nPIxv0gNVwmzVEl9KV7N0G { width:9.4375rem;height:4.4375rem;top:36.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuy8EqQTChu0836lM1Jm68uZyTIWcrk2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0GHhtQ04UgyUTJFKHNz8z2xgvK9PyzU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #syZv6QzGxE8sp4bNDBG3EKVTVHDKDnRD { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDTiv3aBxFPB18EepZnrByUoDf4ou4hU { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqelmp9aBty5MlFqKQoWlHvPTdGJytVT { width:14.3125rem;height:1.4375rem;top:74.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrTslBI9PH4k96DhTyAU1QBdf8t4bHd1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmymVsnQfT2lBrr1HwnNmutO6ElmiiT0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1hIRp1D7aI9p6Bz9V1yTGftXrf4de4z { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNpNh09OioWCb8TBnmPJVMDOinb3ci5u { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIoL1x7NPcTXWdxkPpcFINlT6smpn60C { width:4.0625rem;height:2.9375rem;top:54.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IV36TkrSbcatKCJG20XBoTtC2JTFZqTL { width:14.3125rem;height:2.9375rem;top:66.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg3lysOct5CzlzMMoa8Wf8qB4espDTPi { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFFH6myzzi4E6atar6F2eS70dJ33xSQv { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKw1RItKRZFnq366zB7qp29ToRdIsi3s { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIZx17InVCTCgEy5IIuFzMgWsD6RKtFB { width:1rem;height:1rem;top:30.125rem;left:30.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HF6FlBhXm7Utm5mfWhohUvi1ERrqpOXw { width:13.6875rem;height:2.3125rem;top:58.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0nI0zoywFN0CTkCHAb4Rg0CVHgT7aem { width:8.1875rem;height:;top:65.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWri2PeT0aBr8GET37rcqAmkCymdtlMh { width:9.1875rem;height:2.0625rem;top:32.1875rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPuUPFGS2Me3h28aqroTuin2Pk9MtDZd { width:8.1875rem;height:1.94921875rem;top:16.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlDadra0XbodTZ0zcTusAdWGPkKURNdc { width:8.1875rem;height:1.13671875rem;top:52.6875rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFEyOtkCOpgcwUcLtBQ8nOitmAOvTFmQ { width:8.1875rem;height:1.13671875rem;top:52.6875rem;left:39.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfb6huoygnACc0LvUbXPJfXJCq01sqsT { width:0.9375rem;height:0.9375rem;top:56.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPym9K4yPJ9ZaJvxiTEcTCW1VqltHTmD { width:38.3125rem;height:3.0859375rem;top:8.5rem;left:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWSNr3Mfxeb7zvrxFOinHkytIAcLTM6n { width:30rem;height:2.1933625rem;top:3.75rem;left:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRrNTq42fDqlhNLPwIGZB3pp3MIc6H4r { width:11.6875rem;height:39rem;top:19.5rem;left:27.374353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ45JXGKDt478PsE8Tcx2PblWpmeIimW { width:11.6875rem;height:38.5625rem;top:19.875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRAKqompJHaGLVTcAxdEle9gzkp9xdTA { width:47.75rem;height:0.0625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B36Xm6RxzSFJwEVZsd3uUdkUrTG7ExtS { width:47.75rem;height:0.0625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePaaaHSf7BRmRtCPvsfEJ8gLgN2IoP1i { width:47.75rem;height:0.0625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlPILLIrAZPc0Vf13i0dz1uuaXRZTeQM { width:47.75rem;height:0.0625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFU9nhDz5zgH47tMn2lc7Cv938ciuNXl { width:47.75rem;height:0.0625rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCo6GfrIaVDH5RGFvozmvqwmsTrDRX5k { width:47.75rem;height:0.0625rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO8hGAFx9059yQnTMDBMFHltbZkcEuCP { width:47.75rem;height:0.0625rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qszplFDeeo1LbtJ8hlLDbDCtbmDH0i2J { width:47.75rem;height:0.0625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScihSuTfeU6342Bium7hGMrbs9DVKu2E { width:1.5rem;height:1.5rem;top:22.0625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9hiGl50DvOaP2RGladgG2LwD6ydiR2E { width:1.5rem;height:1.5rem;top:22.0625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kV2pNDBOfUZCa7qlR7h3QlaQxmme4zg5 { width:47.75rem;height:0;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivhSXqiweCWIIRGDa0W2Mp8sVFm0ZPKh { width:47.75rem;height:0;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6MAcWQHe1sR1Wr27wlDnD6x8dXKB2HG { width:1.4375rem;height:1.4375rem;top:35.75rem;left:32.467668533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3JLSBmods3QZ1kqCOzKUfWkhdCIShoU { width:1.4375rem;height:1.4375rem;top:39.0625rem;left:32.467668533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXyxvvR5qSq98fb2FvACAoslQRqGBg0 { width:1.4375rem;height:1.4375rem;top:39.0625rem;left:44.498918533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVZv1i9q8lQef3u698yP64pOFKXGSrEU { width:1.4375rem;height:1.4375rem;top:35.75rem;left:44.498918533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsQ0hGQtT60wyn3d8G7ffDNfBXPn7o5y { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTaWHtHXwnkLpTsvcqmV4y7mfpRuGJic { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSmSQ643vO4bXFQ8KXGmI8kgeAku2Wmb { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uv96t3lpyvIbUb9DvDmraCWiFn7H6Zyc { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwslcx2TXNncULvnEm2wBk9fInyP4Git { width:17.9375rem;height:1.125rem;top:54.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #amQqzXiUGP1tslpRSPzUGswdTiPiDCP9 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d74rKyiR0vUlVSJgHhPXUQefmsBR4EaF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTcoTBP9xVfhWs2FJUBQ1z48ySOA28kR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyrNfZBPcdAJIKbLR4xHBGGUOWrBQBkz { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeDGyhDsTX32rNl5pS8ZCCUKUsMtzX0g { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqXUD356kx9mLFETvmHIgB6CVyPzu7NJ { width:1.5rem;height:1.5rem;top:16.375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ez9TF9fxlsd8wkpN7C5ee7Blg6wcZq9A { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WorsrOB6rk5irpPyTod0Akk1yVysXSMO { width:1.5rem;height:1.5rem;top:22.0625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdOddzZb32zcuFEBT0wfSQySIneDdBEn { width:14.3125rem;height:1.4375rem;top:47.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkTyT9siFZxVgD9Nc2PJQHBr3bCl3i26 { width:1.5rem;height:1.5rem;top:22.0625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVomc1132ZrfMQP43dEu89wqukcCAiDa { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwO4fWl5HWsSe4q2bTSxWPsKZmAyGzMe { width:1rem;height:1rem;top:26.0625rem;left:32.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyZ1bJTnJ8NkBuWVssxUbudPriNTLaKs { width:4.0625rem;height:2.9375rem;top:39.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBfsqz0ewkKNvK7zHEH2yKia6kUTD8lF { width:1.5rem;height:1.5rem;top:32.5625rem;left:32.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chxJhFaEF54lUu2Z8Duyd6EmDr5PDpi9 { width:9.4375rem;height:1.4375rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xI99Dt298qA9hxFrr2gOqhT454TtZIHg { width:1.5rem;height:1.5rem;top:22.0625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dt4inHP7KnquUlNbhykfTPfF8TyNRk7K { display:block; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B89n0RItoCnK4E9UniTfopT1ZyudoQmA { width:19.75rem;height:17.625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGHJXMG6Hv0cledCPINipWGO8CqBoLvK { width:17.25rem;height:3.57421875rem;top:19.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuCB6GMzQoN0Ka43ncK0vpWMXONECXZ { width:17rem;height:3.8994125rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7fmKKQdyy7nh9UJmzpAL5dwD4XH0TDv { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKyb3p4SeMBqeJfVBEs5qd18zKDIotHS { width:45.75rem;height:1.5rem;top:8.8125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE6Tax7Ty9BnTnvLyykKC22bVExaXOAh { width:3.25rem;height:3.125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZO5ekVq2WsG2KDXLGZUcAVlpyUeFP0 { width:19.75rem;height:17.625rem;top:13.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy538G5oQZUIgdPOFsC30GLGt256P9Oc { width:17rem;height:3.8994125rem;top:25.625rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelVbeFb0GJwv41m0TzKubpZt9y0TnVm { width:15.5625rem;height:5.361325rem;top:19.9375rem;left:16.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zXFg9k80iVATckJprVX8DwEw4rvHGI { width:2.9375rem;height:2.9375rem;top:16rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwKq3ZThKzfJzkQHs8GuKUAP2t9TfCh { width:19.75rem;height:17.625rem;top:13.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbqogC9sz62uvvBzvErF8qauDNfU5OcK { width:17rem;height:3.8994125rem;top:25.625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQgHea3UVDpmHFknbOZRtKh2ysWv0mvk { width:15.0625rem;height:5.361325rem;top:19.9375rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycH45QmRddMnK543NqHWpTvLlMFKdQtZ { width:2.9375rem;height:2.875rem;top:16rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwhbq9q1yGL58oCtSxATxAK2na4Cwui { width:19.75rem;height:17.625rem;top:33.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHq7cksmerZW5N9yhkSXTz8a9mpMm14 { width:19.75rem;height:17.625rem;top:33.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu9rtnuvggE37XT2T3qgmUfkWQdCl3li { width:17rem;height:3.8994125rem;top:44.125rem;left:15.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEEG13hKXTbbd7TOF6HyTpTm4UTpXL8L { width:17rem;height:3.8994125rem;top:44.125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTSZkE3DCJlipt34C4BrxQt6Ol8dSS5 { width:15.0625rem;height:3.57421875rem;top:39.625rem;left:16.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWvpN8qc13DttTQGWIgFcboWQi7v27fZ { width:17.4375rem;height:3.57421875rem;top:39.625rem;left:30.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpXionmOsK3adofoppA155vqtw7c5fX { width:2.8125rem;height:2.8125rem;top:35.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2tTT2FqwCouG5gobyztIwkNuC3EgNa { width:2.75rem;height:2.75rem;top:35.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiUJ9Dgf9AmgFLHIQ3I97kCvmHH6aLCM { width:19.75rem;height:17.625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWkEZ6WQ7nEvM8iBpIiqErtLWepr6iy { width:15.9375rem;height:3.57421875rem;top:39.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH59vt3o2ZP0tv4nHeVydwi4U1DptUHV { width:17rem;height:3.8994125rem;top:44.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drtwmf8SvybuDf2oDlo0FImCapR9NrCc { width:3.0625rem;height:3.0625rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ { display:block; }#gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRgd63dKHVwNfJbyP9MzaDpwTS4pVwbI { width:21.625rem;height:14.75rem;top:19.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGZ7LfmsqpFiOxL2k4fsesox2RrQ2zLi { width:29.3125rem;height:2.0625rem;top:4.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06EJJA6RPyq7bvTDvBlgv4IepGOPhvn { width:26.625rem;height:1.21875rem;top:5.125rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGhJ6duvfKLgccuwkFQH1RtIARFupwn { width:13.3125rem;height:1.29980625rem;top:21.6875rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeZBdaTnCHRe0F4oU1awU6TWXN0lBuJN { width:13.3125rem;height:2.92480625rem;top:23.125rem;left:5.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzfi3equWGnzzXTVbTBXpmXnl6MyBVl { width:13.3125rem;height:1.29980625rem;top:26.375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmya0i79qUnXI0mAgOb6C063w7HznvEw { width:4.5rem;height:4.4375rem;top:20rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJXLkbqHLMePzlV5KiCcwgdQEKS6vZN { width:21.625rem;height:14.75rem;top:19.0625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqT1C5yphOqpXv95dVIMg38JMTv1XiZC { width:13.3125rem;height:1.29980625rem;top:26.375rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3qa7mNgxQiLM3yv4wnh4n3ucOwi1N9N { width:13.3125rem;height:2.92480625rem;top:23.125rem;left:28.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8CfBxzxorGkuIAgahInHfeIzCOModT2 { width:13.3125rem;height:1.29980625rem;top:21.6875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEgTh02Ui9JcyPBLHthiGNJfw9mKSZ0c { width:4.5rem;height:4.4375rem;top:20.0625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6SbOkhuOD2AmZpla5iQ1W6OTQdziJTp { width:4.625rem;height:2.51855625rem;top:40.875rem;left:8.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMkS1SrZzImwUDscHQgpw1tsmVFDqmGG { width:10.75rem;height:1.29980625rem;top:43.5625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZKdLsady7fFJeFMEel8NQuU9KhUmIqI { width:4.625rem;height:2.51855625rem;top:41.0625rem;left:22.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTIHQDgJi0HIPGxUqO4cWnzEy9UHbTa { width:10.75rem;height:1.29980625rem;top:43.75rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHpc4HpCTPanxAHQ52WZ2wxFITDJrno { width:6.625rem;height:2.51855625rem;top:41.0625rem;left:36.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTM56t7DPrxz8ZtGTPZVPiTpdF8Wz4sV { width:10.75rem;height:1.29980625rem;top:43.75rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIpozIMxqV5WgmT2WpT1gl1iPXwFSIvJ { width:5.75rem;height:5.75rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgsGwAKTUB22Z1hxk3W7uqmsL7QzaSPv { width:6.375rem;height:6.3125rem;top:5.3125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCEfnaCbpq4Phds4zZLcVcXvDSoNrCnJ { width:2.9375rem;height:2.9375rem;top:20.6875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1kr8Dk54cTslZVBPvcxwEpD6NBqKcTw { width:2.375rem;height:2.375rem;top:21.125rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkBhprscb56pPkHEPH48k8T36dHVghi { width:31.875rem;height:1.4619125rem;top:35.75rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyZqtlwlzTVsTSoOJUOrIoQflB0omk8z { width:45rem;height:3.0859375rem;top:13.875rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2lZLD5fAfPKdC4Vr78vRFEx8o4AJrxw { width:38.8125rem;height:3.25rem;top:8.3125rem;left:5.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrtLtiQhkRmfOm36vG5fBVtnwm6uHteC { width:14.3125rem;height:3.25rem;top:28.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKVwozwOwXMUiHKxq6hQ9XsGXyOEd8lv { display:block; }
 }@media only screen and (max-width: 763px) { #XaGmZqoyfVVWQZvbr4OKwLOquJ4p9Ak6 { width:14.3125rem;height:3.25rem;top:28.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W03WC6B4oZnkbmLT8Z0OO11TEh5paBud { display:block; }
 }@media only screen and (max-width: 763px) { #ppbqrAUBBp3GwVXGI0aARlE44tD0XAFi { width:21.625rem;height:14.75rem;top:19.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebPT7AKVekUA3WLecrmhV9cJhmZvXQTR { width:21.625rem;height:14.75rem;top:19.4375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7QhvrooET8uOilxaCrVhnvvoi6t6alV { width:12.5rem;height:7.25rem;top:39.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhAxrmmqGTZz1K6xKSg6h0J8DhLSNnVU { width:12.5rem;height:7.25rem;top:39.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1UpKV3Z6n2NN82TMSfIAJCMaLmn0T5M { width:12.5rem;height:7.25rem;top:39.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q { display:block; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwk1romdwsb3BXDMBMarP5pMb81D3Gsr { width:21.5625rem;height:11.375rem;top:28.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4qINaOXz8yIpNmEfmGQUinb3q7vcKxf { width:29.3125rem;height:2.0625rem;top:4.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9M1l8tCseZIEciqbQ2BTGusOwkb30aT { width:26.625rem;height:;top:5.125rem;left:11.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpp1DWdFSbnup6v7EgGfhy6yv7ScNTJd { width:13.25rem;height:1.29980625rem;top:30.8125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIv6TikFL2TCAcEvC9ag5XRwMV0JJQRl { width:13.3125rem;height:;top:32.25rem;left:5.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RScqOQ5vdUqehuudr5sxUDOcTIC3Pfbq { width:13.25rem;height:1.29980625rem;top:35.5rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCCMTwFTofGoBqQr48hwGCc11vrX3Clx { width:21.5625rem;height:11.25rem;top:28.1875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPg801XVGnFluQkuMyTHdRELLbfzGlDF { width:13.25rem;height:1.29980625rem;top:35.5rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUuBiFyMb3PdouwuaWECcRwz4qFbxhq9 { width:13.3125rem;height:;top:32.25rem;left:27.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRDRWkacGrT8o63A0yCsEdWeElsE2n4 { width:13.25rem;height:1.29980625rem;top:30.8125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JClWLh6FV6iAhM623VxWlRbisAyR3mDA { width:5.75rem;height:5.75rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJF6ZTuDGeuXs65FUaNIltRK44Xf4UD { width:6.375rem;height:6.3125rem;top:5.3125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9QVhLzRQ1R2c8Cy77sgtou460xy70Db { width:40.3125rem;height:1.7871125rem;top:23.125rem;left:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utn3zMoE8bE0TJcaVVCxDlbIOy2abpJW { width:38.8125rem;height:6.01171875rem;top:7.375rem;left:5.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6VXIupIRLLJrRpXblSMApIyt75D5DSu { width:45.625rem;height:3.57421875rem;top:16.8125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQhWEUc8mhUPqfnDsI4H3KWqg9QcKbm { width:37.8125rem;height:2.3125rem;top:22.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa { display:block; }#f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxzL8CXvEiOzxP7MdTptsdTbGziXdh1u { width:1.4375rem;height:1.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4mrtn517bAULMsGor1EQyLa02KtKLS { width:14.6875rem;height:1.8681625rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNpTmzTex8spVdtQFv4WiDThMcIEK4pv { width:47.75rem;height:7.375rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7l31aUW81JWsDWT0cTPTi5rO2DXEcy1 { width:8rem;height:;top:20.4375rem;left:0.56228446960449rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNK1B8XgRVpA744zlzEITzs8wEmHB34E { width:23.375rem;height:1.625rem;top:22.125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCVF5FG6VT5MvRM7l14eamcZEFiP4UM { width:29.875rem;height:1.3808625rem;top:23.875rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNzpqJeqVbX9i2VqCGfeNM05t3Cq0fd { width:4.125rem;height:4.125rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdFOBlhrG38ota6sWCNJNXrgRfiTM7g { width:2rem;height:2rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqRT3iTB0AzxZruh1GuZel1TCbGX3PCI { width:47.75rem;height:9.375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKKi0UMTVr34OIFmI9nUkX1J987KAwrM { width:40.75rem;height:;top:32.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Cz6JOXh3SQLTBnta5UuFfg3W3Gexo0 { width:10.3125rem;height:;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPhThnpTxSBdevRLibJcVAtDWMHsVfbE { width:6.625rem;height:1.94921875rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnSOn3ON9xoOKxfxzeeLB1PZ9hPMKiN { width:47.75rem;height:7.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2n3K2P8igx59JUT3nhfk2Zmk5fZO4qx { width:20.25rem;height:2.35546875rem;top:7.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXRGaAT77ihJWaLrqTREwswfBh4JzoA8 { width:2rem;height:7.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICDDdXt1CKDGu2NLJ2M8G9vAL9uZkVBT { width:10.625rem;height:2.0625rem;top:7.75rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGigRTlwykBcyAJDNTs2ZxbCg7Sgnq8q { width:6.75rem;height:1.3808625rem;top:8.125rem;left:41rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKXa9BRD2gS1UqQQOm1bagQCXTWb0t0W { width:1.25rem;height:1.25rem;top:8.25rem;left:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuOKNsx0PmuIT8utg1NmPgJXVkmqJ2O { width:2.5625rem;height:2.5625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJvWQ9yv9CrAfShqHyrSgXMxTn2fWtH6 { width:6.75rem;height:1.7871125rem;top:32.3125rem;left:41rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc2PmcPItXNuC9Vgb2AKgZ4LxMFmU3ra { width:8.25rem;height:2.0625rem;top:32.125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOQ4tEGK1Ziqetd5zurbZOQulMCKnALS { width:47.75rem;height:44.125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSWIJV8ZHqAk6DRbBUs85dvqRs4uTF63 { width:47.75rem;height:9.625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvw0Rvd0LQ6Ai6K4bwruBi7Q9cMN7MTg { width:6.3125rem;height:6.3125rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqffTUplIKxMGDGH46fvEyy03SZBKL9J { width:10.3125rem;height:;top:42.3125rem;left:4.6866321563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB3RFMEVTD7r53dh1T1l5kTkAPXu1ql1 { width:18.25rem;height:;top:44.1875rem;left:4.6866321563721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkqDefAKieDnNwCmUTTTR4xo5V0IZp4 { width:43.125rem;height:;top:46.375rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpCfTV4gTg5DyUvACdqJ01sFfpgxxqwG { width:10.875rem;height:1.21875rem;top:42.375rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWoPSRmH9LOy1WCgxIVto3OQOQwNf220 { width:12.625rem;height:1.6875rem;top:42.125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hymx51XrnaUCRMbwGRwApAlgTdaCieKs { width:1.375rem;height:1.375rem;top:42.3125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpT6TD2icug2tt7x6K2pwdhW6z85XrvU { width:47.75rem;height:9.625rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTG282eqlTBWofMPXZizJlGIwcVB0sJH { width:43.1875rem;height:;top:56.9375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9gCr2NKSN5EmRT00DSJ7HVMrerrzm9 { width:18.3125rem;height:;top:54.8125rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuuLl3KDSNhCPV1RzmT2B4TVPwi3iIUM { width:12.625rem;height:1.6875rem;top:52.6875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDrx2oCL3ZIw09Lnm6qwgC5Ip8MhPcc { width:10.375rem;height:;top:52.9375rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnIZ9ueX3f08uhLRdPmRI2fNXF6laFK3 { width:10.875rem;height:1.21875rem;top:52.9375rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGOmvbDSfdmM8sbzsACSFtmVf32DvcK { width:1.375rem;height:1.375rem;top:52.875rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvchdugTqghaoBqFeM82kyWw4PBRLhCM { width:6.3125rem;height:6.3125rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0TwZmT0Fn7rxWSWN6l8hsdTWJoIHnq { width:47.75rem;height:9.625rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrneoShJcCx01LEUSezrScSrpWiC5OAU { width:43.1875rem;height:;top:67.5rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wroTGikVVThmAIKaodHmeF55lzzukTrd { width:25.1875rem;height:1.25rem;top:65.3125rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDUu7b6oOipQvCAKLfRdWLx1v9FBqEnt { width:12.625rem;height:1.6875rem;top:63.1875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvb4oWdqsPbU7yoncOEW1X0GSzFd7aoJ { width:10.375rem;height:;top:63.4375rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ci6O7roQxqc0eaFDlfHRc2KVe4WPS3 { width:10.875rem;height:1.21875rem;top:63.4375rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSM98UCGXvyCfJTu39XcBgXRuU0aZviA { width:1.375rem;height:1.375rem;top:63.375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0M8H3cazb8fRJG8Ih5UDg5KTLRByTiZ { width:6.3125rem;height:6.3125rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHkpWRgbOFMr6IOvRgpHW58deqlg0N0V { width:47.75rem;height:3.25rem;top:72.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfRsytTiIIKxgLsyygavyZQenPsx151W { width:1.6875rem;height:1.6875rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5OZ9HFfQxXMCmcBm16MK9ZNhESJpf65 { width:7.0625rem;height:1.375rem;top:73.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUcqZR4FkzQxxQV5bysKp3uvRuRw9wIr { width:10.375rem;height:1.5rem;top:73.6875rem;left:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUf2bvKLFZElXkdoVkUPZgnmPPibceK8 { width:1.6875rem;height:1.6875rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWpNe7EkTQLSlWyzsxATmD04zWInytrS { width:7.0625rem;height:1.375rem;top:77.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVrmS9JXK0GTBQrovU0EqR7niHnA9EHb { width:20.1875rem;height:1.5rem;top:77.8125rem;left:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZpemcBXOv9LdEtCx6UsTKQz6q6Vw29V { width:47.75rem;height:3.25rem;top:77rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXft5neQlxb8uWpZF6EZyXes7G9dVVWb { width:47.75rem;height:6.5rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re9KDPXTpAmt4FA3a5fB3lq5yhtTg7tO { width:4.125rem;height:4.125rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCzv78q8iq5N5RIiIF7UsZRkd9UwTEHI { width:8.0625rem;height:1.375rem;top:84.5rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO863xpN9EQ7u2OEaSOsINTz7Nk0lrm7 { width:23.375rem;height:1.625rem;top:86.125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP7OV9Sufd2zivfrp6P63rBKVMamsCou { width:1.9375rem;height:1.9375rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fcrOiOtauZkFGW4JU82p6buFPJc7Du { width:2.5625rem;height:2.5625rem;top:93.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDX0yVCe4IUaxJNqiRoOzbavNwk9OPCZ { width:1.375rem;height:1.375rem;top:93.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQSdHfn7PhLvJqKQbJ6x7sG3Xl8SPqql { width:0.1875rem;height:174.3125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0dCULgOd14K2QBdyDKcFcllo75L5dXT { width:1.5625rem;height:1.5625rem;top:183.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Xm1SGl7pDzTMw4cGEiaAIENz92fOAT { width:1.5625rem;height:1.5625rem;top:190.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnnTqpTCg7uaTEgPxbbSUtMbkTSsqp43 { width:14.6875rem;height:1.8125rem;top:93.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoxeZ67oi08KiGRQhkyAcdgpbeXUwbzv { width:47.75rem;height:6.5rem;top:97.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGTchoTt9EGtrtvV4S5AGrni2TbedrgN { width:4.125rem;height:4.125rem;top:98.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUbBBcfWi1NQGX7XnmmNwEhz5rJULHCM { width:1.9375rem;height:1.9375rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4z8pAsknJ0DwtRTbHzQJsTWl6A5835T { width:23.375rem;height:1.625rem;top:100.3125rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZufMo4NEvtqBB9teqzTBzhT7a8WzRJu { width:47.75rem;height:9.375rem;top:105.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC25qmMVcItK5ycC3G0aWEhbxA5uyN2I { width:8.0625rem;height:1.375rem;top:98.6875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqFJ9aFpqkKEre8lfBSfH2E0Dgwrgzf { width:10.375rem;height:1.375rem;top:107.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTNrFmQdyfaiTXuqU1NIDF3XyTSy5iM { width:40.8125rem;height:1.8125rem;top:110rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhyobowF3T5p3q8s5nTSfueTmae0HA75 { width:47.75rem;height:64.75rem;top:114.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3kELdaQ7XQdTyTWsIcGf5TuHkE2Ogfq { width:47.75rem;height:9.625rem;top:118.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8nPweFlc7U7oNTGXrBUbhk5Ow3cMC6 { width:6.3125rem;height:6.3125rem;top:119.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCFI4ODUbQFKGJrVxIUKVMT2XineE3kx { width:10.375rem;height:1.375rem;top:119.4375rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kWF3o5fZgXL3sS5rePwykDBA8pGm4O { width:47.75rem;height:9.625rem;top:128.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwpoQLy3qpo9GoMFZpFmqE1dhR2KPIE { width:10.375rem;height:1.375rem;top:130rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evkXrdKxexIvB1Hm0zvQd1DaTd8ACteW { width:6.3125rem;height:6.3125rem;top:130.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3qsgvSipVz7VBVXKSHaBUDXa5mB6HD { width:43.1875rem;height:1.4375rem;top:134rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBQXdCnnWbN49bTEbmw9spuku0GCtO1V { width:18.3125rem;height:1.1875rem;top:131.875rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJd5oRxwrvDhiwrRsv22NfL0RxO6eRQ { width:18.3125rem;height:1.1875rem;top:121.3125rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6gC52CbXQ2d4R8DBuSsXQzJcIHP7dmI { width:43.1875rem;height:1.4375rem;top:123.125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhn9pmtByHAyoO98z57DMzAdA4BxmfTP { width:47.75rem;height:3.25rem;top:139.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0KiupQpGcw9NHP5CnynMeJnJXcFFDln { width:7.0625rem;height:1.375rem;top:140.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJVDKR9RcTpgsdN3Eix2lHNKMO8euwM { width:16.875rem;height:1.5rem;top:140.5rem;left:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBiicoyrLXRBNDuoBEFpomO6mbu2Srx { width:1.5rem;height:1.5rem;top:140.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS3E6pZ9MbvCe7m1DNiRvEStHGmnJ6n3 { width:47.75rem;height:3.25rem;top:143.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy75Pr9KgdA9bLNtaQ1P0t6T0pUiRRAK { width:20.1875rem;height:1.5rem;top:144.625rem;left:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdQ1DsMhygw9inGd9cUlLgygkWbF1Xu { width:1.625rem;height:1.625rem;top:144.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5rWEDw3czGmKidPUt72mdJgRRBFx9N { width:47.75rem;height:3.25rem;top:169.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1Mhp6khtqbxgopzavJ1O0ArUDBXRJw { width:7.0625rem;height:1.375rem;top:170.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP644cB5wTHmmqSuMXNNSO8lAa0ZXPsI { width:19.5rem;height:1.5rem;top:170.5rem;left:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9GqHD0inS9pNOBof8LdryxyJxw7y6Bv { width:47.75rem;height:9.625rem;top:158.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfL0XgamhaZwurgCmSZEZFl0GrJk1nNd { width:43.1875rem;height:1.4375rem;top:163.8125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEAncWsTbUFBurcEXI7EcCitPdBW5dq9 { width:18.3125rem;height:1.1875rem;top:162rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdISH0i44TM9UbWP2Ri7RHqbp8v1HEC { width:6.3125rem;height:6.3125rem;top:160.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v96oZgyhT0aWpnOATkJg3TT8UANIoC4h { width:10.375rem;height:1.375rem;top:160.125rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxPdsweoqU6gpb6mr0n3PLKt2mfmv01 { width:47.75rem;height:9.625rem;top:148.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFUCVK08TQCqZ0alyhrlXQE8cSToegr { width:1.6875rem;height:1.6875rem;top:170.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz7M3rA0u1DLR5ZlSJq6fsbsVSdlPdIZ { width:43.1875rem;height:1.4375rem;top:153.3125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFxpCJITHl8LQw2iKtwC8wPg3Nt9NG2R { width:26.8125rem;height:1.1875rem;top:151.5rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTFv3MnDQ6Up167R8BByuyJaBodFfAx { width:10.375rem;height:1.375rem;top:149.625rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCHlflUGTX8nzN5rbTyuxNpre4RX5IIR { width:6.3125rem;height:6.3125rem;top:150.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVsSFQBhpNagt49Dmpt9Fu3wJ9AG65ID { width:7.0625rem;height:1.375rem;top:144.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxmPv2TTMqJp7bFulFtTbzlT8xLJ9Cyp { width:47.75rem;height:3.25rem;top:173.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9k9QXWEZWFJE7hOoEyq0kgRDTeZEXyX { width:7.0625rem;height:1.375rem;top:174.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxCD8cKEKTUgMaA0O4iFRNS892vdfqq { width:20.1875rem;height:1.5rem;top:174.625rem;left:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4NOIoh5UcPS2EkQlF1WLt5CCCeuHd2A { width:1.6875rem;height:1.6875rem;top:174.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgBMgO5RdTH1nwOCB9X7f2uLB9px6QJa { width:12.625rem;height:1.6875rem;top:159.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwPBCAgdl5kOePsT6nboUseiVHNXRnps { width:10.875rem;height:1.1875rem;top:160.125rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSNbiva4pZs5aERhZSnTsdkz7wKozv7D { width:12.625rem;height:1.6875rem;top:129.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbRLy7zrJT5ppO1IHtnWhSxfiMBST0Hu { width:10.875rem;height:1.1875rem;top:130rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVVhOOfiEDFmQoUdhb5Zoa2rQ8kSKPOx { width:12.625rem;height:1.6875rem;top:149.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsgtDWTBFpRxp168Ny10JUKN0USN7X1W { width:10.875rem;height:1.1875rem;top:149.625rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSx0S79yqIaNoDQ4ILgbKUSsIS3uLUF { width:10.875rem;height:1.1875rem;top:119.4375rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAsHTbTiDl0I8zMexVwyryzuleNTo95y { width:12.625rem;height:1.6875rem;top:119.1875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvtUpA5frZ6TdItH13dtzmrz3lro6oV { width:6.75rem;height:1.75rem;top:109.375rem;left:41rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNKXEEZpZfTTfTdafb9bZzkSTFx83tT { width:8.25rem;height:2.0625rem;top:109.1875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PizSauNba8lk9R6ATLzTghADwHMmez { width:47.75rem;height:6.5rem;top:180.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWIOVTkdeN9yzrSaTOtxG8edpxhLdTH9 { width:8.0625rem;height:1.375rem;top:182.4375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZo9LoG0Ha71cLwlmpGaiF8Qm9UwqSwP { width:23.375rem;height:1.625rem;top:183.9375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbhIKl3t7tzX1nH7f3e9sTWwKiVtS5eO { width:4.125rem;height:4.125rem;top:181.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlyM6PVsEb308zLHDO2EXIGXa0tVf4H4 { width:2.125rem;height:2.125rem;top:183rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHFFWp63JBO2ItIZqLUfZdAANkZNlB0K { width:1.375rem;height:1.375rem;top:160.0625rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAEUmWLJukqFIeTbS1T2vPl1PmnTGQVx { width:1.375rem;height:1.375rem;top:129.9375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUtcr2bib8WK6uHkL37DEMNIxSZc5CU { width:1.375rem;height:1.375rem;top:149.5625rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlUULQ1N57hDrELiUQQtQJp5M6gC4P7e { width:1.375rem;height:1.375rem;top:119.375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCyhqfsO5RTUlN638R5ksoI1qqLc13Cu { width:47.75rem;height:6.5rem;top:188.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnqieqhfLy0TRKb8GLKlgTOtq2dmiDl3 { width:8.0625rem;height:1.375rem;top:189.9375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT1wUsPCUCTQs0Z6BwHTXuUbkRy4uSf { width:4.125rem;height:4.125rem;top:189.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJdgLAqvS8thN6E0CitOR3iLm3QhAgi { width:23.375rem;height:1.625rem;top:191.4375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHMAMOePZGQx8I2tMrkxVZGMmA9ZuIq { width:2.125rem;height:2.125rem;top:190.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTBHduQibphuU2ndTJ52TTLWfICSPyH { width:6.75rem;height:;top:188.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THMCU2i9THziF7VZzDB5lpxL2LXOqCWT { width:8.25rem;height:2.0625rem;top:32.125rem;left:39.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV { display:block; }#nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTg26AF52NwNxTR0r5NSPvwTcTe3JWAH { width:1.4375rem;height:1.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez2EQLUlGJrtdHhvJsKafc6BrzcMZ06z { width:14.6875rem;height:;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqL7thvAWvrKRm3eJpqf9og7XfRpPcrV { width:47.75rem;height:9.375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZf5cIcPLMELLJkcr0tNkZSIHvIcpHzX { width:40.75rem;height:;top:24.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTJ8fOGXFig9xenBFSSudTCpyBtrQoJ { width:10.3125rem;height:;top:21.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciqb47QiTsPK0vfZN80Tohq0GzruncZ1 { width:6.625rem;height:;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmrAUfkKshAG0kPu8kHbgI2DqPEhk0w { width:47.75rem;height:7.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxkwmAH3shKMNv1s6B1wSDwN2hUWJhgo { width:20.25rem;height:2.35546875rem;top:7.625rem;left:0.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgn51NJQJAxgn3TMxOpEh7gZDOtByZd2 { width:2rem;height:7.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL5Qv9lUUCTED3KkCb4eKWP4JKb1Kc0H { width:10.625rem;height:2.0625rem;top:7.75rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvgBpn5ptfiXTEyAoKixguTKBcRaBFVT { width:6.75rem;height:;top:8.125rem;left:41rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uirx7WiW2p3nDo3eZczvOAsPJPMWs9r5 { width:1.25rem;height:1.25rem;top:8.25rem;left:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJEVueFACnoEMPtxPf45QRGIc6hygUw { width:2.5625rem;height:2.5625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TNpkOXgSToD3LOuACEMNsIGhxkBKTf { width:6.75rem;height:1.7871125rem;top:24.125rem;left:41rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7dKbMHL7nTVuRXZy63MTiioyrolpN9q { width:8.25rem;height:2.0625rem;top:23.9375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRiOAHdArQSiuwrShdEpRZdndsh6xoPq { width:47.75rem;height:43.6875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR1zvQKeIClMpZm5X8xtK46PVdOXTRi8 { width:47.75rem;height:9.625rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8DmUzyJTkHCwPIlVNGvhhIC0HoO59L { width:6.3125rem;height:6.3125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbWEwUotyQuQMGipTzelXpC5xX1HNQ7D { width:10.3125rem;height:;top:32.9375rem;left:4.6866321563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyo0S0VFDrkQ2BDUi4LsyBHye50MXDmK { width:18.3125rem;height:;top:34.875rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcGTvdA2OxGl3EhyJtzsKUBMqQoT7hct { width:43.125rem;height:;top:37.0625rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmw6AbKomR5KytIt42J3mXMy34IMUhAq { width:10.875rem;height:1.21875rem;top:33rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuJwsLitAwhthkL4auUuy67pk3vKQGx { width:12.625rem;height:1.6875rem;top:32.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1pQIzoUonPTBNrN9HAk9vRAH3Qp27hA { width:1.375rem;height:1.375rem;top:32.9375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9gBI9ObuotI1oREe0exruuTD0LRQOLd { width:47.75rem;height:9.625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP4fLwi38b6rTQALraT1yVctiwRh7CGZ { width:43.125rem;height:;top:47.4375rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OOM2MTEyG3v4giqMvo4Ipr5Pyzr9n5 { width:18.25rem;height:;top:45.375rem;left:4.6866321563721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOVclzly2NvsB62kEsS6z8EyxixxMTxS { width:12.625rem;height:1.6875rem;top:43.3125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #IecPtaRJCTFkLztiT6JJqKx127FTIIv7 { width:10.3125rem;height:;top:43.5rem;left:4.6866321563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2GJoFBzsJ2Kkc4T5sSLyteWp57HaSVs { width:10.875rem;height:1.21875rem;top:43.5625rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOfMUV3VsVPUMK8Kqsi6uNqTzPq8EtN { width:1.375rem;height:1.375rem;top:43.5rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfX0o3GF6kyB0v5xhS3AP1fxdHuPKoEN { width:6.3125rem;height:6.3125rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEsPMluwOiTUbkPGTOnAEpD1sVL2TNNy { width:47.75rem;height:9.625rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBN2p4TZ2MFSNSJrf3GWEMw5Tl1mIzqm { width:43.125rem;height:;top:58rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77zrHkxp8hzAFgCLfuZDAzfx8q747KR { width:18.3125rem;height:;top:55.9375rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSHrTwed7Xf9r1TvSAXkLAvXPykez5t { width:12.625rem;height:1.6875rem;top:53.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk0A1DABONyVZ6CR6BzsxEsryHXRuk8D { width:10.3125rem;height:;top:54.0625rem;left:4.6866321563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF4TTOvBb55JLlf7lDCoIRTK4ofaTivz { width:10.875rem;height:1.21875rem;top:54.0625rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc5kqdmQFH2oEmWHbI165cD6afKWRofc { width:1.375rem;height:1.375rem;top:54rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL2TUBMvmoInZXNI9vZo1IDItSQS2paB { width:6.3125rem;height:6.3125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McVHiibSOseU5ngGuHUP7MOVXcI1x4Af { width:47.75rem;height:3.1875rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8e5b6PfPiG7xqUFxm6M4gvLKz8rf3cP { width:1.625rem;height:1.625rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFNq5EMkB8dlHTUCor4TVfKUgIoeJD2O { width:7rem;height:;top:64.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQIgx65LoVmbTf7T1z6OPiTaciT7zcUM { width:10.3125rem;height:;top:64.625rem;left:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvThDV0ALzFvD2HT98h0AqJvO4K0DRz { width:1.625rem;height:1.625rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9OlCOglPOuWmLOB2LbObJNUE5GaDEVg { width:7rem;height:;top:68.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WByhcAfo3X1ElT6wR7l40ae9T1ETn42d { width:20.125rem;height:1.5rem;top:68.75rem;left:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUBlOuTgnE5DKDgDKLFehszfhr4ehlFf { width:47.75rem;height:3.1875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSJPq3aKh2Ch3HSnnPZI5TQNV0JZlH3 { width:47.75rem;height:6.4375rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEPvu7GTXeaxDLCP3e8BDhWL97p8D1LW { width:4.0625rem;height:4.0625rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDusWgbiWilALB7TROzRxsfKI8rI9Jww { width:8rem;height:1.375rem;top:76.25rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMwCRTf1alqrF6QNab6rblT18n74bISg { width:23.3125rem;height:1.625rem;top:77.875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IE3169ODSHeMEdyenTLVyVwDIpwJXr { width:1.875rem;height:1.875rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH6FUcP6IsEn2TSOdEoV4aUqgnst01Gm { width:2.5rem;height:2.5rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkyJhJQlf0MGP0sPxPwL8uel2iWxXVG8 { width:1.3125rem;height:1.3125rem;top:84.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP45gR8gCWhNRDfaA78ZTORlAKFWiVFV { width:0.1875rem;height:157.4375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCrFesbkBnZIgRseZ4f86VrBnRwb0zdB { width:1.5625rem;height:1.5625rem;top:174.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8w4olgtigKfdCTMwUDE335ZRtMTgvJc { width:14.6875rem;height:1.8125rem;top:84.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQ1EdEQBM4ISPBQfEfX4pcvZULI2gwF { width:47.75rem;height:6.4375rem;top:87.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXTxni8pHLNVpTv0NDTBdJu5b07DMaR4 { width:4.0625rem;height:4.0625rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xkFrQynZaSGwwgDJ2MPMGg8tf7HmSz { width:1.875rem;height:1.875rem;top:90.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryqO5uSHhdF43ciZ86TF3eONqiyxVokA { width:29.125rem;height:1.625rem;top:91.0625rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9wDS3Kxy1dxBr3HI6m9hTaZMeUEdZo { width:47.75rem;height:9.375rem;top:96.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdeLoteO2Db38vdKGPb5VOGSFSo8xdRJ { width:8rem;height:1.375rem;top:89.4375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVczwr33GyMHQfIQWbXrO3KR557VJCnK { width:10.3125rem;height:1.375rem;top:98.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEA2GEIpaZBLB8e4kvSVynZgTbhGmm0s { width:40.75rem;height:1.8125rem;top:100.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVv5RySDeOIfECSPNblakS4kghS1KPD { width:47.75rem;height:64.6875rem;top:106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbKyyG4mXeyl7eT1tJ2wgTlOmt3sgkmC { width:47.75rem;height:9.5625rem;top:109.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77sfSlqzTs4n8fzcJAT6i3Zgv1QQgya { width:6.25rem;height:6.25rem;top:111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeitneiawWqKNamBnJSelIQgU41P3NEb { width:10.3125rem;height:1.375rem;top:110.5625rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx1Rb1bH8a5AhAQHWtNBQHorJ7xWKcTD { width:47.75rem;height:9.5625rem;top:119.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ROSKJpoIxCvOHawEfR40EFwkuGIM5F { width:10.3125rem;height:1.375rem;top:121.125rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqEfxDzO617KGKo2Fi0bdqVD6xsz3qoT { width:6.25rem;height:6.25rem;top:121.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0MCI6kfIVNMZhzl6VwQstHdZuSdcTok { width:43.1875rem;height:;top:125.375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0e1lhVqzSxu45HQ0lf2zzuRpchIi6V7 { width:18.25rem;height:1.1875rem;top:123rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdluH3pWICTdwFrVezuKk094A9RQhHbt { width:18.25rem;height:1.1875rem;top:112.4375rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETS3JGKOrHChWhKgIBEke45G2diJXF34 { width:43.1875rem;height:;top:114.6875rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5g6TufMs6B1ZteQfbTHCyCuzWFCmFcA { width:47.75rem;height:3.1875rem;top:130.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIIzQspnnZTiT7l5ubysEaPHqAbPlRq4 { width:7rem;height:1.375rem;top:131.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMZB1r9VCKH4PWp6fvJCU1dvHPqWDcI { width:16.875rem;height:1.5rem;top:131.625rem;left:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyGqTAXVVQuf6TGMNUtIzasq42lOfCzq { width:1.4375rem;height:1.4375rem;top:131.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4MKfxaapqQ83UJE1U7NvCPQuevXOWI { width:47.75rem;height:3.1875rem;top:134.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1G11XNCe0Q1lG5ObwMzV0xJowgGCEE { width:20.125rem;height:1.5rem;top:135.75rem;left:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONpdVFd95ykuzBzQ6qvKvxmStI90qbVX { width:1.5625rem;height:1.5625rem;top:135.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIpnMqwFKW0aatqm5HIMU3oOmTTUpIwO { width:47.75rem;height:3.1875rem;top:160.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKdezAnnIFTbc9v1uLXC59UTq2EDggzJ { width:7rem;height:1.375rem;top:161.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdgDgwvUzKq1fOTz9BdRkGlV2llmBhd { width:19.4375rem;height:1.5rem;top:161.625rem;left:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICDrPgzIqoMTpKThOaufe0nRf3CpxFb { width:47.75rem;height:9.5625rem;top:150rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLOUyUcB8h3KLE9QuH3hnc8klgKParE { width:43.1875rem;height:;top:155.5625rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEXJ0UfiWE1ogpc2b4VUw8lrQkUowGDW { width:18.25rem;height:1.1875rem;top:153.125rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2u97MAWJ24RFsN4hTiy4f6PxtKqeLZ { width:6.25rem;height:6.25rem;top:151.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzFiNOfDtmgrHVJqhuglpITlGkRssdCp { width:10.3125rem;height:1.375rem;top:151.25rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNX0CKRLcPW1eBz2IOAHPq8kK1iruf1F { width:47.75rem;height:9.5625rem;top:139.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FccB3E7LdIosf85vDpQlCHDumSSNTvqg { width:1.625rem;height:1.625rem;top:161.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEyGQZTndeFkb9dml3neDQdQ7vsyGnen { width:43.1875rem;height:;top:144.8125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePVQMWVb62caUIwEEvGzOkzwFNfVP5PB { width:18.25rem;height:1.1875rem;top:142.625rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGfUX9A9PlA7ZUcriWOBcfA32kQhUTRN { width:10.3125rem;height:1.375rem;top:140.75rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKREqhmuq8OeQnc9ob0kgPODlC3efcM { width:6.25rem;height:6.25rem;top:141.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0MyZ9VcCTZoPtyEVpZTTpzHFCiampl { width:7rem;height:1.375rem;top:135.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPRc54TOZqJIUx9JJvzudE2uC0gJlTb { width:47.75rem;height:3.1875rem;top:164.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA9ZCm0SSrydaFwqegrt0cEzJA4HAI06 { width:7rem;height:1.375rem;top:165.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqcopJRuSJ6XnSUWZ2Jgg2yA64E9Tmr { width:20.125rem;height:1.5rem;top:165.75rem;left:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKCseSrPELI3GdrcwGL8vG3p6mVNra6 { width:1.625rem;height:1.625rem;top:165.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvGnUW0qrykoQ3Lm0EyuXdHhLaKstmVO { width:12.5625rem;height:1.625rem;top:151rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTMsKNhmUwkpsD2n7iWn9AbPPraSdan { width:10.8125rem;height:1.1875rem;top:151.25rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaADNKURkSrTkuaXKTisIDPariSRxJlv { width:12.5625rem;height:1.625rem;top:120.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwtdosQa7DE5TRcglD4zqKG3twPhlhLZ { width:10.8125rem;height:1.1875rem;top:121.125rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duz5BJzT3v7zOyLkFOrTJE8SnJNN8A88 { width:12.5625rem;height:1.625rem;top:140.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUo7NhatUI1yc4iO8VZEgnBH01PPTrz3 { width:10.8125rem;height:1.1875rem;top:140.75rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4JulptQAcypp7zAvGzhtNx4IdhEMHoU { width:10.8125rem;height:1.1875rem;top:110.5625rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWacrhTfuT0p55RMQbnSpzPv1wwqdirk { width:12.5625rem;height:1.625rem;top:110.3125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIq45u5LUT8ueczt8Vzc4UUP7x0RUTtq { width:6.6875rem;height:1.75rem;top:100.5rem;left:41rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUyUUxcsUOL18p2DQDmVIQ5OwoHQxQv7 { width:8.1875rem;height:2rem;top:100.3125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfTTGGfTF7s13xyM3xcEsSrUMcNkxBR { width:47.75rem;height:6.4375rem;top:171.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdwoSXAfg0JZU6bxcExxqROTwM4DFDdJ { width:23.3125rem;height:1.625rem;top:174.375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8QmZI60BGTyZfofJyGxetda7URkVdp4 { width:4.0625rem;height:4.0625rem;top:172.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhZ4Rl3b8Vze2OGwsIvHua6DXzMV6zk { width:2.0625rem;height:2.0625rem;top:174rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkfu7J3timb3JieFROGuAkBzGTkmTZE { width:1.3125rem;height:1.3125rem;top:151.1875rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZIXt2GKJXfqaSXGUR04WTG4Mu4NRX4n { width:1.3125rem;height:1.3125rem;top:121.0625rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRu6ecnS1QJ7KHqMvvDrBv9WhRURGA5n { width:1.3125rem;height:1.3125rem;top:140.6875rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7HcK87ZwzP4ELDhscw2soOO2z88NfJt { width:1.3125rem;height:1.3125rem;top:110.5rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW { display:block; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHvCibHRaaXMSg1m6NdeaTpskKLEKLNP { width:47.75rem;height:;top:7.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ZxoJwHT077BX9GZiyXTIKrRuhlbaNB { width:47.75rem;height:6.171875rem;top:15.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7nk3FuPt8ZoJnemN4n9yiizX3zO7hpl { width:11.875rem;height:2rem;top:3.5rem;left:17.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0lsyqvGrkh5lHV4RCQCiTE570OWxgr9 { width:8.625rem;height:1.13671875rem;top:4rem;left:20.374567031861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPupT0ik8NzuvZ7rmz8PpAhLD2DIwBZ { width:1.0625rem;height:1.0625rem;top:4rem;left:18.687284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVDdVIrr1kc2AMKIZJV88QhFoS8ywmM { width:24.4375rem;height:4.25rem;top:23.5rem;left:11.498701095581rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDnrRUbbNKitEwh2uxST9d0iWeamgCm { width:21.875rem;height:1.4619125rem;top:24.8125rem;left:12.906034469604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS { display:block; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtKTiZNF47lfeZSGkNOhdgmdxtOnbAgp { width:40.3125rem;height:2.1933625rem;top:7.25rem;left:3.7187519073486rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDaVnzHw5U79D1BHVGGKe0e0eyLPelrL { width:47.75rem;height:4.62890625rem;top:16.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q32y45Q1un11Hw0LnEOQFVBDqO6p17Pf { width:11.875rem;height:2rem;top:3.5rem;left:17.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMZDTJuM83xaRl2lyoti6WGNk7wGDCDR { width:8.625rem;height:1.13671875rem;top:4rem;left:20.374567031861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivPTNK2XStm9S3ALLU0gxke9bI0oSJBC { width:1.0625rem;height:1.0625rem;top:4rem;left:18.687284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFP2lAXPtmJbzrE5orStTh3vWT4D8iUd { width:47.75rem;height:7.5625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHZLRvMVJHAa21QOvi61wuTZ3PObcrt { width:40.75rem;height:1.8681625rem;top:26.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxDNKwCfk55ENz47ZMvCJrvW8XWZQ6kt { width:33.3125rem;height:1.3808625rem;top:28.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBN2eGWTvuCffEDstk8edmVP65zSfTor { width:47.625rem;height:49.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo7JoVlNpMPdTs1LsVfaIi5niZBzlN86 { width:47.75rem;height:6.6875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HctQ2gqBlAvCoaC4y1W9DbOik8yXkqVT { width:3.625rem;height:3.625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipScVTAhbDRqlH44qceerseEKqiALVWp { width:18.25rem;height:1.23730625rem;top:35.125rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuBs68FANCsq2Gpz7AHcy6IcvL7zGsBZ { width:43.125rem;height:2.923825rem;top:36.6875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvJ1y3BU46qLeltOhSMNtMJ2VAkn8d7 { width:1.6875rem;height:1.6875rem;top:36.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt8PcrnT0XmzET2idRoumrzxlq2a9ccW { width:47.75rem;height:6.6875rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rDTiuMsPkuIhfr2iOEWIwBuppF0VrO { width:43.125rem;height:2.923825rem;top:44.4375rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcfD9UFsmtszBRqvaLsrHNRfXdl46pHI { width:18.25rem;height:;top:42.875rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKa1MC98S2XgNhbs3GgtW09zHvLs3t3 { width:3.625rem;height:3.625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3CPzddKUmsKnIqykoFcnAU0atfFXR3 { width:1.6875rem;height:1.6875rem;top:44.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAM08RAP3F97onyLqFadkXozV7uVxbmK { width:47.75rem;height:6.6875rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2Um1scKBuNsVZpSUfQPgpen4gilim4 { width:43.125rem;height:2.923825rem;top:52rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwuDJZMgd2eoEsuTiCuLdTS59sXGKans { width:18.25rem;height:;top:50.4375rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoqsmqkK0hebTV7szvKO3sQPupaJRJqn { width:3.625rem;height:3.625rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TzQMdzcC78ZmasknQbP0OPwt96ITsa { width:1.6875rem;height:1.6875rem;top:51.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBz8umvIzZJ6kd75y7zMbNblvxJIMEwc { width:47.75rem;height:6.6875rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMosqc1DIcnoTEnz6iTyHlDz3aoWqUww { width:43.125rem;height:2.923825rem;top:59.5625rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQToLcefT5nb7ewBSsfSdAmLK0vJksyg { width:18.25rem;height:;top:58rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCk2iAXqcd445MtQecLvo3M1SQGfTN6 { width:3.625rem;height:3.625rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaGJWwT2B01bIg5WILBtDlnF6QMHU2n { width:1.6875rem;height:1.6875rem;top:59.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtKhv67ZKsizaFLlLa7MJckALyklDTy { width:47.75rem;height:6.6875rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22eggEo49WBHkL116skMa6CCIaLhkqq { width:43.125rem;height:2.923825rem;top:67.125rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZs5KaI2QTDAT70TdqGfnng9TAlONGfN { width:18.25rem;height:;top:65.5625rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaL9k6z2LGoKdTTOZ842lEbWxxV4NHcA { width:3.625rem;height:3.625rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcFxznTvhtlx0MVuTZLQ6RQEX9p0Zmc { width:1.6875rem;height:1.6875rem;top:66.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdzIItOdUfX0FTPmhoTHk8cPzzi79Owr { width:47.75rem;height:6.6875rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmlVJH2Kw8kXgbhvr675lza3JOkE5Ldv { width:43.125rem;height:2.923825rem;top:74.6875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0mgJdEVcKRLiV3kVwh96X9XeNV6dpoL { width:18.25rem;height:;top:73.125rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIrAIeKUd7m14CVEA6TwugVOuwUeZ7Nh { width:3.625rem;height:3.625rem;top:73.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHggW46ezLJTOzQ1KXicKUeDQMbrH8tc { width:1.6875rem;height:1.6875rem;top:74.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt { display:block; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9dMcMBR3OF1GxXqCbXt2u3PiwZDBKT { width:16.4375rem;height:16.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9U4Nqh3ByQoSPa8DF9bKmP0GuaJGnmx { width:13.75rem;height:3.65625rem;top:44.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU6uxEGBPC3oTFCnMB9dLZLrisy8Ml9w { width:10.9375rem;height:;top:42.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl44K47pytRBfb5huN96hvAtTJsAelMd { width:25.4375rem;height:5.5rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrzIzLeyIPXkJdwcrUDw8GtQoIQelNCC { width:18.4375rem;height:4.142575rem;top:26.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtBgn28UuTZduCchxFUBgcd0hqZdtR61 { width:1.875rem;height:1.875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDoC0zQ2ytNigKF01Qfqy7TKChWJGxIb { width:23.5625rem;height:1.625rem;top:33.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8i4CeGLmgZsdaaSkJ69gX63gSme4LCu { width:6.75rem;height:2.4375rem;top:38.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabklPI8D83LfOeDw2CDlEu3ILvKrmJM { width:16.4375rem;height:16.75rem;top:37.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBWdpTSF3sluSbARIKfI33oXnuZIUOh { width:13.75rem;height:;top:44.8125rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5iZamaKNKvQGWecCNm3REffTkHMHUoO { width:13.25rem;height:;top:42.0625rem;left:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv1q9EfVuDNO6RAzI6H4820JRmaTNnfx { width:6.25rem;height:1.875rem;top:38.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcPWazp0K45ozl67X9lMIIuK4LH1AHBU { width:3.1875rem;height:1.21875rem;top:38.875rem;left:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsAwMPipV1fGXQUEzKnkG93dCLWZeBff { width:5.375rem;height:;top:39rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqRmvxe2f4OtQEcxx5H2wecxbeMgsdlt { width:5.375rem;height:1.21875rem;top:49.9375rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0vomal9vHLOW2fdiKi3DLTEvzSIK41E { width:0.9375rem;height:0.9375rem;top:50rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSM7KaTn2SuysU7z1mI7bo04bG6L8oo8 { width:16.4375rem;height:16.75rem;top:37.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOIElqaNpsPAaiomSfKqfcgEiZxvROd { width:14rem;height:3.65625rem;top:44.8125rem;left:26.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qScHHnsUPQ4HNNC0ZnTKBCrA59ZscUPf { width:5.375rem;height:1.21875rem;top:49.9375rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xet1FqH0Ogd7ZJOPzT9ATF6iiVJNFVxg { width:15.625rem;height:1.54296875rem;top:42.0625rem;left:26.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5EvbSItKCt1klKGwS7kkZmEsghsiSI1 { width:6.25rem;height:1.875rem;top:38.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1oqG8NgCBkZIdSKFdiDyJmyds8qigEC { width:0.9375rem;height:0.9375rem;top:50rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3f1MTP2kHt3AkAwBLH1sxFE8Fz6SJ2m { width:5.375rem;height:;top:39rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPWl5HIpQ0u502NZTa8B6w088BTT8ace { width:3.1875rem;height:1.21875rem;top:38.875rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq7RJuZM50Rk5vx21oi6qUOBtgVU7aTD { width:16.4375rem;height:16.75rem;top:37.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxG4z9eWQt2CShQJdSx4mobxJdgAwkGB { width:13.75rem;height:3.65625rem;top:44.8125rem;left:34rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24BR9nmv9n5DlcCw3DAldWIC5bgwtv8 { width:13.25rem;height:;top:42.0625rem;left:34.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE4Wkv2XU6wJsuIoStrSBn7SfyFW2UTk { width:5.375rem;height:1.21875rem;top:49.9375rem;left:42.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGUG6QMlaxIdlSazd2t50PmMeS4HaNF { width:6.25rem;height:1.875rem;top:38.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8FwxlTe6qMoyn2HVyeFc1wc0qVh5bl { width:5.375rem;height:;top:39rem;left:42.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9ObVfUBeXkT5pAqPb5a2JdGUVdN9SX { width:3.1875rem;height:1.21875rem;top:38.875rem;left:44.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVMBNPLMkRsaKAz5i1mgtUURTLbnxkMX { width:0.9375rem;height:0.9375rem;top:50rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmRIOfCHfRnbkHsOO5OdVp8zgqOUPozU { width:5.375rem;height:1.21875rem;top:49.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4riTzhpdlpGyxx3d0KmgXKoyap7cdQN { width:0.9375rem;height:0.9375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc9Rv1B3pUdd8gxlM1Rc0LlZtnXNoVBu { width:5.375rem;height:;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJZqun82cF4nyS3gGlBd0llKsJWNhFK { width:6.25rem;height:1.875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXlOmvdn3cw6k0a0ShZFht1p6gn23Qc { width:20.9375rem;height:3.7109375rem;top:8.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxbcXe24NFCUz3ku8re9THT0qz909Krs { width:25.0625rem;height:8.3105625rem;top:15.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0tIdqZU0B15Olcxu7WlOm1yhsQPcC7R { width:15.9375rem;height:2rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHMqJepPc7PCyD2nqg1lePyNUJm7FT9L { width:12.5625rem;height:1.13671875rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMHMVfD9Ww4daZstAT9LZxEJikfiZlF0 { width:1rem;height:1rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlipXQXLHzheUg4iZlgyq5F1an1QtuMh { width:45.5625rem;height:25.5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn { display:block; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyprwS0xqbpfLcVaWKsnkIPH2gUtoLlA { width:16.4375rem;height:16.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLpZ1cBIXgBiMqE8KTRuRFnM6gIrMPRW { width:13.75rem;height:2.4375rem;top:44.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl8zc5Jt3dHbmdP9npQ9IaD2H5xSE4gX { width:10.9375rem;height:1.54296875rem;top:42.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsaIn5CZxPE9SqqNpFMeOKNInUPHErgy { width:17.375rem;height:2.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSXuCyFB6ORWmLytHvX3kwhRsELJ1WX4 { width:17.9375rem;height:1.3808625rem;top:4.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrpbiuBU2eQNLa03ymJmaW7TN46NxInT { width:41.4375rem;height:26.3125rem;top:6.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlPfmyiMCFLi0EmITv6dEZcVlmOQmiUB { width:25.4375rem;height:5.5rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQkshreby2zcSqapNziNp8ke5wJE3P82 { width:18.4375rem;height:4.142575rem;top:26.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yvWukELKSyw9Xa0hEEsv11OIT84sLv { width:1.875rem;height:1.875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F77UsGssvXGyceKovH3xU623MQ5APTVS { width:23.5625rem;height:1.625rem;top:33.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMxNRv8pzl0827HdMyra8tyIz5qV9UqX { width:3.1875rem;height:1.21875rem;top:38.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdBaST62rTFwTxbHpfxKyB5l1cXU3Uog { width:16.4375rem;height:16.75rem;top:37.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWbsTXLRREMvbpT5ltlSqXESfyfXFTV { width:13.75rem;height:2.4375rem;top:44.8125rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJNZy3JFfy4pnW8RbHHzk8WqyLevONU2 { width:13.1875rem;height:1.54296875rem;top:42.0625rem;left:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbHWnW5Dm9JC7OOD3HqivBsvIGQDXZH { width:6.25rem;height:1.875rem;top:38.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGyqk6Uck3yuJRBUH4dvUgyMDzxwRE92 { width:3.1875rem;height:1.21875rem;top:38.875rem;left:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRyr0SAxAknwGwm0V4Hlx2XVtU0opAB0 { width:5.3125rem;height:1.13671875rem;top:39rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHnbMWQpv8DLzXfUr1c28Wg3IRC89nzS { width:5.375rem;height:1.21875rem;top:49.9375rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa2cH0sSgMl5nipwTmlzkzcOb5n2yHwW { width:0.9375rem;height:0.9375rem;top:50rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxoBl0U32RK9uN237GseIcoLRyz9xgVN { width:16.4375rem;height:16.75rem;top:37.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAKAA5aJziwuoLuITRCl6ynyGOgkmlVa { width:13.75rem;height:2.4375rem;top:44.8125rem;left:26.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuwP9qFJGvRSrilUL1udyarPMG6NmO18 { width:5.375rem;height:1.21875rem;top:49.9375rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n06ar64I01C0aRq1A4i3CB3Qryql3KSX { width:13.1875rem;height:1.54296875rem;top:42.0625rem;left:26.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlODXgJBAQsdrPvJeZ9uZeiTwqJ3xzp { width:6.25rem;height:1.875rem;top:38.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO2qse4Rhx9ILtcqnL7JxpRhnuXeQnS9 { width:0.9375rem;height:0.9375rem;top:50rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrtct043cJQ7bRMaXpr8AqyubQxOlU96 { width:5.3125rem;height:1.13671875rem;top:39rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h98zwfBtinOQSORPmxsAg3IFvQU5HTQd { width:3.1875rem;height:1.21875rem;top:38.875rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlMIiCelnQZmLrp1b1nriOJPagwWsdG { width:16.4375rem;height:16.75rem;top:37.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpptsig73Om4uH0EhtvckFu4skqns1pb { width:13.75rem;height:2.4375rem;top:44.8125rem;left:34rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmtEq5RJlxGzi7wVDstKtPZ1mWhN0bPu { width:13.1875rem;height:1.54296875rem;top:42.0625rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6p77mbbtOFnKCDCW6sKtZQq3yZyraHK { width:5.375rem;height:1.21875rem;top:49.9375rem;left:42.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haXhKsnSbsVtu2BCOoxodhgRA23xxlnU { width:6.25rem;height:1.875rem;top:38.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQ3W6PUMl7WBEL4XsGFD9zezU5P0Syn { width:5.3125rem;height:1.13671875rem;top:39rem;left:42.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf46mmk7c5vKRO0nnUB3ppNOaDqyedh4 { width:3.1875rem;height:1.21875rem;top:38.875rem;left:44.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb3NtRNioz4TNL3aUXX0p0PHkv0PKvyA { width:0.9375rem;height:0.9375rem;top:50rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktpz3Ef7aP0593XR98aKVaCHIeMAvW5s { width:20.9375rem;height:3.7109375rem;top:8.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ymeobRbcEOpI9xp7rN8mQ0WJuxbIh1 { width:25.0625rem;height:8.3105625rem;top:15.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMH3zLk1kmhm0pdH9nGwF98M39M1tDAI { width:5.3125rem;height:1.13671875rem;top:38.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRtcAsxiseX76v8E7IpE5cmOzfelhVU { width:6.25rem;height:1.875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osXC5gFXs8Ed45W3lVGT4I6HoMCnIP0c { width:1.5625rem;height:1.5625rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ieCTX34a1kXSu1yNL2Z04ApkKfUatJ { width:14.5625rem;height:3.4375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zEXeUVIHT7uCTtWo6RbO5iTZlRD1S4 { display:block; }
 }@media only screen and (max-width: 763px) { #MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku { display:block; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvbuRUlLQvmkA4T8EvtFnXQBqhK9abNy { width:21.0625rem;height:17.1875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8pCNw2wCd9iZ46xLEti93rOPHol2Qhn { width:16.375rem;height:1.29980625rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkgSFaT9EaDB7kZXgazKsLX0uB2FP3bX { width:8.6875rem;height:2.35546875rem;top:17.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJkfIhH9xUl95CmHNDpRQGmp7RxmG0TD { width:18.1875rem;height:4.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkTvbVLMZlpwsHHOHDA3bv5oXh627Cy { display:block; }
 }@media only screen and (max-width: 763px) { #p9QmGeCNkQ2i0LcbJDZ5URZcDWluT8ZD { width:21.0625rem;height:17.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #febMDwBBqaoQIdMzFZttDZTHQ7spqHcu { width:18.1875rem;height:4.0625rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ivWSVPybWQ64J775mC97ZvWIPt6XOo { display:block; }
 }@media only screen and (max-width: 763px) { #USZq4L1vSZtKvA5TXVOJ0IDDo5h0eNUR { width:16.375rem;height:1.29980625rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Go7Jf3NM26DWqidRqGs40Op9hd6a8G { width:8.6875rem;height:2.35546875rem;top:35.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdaUDI7T13t9S6lvBX9tO5ikl10k4q5 { width:3.5625rem;height:3.5625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDgOySQMZmho6rmJ3VaC6TbGQ8WgCOA { width:2.1875rem;height:2.1875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHuhCQ0iXLmeIOMt24xZGmnxghw07zp4 { width:2rem;height:2rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzwGK8tCafpWzSKI7RyUoxqk6TqTfLG { width:3.5625rem;height:3.5625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRBHQapvnT5kcW47hSn64SJEMs5Zu00y { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLzui7ey7JmTr770o6BeTIKtBqu5ypNS { width:47.75rem;height:1.54296875rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXCbxFmRnXTQo6PkRzFWPRcixGWX1V6 { width:13.9375rem;height:17.1875rem;top:25.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0EsouPGXaA0UX5zD1K53PNC7svDPiZh { width:13.9375rem;height:17.1875rem;top:18.6875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIeTcfp9mO1xi1Am9WdQOT2yd2Pf1bAa { width:18.1875rem;height:4.0625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s61MRr6bI3HmIu6zCOI2M3CstEEKynsS { width:12.0625rem;height:1.625rem;top:42.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feumRggTVBcGdeiTuLiH7Iy25ZimFNFw { width:35.125rem;height:24.6875rem;top:17rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiqqgyNk8E1bTTbGxKNPP1umTU7u1T3 { width:20.5625rem;height:23.8125rem;top:19.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 { display:block; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGaHToFSTOUuniPE2QrPUiDssqVxwDAs { width:21.0625rem;height:17.1875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEnqXW6G0FJZmdSewoROvEN8EgyT4EA1 { width:16.375rem;height:1.25rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqpp0LrKmCQInChZgqKIbA8cdmMKShht { width:8.6875rem;height:2.3125rem;top:17.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgANc17ntplX4D7ixxGOThGQLS9127Qp { width:18.1875rem;height:4.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv7XXh1TJ54S1OkiteFfByFn2kU6bSw0 { display:block; }
 }@media only screen and (max-width: 763px) { #btxNKhD9e2zbV58bJbrenSXi4UANLElZ { width:21.0625rem;height:17.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqTwGsoHkaEidOUUl2PiFCODlUum0ZNx { width:18.1875rem;height:4.0625rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19dXCLlkoOIT3ebEHeaPllnQPPOqbca { display:block; }
 }@media only screen and (max-width: 763px) { #UmcMiyQqTWq6mcG6uC2ZEiuaJdPhd5U8 { width:16.375rem;height:1.25rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGArDB86qzi5O9uZTc6P6WPnqVU6vgfC { width:8.6875rem;height:2.3125rem;top:35.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDr3HDlyu3m4HOkJhC8aiCF6OZo95DW7 { width:3.5625rem;height:3.5625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmf7rJDZAKAQKxTFeODbsOPZbvMywAks { width:2.1875rem;height:2.1875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGNefSCIUK8lVog1wp8mk5G6W0GxCTDT { width:2rem;height:2rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD0Xfz4Muu0vH5aTB78Z33I3yRXzyoTX { width:3.5625rem;height:3.5625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnsbtIHdwangReKHSGD8rSci48xQmTrg { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khdGA9nDX2nBQEyLXMBpViGuFT5ST4PS { width:47.75rem;height:1.54296875rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbeSsxv69yi4WF6yVOJ9PvXdcxi7cGQL { width:13.9375rem;height:17.1875rem;top:25.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDh3JTfShGSHDEXddkBMGgzpy2wLuCPs { width:13.9375rem;height:17.1875rem;top:18.6875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TS57q3to13z3HURsFqb8uTn7rMarf9 { width:35.125rem;height:24.6875rem;top:17rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6c2IWIRN1FrG4H1cGcofduLtH4Qw1Rk { width:20.5625rem;height:23.8125rem;top:19.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7zWwn8KGTOIWIZ4PpXqwXPzFVn4bJma { width:18.1875rem;height:4.0625rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUKOgTOfc4GiQs27fPAtFTNT0opsLFC { display:block; }
 }@media only screen and (max-width: 763px) { #nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN { display:block; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4XHOk6u2HO6DrOTh6I3ZHQtV7s4tJQ6 { width:17.0625rem;height:21.25rem;top:28.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grsfHyVIDI8fCxBFDRR5E9URHHTl1ywt { width:39.1875rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9HEIgMIUdgl010l3BZkWeBQeVKOLF3m { width:16.25rem;height:2.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLwvC8bsFu1gmBlzdgQTcdVi7o3uiEe { width:12.5625rem;height:1.21875rem;top:3.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQFtxTor9khhQck5N1Nmlr382gT40Ogd { width:5rem;height:3.73730625rem;top:41.25rem;left:18.624349594116rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNBqUsHGnTAmTNyE38e9Xe6NLMdIhcd { width:13.3125rem;height:6.82325rem;top:33.1875rem;left:17.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPInTVSwOQIb5mC0rc5unKoSuBrdDXA9 { width:13.3125rem;height:1.13671875rem;top:37.9375rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVxHI3Av1BWxNNHwtC7tSgJQnb3VIiny { width:1.0625rem;height:1.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMVVouFSe1yaMg55k3CMJh2tV9Td34C { width:15rem;height:2.0625rem;top:30.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHiq07LaFzakKq5qM0cuvccuHEDTi2om { width:9.625rem;height:2.923825rem;top:30.9375rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gipl8UXrA2VpAs6Gtlh7scfLvoTPrbVc { width:4.75rem;height:1.7871125rem;top:42.4375rem;left:23.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCvXzzkxEpp7JokUsDiouBbmh3RtBv0u { width:2rem;height:1.29980625rem;top:41.8125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm716o3ZGXSFZ0iRMuJyC0S0iKrP3Tla { width:17.0625rem;height:21.25rem;top:28.8125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E22360eEWkT4VOUvZSikzA7hBtCIKizB { width:5.6875rem;height:3.73730625rem;top:41.25rem;left:36.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc64N340conlaH8mCQWosQcbXIZRFm9 { width:4.75rem;height:1.7871125rem;top:42.4375rem;left:41.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMxxsv1fCWOHoK6clnO76uoTLPeGR6bM { width:13.3125rem;height:1.13671875rem;top:37.9375rem;left:34.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBtpqPK6sTqeKoKOb0pw2rtwrfut6yv5 { width:13.3125rem;height:4.548825rem;top:33.1875rem;left:34.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTE7ClS1BpgIrSpSqaeTbQKLJfs5Qkah { width:2rem;height:1.29980625rem;top:41.8125rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4EWfXUuSVPar0amtaXKaOUo3uFZeb3T { width:15rem;height:2.0625rem;top:30.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWT6PWMThRNEfWHPZ9TT4w9ngSFgpmmT { width:9.5rem;height:2.923825rem;top:30.9375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weaIDnLetbkSDyySGeduUL5dLVOOspIN { width:44.6875rem;height:3.736325rem;top:52.875rem;left:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTp0wbQgl8utL8JTCTBdpdOATTrMbNG { width:14.6875rem;height:4.0625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX5gXoBqin7ZcBgmHSaB2LsBZRwv6xT5 { width:2.0625rem;height:2.0625rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMq59Io9KbJlcUiFLVH23LePcaTrD4WG { width:10.3125rem;height:1.3808625rem;top:57.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTXeTgJpUR9ceCVZQgcHbTlPvQchRfh { width:14.6875rem;height:4.0625rem;top:56rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKQBAwEgzz49Qouw9r4gbKK0U9QJUi7 { width:10.3125rem;height:1.16796875rem;top:57.5rem;left:12.811632156372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXitZigR8Nh18TnQByNd6Pb1vZtNCRAX { width:2.0625rem;height:2.0625rem;top:57.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr4eyxyoHBJDyAZ3FC34lxxL2qQSoT13 { width:14.6875rem;height:4.0625rem;top:56rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLLHNJSwBm0XTqrPGI4gM2HyJTWtN1v { width:14.6875rem;height:4.0625rem;top:56rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVeBqLWtdWyGqJpgS70KwfwcUOe2C20d { width:10.3125rem;height:2.3359375rem;top:57rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7fTc6icl3Nh7TAL2zfJMFCgfSxC41p { width:10.3125rem;height:2.125rem;top:57.125rem;left:28.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFp0aNOaGGWGsqyA1tAQJbVIAn6TOByF { width:2.0625rem;height:2.0625rem;top:57.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptXVgWR9B7IgeTv2AxdorwCJhXxJugO8 { width:14.6875rem;height:4.0625rem;top:61rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BULfUcIl4HaOZpLAuT2Tm8SktbqTrNBd { width:2rem;height:2rem;top:62.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2vXmqVA56uprX7ylC43SF4TUz3DQtGo { width:10.3125rem;height:2.76171875rem;top:61.8125rem;left:28.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1DTDZgo7kOVoxf6WEa4Gh3VAoHq1P2Q { width:14.6875rem;height:4.0625rem;top:61rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh3hEdq4y3ZAtk9nUpHXSdnER8KTqJTn { width:1.875rem;height:1.9957965736892rem;top:62.0625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i60PFsr08d1x0KxUVVR2XBwwhm0mRnKM { width:10.3125rem;height:2.3359375rem;top:62rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlgQJqWo9ig4LWQ6LFzPhSmTKCEEKKCB { width:14.6875rem;height:4.0625rem;top:66.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTnu5Cbm9GO8IudU40XwTW4wvBIcwOyo { width:10.3125rem;height:2.125rem;top:67.1875rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqBfAPUsRXWVG8sZ3brTVeRvb6qk5F1 { width:2rem;height:2rem;top:67.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDgy33ZTBl6Bl7OomPiNXO7HOSmsnxXa { width:14.6875rem;height:4.0625rem;top:66.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaw5QSu48Nlg4h4pfLvPX3ZgTZqgMqpd { width:1.875rem;height:1.8151250742184rem;top:67.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8ARGvsThFtpNo45ltp4HEEs6x6E56K { width:10.4375rem;height:2.8681625rem;top:66.6875rem;left:20.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okMuLwJbNx6hkq8rWRiA5TbUbi8Onasc { width:14.6875rem;height:4.0625rem;top:66rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLiacHeJz8ayqAnWEcGJhLHtg7cN8iQw { width:10.3125rem;height:1.16796875rem;top:67.4375rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJAwSBLU1qtGSmaBdiNV6HhV0o42KVeh { width:1.75rem;height:1.8107756673139rem;top:67.0625rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwAFT9He1cXAMKHRBLmeuHGHlb0iTx5f { width:9.4375rem;height:1.29980625rem;top:40.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRVy1QaiHCgMZcQdF10aldiUU7KTNiC { width:9.4375rem;height:1.29980625rem;top:40rem;left:35.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88dagRF1SgTw9tT2fnzTs7qZB7cikg2 { width:47.75rem;height:7.8125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOLEwR7Qz30zwlWKwNuP9SE8JntggGs { width:38.3125rem;height:1.70605625rem;top:17.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezZAA2z9kmlu3PqdawTSItGSpgcAmEOF { width:16.375rem;height:1.29980625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQHGLFUKO7uAMn19nSi35pzoKDSyauw { width:16.1875rem;height:3.4375rem;top:16.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcGgKuAQrpRT39MTv88UrWkAkmykBFR { display:block; }
 }@media only screen and (max-width: 763px) { #DrLH4CclgdPmlnDBX7ozwUxTh8dW9qc6 { width:1.3125rem;height:1.3125rem;top:17.4375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0sxMcUVMGLWawThi3ipD53TJ4PHSQ7 { width:13.0625rem;height:1.8125rem;top:13.6875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7q0vvfktoATEJh3ZAc5QXUoROcTuuwr { width:11.3125rem;height:1.13671875rem;top:13.9375rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luhy6k9ZCuABqn3e8kudJx37H0O7REpu { width:17.0625rem;height:21.25rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgmXMLxQu6SiLnRqr29SAdlUXylrqMCx { width:13.3125rem;height:4.548825rem;top:33.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0fTxR0Wn87V0q7AOpQ7FLZEvOoA92d3 { width:15rem;height:2.0625rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz4fSLan5PxLTR4J1kz0vNlCfSQbZcdT { width:13.9375rem;height:;top:30.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krrm0g2nKBKOZK1mgWfZGpQ2JtQpwDvB { width:5rem;height:3.73730625rem;top:41.25rem;left:0.5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoHypcVRLXt87vr0FJJ2SgtcTacwEVk8 { width:13.3125rem;height:1.13671875rem;top:37.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv8DAbCi3qXaU4vEsypdnOu977qVCiRL { width:9.4375rem;height:1.29980625rem;top:40.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA0UuFcoq3KbZ72TCyCA0pNUsnsA1vVw { width:4.75rem;height:1.7871125rem;top:42.4375rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eobrZuDluacMnK2G9GRmevyw2wz2ifCb { width:2rem;height:1.29980625rem;top:41.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47GfUtehwZdR2SBRfVd3BH5vebmqD85 { width:14.25rem;height:3.4375rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C8hOwxaAPo1WT2Ayq2ptS6fgHrwbzi { display:block; }
 }@media only screen and (max-width: 763px) { #dDrpJe2g1aMCMXDiZFPLdfZ6gddX1pqh { width:3.25rem;height:3.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3VJ7P8F1O1m83CdKIMxhblXGQ8pyGoC { width:16.1875rem;height:2.0625rem;top:23.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKHwrRfIi9WgQWKvOVRUILh4ZpWKoSFK { width:14rem;height:1.25rem;top:23.9375rem;left:9.6240234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJLs02M2gwTkoBK0lqsm7XfqBEHhRqh2 { width:1.0625rem;height:1.0625rem;top:24.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTViE2OH5B4N0WGTbG3TLPux6b02g3Ns { width:10.8125rem;height:2.0625rem;top:23.625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbS2gIFV79E69zlcge6zkDv2JkwmiENJ { width:9.875rem;height:;top:24.0625rem;left:24.6240234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV { width:18.5rem;height:5.1875rem;display:flex;top:27.6875rem;left:7.3125rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #SGLZ5l2xdWllqWctOEhJs90ZGapXfQdi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #oNSuXxioW66ehiDoHnWWDhFT54nqA2Pc {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #ws0ibZR41maxmybKZeKipmUZqdkKmWcg {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #Ks01II0ba6be7FB5lkSGDXuipiF5NiWt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #XLFtkNbOCG1LDKAeI5ilHSwNdEcuMeDK {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #Jy3MTHlvr2IsNLT49LvvcS7apbTel6Je {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #bJSa93DiLQQm6VFM05JgvTJImCrZ0w2A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #xofEyb5K83WUfkLbnmyMHFKkiB6BAUXw {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #EGui5UMC8M2CgTXaCb2VUxCfIBZCZAOR {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #M2Av8f6mqAQup8DCvz4vnvRQARTpvTDV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #DZzzzMhOcPQpIvQxa1F0SQikaTAwoUXM {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #V4gZ9Tah3P2fWeMDFBJX4ZukSkP07ufu {  }
 }@media only screen and (max-width: 763px) { #cTDg2lwJ1mhCTrDR2fWbH7kUpV0N8TKy { width:16.125rem;height:2.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFWSTPB2mz5RxJteUDLHWmLeNAw3grn { width:14.875rem;height:;top:23.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8PRp7JE8EpRuktUZ43gZ7ZUwBvqpVb { width:1.0625rem;height:1.0625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLCAgsrnwUTzv2qLSvW2mbEEP3myrRSK { width:10.8125rem;height:2.0625rem;top:23.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPRo3ATaUocw9dkhJ6DqvXTT8e3WK9Fg { width:9.8125rem;height:2.4375rem;top:24.0625rem;left:37.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZxMmsfFtfgOFmT9hxSSKAwS1UIzXAHZ { width:10.8125rem;height:2.0625rem;top:23.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDOZrMhadiy10ZowbdxvGfEvqN0E4uiH { width:10.3125rem;height:1.21875rem;top:24.0625rem;left:36.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl1Pr7PGUJAK2fato7hIPP8uX10pLex8 { width:38.9375rem;height:2.1933625rem;top:5.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUkaL8sgA4haUlNXb86XbGLLhRGf6JT { width:0.9375rem;height:0.9375rem;top:46.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJW1ryIWFr66PTctPksxUkTwmfOl6kI { width:5.375rem;height:1.21875rem;top:46.1875rem;left:18.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGAFbymqL3DHNVesmtP1UhT86HTXPXl { width:0.9375rem;height:0.9375rem;top:46.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNFPwd3MPVy6KFmONEpP0DsambToJ8SW { width:5.375rem;height:1.21875rem;top:46.1875rem;left:36.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7W5d5L5Ax21ENA20zALAqqWTZChZ9fr { width:14.6875rem;height:4.0625rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPWe9qRfNOmyKyVyG3uvC3K6D281FXT { width:14.6875rem;height:4.0625rem;top:61.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf3SVLcCU21Ctkc8zDlowwG2tsi59krv { width:10.3125rem;height:1.0625rem;top:62.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW6DA2hy4uA5Io75H59QTduEdCuhTpt4 { width:2rem;height:2rem;top:62.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNJFiIWMtVyVJeg0oHh8Qg9evRinXgr { width:10.3125rem;height:2.3359375rem;top:62rem;left:12.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLJW2BWSUam5PpwbsDacErflyTkpxvdx { width:2.0625rem;height:2.0625rem;top:57rem;left:40.679505348206rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPQ1SCGrt4KXXTCAn79xgtXmJa3TIuGN { width:2.0625rem;height:2.0625rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThO6C7QZvJlZLXVmJ0uI92L296VPmTsv { width:1rem;height:1rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icXX6FKN5p003fiwPRUqpoOTmC0PSO2a { display:block; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BffTmuqwDWhTq86xMCwv8urn5INcACR2 { width:17rem;height:21.25rem;top:27.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JuBwhUxz8Bs8S4wNDMm5M94trEu3Rl { width:39.1875rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvmQ5PzbhllnQmNDNE76oGnrA01OkHzv { width:16.25rem;height:2.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCa5H0q9TKraQtlsCtUxdfTnm6ePbOq { width:12.5625rem;height:1.21875rem;top:3.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogkWhth57uBX3m4TeTbNVATgIme4PKa9 { width:5rem;height:3.73730625rem;top:39.75rem;left:8.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMgi9H2LxUnZMqNAIK7Tb9fc4RZHOfCT { width:13.25rem;height:6.82325rem;top:31.6875rem;left:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEM1UPemmnXzxB3d4rwByoPzSs0eK9ZS { width:13.25rem;height:1.13671875rem;top:36.4375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiP0mxzmJVuMyS812Fe7AeltQKHM0vUW { width:1.0625rem;height:1.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxss1IXW44p6Ef1F6kU0gM11u51xpB2q { width:15rem;height:2rem;top:29rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhKHx55c45kkP8SdlfWTf75oJ6fDwHqU { width:9.5625rem;height:2.923825rem;top:29.4375rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxnszLJXiUlexNNmQyqpZId5mPwOFUR { width:4.6875rem;height:1.7871125rem;top:40.9375rem;left:12.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaSWodiv2WfbG6FrmUGTxtRMuAq9v35e { width:1.9375rem;height:1.29980625rem;top:40.3125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCoAc7GKQI2WXBLcFr4T6FOnkCkyuIDH { width:14.1875rem;height:3.4375rem;top:43.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcnIKgEFdvDS7H2lpw71X2JbTEU3CJr { display:block; }
 }@media only screen and (max-width: 763px) { #wRhJsXXrD5Q4xTMag6d2u2kdmpUGtsrk { width:17rem;height:21.25rem;top:27.3125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTl7g9WZ5d6uGy4IxmOAUZbTc3NgtWN { width:5.625rem;height:3.73730625rem;top:39.75rem;left:27.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Z0XgfqJf1Tge9ye4ZdtGcLVe9woBI3 { width:4.6875rem;height:1.7871125rem;top:40.9375rem;left:31.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cks3MfIfGS28NxICkp1TT7rLE094Rtgc { width:14.1875rem;height:3.4375rem;top:43.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agW81nkJ7dcJwpe3FG6TccBGA9pKxFW9 { display:block; }
 }@media only screen and (max-width: 763px) { #GJOSWWDPWINoO5IwdTAFGbokRTxIeyw8 { width:13.25rem;height:1.13671875rem;top:36.4375rem;left:25.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAqhkMZeXUZdf4WRRIOv4WGdFL2Tpxux { width:13.25rem;height:4.548825rem;top:31.6875rem;left:25.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6NcbGcNFczEFOfG4syooZLQi6bS3Xez { width:1.9375rem;height:1.29980625rem;top:40.3125rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1hlEpJVWMmRgWdXLxppH54BZ4OGPz9b { width:15rem;height:2rem;top:29rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlUS0FHxh5qvBBKZWRSzMoB51JlTzobq { width:9.4375rem;height:2.923825rem;top:29.4375rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N336ptMvVVui0RgIXbm0D7roMnMTifl5 { width:44.6875rem;height:3.736325rem;top:51.0625rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aya9HE1w2ZllIE9b2z70bcwalEIQSvEa { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvDhvkTTMZcZdLo1ic73bCMBI0n9Db2 { width:2rem;height:2rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVo4PfdMOW3M0PfJoWHJWxWhzhR1QNDB { width:10.3125rem;height:1.3808625rem;top:55.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3PB6nwpwoS8O6qpEwMQb4POCJ7pG4xh { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCVaBmqnVhigJybVNQdaiqCiCv9QmA3D { width:10.3125rem;height:1.16796875rem;top:55.75rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkiUBgpiCRgZxtOFggJ6s6AHPVg4azac { width:2rem;height:2rem;top:55.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU4mIJ3FCdHPOA2mwGTwGo7nuRgzuZTN { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmOXEJyIHkBFd53H5a3hFd4s1gGMOw4 { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCNAyrdQTiA3xlTdIaHZeCAk4iXtXdT { width:10.3125rem;height:2.3359375rem;top:55.1875rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWQf9Jf83SqTXdsc2EOdH7QB78o3uGR { width:2rem;height:2rem;top:55.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9A2RyEgc68RKxwpSVsAgQDPQ5slATy { width:10.3125rem;height:2.125rem;top:55.3125rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2bEVKzvvgzteSoHoLy4xWrgGOoEAKqL { width:2rem;height:2rem;top:55.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKtK91Z8Qz1oeLu4XERlEc5Rb6GZQFC { width:14.6875rem;height:4.0625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX4OKWN8EtZ0THToWhkw22N5f2DDd8Kc { width:2rem;height:2rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwK2CQlKZ4Lzk1IU2NZy6GfrxikC75f { width:10.3125rem;height:2.76171875rem;top:59.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0xtJ2qGLJZq3rw8IaMFWJVmfLWrmT42 { width:14.6875rem;height:4.0625rem;top:59.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SER00leFWD3AxpknGJSTWeT504dasJaD { width:1.875rem;height:1.9957965736892rem;top:60.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9GIp7QWgGxOmTzQaLuZRkuu9bdHISte { width:10.3125rem;height:2.3359375rem;top:60.125rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEamR6URHW7TkM7EC6EnEHxBHVCF8IaA { width:14.6875rem;height:4.0625rem;top:59.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIw3QIKaPuXr9ut0KdBFhFQwPxqSXD9J { width:10.3125rem;height:2.125rem;top:60.25rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDT33CISqkLtS7r4FLhaHLhtm82w5lEw { width:2rem;height:2rem;top:60.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPz6xeQGbiCTFsi6yiuJq3HsRPrFmqO { width:14.6875rem;height:4.0625rem;top:59.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ERrcstpWHBhEmOeg3UhJfEUksMQtqk { width:1.875rem;height:1.8151250742184rem;top:60.1875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIrxbLJT9kcq8gBDMX1CBLL0AZPmL1g { width:10.4375rem;height:2.8681625rem;top:59.75rem;left:37.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZBsaxunmUaeZ2bNpEpksWPe0LaNs2Hg { width:14.6875rem;height:4.0625rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZxifLKBsXT8qKs8fBaXa0qTKJqaXrT { width:10.3125rem;height:1.16796875rem;top:65.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJWZkDHOw73F3oTEskvJJE40MlsCsUAM { width:1.75rem;height:1.8107756673139rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1f0rpH7VR1CCPDM4w8116PHUdwxD2C { width:9.375rem;height:1.29980625rem;top:38.5625rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptDfnmdkTAcTdigl0RUTZU0BraD0K1uA { width:9.375rem;height:1.29980625rem;top:38.5rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olnohviT6aQnQRUMvJZ34N9awditGPBO { width:47.75rem;height:7.8125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyCJNN4c9F9qF1X6x40vWnnI44FC3uS { width:38.3125rem;height:1.70605625rem;top:17.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5cmy3d45gp1iWlpznHEduq9aimVh9Lh { width:16.375rem;height:1.29980625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPswWst306GrRpGm2ufWF9a7gg7xRbJm { width:16.1875rem;height:3.4375rem;top:16.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVNv2E7JzbtPQZ7yqyRdbc6PkEt0Tu7 { display:block; }
 }@media only screen and (max-width: 763px) { #folbhR6C2M0bbQ0sTQPSFOtrp71dBdP2 { width:1.3125rem;height:1.3125rem;top:17.4375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3v4LSgzVdn4L2VOX9qmk6Kahq39DHU0 { width:13.0625rem;height:1.8125rem;top:13.6875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8MKzyWxlAgtE6KpaFoog43WxW9DoVnu { width:11.3125rem;height:1.13671875rem;top:13.9375rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B500b6tvbG08y85pcxBps3iMNORSrMv1 { width:16.5rem;height:2.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzWdmeMhnP9sk7o2QklpOvyiE5Uq73v { width:14.25rem;height:1.25rem;top:23.9375rem;left:0.18728446960449rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9JffRTQQkeidZfpqQpJlAoJ9uLyZzcd { width:1rem;height:1rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGENXxBpcPlrezzgwJaTpGXzqOc6arK { width:10.75rem;height:2rem;top:23.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KESlFRqQ5rdP5EkID7DPx0EPFH65Slab { width:9.8125rem;height:;top:24.0625rem;left:15.562284469604rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o { width:18.5rem;height:5.1875rem;display:flex;top:27.6875rem;left:7.3125rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #BlOmT85KSirinK7H4LOU0ZBPaH0UsCJ4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #riTwdUZnt5rV9gTFKTsoU3ZMZbJ94lWM {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ffUQxwNcE446nV7m1R0AA35xDF8lhnJs {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #XDpIrPT0EcxOy1mqO2u5kzzXHGp335zI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #KR4oncnlmrn5QfFq2qF7UVZBEHS5LQHD {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #v78uEuvDWD3nF46VbvEvqP1d0pATFN7V {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #k8IzzRrECHsbE49Ttwla2sVNG2ym8v82 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #hCbwVfVgooVXK6zKXHTq5wIsn3T5DOLT {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #DJqkbUNwbN1X82y4nQE3cACZeFNx3sQh {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ViQuz7vwC6qI381HhuTPREVOxCrJua9K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #tOHNb8NXSP6LmqniacXAdZU7NqA9qPMX {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ipQOsOKXApi3V4TAg9qybADUTWnUaFlD {  }
 }@media only screen and (max-width: 763px) { #AgTmyMfo61K2MN6C73mBxR2wxMqpyuVc { width:10.75rem;height:2rem;top:23.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Qx9zNbMMBWd5TexHpS302TekT9EZLB { width:9.75rem;height:2.4375rem;top:24.0625rem;left:37.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEhp30KRyuby82WnqQJDOxV3MRpOefFg { width:10.75rem;height:2rem;top:23.625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQoctzzkMmLTDTty16PGVz3IB4z3XQOB { width:10.3125rem;height:;top:24.0625rem;left:27.312501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOX7mPKFqrvGVTwaV8Kw2t7WQ778qJl { width:38.9375rem;height:2.1933625rem;top:5.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USIeCcKrtbXmuw50CuHwndx5qvT0ynhv { display:block; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT3lemtglzUu9hQhHPVR4N3mES0UCr1n { width:17.0625rem;height:21.25rem;top:27.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2Ilag7rhuLtLZPmFaxT68T0pyoTdbt { width:39.1875rem;height:1.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUosLWJhyfaranTnPmQedAs5VFMCBuLf { width:16.25rem;height:2.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgkqGaMbhwQvNsrbuTuRB98bNKpkhotN { width:12.5625rem;height:1.21875rem;top:3.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBu3RItzlAbMNXuhfcPauffF3p8tNGuT { width:5rem;height:3.25rem;top:39.75rem;left:8.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksw7RIx8CKrw0136OnagVqh1eeBSuGFu { width:13.3125rem;height:3.375rem;top:31.6875rem;left:7.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr0GUepOHXBzi5mE6lNf3oVDGFCB9icD { width:13.3125rem;height:1.125rem;top:36.4375rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIq6aVTPzRJWJfL1Axemy9oAIKvrJERk { width:1.0625rem;height:1.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsHlF4GmaWOViIcs4xZ4IW6IeskNTyxJ { width:15rem;height:2.0625rem;top:29rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHguuFzz8qDQa1wpqMmxmxBC1UO87Iwa { width:9.625rem;height:1.125rem;top:29.4375rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsBvEsdyQNngTtHXortwdIqs4LsHd7Lq { width:4.75rem;height:1.75rem;top:40.9375rem;left:13.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkwXaIC0gs9Cwl0NxbinfTqcPTk7tdRu { width:2rem;height:1.25rem;top:40.3125rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz95z1gDp2Lws4qVqPgwcbOhcOu8GaAk { width:14.25rem;height:3.4375rem;top:43.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1gxCRAbOxtEFHCEGEoVeNfbeBcXQff { display:block; }
 }@media only screen and (max-width: 763px) { #RqtacFuevw2hoOKD9dWRGMHWRyTixg4A { width:17.0625rem;height:21.25rem;top:27.3125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNuWHzz9QVKhx2B7eo5vCEIy2ECTTSPq { width:5.6875rem;height:3.25rem;top:39.75rem;left:27.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh0iX5DoTXd1Ef1A9hqkb5PW9CIELtAZ { width:4.75rem;height:1.75rem;top:40.9375rem;left:32.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe1oHBaz6CqOycQE2CF8PaSc4exBiFM8 { width:14.25rem;height:3.4375rem;top:43.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUqpRUIxapGe2VeUyNHkksSuQ1TdLrNF { display:block; }
 }@media only screen and (max-width: 763px) { #yHFAXvSkwxZ4dnHZZhoT4ZpPTVQTJ3Ww { width:13.3125rem;height:1.125rem;top:36.4375rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSyM9a1PaPexHT8cusAUCc3cdTXPX1VW { width:13.3125rem;height:3.375rem;top:31.6875rem;left:26.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyzDFI9qACggWcVni7TLOpnzzB9TQ41 { width:2rem;height:1.25rem;top:40.3125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmFENbyV2rcE9WFzBeXZsrCVHOPlbT2C { width:15rem;height:2.0625rem;top:29rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETpHSMMTHiTd5yJyZpOtST4OdirpfEC { width:9.5rem;height:1.125rem;top:29.4375rem;left:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplK0lxQGqXFTqmMIHV496marmOSxvad { width:44.6875rem;height:3.736325rem;top:51.0625rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #my9yQDTNPdhioo2kS9OIsMXXf1nsmZWW { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5VZulhRMsQ5obfQl6740NQSqA8x1Gx { width:2rem;height:2rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWaL2hV7lupMTkudWS9syKqri6G1QU92 { width:10.3125rem;height:1.3808625rem;top:55.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqe6o3dQfDrAhI7RGaFzSrFWOkZi6ZTX { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPPETMORdTykzixIrINKk18021wiLCev { width:10.3125rem;height:1.16796875rem;top:55.75rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIxaMn6J11cZU1ui7XhxtTTIfSMk2Q3h { width:2rem;height:2rem;top:55.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZBy9y9Bup13riZwUX8G22FUTUTHEQWe { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmnVHv1T7NXa3AROVdhHikoEK78T8BS { width:14.6875rem;height:4.0625rem;top:54.1875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0LrtPHAGbky4ZpdoRtQ3nrV94aaCqq { width:10.3125rem;height:2.3359375rem;top:55.1875rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y68KQvMIwTukoimVXownGWdHmeRnVI99 { width:2rem;height:2rem;top:55.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPodfD6qmHVmnRqtOT1TpE9I7AxTpWPR { width:10.3125rem;height:2.125rem;top:55.3125rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygrIp4i6QLkpzdtaSsF6Wx4tkUXmVHSh { width:2rem;height:2rem;top:55.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBVDzmL1AVJHoEMPyqdssEnQ8dB2G3WS { width:14.6875rem;height:4.0625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdN02vdVQt6x0tqnmJ5WueLTrSw8TOR2 { width:2rem;height:2rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJ8OiT8ZLXkbmDS1hkb0zuX95tTNtQp { width:10.3125rem;height:2.76171875rem;top:59.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFqqxdu2TSMvP4m8eJsuLX1KtfcPTqmT { width:14.6875rem;height:4.0625rem;top:59.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7HyTFWq8vtb122UeAgJn6xNVhdii87F { width:1.875rem;height:1.9957965736892rem;top:60.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAiTKC4TDS8FDnloslWmWc7kHfBvOD51 { width:10.3125rem;height:2.3359375rem;top:60.125rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpvlh0aKKuRVWKtdJvHmsfnMXSTbMw4K { width:14.6875rem;height:4.0625rem;top:59.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM4c8NNMH0WxZrJZRJCQfhgGpM2l8qsd { width:10.3125rem;height:2.125rem;top:60.25rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klFg7S8A1Zo7HFx40ongqwZ5m0bxlemE { width:2rem;height:2rem;top:60.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4Knarp1MF6gP9FQBneXm2n8FmZfcCT { width:14.6875rem;height:4.0625rem;top:59.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znb949dtezBL6bdANSaa3QUa5ZR4xb3n { width:1.875rem;height:1.8151250742184rem;top:60.1875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQXTuqS9whrBy5BNxdzz5KeWf5uSoaf { width:10.4375rem;height:2.8681625rem;top:59.75rem;left:37.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuahA8QnG1GxpJ528IgQsTQedpJ3lLTw { width:14.6875rem;height:4.0625rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPxCm8XIVmdbhNWDMZCrmErw8fCPQ0u { width:10.3125rem;height:1.16796875rem;top:65.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osXOxwxCUTa7sFS6hG6FD9N3NXIKNdVx { width:1.75rem;height:1.8107756673139rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuZbr43TTbaZgoQFq383gsgktOVrm2dV { width:9.4375rem;height:1.25rem;top:38.5625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOCFKkFgSnygU9PtsKZ1O05uBreRe7XO { width:9.4375rem;height:1.25rem;top:38.5rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztTlfT6cklBrgRoeBtZduG2PoxkarBL { width:47.75rem;height:7.8125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqnBqIBg6UZi37EbOwB002ha6KsIfPm { width:38.3125rem;height:1.70605625rem;top:17.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4W3gFMxz2WOGs8iSwv0UOWA3txF0TA7 { width:16.375rem;height:1.29980625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIik3GcqwJ2F6vLkqZklFMr1OVDgRkyF { width:16.1875rem;height:3.4375rem;top:16.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV423VDmR2qJ9lhm9XmHJ8gZgxuySrHM { display:block; }
 }@media only screen and (max-width: 763px) { #fNHSpZOTtLc1t1z7hQ515nPTRKeJGQpw { width:1.3125rem;height:1.3125rem;top:17.4375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToQ1qV90B0NKkTX1y0gWg5JxxH0y6vdr { width:13.0625rem;height:1.8125rem;top:13.6875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynPp70qLhW3qlTRBunkXeA8hRhwAlogp { width:11.3125rem;height:1.13671875rem;top:13.9375rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp8HQLxfEcMh8mzlIQevftUtvl9u4838 { width:10.8125rem;height:2.0625rem;top:23.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIDbFsOAeWUomqkoNKomBQEyTizsH5sx { width:9.875rem;height:1.125rem;top:23.875rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ { width:18.5rem;height:5.1875rem;display:flex;top:27.6875rem;left:7.3125rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #p4Wpy9N29F3VOxg9Zxq6HypyQ3bXmbLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #Sv5QT2CH5hMJATxlH17mZl6VEzxVsVhg {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #wu4Tu3xS8mzAt4ueNoqWXU2XfDMdukFH {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #yEGXmAxTWp525IrIg6odfUN1hQvu1b1X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #TTiweRnmWKfrrGChTnfoSbK6cpoaiTxB {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #GqzpUZ1hSC3v3N1NWyLCQMnhLR2qwyDl {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #ZU1OeZbTqSmqSf5Lp9JAAABoAIlm5niR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #PacQPtMUupANo43lUru0gLxMHgAmgiBv {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #hCNGz6AArEiO2G8HesCTP5ZXTeJvyKOg {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #f1U88FlMp0VGmi12XUhC6gyn8d4DfzvA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #CuR7rcdvRTZFfQ7tcrREobaTQa6dlziX {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #qzdeANqnQh7TPH5y1MZaZUE9CbtmF83c {  }
 }@media only screen and (max-width: 763px) { #ThpcZVOwLoyZHupIKug9rRAWy1dT3BS7 { width:10.8125rem;height:2.0625rem;top:23.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDhh4WIkaC57lly9f0O1ub4rPBMJe6L { width:9.8125rem;height:1.125rem;top:23.875rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6qMsHg1sAZ4m1oKzmJu1TZG78rvaf4n { width:10.8125rem;height:2.0625rem;top:23.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCqEQCTWMr3t17eqa3ScVanWnTpZ7Pvk { width:10.3125rem;height:1.125rem;top:23.875rem;left:19.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx6XKC2GLZTwtxECLXDlRPR1HlX7XFWk { width:38.9375rem;height:2.1933625rem;top:5.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 { display:block; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDDSANe33SqdTq4oIQNCvf1o1Es5cMWE { width:17.0625rem;height:21.25rem;top:29.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TJqJBvRE32WkiaXPF8s3XE3LCcymZl { width:33.625rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGJnucMy1SQtMv57uGMzmRwp8QfOmiC2 { width:14.125rem;height:2.0625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwPlbtIP6O1QxhTunBgQ5OaJiD3lx0Fb { width:12.5625rem;height:1.21875rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1BhJyPmwJ6h6lbUCzNXkDT4uuxSDWOG { width:5.9375rem;height:3.25rem;top:41.5rem;left:9.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXkcWp5teDzDyCvRMqg65rGDIz7Joof { width:13.3125rem;height:3.375rem;top:34.25rem;left:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zimQP1fe7niNBweScKf8k4F12Uesdqz3 { width:13.3125rem;height:1.125rem;top:38.375rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5RGO70zFXDzstG3UmNxphutRZipQtZ3 { width:1.0625rem;height:1.0625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm8O2vBakvtPJ0sOg73Q4Xfm8v8eOilH { width:16.4375rem;height:2.0625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8Az0b8itDeL0ephagyLmW70aK7DSaz { width:14.125rem;height:1.25rem;top:25.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izil74MC2wFq3TBoQSKqOZbMeZCD0HJs { width:1.0625rem;height:1.0625rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FOxTkdGmOZTUAGHNKWVz0iqJhyImmH { width:47.75rem;height:7.8125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupME1yqMgslmQFdUID3y8xqeXGb84nk { width:16.375rem;height:1.29980625rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cghnaVTJTCCiNDXTbscIXCKwtpbWTVme { width:38.3125rem;height:1.70605625rem;top:18.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kw4acT6gV9RBCws6BnXAuM1ODxr0ZD { width:13.0625rem;height:1.8125rem;top:14.6875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKOnyfA9Ugp64SGm3sAkqoRmu0TPXIbU { width:11.3125rem;height:1.13671875rem;top:14.9375rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm4c6logRLGfDEZVFpPoea67HAUMurv5 { width:16.1875rem;height:3.4375rem;top:17.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJeqSDSRy7gbDxRccUpV5g2xcASXBOSP { display:block; }
 }@media only screen and (max-width: 763px) { #NodulJi9wXvm5vUwhQzVHeraEKoIeXIZ { width:15rem;height:2.0625rem;top:31.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRiGQ2gssV9GgeKN4ZcVTGi5ELIGl3KT { width:9.75rem;height:1.125rem;top:32.0625rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up5PlyGlXMgcTu1kgxZOklIqTKZfUJgW { width:4.75rem;height:1.75rem;top:42.6875rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfx1e6Nt4oUL8B90SkykcTWohKtxypgz { width:2rem;height:1.25rem;top:42.0625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbvryNM6rcvE5utwUKeUU26IlrTrVCGH { width:14.25rem;height:3.4375rem;top:46.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwyzDCUhRDcGPANQdqMXnL1Jlzdzfee { display:block; }
 }@media only screen and (max-width: 763px) { #GwlEVeCFIode9Zv1TN0oKyx4hSL5pwdE { width:17.0625rem;height:21.25rem;top:29.875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6Xz3iCxJhPpeKLDXkNFTLgH7ZHs5R6 { width:5.875rem;height:3.25rem;top:41.5rem;left:27.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItuzJpoBmmH5WvLa19twu3IIQreLZ0NM { width:4.75rem;height:1.75rem;top:42.6875rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1gL3eAH5quJMJVm1mAX7tSQgd6uIUD { width:14.25rem;height:3.4375rem;top:46.125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgxgvMUAluUGxwr5M0QCPrPbhpQmwQk { display:block; }
 }@media only screen and (max-width: 763px) { #fPmwK9aOZlkK0oVlRWwpi1bBragmnhoI { width:13.3125rem;height:1.125rem;top:38.375rem;left:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFFBiTCORPVAOgqQg0pgLTJ2AZa7R3pt { width:13.3125rem;height:3.375rem;top:34.25rem;left:25.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvT12pSdNUGRkRBgMGCxTHkgssMo8Fo6 { width:2rem;height:1.25rem;top:42.0625rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIovRLGE0Z0gcXnTvFORQaHpFsyQGRKn { width:15rem;height:2.0625rem;top:31.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmQvlFd3yQGM8L6owxAZnDgSUgGaJP3 { width:9.875rem;height:1.125rem;top:32.0625rem;left:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avhiea0eaTmZD3Z8fBVV8XsCMZqnpfwr { width:41.8125rem;height:3.736325rem;top:53.8125rem;left:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQFNdAtXdolgL7BOTNToTV24DwW02gI { width:1.3125rem;height:1.3125rem;top:18.4375rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4tuTtNLblgvZpoaU8dsLzfVJM0Mg8I { width:14.6875rem;height:4.0625rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6lTTi8c379BawV1wTmp0Mzwrg8OT0BJ { width:1.9375rem;height:1.9974237416592rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm3czg6kHrwvZ7tERmFpFxCrlFzQBUCa { width:10.3125rem;height:1.3808625rem;top:58.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAZ2AANciwkNmxGN2sdrt7ZRu5T4ap4 { width:14.6875rem;height:4.0625rem;top:57.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2mUVhJUk8GuntqmH9WDAQQD9nVeERS1 { width:1.9375rem;height:1.9974237416592rem;top:58.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9r9dU1F6eNad1nN8FhVgb7l6TlQB6FA { width:10.3125rem;height:1.16796875rem;top:58.75rem;left:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzWueI6f7SztlKouTpWZl0ZgNmBaUe4 { width:14.6875rem;height:4.0625rem;top:57.1875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pDD5TeHXsGR3RFWBqoLkT9OsqRSX6e { width:10.3125rem;height:2.125rem;top:58.3125rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxuuDMo4TrRWVDq9ZFo0IrATfcsMAIK { width:1.875rem;height:1.9957965736892rem;top:58.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCxFrOU3UfLbAPi9fI8c65CleSyys8pV { width:14.6875rem;height:4.0625rem;top:57.25rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQnU3ZPDC0Q1DD2ZOnKBzuD7NxW3TekM { width:2rem;height:2rem;top:58.3125rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tx1Z4ltOr0Q9UcX0Z8yXcy52cs20DD { width:10.3125rem;height:2.3359375rem;top:58.25rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiqQTI26ZDW4Umo81SHZdkIMVWzPNydU { width:14.6875rem;height:4.0625rem;top:62.125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxsClzGUH1GqPHmdvKvs1cAJGX8zMg3 { width:14.6875rem;height:4.0625rem;top:62.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbGdwuFi0zznGxwCTwGJmEHVNsH2kv0W { width:10.3125rem;height:2.76171875rem;top:62.9375rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNNHbbB1tghVCEP5XqMef5Cxh9WJT4Od { width:1.9375rem;height:1.9974237416592rem;top:63.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hicmSSwXOQ6UiDQkeTGqXhdz3RCa4rrc { width:1.875rem;height:1.875rem;top:63.1875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBnmQe1SAtMH12nkkUrh1zCS8DATgUH { width:10.3125rem;height:2.125rem;top:63.25rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnbRBuPcKiT4WwwFzd6h5WXDDxqRSuJ { width:9.4375rem;height:1.25rem;top:40.25rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvqdTqiI80qoCtu7UlLWn80xJlr5QBO { width:9.4375rem;height:1.25rem;top:40.25rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVwUvm2U4RgO5IQqwKTrrCF0NHZONhE { width:12.25rem;height:2.0625rem;top:24.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHEI7kB8UXBNzeISCinWTkctmn5hSXKc { width:10.8125rem;height:;top:25.125rem;left:13.686966896057rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHIGq8zr7JTh9HiE8eJM7mfRkACmqOhE { width:12.25rem;height:2.0625rem;top:24.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZfZQz2CWF2xq5TD0TstLetG0TzXaF3d { width:10.8125rem;height:;top:25.125rem;left:26.811787605286rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6kNIpbS6vg4NVtD6iTphSTpGBbORkVZ { width:12.25rem;height:2.0625rem;top:24.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAwTEnzUe2BaKuJllu5OuL7Bfu0WoupX { width:10.875rem;height:1.21875rem;top:25.1875rem;left:36.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw { width:18.5rem;height:5.1875rem;display:flex;top:27.6875rem;left:7.3125rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #kP39FTb5dxKp8Mzr2B2WbHtPnfphZUXJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #up01uLNewFitg66lO5VV7TxqdiHK7T4O {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #N8Tz9f2akbHQN8CqEWsueeEHKd0zdAxy {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #i80rNbOw8zWNdKEmQyvb20EPZCBrbEDn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #cDKmH8RJJ1zUUVAIV24V6f34dyqhg8Mq {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #NZ0nTlpf9ZnPgq6NP0MuZV2icGsmCdLk {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #HTHgqcavefAADFxMZrNIHvKdn3Qk3hlN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #oEqB5rc2gWKCKK8ukG4Aimu34dnziP8H {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #TPyLa8gVs8QgMRB5Xl12Rbts53pG2beT {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #ZxG3anTRAmGy8g5gQrbaqTz2AOwhfnEM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #aoBk12movmQFbwdktWK9xaW56WetXt2A {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #dUaxLrWTk6TMKgkcoQ7T2OouzNIaZs7H {  }
 }@media only screen and (max-width: 763px) { #bWpGX2Ox7etLtFJBBzeeOEPVEgW4H9b3 { width:38.9375rem;height:2.1933625rem;top:6.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL4pTr0irXTACFak75mLblE1HkIw38lL { width:14.6875rem;height:4.0625rem;top:62.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTLGSzGFcggVPHk5fkbc5VsT8ruSaAb { width:10.3125rem;height:2.3359375rem;top:63.1875rem;left:12.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlmr76dcPuwvhp46M4LEqSQm2PbDh6HI { width:2rem;height:2rem;top:63.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTey6lrW0LmBPVaTx53PNbn7PSm9dGzV { width:14.6875rem;height:4.0625rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1PxZoX5D47XPdXTUy98PydRoX6tPyE { width:10.3125rem;height:1.0625rem;top:63.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBXlfdqprLqbqAzqN0oZwE7RrG2qIcnv { width:1.875rem;height:1.875rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL { display:block; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TknUFkoH7ksSFu3A6h1XbxHsXBF0DuJn { width:17.0625rem;height:21.25rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elUcJ3iA8oiwumpOSegcziO5HWHFiHv8 { width:33.625rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0kl1lNzfKfcdTVSnVkBXeJQKScCf82l { width:14.125rem;height:2.0625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuDTLdc1DneN49JipvBRGPUrPHrV7aXM { width:12.5625rem;height:1.21875rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzVxaKSu0UUreJyFvw30opapFpi8dbNG { width:5.9375rem;height:3.73730625rem;top:40.1875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB09rs9VkODvhhQJB8GlrxoL2iXW4QfP { width:13.3125rem;height:6.82325rem;top:32.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDHJKQ3ApZgx3chbAvqlX4QELfoaf7Sh { width:13.3125rem;height:1.13671875rem;top:37.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBGHI2fdi9exyNzzWpBKit2lRLgBk2AN { width:1.0625rem;height:1.0625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbuuThUa7p4L4llrUmlBh5gLRQT6luod { width:47.75rem;height:7.8125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nizretat4c20frfOOeqFxTBNSTqDcq { width:16.375rem;height:1.29980625rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKmBLeSGOcpoMMV1oFuLhFfMkTcOffF { width:38.3125rem;height:1.70605625rem;top:18.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwnrNHsA4EJzk2RfsScKeh2JcQfw2hUU { width:13.0625rem;height:1.8125rem;top:14.6875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNWOmlSPV6rbzoUG5CWzVT3i3FlIuTi { width:11.3125rem;height:1.13671875rem;top:14.9375rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTiTEzrzp6tU688ZfGSS8gEZ4JRgpaT { width:16.1875rem;height:3.4375rem;top:17.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoTMsTHtGucgSiqm0s2zwm37zmA0KJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #viL26aVBWw1vI8vkMbvm6lxx61IXn3uw { width:15rem;height:2.0625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XmmnT3ierJBBLW3m2lzzcMB5VFTK44 { width:9.75rem;height:;top:30.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3BnpMJWMvFNhTUnIaTq2NIKBHT93Ryw { width:4.75rem;height:1.7871125rem;top:41.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrWcLMoSwPrJS4M8vfnH61Zx8Ty4Aux { width:2rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klQ1OiknnmMpixsgGF2DrH1sUbGW7Ucx { width:14.25rem;height:3.4375rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZrv4VE0HRTpekIW8UFMwQqfeKwIigQ { display:block; }
 }@media only screen and (max-width: 763px) { #sVhHe7rTyE7666oN5wzD9bo58tHvSpDv { width:17.0625rem;height:21.25rem;top:28.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCmqXQ4gLKd54UhUTWCJ2nMTfQlfggg { width:5.875rem;height:3.73730625rem;top:40.1875rem;left:9.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1h3J9hmKye9TF1G6QtGmFM2wPe5HeZx { width:4.75rem;height:1.7871125rem;top:41.375rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNwnoozeUDvM9NJ9ysehpWOwGRn83H6 { width:14.25rem;height:3.4375rem;top:44.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUWiZWeV5pt5TSgJoXeU3EzaUKTt3zTh { display:block; }
 }@media only screen and (max-width: 763px) { #qN6389sPAb2xzgGEnS5UxxrfllvubGrV { width:13.3125rem;height:1.13671875rem;top:37.0625rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiENT8n5yGT7bPVxmiug0fwn3qPZgTuf { width:13.3125rem;height:4.548825rem;top:32.9375rem;left:8rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO3gZ6OosNd469XFdI9KDEln9uvr99SP { width:2rem;height:1.29980625rem;top:40.75rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGUQMSPHlECIZr3kKPeIEaDb2lS5pln { width:15rem;height:2.0625rem;top:30.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPTG0aHmi5QpmhFAB3zBQBXWKLFCb3wT { width:9.875rem;height:;top:30.75rem;left:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6F0auCxBZreFCSOB4qo1nMhwnchrx7 { width:17.0625rem;height:21.25rem;top:28.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfdoLFkHWXWPJb5qlEX8ByRqZTOKTn5M { width:13.3125rem;height:4.548825rem;top:33.5625rem;left:25.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAvVIhGVqK8VzGfewMNpSWoXRZXKKXbG { width:13.3125rem;height:1.13671875rem;top:38.8125rem;left:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNnG9Ob6mqGxLvCx1dnttLhkFn5UOwlg { width:4.75rem;height:1.7871125rem;top:41.4375rem;left:31.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOJnBdSC2oZSGutG6RVRTHUxZVKiTTFF { width:14.25rem;height:3.4375rem;top:44.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2tDrzy4bssX7ooo9uqFRViGDLQ5W0T { display:block; }
 }@media only screen and (max-width: 763px) { #RcAD2hVWTDWUHFlCli5JKUvhFpv6iTg4 { width:17.0625rem;height:21.25rem;top:28.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4zDzSCeuS3QqR7e4WrZgl3C6IfFibQ { width:4.75rem;height:3.73730625rem;top:40.25rem;left:43rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI50aAbOEV6wcPqoMxSKMfTCCqeaB9c4 { width:4.75rem;height:1.7871125rem;top:41.4375rem;left:43rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMubmuBZGlH3LTKF1S0R3cTTFpnGGIBF { width:14.25rem;height:3.4375rem;top:44.8125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8LBkPxXIIa3EkPfyBzA0VxGqKtF3PD { display:block; }
 }@media only screen and (max-width: 763px) { #kJIbH2xw9vQQyZcLNTQ2p9BL9t9KkTRc { width:13.3125rem;height:1.13671875rem;top:38.8125rem;left:34.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOuZb2XzrBotZg1lKaWPMOgQZTa5EJR { width:13.3125rem;height:6.82325rem;top:33.5625rem;left:34.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH949yBLqPOlVkAEnb2H4UDHBO5erto1 { width:2rem;height:1.29980625rem;top:40.8125rem;left:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnBMMlp60sK7aicPcMcOpQrmhSP50iRP { width:15rem;height:2.0625rem;top:30.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSpxI8CAyu4rBvC7A0ce28gSzvNVTV5G { width:15rem;height:2.0625rem;top:30.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ46uvQxpTS1SMrBDFTKdVBRlyy2F2oV { width:5.5625rem;height:2.923825rem;top:30.75rem;left:42.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaT5xTD0rUUCBuoRvQy2aQ4reZXs8rXD { width:4.75rem;height:3.73730625rem;top:40.25rem;left:27.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXC29JWlf4zrcBUWMcUqc07SK93cPWel { width:6.0625rem;height:2.923825rem;top:30.75rem;left:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVumh65kpwfakV5tnOTqGz7LMvPKdBFC { width:2rem;height:1.29980625rem;top:40.75rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf53qMe6HHQy7S1qSSDhCuehT7EqMRXd { width:41.8125rem;height:3.736325rem;top:53.8125rem;left:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDiJAf7aoqkC70FSu8cqRMX7TTUfdxe { width:1.3125rem;height:1.3125rem;top:18.4375rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiIUZmuURJ6XWswQ1gAhRsKtduOJqTve { width:14.6875rem;height:4.0625rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtH56R48Dmv32KUydpF98kmkngT95VBF { width:1.9375rem;height:1.9974237416592rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm21BwubTzITEBA7rADacmZR3w2dx0SZ { width:10.3125rem;height:1.3808625rem;top:58.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcxvgHoWiS3N1qriJITokcJiKiWrPaB8 { width:14.6875rem;height:4.0625rem;top:57.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlUQVoT6fh7DQm0sxNGvJu2fsE1TOHr { width:1.9375rem;height:1.9974237416592rem;top:58.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCJJIig2IlOG1b7dV4a1X0VakgDVQ5mT { width:10.3125rem;height:1.16796875rem;top:58.75rem;left:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDyrKCmE4KdnPQ0IssasLDuwmmgus82f { width:14.6875rem;height:4.0625rem;top:57.1875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKwzyNcmJX4iMGPpnyKDpeTZ7J4dH0O { width:10.3125rem;height:2.125rem;top:58.3125rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egseskZedsLZJGQ8AzXRoHTtyHw6PABR { width:1.875rem;height:1.9957965736892rem;top:58.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4ZeBM4Wt2abhDA6Tnh16I1wsAn0P10 { width:14.6875rem;height:4.0625rem;top:57.25rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mea0itUy9xsuXTTeKOitFeNvB6Ubznvq { width:2rem;height:2rem;top:58.3125rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBgsu3gba1k1D8vTK16VzlsqB1RCaozb { width:10.3125rem;height:2.3359375rem;top:58.25rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbBANhTZDpAZwU3WoqxNA8aTtiulBFvS { width:14.6875rem;height:4.0625rem;top:62.125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHNUxVbbHQuymAJD8TNzTUXeikfcTkK { width:14.6875rem;height:4.0625rem;top:62.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUcdoV0iyVbi40eFxRxbLdr9XXtErOII { width:10.3125rem;height:2.76171875rem;top:62.9375rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ZwxRiL3wq383NdVvzGNc2pfpww6k8M { width:1.9375rem;height:1.9974237416592rem;top:63.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llT9oPD5TZDFUZ9obb9Qg650SnmaaHJJ { width:1.875rem;height:1.875rem;top:63.1875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDsxloHsFwEGyQf3Dmc4keZkyOx0EHW { width:10.3125rem;height:2.125rem;top:63.25rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvT3ZldXWH5d4JNq74tBmQsTVOpDuZk8 { width:9.4375rem;height:1.29980625rem;top:38.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtXMin0X5L1V2mHHJ2slrhGIuhTq0dl { width:9.4375rem;height:1.29980625rem;top:38.9375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgxAyiOCVcUrLRvavSXBvzXWR08dXgS0 { width:12.25rem;height:2.0625rem;top:24.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Con35t5xBr6FimaTIOhMVt9vX08fZMQG { width:10.875rem;height:1.1875rem;top:25.125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLu0UkLU3KipdI8ugF9XBwrTXZyxQPdT { width:12.25rem;height:2.0625rem;top:24.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRWk1u1zJZ6p1hMtXFLE9BIUxyA8n15s { width:10.875rem;height:1.1875rem;top:25.125rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgH7TcK8ZEDMJlfuWk4Zq5BEHb5Vqyb2 { width:12.25rem;height:2.0625rem;top:24.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF3eAVsKzkEsMi210bWoyUqnvDaFMlFL { width:10.875rem;height:1.1875rem;top:25.125rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A { width:18.5rem;height:5.1875rem;display:flex;top:27.6875rem;left:7.3125rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #TTzJiO6al729epoeDpqViVv3G0BOIaUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #OVidMoep19I8i7vJKk76P3GaKwqtIA5e {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #pQZaRGsFMkrIrl3opU516dthdsGdziHi {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #F5cc9npUDm1DT7FIPEgT19QGeMBKSQe6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #T3xCNRIHy7u4IVNSzAsywbK7CX2afqxs {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #GHcRp1iTR4WapoFO0Qqp7SXgubUBhOzJ {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #ddWBDpHWCuIEID76pmx5Hg9dyOTwR28t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #chcdTEb4xPOJ7u0NoRQpXQ12KUGCoBl5 {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #s1AE7GBsbkw84oJoGVKr42hzQiKoUeln {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #GuoOv22LK9VqsmIQELhBpCfOCcBpPESI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #LJLMaK1T6BuWRcimkWV8mJ4u73t5eahC {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #XJ0LX56weoOzibOgDGzJCF7uLK11rrIH {  }
 }@media only screen and (max-width: 763px) { #GZ2K5VDrKg7xXrqoree9kOPVykyfZV5E { width:38.9375rem;height:2.1933625rem;top:6.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0kTfxN1WMUvoHrJcP7tlFkScZ0PACDv { width:14.6875rem;height:4.0625rem;top:62.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcch4XahHpC0dtWXGny28AQiwI4wTcBm { width:10.3125rem;height:2.3359375rem;top:63.1875rem;left:12.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fslssy7UCCQlGPiKhTtUBe02myRlOxr2 { width:2rem;height:2rem;top:63.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpbq466hqA9l5ekP8Du8gx8eQeRsNLe { width:14.6875rem;height:4.0625rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJPu5PpAfyqn6wJqcUWzFxEXE3cVEwo { width:10.3125rem;height:1.0625rem;top:63.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiaV2mA8wUmQJA9nIKTWLglk5pSJ3W81 { width:1.875rem;height:1.875rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT { display:block; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkTWlkUeC8d8ZsDGaAEfQg7gxZb8qnF1 { width:44.8125rem;height:3.25rem;top:27.5rem;left:1.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k95LHqdbgnNOspTKhxIpoR2PD0pRuK1R { width:30.25rem;height:4.048825rem;top:18.375rem;left:8.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvno67i2HH3U3JO9TZ8bB3VblDadDN1 { width:47.625rem;height:43.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5PCbNZAc4mELvvnhMs54T03kDvfLgcy { width:4.625rem;height:4.625rem;top:10.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXm4ptqCLW12imy8hpn5dUWbSBBF7QwT { width:6.5rem;height:6.5rem;top:9.6875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRRdTkEhJyr7xBZpMitc9B92VTwTFW2M { width:16.5rem;height:3.6875rem;top:44.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMaprAFnA9HekyEQQRZF5mf4PFpdbhCo { display:block; }
 }@media only screen and (max-width: 763px) { #WwMUJX3XCbi5iQbiZkFLmbhq0cTOVcBt { width:1.25rem;height:1.25rem;top:45.3125rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COaAmQXvnHEznQ7NzwUggdT6xUIyBAXB { width:21.375rem;height:6.8125rem;top:42.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLKILsoaqTcTrBDtT4SK6E51pLcxp3Uh { width:8.1875rem;height:5.125rem;top:34rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBlkEc03QGUfOOTLIHNMunAKDkrUsShJ { width:12.375rem;height:3.5rem;top:34.8125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOaUsxA4URH9bKongQFzBQeut8XmfHtX { display:block; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NP3qNgvaxJvUwhMsUFNQfbufwgXktX6n { width:30rem;height:;top:5.0625rem;left:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLnVt2B9teV0UA2e0QEp8O2kwPz6Adup { width:45.75rem;height:1.54296875rem;top:9.3125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWviuTHrPMUiziVZPoMfamcIop492Avh { width:47.625rem;height:17.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7K8v7e7cbnz095WtUWlLk8u059sHi98 { width:32.25rem;height:;top:24.75rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32iolswVol7BhfSs4Q2NXwo3KatTXZU { width:15.0625rem;height:2.11230625rem;top:21.9375rem;left:16.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvb9Wd0TkK39EkJL1EszXqkaUlH9I23D { width:4.5625rem;height:4.5625rem;top:16.6875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOKQTMZ1pgQLiMNTTiz1yuH2fRnqq4qt { width:2.4375rem;height:2.4375rem;top:17.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHAeMNTntXZm21kUfx3F1Tf04uD7Q0sS { width:20.1875rem;height:15.6875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WaZrqKsWRk4EWS3NbUiIkCHTIvkpd2 { width:5.4375rem;height:1.29980625rem;top:45.0625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvFqQHiSiNOI5idHT4CGAxPepu0dyTJr { width:1.75rem;height:1.75rem;top:35.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwqxJoJhPBtdzdlZewhqnCC2FCJQWxFZ { width:15.25rem;height:2.5996125rem;top:40.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuzSP9RrqZ1FvAxBshpBLPzKoTG4qrvV { width:10.9375rem;height:1.4619125rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHv8vT7OJt2s2CopTT6C8Z8azDQezs0g { width:20.1875rem;height:15.6875rem;top:32.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVwLvDqi0i3Hbq0k3HF870L8GqIf95Wk { width:15.25rem;height:2.5996125rem;top:40.875rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONMP8Vrtef0hlF4IPdHiFAytVeIyfK0 { width:8rem;height:1.29980625rem;top:45.0625rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhX0FAUvtKb3RrgPNTmH8NEU5vTQAWT6 { width:1.75rem;height:1.75rem;top:35.3125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6nXSd6TAxXtS3rJk1fkrt0m57OcVtOa { width:10.9375rem;height:1.4619125rem;top:38.25rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTlCzcmqrU53PELW5xr3MoN69uoLH8uN { width:20.1875rem;height:15.6875rem;top:32.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVO1pvXdzFGZcr6MlFrhRvoK0qFXWhXt { width:15.25rem;height:2.5996125rem;top:40.875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1I2P0WM2S1c5icaXHdyT5pC5k561NAX { width:10.9375rem;height:1.4619125rem;top:38.25rem;left:36.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3utctmCKyzNf3lKrfHdvRHyGIw48D4y { width:1.75rem;height:1.75rem;top:35.3125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPl7DyiW8xIDGxavu7UJIaq7OADaIxp { width:12.3125rem;height:2.9375rem;top:44.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp45rMZvoBSE6dnqV0vwVXROGwNPWZv8 { display:block; }
 }@media only screen and (max-width: 763px) { #tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF { display:block; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szgaZLcZycfmUxy1U7LgPdka56EhIU1s { width:30rem;height:2.1933625rem;top:2.4375rem;left:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2NhoBfPNH5UE8TNsZDtuE4naTKU0yN { width:47.75rem;height:6.171875rem;top:7.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHPCzhhDicmLppcWfKPGQfwp8ynhxko8 { width:47.625rem;height:17.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogW6vgzvZQd05EpLRS189RTZVHGCdtC { width:32.25rem;height:1.29980625rem;top:24.75rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08TwLePZZTuaDaT2MsSi93Oh3h5daH1 { width:15.0625rem;height:2.2744125rem;top:21.9375rem;left:16.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUQR3DszUwm1pIwz7skuIJl6VsV0PaQV { width:4.5625rem;height:4.5625rem;top:16.6875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Px8tfiee83CHmRINyoCtTvWluiCZQk { width:2.4375rem;height:2.4375rem;top:17.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIXBvqiuTmfJT9q4JEBn07FN8RbKeLZ { width:20.1875rem;height:15.6875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUc6cUr986JJBionVdFvfZZN9zUNTsi { width:5.4375rem;height:1.29980625rem;top:45.0625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcGVTeSmcPExDci9iUDMJ6NrqG6fUxT { width:1.75rem;height:1.75rem;top:35.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W66NnBlD3v1gZ4irAebhKUvWVfxb561x { width:15.25rem;height:2.5996125rem;top:40.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfRXHp6pTT5ir1aOi3klAUx8m8QXQ3Dx { width:10.9375rem;height:1.4619125rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iECJTORnTkcdu5vFqsvEbZIDIxStSnlc { width:20.1875rem;height:15.6875rem;top:32.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGJ178VpHxSqB38F9CFHElSkBhsVDtg { width:15.25rem;height:2.5996125rem;top:40.875rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE6FCbEiQKnHmb8dXIuH5UdomhuTWuMi { width:8rem;height:1.29980625rem;top:45.0625rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19Hi60xGdNvQgnTDr3ycW2fEp5kXu7l { width:1.75rem;height:1.75rem;top:35.3125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt57KzaAxQgqqrkp1JNrFfJaPkkSInqN { width:10.9375rem;height:1.4619125rem;top:38.25rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER8a1XTSd19iolHFNpvuT2Z2SNvSxpda { width:20.1875rem;height:15.6875rem;top:32.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpUdysfFD645UkTMIhghOoazD1n34N89 { width:15.25rem;height:2.5996125rem;top:40.875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msP3JpsLdS9MBFHD8sP8sZZOrJ01E1LI { width:10.9375rem;height:1.4619125rem;top:38.25rem;left:36.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU5LGxuqmd3eEaczt270Vd0kN6gd9GJz { width:1.75rem;height:1.75rem;top:35.3125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE86WJ1qQLV5STX1V86qIqFglr64tx3Q { width:8rem;height:;top:45.0625rem;left:39.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O { display:block; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF5WGQmfIOZm8Srunr2KAgak5w28LGqn { width:30rem;height:;top:5.0625rem;left:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyMXTy50dshJT15bNvcwvq08fcDNAIde { width:45.75rem;height:1.54296875rem;top:9.3125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKp8wDVxmIJTSeJMKBeo7p1QLvFDBuN { width:18.125rem;height:9.625rem;top:16.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ZTcCgURWiD2Fo13qX57nQ7LT0ZVfQ3 { width:10.9375rem;height:2.76171875rem;top:13.5rem;left:18.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQKoNf0wAqGn7ocZrRAh7NzyDakSXTPh { width:14.1875rem;height:6.9375rem;top:31.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHpbKe1EJDMKxnWz1rmyfGaF5oTORQZ { width:10.9375rem;height:;top:28.1875rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHpuARnSnSUWDeFAOvy7vvaTK7k1csup { width:14.1875rem;height:6.9375rem;top:31.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTC3R4Rsl5X4VVFKkATkd1fw4HA4MV7 { width:10.9375rem;height:;top:41.5rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMbf7G6r84Tluf0JILNP2BPQQTgqlL6h { width:12.3125rem;height:6.0625rem;top:44.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmyuGmd4API8xnLKi1KDbiE6NTnECXWi { width:12.3125rem;height:6.0625rem;top:44.3125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQzriek3oZidMT90p26BvGQSXKdT3e0i { width:12.3125rem;height:6.0625rem;top:44.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWay3nduhX23yGWwQQbhWBzW5fvXddLM { width:10.5rem;height:5.3125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaaTgaHwna2V2D20tLTfDwKKBqdJvIue { width:13.9375rem;height:1.21875rem;top:53.5rem;left:16.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNlIg4uJnUsW6f0w593vRlU3gbIbNawV { width:10.5rem;height:5.3125rem;top:56.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9vAHJnMAaeTPpeaH0Hbqk1QfpuLHE8r { width:10.5rem;height:5.3125rem;top:56.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVIRxQ1eI8NBxpvIeUhkGaaGM28ytmQ { width:10.5rem;height:5.3125rem;top:56.875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyHHk58LkhzDvM9xqdDncA28k1fTk0ri { width:10.5rem;height:5.3125rem;top:56.875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwWl6ZtLdt6TTcsSVyRBPMTuyzKl780A { width:10.5rem;height:5.3125rem;top:56.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE { display:block; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPhDvnXGsfn7WCk4LVBciCVQ4mHOytlH { width:38.8125rem;height:4.38671875rem;top:13.625rem;left:4.46875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5u8PkGRM5hnlgRL8h51s88K6MkTGZd0 { width:47.75rem;height:4.62890625rem;top:18.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COf0ryEebLUDOU48X6ZsKI1oBXHVzHxy { width:5.1875rem;height:5.1875rem;top:5.75rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyV3P1vFONnpOJuSkiqB6x9JbbMiniiH { width:6.5rem;height:6.5rem;top:5.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JtivH5L1umGvbbTWRa1dfJAii7pIAS { width:1.625rem;height:1.625rem;top:25.3125rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJTMW6vTHKh5DULCLHilImK93IK8nvJ { width:15.625rem;height:3.6875rem;top:24.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCupfz1txXm65W3S9R4iVX9VAswAf8gZ { display:block; }
 }@media only screen and (max-width: 763px) { #eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk { display:block; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQmylwui2JNcOlwATXNNVuF7gNPfKXNJ { width:35.5rem;height:2.1933625rem;top:12.25rem;left:6.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGqBpGTCrzXttTOEm3AsTRdLC5gudVD { width:45.75rem;height:3.0859375rem;top:16.75rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVdPIoBOHDvhQTauzFszvpF5mBAWM8PE { width:26.3125rem;height:1.21875rem;top:29.1875rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuD61FKPxNHrUHyXUVpSnnFF2zJ1w4zx { width:18.0625rem;height:3.6875rem;top:22.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxSi8Vxzk6RzDXcqxXLZ49gTzufRXUTm { display:block; }
 }@media only screen and (max-width: 763px) { #UV29PiC7PVf4wge9oDg24r8KWHMEITL0 { width:1.5rem;height:1.5rem;top:23.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Ndkt3GaIXsu1WWcNCQoJWoCQ9GlgAT { width:1.4375rem;height:1.4375rem;top:23.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6w98g6QbKhzy5JwaPfwNzQXKfTelaV7 { width:20.5625rem;height:3.6875rem;top:22.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdsqVnvo0ZQzq8Mp6F2Iqzk74AbXTc8 { display:block; }
 }@media only screen and (max-width: 763px) { #BuZTZLdArG1bMmp6qB9KK9B5hSlAZWt7 { width:1.3125rem;height:1.3125rem;top:29.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLWXNXF4rbmGnAtf7Ei9f86gOXlct8NC { width:5.1875rem;height:5.1875rem;top:4.5rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrPSc8MUmJ2pGazfNQXKslokw48MZq1 { width:3.75rem;height:3.75rem;top:5.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 { display:block; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqE4p4qW2lE2blEM1DIzizpiHWvnANsJ { width:30rem;height:2.1933625rem;top:4.9375rem;left:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4poT6v5Kyv64f2HykoeXflVn4iQ56XA { width:45.75rem;height:3.0859375rem;top:9.8125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs { display:flex;height:auto;width:27.8125rem;top:23.6875rem;left:5.59375rem; }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #EIbroB3U4NgDt0g7KPNFZV0yhPn9cgHc {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #xfVFI14IcPGlBwq9qoNgmWL1F2MLsHc2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z0rCL3fHReGJrSfQBr6RhUO9dTZnZctb {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #SdN7K5cWIe4tzuvXnfKW4hv7ENXRIS0S {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Ts7OsdCkr9P0f9FsALQe411fT1Nnu8Ts {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #FMGScXmfIaubhAWM3UurB7NOsi2goQLQ {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ffLRW0OWmldKZS2qgRPQXHu4NNKtgrVL {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #WLVqT1HsbfKmqVyI8O1hibIF7LAr3smN {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Ldcr4wQrldVFPrwUpFNNSV0bP72ggOVu {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #TOM6bbQayu1bPBDwld4VCZTPa37HMv3T {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Tb351qa85WJyv1gZ11JxnTIdmQLx6DhS {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #DlaDSv3KRV7442Ir6fgJqlJlwbW5zE0Q {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ycAAN0J5HWbxW9fyE5iF86hLICfHfMmG {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ts8pE2T4hDl0yuZ3itCbCxE2TLJi11vd {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #dr4V19gSpaFWoJCuTLEXvrgo5TkV8srx {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #D4fT1kcqlkJShOlK0Rpu2b4L9MgbgMTc {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #S6DtyzCuBahxMZ12EqvhsXH36fQcfOna {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #BvwAeaw7rU5WS3Q9gURNNqTcuvsGOZMX {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #wOSyaPhJciDxyt9BrfPnsUaCJ39aAp1O {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #MVX21zTnbEQQFlSIGntWsDqRXeH1P4q2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Mq7bMTWdRBW1TgmgRhfOet4uK2QkS3pl {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #CTCztTAMGDebX9RKQzfkaD7uggoSQCZW {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #aLzefFGixT3SXwivJpgGTuDCm76Q9Da7 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #zMJ9bbC03xbMntEkryGn4APNGmUQIufV {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #TixPakRbCQGZwm5sMhKbdTf00RnqDlDX {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ExAoNpLyFl1xlXiZNEGeSlsRXQ8sDJxn {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #A9My61HwIM9XqrXTOPr0W2Iw3i9MZ59W {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #SWDPTHLsG3Ed0U0QqV1apLEoBmT88o2x {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #J06xzQ54TW2IhTUkRrsgJoSbV1Ddwz9C {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #wa56anxT4shyeyMt0luKa1uIGenQCe2Z {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #syeoLm8fKQoNMRw3Q6DP1p6fFwHKKpZ2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z5n3gfzWryg5UCmN6RWOJE0HVXS4h5F3 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Va0E098Xwdb6fR7PJi4DTc8Ukx6l8u8x {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #bDqJPelAPw5iobdMVQ6nzp9WVhQflIty {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #NiJc9yQqipOEr4ENME6sfK6ITiHSiSmV {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #KzhKzne1OK6HnZHJ0SPgkPQwhnH1DSZq {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #oDbqcv0WPaHtyOBUvtBGeq4zlfdEPaNZ {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #cLTHPL3h6Ti214CmDBwFxMZ5LIFRy36R {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #AxFqs4r6LOTpQ696Vag4p5NdRpsLombr {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #bOT8QNoUriCSPIimJZ9WXaPogNWFV64X {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #sX38eGiGCDWyFI1E9LKPhG5Mrycho9TO {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #fwk223Okz3HPE4DaZgTrtFcHtpRLpetT {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #LQgqDg2blXutGHmesbPxXzB74lpt0yX2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ITcQw90yB8r93aVwBATSsKXKXlcxe2mH {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #B42UnnAx2m3xekawTWPytglcOAXWd3sK {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #f2DtrymFyt6hc7HWozkJFrZJG1RiRG75 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #QUDXqTTl79suFVrbDaru3zEzNalmGKGe {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z242uGc8KHg3OaOJxUFoF1xWo2EKRSkn {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #DNkhNWpr1s0Qawkphd28MdsUFT2LO08y {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #CahXdiwAHiczCBGamglFdGCSfeF8RXZb {  }
 }@media only screen and (max-width: 763px) { #Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi { display:block; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7i08adEIiPmwxIbdbCMyblmBDhDzuhU { width:26.3125rem;height:;top:0.9375rem;left:10.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4l2wxfPHvXqwx5qsPchLt59UsuehODr { display:block; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZmHhlSfxGqugdCA3KhECUbmT8z8cv6R { width:14.875rem;height:3.8994125rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTT8Tob1NsIBgHaG8JuKZLpRwKS1U33 { width:1.25rem;height:1.25rem;top:13.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9LRSRXocKPTxWi3VmMFKK4yLSBXCzX { width:47.75rem;height:0.0625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaFloav3RXpEcHppUC5fEwrKmBJgozC { width:45.1875rem;height:1.29980625rem;top:25.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7tcaurtVUpIkdM9Hoynf6rxUkvMqgUS { width:14.875rem;height:1.3808625rem;top:5.5625rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1drUPwb6ElRpf8gfSbOAy3rlKS5mpEL { width:11.3125rem;height:1.3808625rem;top:7.8125rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urhUNELTxH7L73eVA0WG6N5eCsrJJTi1 { width:11.125rem;height:1.3808625rem;top:10.375rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIOGFN4h9QbBy7cCPD15mPXVmnx4egE0 { width:8.4375rem;height:1.3808625rem;top:12.9375rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcLU4dhu2wFRycJgGyL9dGh5AAh1e0AK { width:14.875rem;height:1.3808625rem;top:5.6875rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scIWno9dkhdBIGM05rqGmEaQXyzEHnE0 { width:14.875rem;height:1.3808625rem;top:10.4375rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ZeEqcm9E0vRfm9vmlSdMWdB3Sg3HOt { width:10.375rem;height:2.761725rem;top:15.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpHID9sZV5SCOyL97eGG1ZMbkSgvUBvw { width:1.3125rem;height:1.3125rem;top:10.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3K1JLbZJenvaSF5DT2kDHNIlXfpdwC { width:1.5rem;height:1.5rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiEGEoB94doF4WezJzZHqICDlLEi5vCz { width:9.625rem;height:2.9375rem;top:24.375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TvOCNtl4vnNTtdxy8zkAomndFHLaii { display:block; }
 }@media only screen and (max-width: 763px) { #LtPzSXpq1TTCsHEvhm0Npg297X5o5QFP { width:12.0625rem;height:2.9375rem;top:24.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #helTIR2w1haihT86SGNn3JPEXutdUEqN { display:block; }
 }@media only screen and (max-width: 763px) { #nWw9nEOUCHNfzAUXCmN3oEd2krDlQBq9 { width:14.875rem;height:1.3808625rem;top:7.875rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbwedJIZGdHCZooN41KfdVaXvzAUV67g { width:1.3125rem;height:1.3125rem;top:7.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLddoxT0eLrf1hvE0XhrBFkDk0tTVFqd { width:12.3125rem;height:2.76171875rem;top:15.25rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqZGPruNT1FUibcZTw1HGWxzyUVlSNy { width:14.8125rem;height:1.3808625rem;top:13rem;left:32.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV7IOdxKmcrFDyDT9xM24u8CzV8RCbSJ { width:14.125rem;height:3.8125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G189o6wTX0HMafQxuJN0alD6T7VKo5v3 { width:46.5625rem;height:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I { display:block; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueosMHO69EvrFZaJFGsTNDcEOFy349AT { width:15.1875rem;height:2.4375rem;top:0.25rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amCBdaLvcFD0kmqhbkWh2ZWCMJSl8bL0 { display:block; }
 }@media only screen and (max-width: 763px) { #iV5ZRnHD61hybgiqHuB6qZqJoUKu9N60 { width:1.25rem;height:0.999025rem;top:0.9375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofxucVJTpNPdUkKylgNtTaFrpxx1p03 { width:12.1875rem;height:1.21875rem;top:0.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAl3pIN8zT9vQuG7ifFgphZCH94lRTk { width:3rem;height:1.1630066274639rem;top:0.6875rem;left:41.318796157837rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPlxgQ9ItX7pCcJwE72q01ms8goFkWZo { width:13.75rem;height:1.13671875rem;top:0.6875rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD { position:relative;z-index:auto;display:none; }#ciOH2KyDM5r0SAzGi3HX9OupmCel1mzD > .row .container { width:20rem;height:36.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BgcNHy2ouDbDmrQ6BO2V5kNmBF5iVUiG { width:5.6875rem;height:2.1875rem;top:7.171225rem;left:7.125rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX3iwpaNqM5SSvTLf844vZ5pIloDepQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #S1FRs9iUGOrFQ46Il11EVmAzrOhSwkqr { width:8rem;height:2.1875rem;top:10.608725rem;left:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX9Z7pB2NE5lSbh4OL4Tm8Tndu1vFUa { display:block; }
 }@media only screen and (max-width: 763px) { #daDRkPuk6hNt55b32qzAU3NyVRLeHqN5 { width:8rem;height:2.25rem;top:14.046225rem;left:6rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LCiqmBagismMnuG46lVt6AJV2irECF3v { display:block; }
 }@media only screen and (max-width: 763px) { #wf33BUiRUB2N67Uu7au2B7B0rXbxLULA { width:13.125rem;height:3.625rem;top:20.983725rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL9ZTVOF59JRaimBM45999vAoiqcxN99 { display:block; }
 }@media only screen and (max-width: 763px) { #osQlXKVZ8yk1FmC6NtzG5kF9vTaGvPmQ { width:4.6875rem;height:2.1875rem;top:17.546225rem;left:7.625rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfEdd1Spnz0UUHyppbbEPRFy7uEeMbFs { display:block; }
 }@media only screen and (max-width: 763px) { #lFdeRWNanKF91BtIVGuAzOp4vTp4dh97 { width:17.8125rem;height:6.3748125rem;top:25.857205438233rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhJdQXFMAB5bAcQRdhbwvygXqg0zax57 { width:11.3125rem;height:2.25rem;top:33.481205438233rem;left:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPOxHeaNdgTZ3qFiAO9WNRRW4I22s8RH { display:block; }
 }@media only screen and (max-width: 763px) { #ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96634041-e5b1-4940-a2b1-81d044ea3f78/BG_CAPA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ.adaptive-delivery-prevent-bg, #ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ.lazyload, #ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ.lazyloading { background-image: none; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container { background-color: transparent; background-image: none; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,32,51,0.86); }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container > .video-iframe-container { display: none; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,32,51,0.86); }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row > .video-iframe-container { display: none; }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .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); }#ubQZZmUx2lihrMc4e2zATxeFyexm0qeZ > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqgwsEqMybNNfAma2HRJ44PVzxQ5sxlP { width:5.68685rem;height:2.1875rem;top:8.5611972808837rem;left:13.499349892139rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8uTHCAF6HyWFNbCIKCRF4AkH5mpFBf5 { display:block; }
 }@media only screen and (max-width: 763px) { #xaez5xAv9ustZehJKpTHO7cNvGtgnp1P { width:7.999125rem;height:2.1875rem;top:11.873914718628rem;left:11.124132454395rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AW85SppvHmdX1CywT6rotg5lh23ObiuN { display:block; }
 }@media only screen and (max-width: 763px) { #xpDgTTr1FuGLk70QLTM4tpXgDe2yDvKa { width:7.999125rem;height:2.24935rem;top:15.374349594116rem;left:11.124132454395rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EqCedUBuSmGOmNZ9bd8UiofWW9vVSSJe { display:block; }
 }@media only screen and (max-width: 763px) { #kQwrmOvgh5u1HhGETTlW7As4qDBb1VEZ { width:19.4365rem;height:4.749025rem;top:26.853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZTshAxfvFqrc4G81qf1LIUwoBphf0M6 { display:block; }
 }@media only screen and (max-width: 763px) { #PoPxibxJEDnLyJ5J4NSqcGu4KcxQQrCm { width:4.6875rem;height:2.1875rem;top:22.748046875rem;left:14.560546875rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVUV9fAZ44h8lTKCI3f5iOLsOEoHx9S { display:block; }
 }@media only screen and (max-width: 763px) { #izdp7hTgzRixlGu7c1ZbGH2T0GXwTgqP { display:flex;top:2.3812923431396rem;left:16.943578064442rem;width:2.31228125rem;height:2.31228125rem;z-index:15180; }
 }@media only screen and (max-width: 763px) { #D6XI6DZS5M2JpmzKPO1xfrxF6mD4qvdX { top:0.41059017181396rem;left:0rem;width:15.374375rem;height:5.49913125rem;z-index:15183;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X3KAeRN4ZT17HtZq9LuMSF3t9t89deBR { width:12.875rem;height:2.25rem;top:18.9990234375rem;left:6.373046875rem;font-size:1.1875rem;text-align:right;text-align-last:right;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #gXRPF9TMUJGJRboIUCZSev4WtOzU7vaG { display:block; }
 }@media only screen and (max-width: 763px) { #zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe { display:block; }#zSRbAulyfIAAsSPWQtXJlIcMsRtkGnWe > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdFD9aeeH2nEOo7xu4y7DuRFpzts2Ezn { width:20rem;height:6.6875rem;top:4.4345703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xs1ZI1GksBtJRn7bBaC4vLoxaLcwyTfd { width:17.4369375rem;height:10.722625rem;top:17.685545921326rem;left:1.2801846265793rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#f3f5fa;display:block; }
 }@media only screen and (max-width: 763px) { #zdMJTktB8J1sr9ZyIATG2TI3G3rue1Xg { width:18.75rem;height:4.0625rem;top:10.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTGD7TLtTNecLTGG80QXREywt3LyfIo { display:block; }
 }@media only screen and (max-width: 763px) { #iUJ6FA3AX3QX47R8G23BCzGDFcC21T57 { display:flex;width:1.3125rem;height:1.3125rem;top:11.5625rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #MnD9IbAqsRceA4aBiidDqezbwEGukdWZ { width:18.75rem;height:4.0625rem;top:70.75rem;left:0.625rem;background-color:rgba(244,244,244,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JGPne2klVVUVLDgwXbwSAdJUM7yi98G7 { display:block; }
 }@media only screen and (max-width: 763px) { #wTNyykchIGrahrVcezCr79Pn3BPF0n3B { width:13.8125rem;height:3.0234375rem;top:64.9375rem;left:5.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMzdlOsgoHCgRTMTfGyd012TA6s7PRQK { width:3.4375rem;height:3.4375rem;top:64.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWgSkPtg4q6R7duLuanEq5o9pBfvxs25 { display:flex;width:1.9375rem;height:1.9375rem;top:65.5rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #LD0WbsvgoWdpDT2IWRWkxKFyqo0JbsnM { width:12.9375rem;height:1.7871125rem;top:60.5625rem;left:5.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sD9koCTxFtwJe24FwU7nwD4yiSSaX4KQ { width:3.4375rem;height:3.4375rem;top:59.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgVPnvsQD6S3z4Bzr6LuSJpJTwFeUqsh { display:flex;width:1.5625rem;height:1.5625rem;top:60.625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #zOdMTSk97kPJOL7fIwgrmIx2htMO0fsD { width:18.5rem;height:16.5625rem;top:13.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClLhMho61cqSniKCNFXfqfLuOhscuEys { width:7.686625rem;height:4.24913125rem;top:1.3498268723488rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPW7VVemrTRLo6B65ENgU3OK4wKxE6g { display:flex;top:0.9453125rem;left:17.070313751698rem;width:1.8125rem;height:1.8125rem;z-index:15176;display:none; }
 }@media only screen and (max-width: 763px) { #QSdBOcT93xZGSGvk2gZ9Wezk44vHTh5o { top:39.9375rem;left:0rem;width:20rem;height:17.9375rem;z-index:15181;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dAZtEUJ6ynkxWtv26oEvmLwWNPsfchwA { top:1.3498268127441rem;left:0rem;width:20rem;height:6.875rem;z-index:15187;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I6mZ2zSb35L5v3TuJZhG0bm2fOfIoIrm { top:30.5rem;left:2.25rem;width:15.5rem;height:14.1875rem;z-index:15189;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UW0xv40VeFkZbWRznGSKZ6rqTcicEyz7 { width:20rem;height:18.483965014577rem;top:81.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN { display:block; }#Xsvx7XWmwxBgQ34nLXm6F65FRRE21MXN > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bW08L0qBWWDPpSf7uOfcsWSuJU4z6gdI { width:20rem;height:5.97949375rem;top:5.3330078125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1stiWc8TTur16W9NLPgdDLSM1nRT7bh { width:19.875rem;height:2.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLL2NPd9GzAo9JazP2LLHLM6PyMO9wB { width:20rem;height:1.2744125rem;top:1.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;color:#4078b3;display:block; }
 }@media only screen and (max-width: 763px) { #xpRkS20Zumc2NiAPwqfKTtH9JBLA6W7N { width:20rem;height:40.8125rem;top:13.816589355469rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LqMrr5FFtnUWoLPItzJBFzJQKRcnsOc7 { width:17.9375rem;height:6.82425rem;top:15.6923828125rem;left:1.03125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZ0zQsgy1AXHVr7Jfpw5szQ4FF5972AB { width:17.6873125rem;height:9.2578125rem;top:24.47798538208rem;left:1.1550070047379rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcoJCJ5Af1eHZ6SMIzQdTtz6msbQtuNw { width:17.8125rem;height:10.8008125rem;top:35.62943649292rem;left:1.09375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JPflKDX8dCCkNElXykpdZzwknVcddvav { width:16.625rem;height:19rem;top:114.379884375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8uxAxSnIWWa21b97mb8BKxPrHD5aztL { width:5.1875rem;height:5.125rem;top:65.5625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxfqLFTgS9XNJCG7ubi0cEC6tUOopdwa { display:flex;width:4.1875rem;height:4.1875rem;top:58.379884375rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZ82F4B7fmhTvMXpm3DUqAxGdDuTxBFJ { display:flex;width:2.8125rem;height:2.8125rem;top:55.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WhqXNI7iOvT73WgF7ibvynBy8wm1E12b { width:20rem;height:11.375rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD9T0oJQvXTBJkQHvbNhSZrpv5nPsBwv { width:20rem;height:18.04788213628rem;top:56.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJTbz0vGfgUI77hedzt2LxZ3nF1ftmr { width:14.25rem;height:18.792964195412rem;top:86.074221252444rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETaPc1mNIvS59eCT1036gWlCzOikO7WO { width:18.625rem;height:3.625rem;top:48.436616897583rem;left:0.68625700473787rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ywZZmLQp75e6e9DIWM71cQvBIPvULbDB { display:block; }
 }@media only screen and (max-width: 763px) { #r60lVsMNDgyU5dFTKGJq6ahN6Ai90zfZ { display:flex;width:1.25rem;height:1.25rem;top:49.625rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT { display:block; }#pAo1AexAz4Bag7Fz1kJV5ymBnao3f1AT > .row .container { width:20rem;height:132.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcUJKBOvV44iKzRwxMi9QMwU4MRgI2aw { width:20rem;height:19.6875rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDpSkJRzWOF1egf55Pn0Pr4DMADUb1zA { width:17.8125rem;height:7.125rem;top:5.171875rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3atzTIBqCcpVHQFQhOU1nLrq31wchVo { width:20rem;height:18.875rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeMS2BOOOHIQhxVMMdA5AidHUme99xf { width:20rem;height:17.5625rem;top:96.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiKXBGl2qtzrpgXF1fZrcegpaITWLrq { width:8.375rem;height:2.2744125rem;top:58rem;left:6.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FzvUve7u4mKI2hs4xc8oX4JqVDT3lg0l { width:10.1875rem;height:2.2744125rem;top:78.25rem;left:6.5rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yfrPJqhTpRvdnvTS8FU6At9GOzXm4rn1 { width:13.625rem;height:3.5rem;top:97.6875rem;left:6.25rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kEqOUDapK4xibhvEduux4if9ZPrLVZWo { width:16.875rem;height:5.99609375rem;top:66.8125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TiF058fopUVVtiruHSO55cFBpgTtt06C { width:16.8125rem;height:1.94921875rem;top:82.5rem;left:1.5rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AQQFylllylCtAVMsOMmdfzctrQFDsO0r { width:15.5625rem;height:3.59765625rem;top:85.3125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S0EgVeDl3fHfJaPfHWfN49sncSaMxUIk { display:flex;width:1.6875rem;height:1.6875rem;top:90.4375rem;left:12.0625rem; }
#S0EgVeDl3fHfJaPfHWfN49sncSaMxUIk > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #CNEdTmhoGrWCAMFch4gPmeSXrAJpnJix { width:9.25rem;height:2.625rem;top:62.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT830trtleyiPAzDp1VOrNFTIoU84FJq { width:6.9375rem;height:1.57421875rem;top:62.8125rem;left:3rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRTDmFfm7u7qfCBhNB77Vo0W3P4rOZg { width:14.9375rem;height:2.7558625rem;top:103rem;left:1.8125rem;font-size:3.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHDEcFxfPPRwfKIN0LD2INgVBNg2vteb { width:17rem;height:3.59765625rem;top:106.625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X9SrCeAw4R6eG9LuFTEwr4SNynUJk2Jq { width:19.875rem;height:14.625rem;top:114.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpIciAogdsQwyHxpGuT65fOWJ9UM05R { width:18rem;height:6.9043125rem;top:119.875rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNo2n9FsWDuRnRRl5ypeMcEdZDqioeGg { display:flex;width:1.875rem;height:1.875rem;top:116.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #mmWrh0ZJws2wcttvSqvUWaLQ71HliTJa { display:flex;width:1.4375rem;height:1.4375rem;top:58.5625rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #It1UM5NVxalGCkcm3ezhhb462UHiCUTh { width:3.4375rem;height:3.4375rem;top:57.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUE46KkGMEidDUDutALIrRZwlyDtF3C { width:3.4375rem;height:3.4375rem;top:77.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tToFTebNuiZMPFm98w1NPpQHaR7a7xwn { display:flex;width:1.5625rem;height:1.5625rem;top:78.6875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #ISPRtyeNgtS354GdTikMLQdcvzFOnCF4 { width:3.4375rem;height:3.4375rem;top:97.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiFTByA8OyLZP2u4PWuA6INeTinHSkE { display:flex;width:1.5625rem;height:1.5625rem;top:98.625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #TcaUBT3NRgAPH1GEIA2yBcBylSspzhXR { width:12.9375rem;height:2.125rem;top:90.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXHtdORzrRITnTTiC2JVAts41eUmwNt { display:block; }
 }@media only screen and (max-width: 763px) { #iVKpuVTD6h9UDHH2mmL3ERmkO9RSDIgh { width:20rem;height:2.1933625rem;top:1.6220703125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9KNkGbyJXwcCPLsm8tBTRmVe3cguXI { width:19.875rem;height:18.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVLrn14uG1pSVwqi3pOWhPEvZT2BGImH { width:17.6875rem;height:1.8681625rem;top:20.1875rem;left:1.15625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIJfNapPSrAouU0SEmaNce3tK2wum5Ci { width:17.375rem;height:6.171875rem;top:23.5625rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QK6V3eUedRL2JMoymFz41ilSApoJ3IHL { width:19.875rem;height:20.1875rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsFs4D81PJTNpvnvQODRUCX3TGBSLK5 { width:17.6875rem;height:1.8681625rem;top:40.1875rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3TsqzmV23MSlsFm9hgTyfoqV4G3adOv { width:15.5rem;height:9.2578125rem;top:43.125rem;left:2.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e804cE9g1lqKhZdzyTQtoskPyTcJXxoR { width:3.625rem;height:3.6875rem;top:15.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZyIk0aPCiLP5MZWl3MEcJenEbykU2Tw { width:3.625rem;height:3.25rem;top:35.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40db705c-062c-4bc5-a05e-9248e54a75b8/BG_Programao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo.adaptive-delivery-prevent-bg, #TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo.lazyload, #TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo.lazyloading { background-image: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container { background-color: transparent; background-image: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,241,0.61); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container > .video-iframe-container { display: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,241,0.61); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row > .video-iframe-container { display: none; }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .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); }#TW0Wtt45zDfHH0PNiRS1IR7xNmARr3xo > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHk9GGeMgxz4CkLIAtZ8h45mLTgUgwoI { width:9.5625rem;height:2.4375rem;top:12.3125rem;left:0rem;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxPXF8CKKtwK1unyeGbHv02pGUVdolzK { display:flex;width:1.1875rem;height:1.1875rem;top:13rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #xtuiPKzQSQaTNGhag5wn9aovCyVOA5rq { display:flex;width:1.1875rem;height:1.1875rem;top:13rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #PddPxe570y9yt3FVI7xiV2WUea2MyMm6 { width:20rem;height:43.8125rem;top:14.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mINUUZykNbWSPHmTubtM9F9yZtzI0xM3 { width:20rem;height:26.9921875rem;top:111rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GI5FoLfaH7TsTVHTQtTIP9nUXNOxZ9ww { width:8.5625rem;height:2.0625rem;top:80.5rem;left:0.8125rem;background-color:rgba(243,220,182,0.66);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KZnCIUWygMkFc35SZqaFL4sVnfaWnhml { width:8.25rem;height:1.04980625rem;top:81rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#da7500;display:block; }
 }@media only screen and (max-width: 763px) { #dZ4S1yApoTdKqRVw2SfcLqN4T1o6hCdF { width:5.8125rem;height:1.70605625rem;top:12.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVI8muTyurlMaNHkaWB1hxkSqZRpbT04 { width:7.375rem;height:1.70605625rem;top:12.75rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvplNQmkI4Ar8McGFBTlQTuECzOUs9m { width:9.9375rem;height:2.4375rem;top:12.3125rem;left:10.0625rem;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92JMhhmtv26B31Dlt3Qn44f63JaHwTH { width:8.1875rem;height:1.125rem;top:92.65625rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vRp9fl7GNfTfWDCzhGZKMDeQAN8CgtT6 { width:9.1875rem;height:2.0625rem;top:92.1875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuyG4NwhhWonnhCU6qB9qdqOIb3DqxCZ { display:flex;width:1.5rem;height:1.5rem;top:20.25rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #orLe0CyAWI7H8JCssP3Cnn6y0O5S0SdO { display:flex;width:1.5rem;height:1.5rem;top:92.3125rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIFa3T6vlW1kwg0ikS3wumMkVrRJtBLo { display:flex;width:1.5rem;height:1.5rem;top:85.3125rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8aN16r1lKOnS34KqLihlEg92q1vika2 { display:flex;width:1.5rem;height:1.5rem;top:93.4375rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7ZFsEzwxTPGN8PoE45QdHCwqfS5tiSn { display:flex;width:1.5rem;height:1.5rem;top:90.8125rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCfd1N6IKeUiga3Grg1i5vCTIFxNIz9z { display:flex;width:1.5rem;height:1.5rem;top:88.125rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnHceC9ACVyRHHNKq2NlDa09E9va6Tho { display:flex;width:1.5rem;height:1.5rem;top:105.4375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tByCkHfeyGybKBUesU9pfGDPFfByphDt { display:flex;width:1.5rem;height:1.5rem;top:20.25rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Tk2aJVatXO9hzUbLcMpMaU5DSoi3Gezh { display:flex;width:1.5rem;height:1.5rem;top:85.3125rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtE9e1emkupVgS4Cz1hdx2B7sTlOvG3a { display:flex;width:1.5rem;height:1.5rem;top:90.9375rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbmfWXbimUaKIm7aKzecHXz9B2vdTgKo { display:flex;width:1rem;height:1rem;top:73.4375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #MGvRHTaTBkVNMUSBlh1VTMxf052m7l2i { width:11rem;height:1.48730625rem;top:17rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15053;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #ohNEtEyzq60QPCvv51rS5oTKyAyIuFMC { top:15.75rem;left:0rem;width:20rem;height:6.75rem;z-index:14998;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #eWuorOqtsFgpp9XtOkTL2CCRcsODLdBo { width:4.0625rem;height:1.48730625rem;top:20.25rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15054;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #e2Eouga0bHCQIulkvJ64l6OX67eI5dqg { width:4.0625rem;height:1.48730625rem;top:20.25rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15055;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #g4Cat6o2VA8bGXSxHcgbSkQw3svThpfW { top:19.5rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sI4HME1GUMMf4fLozLEweodE9qRbRoIO { top:19.5rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kWGOAesRUkmeLC1xfDwgt6oQsVT7cANJ { display:flex;width:1.5rem;height:1.5rem;top:27.75rem;left:12.0625rem;z-index:15230; }
 }@media only screen and (max-width: 763px) { #JiK1gdmdR5pnXIrHBWuwkd8vOi5vV62N { top:23.25rem;left:0rem;width:20rem;height:6.75rem;z-index:15006;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #dyUGcxnUdT0BSGvT4svHbM3ucipN0ghh { width:4.0625rem;height:1.48730625rem;top:27.75rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15063;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #fRPuTOm4SND89M7MyUMbg2vcd3BN5GFr { top:27rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JdRorx51Ln0TX6BONi1VTKLzzmAKAhbr { top:27rem;left:0.0625rem;width:10.0625rem;height:3.125rem;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nWWQuBImrozBiZeaWGOu1FcV1LkiicOx { width:14.3125rem;height:1.48730625rem;top:24.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15061;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #K5Lcm4khLDfy5QfBno1VT2l43zeS83or { top:30.75rem;left:0rem;width:20rem;height:6.75rem;z-index:15014;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #zgn0u1rhwDsPnskrZP7BPaFoXe0PpmTH { top:34.5rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15016;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oueWRiDaCeeQf0e3GGxi7IH1iQPzTimR { width:4.0625rem;height:1.48730625rem;top:35.25rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15070;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #CkiCF4Xe345ohLDKGyoshDOSU5bZBvpp { top:34.5rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15015;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QBybXhUaZ6eLgAQtgOSr13OlSpfI0Xbg { display:flex;width:1.5rem;height:1.5rem;top:35.25rem;left:12.0625rem;z-index:15238; }
 }@media only screen and (max-width: 763px) { #i3l3tHCR3QKVsgALSgJVCK7GnAhTXhRd { width:14.3125rem;height:1.48730625rem;top:32rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15069;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #k8Hep5Qv9y1AiXH7lZvtkPtJJZGDt3XO { width:4.0625rem;height:1.48730625rem;top:35.25rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15071;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #sPUrU6RN9rVfJs30nsr8NefG7HX2OnE4 { top:68.625rem;left:0rem;width:20rem;height:6.75rem;z-index:15038;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #EaHhlIPTONlzLEmsn15s5CpqBRLTk3O6 { top:72.375rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15039;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sc4SL2WXlbssb49GKCSfusBdNrWIa2CE { width:4.0625rem;height:1.48730625rem;top:73.125rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15095;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #vCddp8k9N446o2M6pwHFFIls8v9kGtbn { width:14.3125rem;height:1.48730625rem;top:69.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15093;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #PHAIByb1TXa2uElpV6hoipsWOqcsbi2T { display:flex;width:1.5rem;height:1.5rem;top:73.125rem;left:12.0625rem;z-index:15262; }
 }@media only screen and (max-width: 763px) { #q1JF5na87ih8bfqwRGs1w1DUyUgEv0h5 { top:61.125rem;left:0rem;width:20rem;height:6.75rem;z-index:15030;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #iOow7QgR1DnCU7ixwlyU5w5AALLHbTkJ { top:64.875rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15031;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lqwVteBKPa2oleyyex61fZLfaEI0NqvV { display:flex;width:1.5rem;height:1.5rem;top:65.625rem;left:12.0625rem;z-index:15254; }
 }@media only screen and (max-width: 763px) { #QTEC52E43xG81CbVJR1IMHLRXODt3ook { width:4.0625rem;height:1.48730625rem;top:65.625rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15087;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #T7HK4gmLE05uOsQ3mUA4Jkxi34R9GFwN { top:64.875rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15032;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bLghEv6ieE32IaXhnL7hfLk6OORTTswW { top:72.375rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15040;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bdwrR3W95THMhQ4sARlTeH86TDS28mL0 { width:4.0625rem;height:1.48730625rem;top:65.625rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15086;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #rdEhKadi6ml1hKq27hg4uZsLTiwGaN6J { width:14.3125rem;height:1.48730625rem;top:62.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15085;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #tFmRmMuLmSkqMq8LQ1a42yO0pX8nzcIB { width:5.6875rem;height:1.48730625rem;top:73.25rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15094;line-height:1.4;font-weight:400;font-style:normal;color:#a899b7;display:block; }
 }@media only screen and (max-width: 763px) { #Z3voDmaX54U595F2rJ6U4u6AMNCfHnh3 { top:42rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15023;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #McTSXpARWFw3iRqQqWxd09Ten4fl84lH { top:42rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15024;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QX5QhXyxz8a5TfeveQTFovG7HcWUZRQB { top:38.25rem;left:0rem;width:20rem;height:6.75rem;z-index:15022;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #S3nQyAQ4LK86UIfIasPWWou5JRd2ByLf { display:flex;width:1.5rem;height:1.5rem;top:42.75rem;left:12.0625rem;z-index:15246; }
 }@media only screen and (max-width: 763px) { #R4p19mMEhOZm2kURxG9SrUrRm1EDtomT { width:4.0625rem;height:1.48730625rem;top:42.75rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15079;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #hLd6dTaz72nPIxv0gNVwmzVEl9KV7N0G { width:13.6875rem;height:2.3359375rem;top:39.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15077;line-height:1.1;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #vuy8EqQTChu0836lM1Jm68uZyTIWcrk2 { top:91.1875rem;left:0rem;width:20rem;height:6.75rem;z-index:15062;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #M0GHhtQ04UgyUTJFKHNz8z2xgvK9PyzU { top:94.9375rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15063;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #syZv6QzGxE8sp4bNDBG3EKVTVHDKDnRD { width:4.0625rem;height:1.48730625rem;top:95.6875rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15119;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #TDTiv3aBxFPB18EepZnrByUoDf4ou4hU { display:flex;width:1.5rem;height:1.5rem;top:95.75rem;left:12.1875rem;z-index:15286; }
 }@media only screen and (max-width: 763px) { #tqelmp9aBty5MlFqKQoWlHvPTdGJytVT { width:14.3125rem;height:1.48730625rem;top:92.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15117;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #GrTslBI9PH4k96DhTyAU1QBdf8t4bHd1 { top:94.9375rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15064;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KmymVsnQfT2lBrr1HwnNmutO6ElmiiT0 { top:83.6875rem;left:0rem;width:20rem;height:6.75rem;z-index:15054;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #i1hIRp1D7aI9p6Bz9V1yTGftXrf4de4z { top:87.4375rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15055;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KNpNh09OioWCb8TBnmPJVMDOinb3ci5u { top:87.4375rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15056;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DIoL1x7NPcTXWdxkPpcFINlT6smpn60C { width:5.6875rem;height:1.48730625rem;top:95.8125rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15118;line-height:1.4;font-weight:400;font-style:normal;color:#a899b7;display:block; }
 }@media only screen and (max-width: 763px) { #IV36TkrSbcatKCJG20XBoTtC2JTFZqTL { width:13.375rem;height:2.125rem;top:84.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15109;line-height:1;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #Wg3lysOct5CzlzMMoa8Wf8qB4espDTPi { top:79.9375rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:14995;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pFFH6myzzi4E6atar6F2eS70dJ33xSQv { top:79.9375rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:14997;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PKw1RItKRZFnq366zB7qp29ToRdIsi3s { top:76.1875rem;left:0rem;width:20rem;height:6.75rem;z-index:14994;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #WIZx17InVCTCgEy5IIuFzMgWsD6RKtFB { display:flex;width:1rem;height:1rem;top:96rem;left:1.6875rem;z-index:15251; }
 }@media only screen and (max-width: 763px) { #HF6FlBhXm7Utm5mfWhohUvi1ERrqpOXw { width:13.6875rem;height:2.3359375rem;top:77.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15101;line-height:1.1;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #g0nI0zoywFN0CTkCHAb4Rg0CVHgT7aem { width:8.25rem;height:1.04980625rem;top:81rem;left:11.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#1550b0;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #BWri2PeT0aBr8GET37rcqAmkCymdtlMh { width:8.5625rem;height:2.0625rem;top:80.5rem;left:11rem;background-color:rgba(197,219,255,0.86);background-image:none;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sPuUPFGS2Me3h28aqroTuin2Pk9MtDZd { width:8.1875rem;height:auto;top:16.9375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlDadra0XbodTZ0zcTusAdWGPkKURNdc { width:7.4375rem;height:1.04980625rem;top:88.5rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#e1793b;display:block; }
 }@media only screen and (max-width: 763px) { #iFEyOtkCOpgcwUcLtBQ8nOitmAOvTFmQ { width:8.25rem;height:1.04980625rem;top:88.5rem;left:11rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#1983e3;display:block; }
 }@media only screen and (max-width: 763px) { #zfb6huoygnACc0LvUbXPJfXJCq01sqsT { display:flex;width:0.9375rem;height:0.9375rem;top:56.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPym9K4yPJ9ZaJvxiTEcTCW1VqltHTmD { width:18.1875rem;height:6.171875rem;top:4.5rem;left:0.90625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWSNr3Mfxeb7zvrxFOinHkytIAcLTM6n { width:20rem;height:2.1933625rem;top:1.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRrNTq42fDqlhNLPwIGZB3pp3MIc6H4r { width:11.6875rem;height:39rem;top:19.5rem;left:4.125rem;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZ45JXGKDt478PsE8Tcx2PblWpmeIimW { width:11.6875rem;height:31.9375rem;top:95.03418125rem;left:4.125rem;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRAKqompJHaGLVTcAxdEle9gzkp9xdTA { width:20rem;height:0.0625rem;top:91.09668125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B36Xm6RxzSFJwEVZsd3uUdkUrTG7ExtS { width:20rem;height:0.0625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePaaaHSf7BRmRtCPvsfEJ8gLgN2IoP1i { width:20rem;height:0.0625rem;top:92.40918125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlPILLIrAZPc0Vf13i0dz1uuaXRZTeQM { width:20rem;height:0.0625rem;top:37.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFU9nhDz5zgH47tMn2lc7Cv938ciuNXl { width:20rem;height:0.0625rem;top:40.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCo6GfrIaVDH5RGFvozmvqwmsTrDRX5k { width:20rem;height:0.0625rem;top:44.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qO8hGAFx9059yQnTMDBMFHltbZkcEuCP { width:20rem;height:0.0625rem;top:93.72168125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qszplFDeeo1LbtJ8hlLDbDCtbmDH0i2J { width:20rem;height:0.0625rem;top:51.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScihSuTfeU6342Bium7hGMrbs9DVKu2E { display:flex;width:1.5rem;height:1.5rem;top:35.1875rem;left:2.09375rem;z-index:15225; }
 }@media only screen and (max-width: 763px) { #Q9hiGl50DvOaP2RGladgG2LwD6ydiR2E { display:flex;width:1.5rem;height:1.5rem;top:65.6875rem;left:2.125rem;z-index:15226; }
 }@media only screen and (max-width: 763px) { #kV2pNDBOfUZCa7qlR7h3QlaQxmme4zg5 { width:20rem;height:0;top:51.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivhSXqiweCWIIRGDa0W2Mp8sVFm0ZPKh { width:20rem;height:0;top:54.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6MAcWQHe1sR1Wr27wlDnD6x8dXKB2HG { display:flex;width:1.4375rem;height:1.4375rem;top:35.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3JLSBmods3QZ1kqCOzKUfWkhdCIShoU { display:flex;width:1.4375rem;height:1.4375rem;top:39.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgXyxvvR5qSq98fb2FvACAoslQRqGBg0 { display:flex;width:1.4375rem;height:1.4375rem;top:39.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVZv1i9q8lQef3u698yP64pOFKXGSrEU { display:flex;width:1.4375rem;height:1.4375rem;top:35.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsQ0hGQtT60wyn3d8G7ffDNfBXPn7o5y { top:57.125rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15039;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lTaWHtHXwnkLpTsvcqmV4y7mfpRuGJic { top:53.375rem;left:0rem;width:20rem;height:6.75rem;z-index:15038;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #JSmSQ643vO4bXFQ8KXGmI8kgeAku2Wmb { display:flex;width:1.5rem;height:1.5rem;top:57.875rem;left:12.0625rem;z-index:15262; }
 }@media only screen and (max-width: 763px) { #Uv96t3lpyvIbUb9DvDmraCWiFn7H6Zyc { width:4.0625rem;height:1.48730625rem;top:57.875rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15095;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #kwslcx2TXNncULvnEm2wBk9fInyP4Git { width:17.9375rem;height:1.16796875rem;top:54.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15093;line-height:1.1;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #amQqzXiUGP1tslpRSPzUGswdTiPiDCP9 { top:57.125rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15040;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #d74rKyiR0vUlVSJgHhPXUQefmsBR4EaF { top:45.875rem;left:0rem;width:20rem;height:6.75rem;z-index:15030;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;display:block; }
 }@media only screen and (max-width: 763px) { #cTcoTBP9xVfhWs2FJUBQ1z48ySOA28kR { top:49.625rem;left:0rem;width:10.0625rem;height:3.125rem;z-index:15032;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:#fdfbf3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vyrNfZBPcdAJIKbLR4xHBGGUOWrBQBkz { top:49.625rem;left:9.9375rem;width:10.0625rem;height:3.125rem;z-index:15031;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ecf7ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TeDGyhDsTX32rNl5pS8ZCCUKUsMtzX0g { width:4.0625rem;height:1.48730625rem;top:50.375rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15086;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #KqXUD356kx9mLFETvmHIgB6CVyPzu7NJ { display:flex;width:1.5rem;height:1.5rem;top:50.375rem;left:12.0625rem;z-index:15254; }
 }@media only screen and (max-width: 763px) { #Ez9TF9fxlsd8wkpN7C5ee7Blg6wcZq9A { width:4.0625rem;height:1.48730625rem;top:50.375rem;left:14.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15087;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #WorsrOB6rk5irpPyTod0Akk1yVysXSMO { display:flex;width:1.5rem;height:1.5rem;top:50.3125rem;left:2.0625rem;z-index:15241; }
 }@media only screen and (max-width: 763px) { #XdOddzZb32zcuFEBT0wfSQySIneDdBEn { width:14.3125rem;height:1.48730625rem;top:47.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15085;line-height:1.4;font-weight:700;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #DkTyT9siFZxVgD9Nc2PJQHBr3bCl3i26 { display:flex;width:1.5rem;height:1.5rem;top:57.9375rem;left:2.1875rem;z-index:15243; }
 }@media only screen and (max-width: 763px) { #CVomc1132ZrfMQP43dEu89wqukcCAiDa { width:4.0625rem;height:1.48730625rem;top:58rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15088;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #pwO4fWl5HWsSe4q2bTSxWPsKZmAyGzMe { display:flex;width:1rem;height:1rem;top:28rem;left:1.90625rem; }
 }@media only screen and (max-width: 763px) { #xyZ1bJTnJ8NkBuWVssxUbudPriNTLaKs { width:5.875rem;height:1.48730625rem;top:27.755859375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15079;line-height:1.4;font-weight:400;font-style:normal;color:#a899b7;display:block; }
 }@media only screen and (max-width: 763px) { #pBfsqz0ewkKNvK7zHEH2yKia6kUTD8lF { display:flex;width:1.5rem;height:1.5rem;top:32.5625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #chxJhFaEF54lUu2Z8Duyd6EmDr5PDpi9 { width:4.0625rem;height:1.48730625rem;top:42.818359375rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15072;line-height:1.4;font-weight:400;font-style:normal;color:#5b5b5b;display:block; }
 }@media only screen and (max-width: 763px) { #xI99Dt298qA9hxFrr2gOqhT454TtZIHg { display:flex;width:1.5rem;height:1.5rem;top:42.8125rem;left:1.84375rem;z-index:15227; }
 }@media only screen and (max-width: 763px) { #dt4inHP7KnquUlNbhykfTPfF8TyNRk7K { display:block; }#dt4inHP7KnquUlNbhykfTPfF8TyNRk7K > .row .container { width:20rem;height:125.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B89n0RItoCnK4E9UniTfopT1ZyudoQmA { width:19.75rem;height:16.5rem;top:16.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGHJXMG6Hv0cledCPINipWGO8CqBoLvK { width:17rem;height:3.0234375rem;top:22.5rem;left:1.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uuuCB6GMzQoN0Ka43ncK0vpWMXONECXZ { width:17rem;height:3.59765625rem;top:26.9375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M7fmKKQdyy7nh9UJmzpAL5dwD4XH0TDv { width:17.5rem;height:6.5800625rem;top:2.22265625rem;left:1.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKyb3p4SeMBqeJfVBEs5qd18zKDIotHS { width:18.25rem;height:4.62890625rem;top:9.7392578125rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE6Tax7Ty9BnTnvLyykKC22bVExaXOAh { width:3.25rem;height:3.125rem;top:18.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZO5ekVq2WsG2KDXLGZUcAVlpyUeFP0 { width:19.75rem;height:17.125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy538G5oQZUIgdPOFsC30GLGt256P9Oc { width:17rem;height:3.59765625rem;top:45.3125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GelVbeFb0GJwv41m0TzKubpZt9y0TnVm { width:15.0625rem;height:4.53515625rem;top:39.75rem;left:1.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t5zXFg9k80iVATckJprVX8DwEw4rvHGI { width:2.9375rem;height:2.9375rem;top:35.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwKq3ZThKzfJzkQHs8GuKUAP2t9TfCh { width:19.75rem;height:17.5rem;top:51.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbqogC9sz62uvvBzvErF8qauDNfU5OcK { width:17rem;height:3.59765625rem;top:63.1875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wQgHea3UVDpmHFknbOZRtKh2ysWv0mvk { width:15.0625rem;height:4.53515625rem;top:57.4375rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ycH45QmRddMnK543NqHWpTvLlMFKdQtZ { width:2.9375rem;height:2.875rem;top:53.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwhbq9q1yGL58oCtSxATxAK2na4Cwui { width:19.75rem;height:16.6875rem;top:106.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHq7cksmerZW5N9yhkSXTz8a9mpMm14 { width:19.75rem;height:17.0625rem;top:88.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu9rtnuvggE37XT2T3qgmUfkWQdCl3li { width:17rem;height:3.59765625rem;top:98.3125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vEEG13hKXTbbd7TOF6HyTpTm4UTpXL8L { width:17rem;height:3.59765625rem;top:116.9375rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #meTSZkE3DCJlipt34C4BrxQt6Ol8dSS5 { width:15.0625rem;height:3.57421875rem;top:93.8125rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cWvpN8qc13DttTQGWIgFcboWQi7v27fZ { width:15.0625rem;height:4.125rem;top:111.9375rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iBpXionmOsK3adofoppA155vqtw7c5fX { width:2.8125rem;height:2.8125rem;top:90.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2tTT2FqwCouG5gobyztIwkNuC3EgNa { width:2.75rem;height:2.75rem;top:108.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiUJ9Dgf9AmgFLHIQ3I97kCvmHH6aLCM { width:19.75rem;height:17.3125rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWkEZ6WQ7nEvM8iBpIiqErtLWepr6iy { width:15.9375rem;height:3.298825rem;top:76.75rem;left:1.75rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XH59vt3o2ZP0tv4nHeVydwi4U1DptUHV { width:17rem;height:3.59765625rem;top:80.9375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #drtwmf8SvybuDf2oDlo0FImCapR9NrCc { width:3.0625rem;height:3.0625rem;top:72.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ { display:none; }#gNKSCFwq0Jnxg6tgiLzGviBpiTCPrWOQ > .row .container { width:20rem;height:82.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SRgd63dKHVwNfJbyP9MzaDpwTS4pVwbI { width:20rem;height:13.625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGZ7LfmsqpFiOxL2k4fsesox2RrQ2zLi { width:18.375rem;height:3.125rem;top:2.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06EJJA6RPyq7bvTDvBlgv4IepGOPhvn { width:16.4995625rem;height:2.25rem;top:3.375rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#40588d;display:block; }
 }@media only screen and (max-width: 763px) { #kHGhJ6duvfKLgccuwkFQH1RtIARFupwn { width:13.311625rem;height:1.19921875rem;top:29.625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FeZBdaTnCHRe0F4oU1awU6TWXN0lBuJN { width:13.311625rem;height:2.3994125rem;top:31.3125rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FCzfi3equWGnzzXTVbTBXpmXnl6MyBVl { width:13.311625rem;height:1.19921875rem;top:33.875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kmya0i79qUnXI0mAgOb6C063w7HznvEw { width:4.5rem;height:4.4375rem;top:27.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJXLkbqHLMePzlV5KiCcwgdQEKS6vZN { width:20rem;height:13.625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqT1C5yphOqpXv95dVIMg38JMTv1XiZC { width:13.311625rem;height:1.19921875rem;top:48.5625rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N3qa7mNgxQiLM3yv4wnh4n3ucOwi1N9N { width:13.311625rem;height:2.3994125rem;top:46rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K8CfBxzxorGkuIAgahInHfeIzCOModT2 { width:13.3105625rem;height:1.19921875rem;top:44.0625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oEgTh02Ui9JcyPBLHthiGNJfw9mKSZ0c { width:4.5rem;height:4.4375rem;top:42.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6SbOkhuOD2AmZpla5iQ1W6OTQdziJTp { width:4.62456875rem;height:2.32421875rem;top:62.4375rem;left:7.75rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fMkS1SrZzImwUDscHQgpw1tsmVFDqmGG { width:7.8125rem;height:1.19921875rem;top:65.1875rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WZKdLsady7fFJeFMEel8NQuU9KhUmIqI { width:4.62456875rem;height:2.32421875rem;top:69.125rem;left:7.8125rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eGTIHQDgJi0HIPGxUqO4cWnzEy9UHbTa { width:10.7498125rem;height:1.19921875rem;top:71.6875rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XcHpc4HpCTPanxAHQ52WZ2wxFITDJrno { width:6.624375rem;height:2.32421875rem;top:75.625rem;left:6.9375rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OTM56t7DPrxz8ZtGTPZVPiTpdF8Wz4sV { width:10.7498125rem;height:1.19921875rem;top:78.4375rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EIpozIMxqV5WgmT2WpT1gl1iPXwFSIvJ { display:flex;width:2.436525rem;height:2.436525rem;top:23.6279296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mgsGwAKTUB22Z1hxk3W7uqmsL7QzaSPv { width:3.5rem;height:3.375rem;top:4.8173828125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCEfnaCbpq4Phds4zZLcVcXvDSoNrCnJ { display:flex;width:2.9375rem;height:2.9375rem;top:28.625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #c1kr8Dk54cTslZVBPvcxwEpD6NBqKcTw { display:flex;width:2.375rem;height:2.375rem;top:43.5625rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #cPkBhprscb56pPkHEPH48k8T36dHVghi { width:17.6875rem;height:2.923825rem;top:57.31640625rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f1fdfb;display:block; }
 }@media only screen and (max-width: 763px) { #iyZqtlwlzTVsTSoOJUOrIoQflB0omk8z { width:20rem;height:7.71484375rem;top:15.9130859375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2lZLD5fAfPKdC4Vr78vRFEx8o4AJrxw { width:20rem;height:6.5rem;top:8.1298828125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrtLtiQhkRmfOm36vG5fBVtnwm6uHteC { width:14.3125rem;height:3.25rem;top:36.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKVwozwOwXMUiHKxq6hQ9XsGXyOEd8lv { display:block; }
 }@media only screen and (max-width: 763px) { #XaGmZqoyfVVWQZvbr4OKwLOquJ4p9Ak6 { width:14.3125rem;height:3.25rem;top:50.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W03WC6B4oZnkbmLT8Z0OO11TEh5paBud { display:block; }
 }@media only screen and (max-width: 763px) { #ppbqrAUBBp3GwVXGI0aARlE44tD0XAFi { width:20rem;height:13.5rem;top:27.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ebPT7AKVekUA3WLecrmhV9cJhmZvXQTR { width:20rem;height:12.375rem;top:43.5625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Z7QhvrooET8uOilxaCrVhnvvoi6t6alV { width:12.5rem;height:5.6875rem;top:61.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhAxrmmqGTZz1K6xKSg6h0J8DhLSNnVU { width:12.5rem;height:5.625rem;top:68.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1UpKV3Z6n2NN82TMSfIAJCMaLmn0T5M { width:12.5rem;height:5.625rem;top:74.75rem;left:3.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q { display:block; }#KNFtLG3aKRHfWzDMsIOt3MxIo6cT802q > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwk1romdwsb3BXDMBMarP5pMb81D3Gsr { width:20rem;height:13.625rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4qINaOXz8yIpNmEfmGQUinb3q7vcKxf { width:18.3745625rem;height:3.4375rem;top:2.0609810352326rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9M1l8tCseZIEciqbQ2BTGusOwkb30aT { width:16.4995625rem;height:1.2744125rem;top:2.5683596134186rem;left:1.7491319775581rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;color:#40588d;display:block; }
 }@media only screen and (max-width: 763px) { #lpp1DWdFSbnup6v7EgGfhy6yv7ScNTJd { width:13.311625rem;height:1.19921875rem;top:42.0625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GIv6TikFL2TCAcEvC9ag5XRwMV0JJQRl { width:13.311625rem;height:2.3994125rem;top:43.75rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RScqOQ5vdUqehuudr5sxUDOcTIC3Pfbq { width:13.311625rem;height:1.19921875rem;top:46.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WCCMTwFTofGoBqQr48hwGCc11vrX3Clx { width:20rem;height:13.625rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPg801XVGnFluQkuMyTHdRELLbfzGlDF { width:13.311625rem;height:1.19921875rem;top:60.75rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hUuBiFyMb3PdouwuaWECcRwz4qFbxhq9 { width:13.311625rem;height:2.3994125rem;top:58.1875rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nBRDRWkacGrT8o63A0yCsEdWeElsE2n4 { width:13.3105625rem;height:1.19921875rem;top:56.25rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JClWLh6FV6iAhM623VxWlRbisAyR3mDA { display:flex;width:2.436525rem;height:2.436525rem;top:14.0673828125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aGJF6ZTuDGeuXs65FUaNIltRK44Xf4UD { width:2.686525rem;height:2.624025rem;top:8.6875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9QVhLzRQ1R2c8Cy77sgtou460xy70Db { width:20rem;height:3.57421875rem;top:33.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Utn3zMoE8bE0TJcaVVCxDlbIOy2abpJW { width:15.8125rem;height:12.0234375rem;top:7.435546875rem;left:2.09375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6VXIupIRLLJrRpXblSMApIyt75D5DSu { width:18.0615rem;height:8.9355625rem;top:21.5009765625rem;left:0.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCQhWEUc8mhUPqfnDsI4H3KWqg9QcKbm { width:19.875rem;height:6.5625rem;top:31.6875rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa { display:none; }#f4AwFa2gdvptCubVnMZz5fS2yvFTTDIa > .row .container { width:20rem;height:331.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RxzL8CXvEiOzxP7MdTptsdTbGziXdh1u { display:flex;width:2rem;height:2rem;top:13.9375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #PW4mrtn517bAULMsGor1EQyLa02KtKLS { width:16.6875rem;height:2.4375rem;top:13.75rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNpTmzTex8spVdtQFv4WiDThMcIEK4pv { width:20rem;height:13.5625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7l31aUW81JWsDWT0cTPTi5rO2DXEcy1 { width:12.6875rem;height:2.03125rem;top:20.4375rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNK1B8XgRVpA744zlzEITzs8wEmHB34E { width:16.0625rem;height:3.25rem;top:23.3125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCVF5FG6VT5MvRM7l14eamcZEFiP4UM { width:16.8125rem;height:2.76171875rem;top:27.5625rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNzpqJeqVbX9i2VqCGfeNM05t3Cq0fd { width:4.0625rem;height:4.0625rem;top:22.6875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdFOBlhrG38ota6sWCNJNXrgRfiTM7g { display:flex;width:2.0625rem;height:2.0625rem;top:23.6875rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #MqRT3iTB0AzxZruh1GuZel1TCbGX3PCI { width:20rem;height:15.875rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKKi0UMTVr34OIFmI9nUkX1J987KAwrM { width:13.625rem;height:4.62890625rem;top:44.5rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Cz6JOXh3SQLTBnta5UuFfg3W3Gexo0 { width:11.3125rem;height:1.7871125rem;top:41.1875rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPhThnpTxSBdevRLibJcVAtDWMHsVfbE { width:19.0625rem;height:1.94921875rem;top:2.8310546875rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVnSOn3ON9xoOKxfxzeeLB1PZ9hPMKiN { width:20rem;height:14.125rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2n3K2P8igx59JUT3nhfk2Zmk5fZO4qx { width:20rem;height:2.35546875rem;top:5.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXRGaAT77ihJWaLrqTREwswfBh4JzoA8 { width:2rem;height:7.5625rem;top:40.875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICDDdXt1CKDGu2NLJ2M8G9vAL9uZkVBT { width:10.625rem;height:2.0625rem;top:8.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGigRTlwykBcyAJDNTs2ZxbCg7Sgnq8q { width:6.75rem;height:1.2744125rem;top:9.1875rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;color:#a0a0a0;display:block; }
 }@media only screen and (max-width: 763px) { #MKXa9BRD2gS1UqQQOm1bagQCXTWb0t0W { display:flex;width:1.25rem;height:1.25rem;top:9.3125rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #PcuOKNsx0PmuIT8utg1NmPgJXVkmqJ2O { width:2.5625rem;height:2.5625rem;top:58.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJvWQ9yv9CrAfShqHyrSgXMxTn2fWtH6 { width:6.75rem;height:1.6494125rem;top:37.8125rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #Kc2PmcPItXNuC9Vgb2AKgZ4LxMFmU3ra { width:8.25rem;height:2.0625rem;top:37.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOQ4tEGK1Ziqetd5zurbZOQulMCKnALS { width:20rem;height:68.625rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSWIJV8ZHqAk6DRbBUs85dvqRs4uTF63 { width:20rem;height:25.5rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvw0Rvd0LQ6Ai6K4bwruBi7Q9cMN7MTg { width:6.3125rem;height:6.3125rem;top:52.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqffTUplIKxMGDGH46fvEyy03SZBKL9J { width:9.75rem;height:1.7871125rem;top:55.0126953125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB3RFMEVTD7r53dh1T1l5kTkAPXu1ql1 { width:15.5625rem;height:2.4746125rem;top:60.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkqDefAKieDnNwCmUTTTR4xo5V0IZp4 { width:16.8125rem;height:2.923825rem;top:65.75rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpCfTV4gTg5DyUvACdqJ01sFfpgxxqwG { width:10.875rem;height:1.125rem;top:73.375rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #QWoPSRmH9LOy1WCgxIVto3OQOQwNf220 { width:12.625rem;height:1.6875rem;top:73.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hymx51XrnaUCRMbwGRwApAlgTdaCieKs { display:flex;width:1.375rem;height:1.375rem;top:73.3125rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #DpT6TD2icug2tt7x6K2pwdhW6z85XrvU { width:20rem;height:25.5rem;top:77.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTG282eqlTBWofMPXZizJlGIwcVB0sJH { width:18rem;height:1.4619125rem;top:92.0029296875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9gCr2NKSN5EmRT00DSJ7HVMrerrzm9 { width:14.25rem;height:2.4746125rem;top:87.033203125rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuuLl3KDSNhCPV1RzmT2B4TVPwi3iIUM { width:12.625rem;height:1.6875rem;top:99.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDrx2oCL3ZIw09Lnm6qwgC5Ip8MhPcc { width:9.625rem;height:1.7871125rem;top:81.7001953125rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnIZ9ueX3f08uhLRdPmRI2fNXF6laFK3 { width:10.875rem;height:1.125rem;top:99.625rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #qvGOmvbDSfdmM8sbzsACSFtmVf32DvcK { display:flex;width:1.375rem;height:1.375rem;top:99.5625rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #vvchdugTqghaoBqFeM82kyWw4PBRLhCM { width:6.3125rem;height:6.3125rem;top:79.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0TwZmT0Fn7rxWSWN6l8hsdTWJoIHnq { width:20rem;height:25.5rem;top:103.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrneoShJcCx01LEUSezrScSrpWiC5OAU { width:18.3125rem;height:4.38574375rem;top:117.6875rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wroTGikVVThmAIKaodHmeF55lzzukTrd { width:17.3125rem;height:2.4746125rem;top:113.0625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDUu7b6oOipQvCAKLfRdWLx1v9FBqEnt { width:12.625rem;height:1.6875rem;top:125.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvb4oWdqsPbU7yoncOEW1X0GSzFd7aoJ { width:10.375rem;height:1.7871125rem;top:107.5751953125rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ci6O7roQxqc0eaFDlfHRc2KVe4WPS3 { width:10.875rem;height:1.125rem;top:125.9375rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #PSM98UCGXvyCfJTu39XcBgXRuU0aZviA { display:flex;width:1.375rem;height:1.375rem;top:125.875rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #V0M8H3cazb8fRJG8Ih5UDg5KTLRByTiZ { width:6.3125rem;height:6.3125rem;top:105.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHkpWRgbOFMr6IOvRgpHW58deqlg0N0V { width:20rem;height:7rem;top:129.875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xfRsytTiIIKxgLsyygavyZQenPsx151W { display:flex;width:2.0625rem;height:2.0625rem;top:130.8125rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #W5OZ9HFfQxXMCmcBm16MK9ZNhESJpf65 { width:10.5rem;height:1.7871125rem;top:131.625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUcqZR4FkzQxxQV5bysKp3uvRuRw9wIr { width:10.375rem;height:1.54296875rem;top:133.5rem;left:0.8125rem;font-size:1.1875rem;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #dUf2bvKLFZElXkdoVkUPZgnmPPibceK8 { display:flex;width:2.0625rem;height:2.0625rem;top:138.375rem;left:16.8125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #sWpNe7EkTQLSlWyzsxATmD04zWInytrS { width:9.375rem;height:1.7871125rem;top:139.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVrmS9JXK0GTBQrovU0EqR7niHnA9EHb { width:18.4375rem;height:1.54296875rem;top:141.1875rem;left:0.8125rem;font-size:1.1875rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #bZpemcBXOv9LdEtCx6UsTKQz6q6Vw29V { width:20rem;height:7rem;top:137.4375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bXft5neQlxb8uWpZF6EZyXes7G9dVVWb { width:20rem;height:7.0625rem;top:315.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re9KDPXTpAmt4FA3a5fB3lq5yhtTg7tO { width:4.125rem;height:4.125rem;top:146rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCzv78q8iq5N5RIiIF7UsZRkd9UwTEHI { width:10.9375rem;height:1.625rem;top:146.625rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO863xpN9EQ7u2OEaSOsINTz7Nk0lrm7 { width:13rem;height:1.4619125rem;top:148.3125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP7OV9Sufd2zivfrp6P63rBKVMamsCou { display:flex;width:1.9375rem;height:1.9375rem;top:147.0625rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #b3fcrOiOtauZkFGW4JU82p6buFPJc7Du { width:2.5625rem;height:2.5625rem;top:93.0625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDX0yVCe4IUaxJNqiRoOzbavNwk9OPCZ { display:flex;width:2.0625rem;height:2.0625rem;top:152.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #uQSdHfn7PhLvJqKQbJ6x7sG3Xl8SPqql { width:0.1875rem;height:191.75rem;top:179.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0dCULgOd14K2QBdyDKcFcllo75L5dXT { width:1.5625rem;height:1.5625rem;top:183.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8Xm1SGl7pDzTMw4cGEiaAIENz92fOAT { width:1.5625rem;height:1.5625rem;top:190.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnnTqpTCg7uaTEgPxbbSUtMbkTSsqp43 { width:15.625rem;height:2.4375rem;top:152.3125rem;left:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoxeZ67oi08KiGRQhkyAcdgpbeXUwbzv { width:20rem;height:6.5rem;top:156.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGTchoTt9EGtrtvV4S5AGrni2TbedrgN { width:4.125rem;height:4.125rem;top:157.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUbBBcfWi1NQGX7XnmmNwEhz5rJULHCM { display:flex;width:1.9375rem;height:1.9375rem;top:158.3125rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #a4z8pAsknJ0DwtRTbHzQJsTWl6A5835T { width:13.6875rem;height:1.4619125rem;top:159.5625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZufMo4NEvtqBB9teqzTBzhT7a8WzRJu { width:20rem;height:13.4375rem;top:164.125rem;left:0.3125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #HC25qmMVcItK5ycC3G0aWEhbxA5uyN2I { width:10.3125rem;height:1.625rem;top:157.8125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqFJ9aFpqkKEre8lfBSfH2E0Dgwrgzf { width:10.375rem;height:1.7871125rem;top:170.5rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTNrFmQdyfaiTXuqU1NIDF3XyTSy5iM { width:13.6875rem;height:1.54296875rem;top:173.125rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhyobowF3T5p3q8s5nTSfueTmae0HA75 { width:20rem;height:64.75rem;top:114.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3kELdaQ7XQdTyTWsIcGf5TuHkE2Ogfq { width:20rem;height:25.5rem;top:177.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8nPweFlc7U7oNTGXrBUbhk5Ow3cMC6 { width:6.3125rem;height:6.3125rem;top:178.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCFI4ODUbQFKGJrVxIUKVMT2XineE3kx { width:10.375rem;height:1.7871125rem;top:181.0625rem;left:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kWF3o5fZgXL3sS5rePwykDBA8pGm4O { width:20rem;height:25.5rem;top:203.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwpoQLy3qpo9GoMFZpFmqE1dhR2KPIE { width:10.375rem;height:1.7871125rem;top:207.4375rem;left:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evkXrdKxexIvB1Hm0zvQd1DaTd8ACteW { width:6.3125rem;height:6.3125rem;top:205.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3qsgvSipVz7VBVXKSHaBUDXa5mB6HD { width:17.9375rem;height:4.38574375rem;top:217.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBQXdCnnWbN49bTEbmw9spuku0GCtO1V { width:16.75rem;height:1.23730625rem;top:213.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJd5oRxwrvDhiwrRsv22NfL0RxO6eRQ { width:16.25rem;height:1.23730625rem;top:186.8125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6gC52CbXQ2d4R8DBuSsXQzJcIHP7dmI { width:17.75rem;height:2.923825rem;top:190.9375rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhn9pmtByHAyoO98z57DMzAdA4BxmfTP { width:20rem;height:7rem;top:230.6875rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x0KiupQpGcw9NHP5CnynMeJnJXcFFDln { width:9.25rem;height:1.7871125rem;top:232.5rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJVDKR9RcTpgsdN3Eix2lHNKMO8euwM { width:16.875rem;height:1.54296875rem;top:234.5rem;left:1.625rem;font-size:1.1875rem;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #RJBiicoyrLXRBNDuoBEFpomO6mbu2Srx { display:flex;width:1.5rem;height:1.5rem;top:231.75rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #gS3E6pZ9MbvCe7m1DNiRvEStHGmnJ6n3 { width:20rem;height:7rem;top:238.3125rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xy75Pr9KgdA9bLNtaQ1P0t6T0pUiRRAK { width:8.4375rem;height:1.54296875rem;top:242.25rem;left:1.75rem;font-size:1.1875rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #pOdQ1DsMhygw9inGd9cUlLgygkWbF1Xu { display:flex;width:1.8125rem;height:1.8125rem;top:239.1875rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #tx5rWEDw3czGmKidPUt72mdJgRRBFx9N { width:20rem;height:7rem;top:299.5rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vO1Mhp6khtqbxgopzavJ1O0ArUDBXRJw { width:9.3125rem;height:1.7871125rem;top:301.5625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP644cB5wTHmmqSuMXNNSO8lAa0ZXPsI { width:18.75rem;height:1.54296875rem;top:303.625rem;left:0.9375rem;font-size:1.1875rem;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #K9GqHD0inS9pNOBof8LdryxyJxw7y6Bv { width:20rem;height:25.5rem;top:273.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfL0XgamhaZwurgCmSZEZFl0GrJk1nNd { width:17.875rem;height:2.923825rem;top:286.5625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEAncWsTbUFBurcEXI7EcCitPdBW5dq9 { width:16.3125rem;height:1.23730625rem;top:281.9375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdISH0i44TM9UbWP2Ri7RHqbp8v1HEC { width:6.3125rem;height:6.3125rem;top:274.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v96oZgyhT0aWpnOATkJg3TT8UANIoC4h { width:10.375rem;height:1.7871125rem;top:276.5625rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxPdsweoqU6gpb6mr0n3PLKt2mfmv01 { width:20rem;height:25.5rem;top:246.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFUCVK08TQCqZ0alyhrlXQE8cSToegr { display:flex;width:1.6875rem;height:1.6875rem;top:300.375rem;left:17.5rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #qz7M3rA0u1DLR5ZlSJq6fsbsVSdlPdIZ { width:18.0625rem;height:4.38574375rem;top:260.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFxpCJITHl8LQw2iKtwC8wPg3Nt9NG2R { width:17.8125rem;height:1.23730625rem;top:256.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTFv3MnDQ6Up167R8BByuyJaBodFfAx { width:10.375rem;height:1.7871125rem;top:250.5625rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCHlflUGTX8nzN5rbTyuxNpre4RX5IIR { width:6.3125rem;height:6.3125rem;top:248.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVsSFQBhpNagt49Dmpt9Fu3wJ9AG65ID { width:9.375rem;height:1.7871125rem;top:240.1875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxmPv2TTMqJp7bFulFtTbzlT8xLJ9Cyp { width:20rem;height:7rem;top:307.1875rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I9k9QXWEZWFJE7hOoEyq0kgRDTeZEXyX { width:8.8125rem;height:1.7871125rem;top:308.875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxCD8cKEKTUgMaA0O4iFRNS892vdfqq { width:14.25rem;height:1.54296875rem;top:310.8125rem;left:0.8125rem;font-size:1.1875rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #m4NOIoh5UcPS2EkQlF1WLt5CCCeuHd2A { display:flex;width:1.6875rem;height:1.6875rem;top:307.875rem;left:17.5625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #KgBMgO5RdTH1nwOCB9X7f2uLB9px6QJa { width:13.6875rem;height:1.6875rem;top:294.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwPBCAgdl5kOePsT6nboUseiVHNXRnps { width:10.875rem;height:1.125rem;top:295.0625rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #KSNbiva4pZs5aERhZSnTsdkz7wKozv7D { width:13.375rem;height:1.6875rem;top:225.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbRLy7zrJT5ppO1IHtnWhSxfiMBST0Hu { width:10.875rem;height:1.125rem;top:226.25rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #kVVhOOfiEDFmQoUdhb5Zoa2rQ8kSKPOx { width:13.5625rem;height:1.6875rem;top:268.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsgtDWTBFpRxp168Ny10JUKN0USN7X1W { width:10.875rem;height:1.125rem;top:269.0625rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #oSSx0S79yqIaNoDQ4ILgbKUSsIS3uLUF { width:10.875rem;height:1.125rem;top:200.0625rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #oAsHTbTiDl0I8zMexVwyryzuleNTo95y { width:13.375rem;height:1.6875rem;top:199.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvtUpA5frZ6TdItH13dtzmrz3lro6oV { width:6.75rem;height:1.6494125rem;top:17.875rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#fafafa;display:none; }
 }@media only screen and (max-width: 763px) { #TUNKXEEZpZfTTfTdafb9bZzkSTFx83tT { width:8.25rem;height:2.0625rem;top:17.6875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8PizSauNba8lk9R6ATLzTghADwHMmez { width:20rem;height:6.5rem;top:314.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWIOVTkdeN9yzrSaTOtxG8edpxhLdTH9 { width:8.9375rem;height:1.625rem;top:317.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZo9LoG0Ha71cLwlmpGaiF8Qm9UwqSwP { width:9.0625rem;height:1.4619125rem;top:318.9375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbhIKl3t7tzX1nH7f3e9sTWwKiVtS5eO { width:4.125rem;height:4.125rem;top:316.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlyM6PVsEb308zLHDO2EXIGXa0tVf4H4 { display:flex;width:2.125rem;height:2.125rem;top:317.9375rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #OHFFWp63JBO2ItIZqLUfZdAANkZNlB0K { display:flex;width:1.375rem;height:1.375rem;top:295.0625rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #wAEUmWLJukqFIeTbS1T2vPl1PmnTGQVx { display:flex;width:1.375rem;height:1.375rem;top:226.1875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #tBUtcr2bib8WK6uHkL37DEMNIxSZc5CU { display:flex;width:1.375rem;height:1.375rem;top:269rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #wlUULQ1N57hDrELiUQQtQJp5M6gC4P7e { display:flex;width:1.375rem;height:1.375rem;top:200rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #xCyhqfsO5RTUlN638R5ksoI1qqLc13Cu { width:20rem;height:6.5rem;top:323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnqieqhfLy0TRKb8GLKlgTOtq2dmiDl3 { width:10.25rem;height:1.625rem;top:324.875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT1wUsPCUCTQs0Z6BwHTXuUbkRy4uSf { width:4.125rem;height:4.125rem;top:324.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJdgLAqvS8thN6E0CitOR3iLm3QhAgi { width:12.8125rem;height:1.4619125rem;top:326.5625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHMAMOePZGQx8I2tMrkxVZGMmA9ZuIq { display:flex;width:2.125rem;height:2.125rem;top:325.25rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #VTTBHduQibphuU2ndTJ52TTLWfICSPyH { width:6.75rem;height:1.6494125rem;top:167.375rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#fafafa;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #THMCU2i9THziF7VZzDB5lpxL2LXOqCWT { width:8.25rem;height:2.0625rem;top:167.1875rem;left:1.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV { display:none; }#nM4SuNPruXsx13VZ6EWKv1bKgzfNUoAV > .row .container { width:20rem;height:305.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTg26AF52NwNxTR0r5NSPvwTcTe3JWAH { display:flex;width:2rem;height:2rem;top:12.4375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #ez2EQLUlGJrtdHhvJsKafc6BrzcMZ06z { width:16.6875rem;height:2.4375rem;top:12.25rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqL7thvAWvrKRm3eJpqf9og7XfRpPcrV { width:20rem;height:16.3125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZf5cIcPLMELLJkcr0tNkZSIHvIcpHzX { width:15.375rem;height:3.0859375rem;top:25.5rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTJ8fOGXFig9xenBFSSudTCpyBtrQoJ { width:11.3125rem;height:1.7871125rem;top:22.5rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciqb47QiTsPK0vfZN80Tohq0GzruncZ1 { width:19.0625rem;height:1.94921875rem;top:1.6875rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRmrAUfkKshAG0kPu8kHbgI2DqPEhk0w { width:20rem;height:14.125rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxkwmAH3shKMNv1s6B1wSDwN2hUWJhgo { width:20rem;height:2.35546875rem;top:4.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgn51NJQJAxgn3TMxOpEh7gZDOtByZd2 { width:2rem;height:7.5625rem;top:40.875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL5Qv9lUUCTED3KkCb4eKWP4JKb1Kc0H { width:10.625rem;height:2.0625rem;top:7.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvgBpn5ptfiXTEyAoKixguTKBcRaBFVT { width:6.75rem;height:1.2744125rem;top:8.0625rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;color:#a0a0a0;display:block; }
 }@media only screen and (max-width: 763px) { #uirx7WiW2p3nDo3eZczvOAsPJPMWs9r5 { display:flex;width:1.25rem;height:1.25rem;top:8.1875rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #erJEVueFACnoEMPtxPf45QRGIc6hygUw { width:2.5625rem;height:2.5625rem;top:58.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5TNpkOXgSToD3LOuACEMNsIGhxkBKTf { width:6.75rem;height:1.6494125rem;top:19.25rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #c7dKbMHL7nTVuRXZy63MTiioyrolpN9q { width:8.25rem;height:2.0625rem;top:19.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRiOAHdArQSiuwrShdEpRZdndsh6xoPq { width:20rem;height:68.625rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yR1zvQKeIClMpZm5X8xtK46PVdOXTRi8 { width:20rem;height:25.5rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8DmUzyJTkHCwPIlVNGvhhIC0HoO59L { width:6.3125rem;height:6.3125rem;top:33.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbWEwUotyQuQMGipTzelXpC5xX1HNQ7D { width:9.75rem;height:1.7871125rem;top:36.125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyo0S0VFDrkQ2BDUi4LsyBHye50MXDmK { width:17.0625rem;height:1.23730625rem;top:41.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcGTvdA2OxGl3EhyJtzsKUBMqQoT7hct { width:18.1875rem;height:2.923825rem;top:47.3125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmw6AbKomR5KytIt42J3mXMy34IMUhAq { width:10.875rem;height:1.125rem;top:54.5rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuJwsLitAwhthkL4auUuy67pk3vKQGx { width:12.625rem;height:1.6875rem;top:54.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1pQIzoUonPTBNrN9HAk9vRAH3Qp27hA { display:flex;width:1.375rem;height:1.375rem;top:54.4375rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #u9gBI9ObuotI1oREe0exruuTD0LRQOLd { width:20rem;height:25.5rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP4fLwi38b6rTQALraT1yVctiwRh7CGZ { width:18rem;height:2.923825rem;top:73.25rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OOM2MTEyG3v4giqMvo4Ipr5Pyzr9n5 { width:15.625rem;height:1.23730625rem;top:68.1875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOVclzly2NvsB62kEsS6z8EyxixxMTxS { width:12.625rem;height:1.6875rem;top:80.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IecPtaRJCTFkLztiT6JJqKx127FTIIv7 { width:9.625rem;height:1.7871125rem;top:62.8125rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2GJoFBzsJ2Kkc4T5sSLyteWp57HaSVs { width:10.875rem;height:1.125rem;top:80.75rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #THOfMUV3VsVPUMK8Kqsi6uNqTzPq8EtN { display:flex;width:1.375rem;height:1.375rem;top:80.6875rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #CfX0o3GF6kyB0v5xhS3AP1fxdHuPKoEN { width:6.3125rem;height:6.3125rem;top:60.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEsPMluwOiTUbkPGTOnAEpD1sVL2TNNy { width:20rem;height:25.5rem;top:84.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBN2p4TZ2MFSNSJrf3GWEMw5Tl1mIzqm { width:18.3125rem;height:1.4619125rem;top:99.5rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77zrHkxp8hzAFgCLfuZDAzfx8q747KR { width:17.3125rem;height:1.23730625rem;top:94.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSHrTwed7Xf9r1TvSAXkLAvXPykez5t { width:12.625rem;height:1.6875rem;top:106.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk0A1DABONyVZ6CR6BzsxEsryHXRuk8D { width:10.375rem;height:1.7871125rem;top:88.6875rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF4TTOvBb55JLlf7lDCoIRTK4ofaTivz { width:10.875rem;height:1.125rem;top:107.0625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #uc5kqdmQFH2oEmWHbI165cD6afKWRofc { display:flex;width:1.375rem;height:1.375rem;top:107rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #tL2TUBMvmoInZXNI9vZo1IDItSQS2paB { width:6.3125rem;height:6.3125rem;top:86.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McVHiibSOseU5ngGuHUP7MOVXcI1x4Af { width:20rem;height:7rem;top:111.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J8e5b6PfPiG7xqUFxm6M4gvLKz8rf3cP { display:flex;width:2.0625rem;height:2.0625rem;top:112.125rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #PFNq5EMkB8dlHTUCor4TVfKUgIoeJD2O { width:10.5rem;height:1.7871125rem;top:112.9375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQIgx65LoVmbTf7T1z6OPiTaciT7zcUM { width:10.375rem;height:1.54296875rem;top:114.8125rem;left:0.8125rem;font-size:1.1875rem;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #onvThDV0ALzFvD2HT98h0AqJvO4K0DRz { display:flex;width:2.0625rem;height:2.0625rem;top:119.6875rem;left:16.8125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #z9OlCOglPOuWmLOB2LbObJNUE5GaDEVg { width:9.375rem;height:1.7871125rem;top:120.5rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WByhcAfo3X1ElT6wR7l40ae9T1ETn42d { width:18.4375rem;height:1.54296875rem;top:122.5rem;left:0.8125rem;font-size:1.1875rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #CUBlOuTgnE5DKDgDKLFehszfhr4ehlFf { width:20rem;height:7rem;top:118.75rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eWSJPq3aKh2Ch3HSnnPZI5TQNV0JZlH3 { width:20rem;height:7.0625rem;top:338.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEPvu7GTXeaxDLCP3e8BDhWL97p8D1LW { width:4.125rem;height:4.125rem;top:127.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDusWgbiWilALB7TROzRxsfKI8rI9Jww { width:10.9375rem;height:1.625rem;top:127.8125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMwCRTf1alqrF6QNab6rblT18n74bISg { width:13rem;height:1.4619125rem;top:129.5rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IE3169ODSHeMEdyenTLVyVwDIpwJXr { display:flex;width:1.9375rem;height:1.9375rem;top:128.25rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #QH6FUcP6IsEn2TSOdEoV4aUqgnst01Gm { width:2.5rem;height:2.5rem;top:85.8125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkyJhJQlf0MGP0sPxPwL8uel2iWxXVG8 { display:flex;width:2.0625rem;height:2.0625rem;top:133.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #TP45gR8gCWhNRDfaA78ZTORlAKFWiVFV { width:0.1875rem;height:191.75rem;top:179.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCrFesbkBnZIgRseZ4f86VrBnRwb0zdB { width:1.5625rem;height:1.5625rem;top:174.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8w4olgtigKfdCTMwUDE335ZRtMTgvJc { width:15.625rem;height:2.4375rem;top:133.3125rem;left:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQ1EdEQBM4ISPBQfEfX4pcvZULI2gwF { width:20rem;height:6.5rem;top:137.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXTxni8pHLNVpTv0NDTBdJu5b07DMaR4 { width:4.125rem;height:4.125rem;top:138.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xkFrQynZaSGwwgDJ2MPMGg8tf7HmSz { display:flex;width:1.9375rem;height:1.9375rem;top:139.375rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #ryqO5uSHhdF43ciZ86TF3eONqiyxVokA { width:13.6875rem;height:2.923825rem;top:140.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9wDS3Kxy1dxBr3HI6m9hTaZMeUEdZo { width:20rem;height:14.25rem;top:145.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdeLoteO2Db38vdKGPb5VOGSFSo8xdRJ { width:9.5rem;height:1.625rem;top:138.3125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVczwr33GyMHQfIQWbXrO3KR557VJCnK { width:10.375rem;height:1.7871125rem;top:150.9375rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEA2GEIpaZBLB8e4kvSVynZgTbhGmm0s { width:13.6875rem;height:3.0859375rem;top:153.5625rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVv5RySDeOIfECSPNblakS4kghS1KPD { width:20rem;height:64.6875rem;top:106rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbKyyG4mXeyl7eT1tJ2wgTlOmt3sgkmC { width:20rem;height:25.5rem;top:159.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77sfSlqzTs4n8fzcJAT6i3Zgv1QQgya { width:6.3125rem;height:6.3125rem;top:160.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeitneiawWqKNamBnJSelIQgU41P3NEb { width:10.375rem;height:1.7871125rem;top:163.125rem;left:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx1Rb1bH8a5AhAQHWtNBQHorJ7xWKcTD { width:20rem;height:25.5rem;top:186rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ROSKJpoIxCvOHawEfR40EFwkuGIM5F { width:10.375rem;height:1.7871125rem;top:189.5rem;left:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqEfxDzO617KGKo2Fi0bdqVD6xsz3qoT { width:6.3125rem;height:6.3125rem;top:187.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0MCI6kfIVNMZhzl6VwQstHdZuSdcTok { width:17.9375rem;height:2.923825rem;top:198.625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0e1lhVqzSxu45HQ0lf2zzuRpchIi6V7 { width:16.75rem;height:1.23730625rem;top:195.375rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdluH3pWICTdwFrVezuKk094A9RQhHbt { width:16.25rem;height:1.23730625rem;top:168.875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETS3JGKOrHChWhKgIBEke45G2diJXF34 { width:17.75rem;height:2.923825rem;top:172.3125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5g6TufMs6B1ZteQfbTHCyCuzWFCmFcA { width:20rem;height:7rem;top:212.75rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sIIzQspnnZTiT7l5ubysEaPHqAbPlRq4 { width:9.25rem;height:1.7871125rem;top:214.5625rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMZB1r9VCKH4PWp6fvJCU1dvHPqWDcI { width:16.875rem;height:1.54296875rem;top:216.5625rem;left:1.625rem;font-size:1.1875rem;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #EyGqTAXVVQuf6TGMNUtIzasq42lOfCzq { display:flex;width:1.5rem;height:1.5rem;top:213.8125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #AB4MKfxaapqQ83UJE1U7NvCPQuevXOWI { width:20rem;height:7rem;top:220.375rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1G11XNCe0Q1lG5ObwMzV0xJowgGCEE { width:8.4375rem;height:1.54296875rem;top:224.3125rem;left:1.75rem;font-size:1.1875rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #ONpdVFd95ykuzBzQ6qvKvxmStI90qbVX { display:flex;width:1.8125rem;height:1.8125rem;top:221.25rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #OIpnMqwFKW0aatqm5HIMU3oOmTTUpIwO { width:20rem;height:7rem;top:281.5625rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gKdezAnnIFTbc9v1uLXC59UTq2EDggzJ { width:9.3125rem;height:1.7871125rem;top:283.625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdgDgwvUzKq1fOTz9BdRkGlV2llmBhd { width:18.75rem;height:1.54296875rem;top:285.6875rem;left:0.9375rem;font-size:1.1875rem;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #SICDrPgzIqoMTpKThOaufe0nRf3CpxFb { width:20rem;height:25.5rem;top:255.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLOUyUcB8h3KLE9QuH3hnc8klgKParE { width:17.875rem;height:1.4619125rem;top:267.5rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEXJ0UfiWE1ogpc2b4VUw8lrQkUowGDW { width:16.3125rem;height:1.23730625rem;top:264rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2u97MAWJ24RFsN4hTiy4f6PxtKqeLZ { width:6.3125rem;height:6.3125rem;top:256.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzFiNOfDtmgrHVJqhuglpITlGkRssdCp { width:10.375rem;height:1.7871125rem;top:258.625rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNX0CKRLcPW1eBz2IOAHPq8kK1iruf1F { width:20rem;height:25.5rem;top:228.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FccB3E7LdIosf85vDpQlCHDumSSNTvqg { display:flex;width:1.6875rem;height:1.6875rem;top:282.4375rem;left:17.5rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #FEyGQZTndeFkb9dml3neDQdQ7vsyGnen { width:18.0625rem;height:4.38574375rem;top:241.8125rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePVQMWVb62caUIwEEvGzOkzwFNfVP5PB { width:16.125rem;height:1.23730625rem;top:238.5625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGfUX9A9PlA7ZUcriWOBcfA32kQhUTRN { width:10.375rem;height:1.7871125rem;top:232.625rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKREqhmuq8OeQnc9ob0kgPODlC3efcM { width:6.3125rem;height:6.3125rem;top:230.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0MyZ9VcCTZoPtyEVpZTTpzHFCiampl { width:9.375rem;height:1.7871125rem;top:222.25rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPRc54TOZqJIUx9JJvzudE2uC0gJlTb { width:20rem;height:7rem;top:289.25rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EA9ZCm0SSrydaFwqegrt0cEzJA4HAI06 { width:8.8125rem;height:1.7871125rem;top:290.9375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqcopJRuSJ6XnSUWZ2Jgg2yA64E9Tmr { width:14.25rem;height:1.54296875rem;top:292.875rem;left:0.8125rem;font-size:1.1875rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #TIKCseSrPELI3GdrcwGL8vG3p6mVNra6 { display:flex;width:1.6875rem;height:1.6875rem;top:289.9375rem;left:17.5625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #vvGnUW0qrykoQ3Lm0EyuXdHhLaKstmVO { width:13.6875rem;height:1.6875rem;top:276.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTMsKNhmUwkpsD2n7iWn9AbPPraSdan { width:10.875rem;height:1.125rem;top:277.125rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #GaADNKURkSrTkuaXKTisIDPariSRxJlv { width:13.375rem;height:1.6875rem;top:208rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwtdosQa7DE5TRcglD4zqKG3twPhlhLZ { width:10.875rem;height:1.125rem;top:208.3125rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #Duz5BJzT3v7zOyLkFOrTJE8SnJNN8A88 { width:13.5625rem;height:1.6875rem;top:250.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUo7NhatUI1yc4iO8VZEgnBH01PPTrz3 { width:10.875rem;height:1.125rem;top:251.125rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #M4JulptQAcypp7zAvGzhtNx4IdhEMHoU { width:10.875rem;height:1.125rem;top:182.125rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #MWacrhTfuT0p55RMQbnSpzPv1wwqdirk { width:13.375rem;height:1.6875rem;top:181.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIq45u5LUT8ueczt8Vzc4UUP7x0RUTtq { width:6.75rem;height:1.6494125rem;top:147.9375rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #GUyUUxcsUOL18p2DQDmVIQ5OwoHQxQv7 { width:8.25rem;height:2.0625rem;top:147.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfTTGGfTF7s13xyM3xcEsSrUMcNkxBR { width:20rem;height:6.5rem;top:297.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdwoSXAfg0JZU6bxcExxqROTwM4DFDdJ { width:10.1875rem;height:2.923825rem;top:299.5625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8QmZI60BGTyZfofJyGxetda7URkVdp4 { width:4.125rem;height:4.125rem;top:298.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhZ4Rl3b8Vze2OGwsIvHua6DXzMV6zk { display:flex;width:2.125rem;height:2.125rem;top:299.9375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #WLkfu7J3timb3JieFROGuAkBzGTkmTZE { display:flex;width:1.375rem;height:1.375rem;top:277.125rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #JZIXt2GKJXfqaSXGUR04WTG4Mu4NRX4n { display:flex;width:1.375rem;height:1.375rem;top:208.25rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #JRu6ecnS1QJ7KHqMvvDrBv9WhRURGA5n { display:flex;width:1.375rem;height:1.375rem;top:251.0625rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #z7HcK87ZwzP4ELDhscw2soOO2z88NfJt { display:flex;width:1.375rem;height:1.375rem;top:182.0625rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW { display:block; }#vWAh5ceXw40rhm2zUJl0zqe0h9CclmzW > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHvCibHRaaXMSg1m6NdeaTpskKLEKLNP { width:16.3748125rem;height:8.7734375rem;top:5.5609807968139rem;left:1.8120661377907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ZxoJwHT077BX9GZiyXTIKrRuhlbaNB { width:19.3125rem;height:13.88675rem;top:15.0498046875rem;left:0.34375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7nk3FuPt8ZoJnemN4n9yiizX3zO7hpl { width:11.875rem;height:2rem;top:2.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0lsyqvGrkh5lHV4RCQCiTE570OWxgr9 { width:8.624125rem;height:1.04980625rem;top:2.625rem;left:6.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#e32d69;display:block; }
 }@media only screen and (max-width: 763px) { #KoPupT0ik8NzuvZ7rmz8PpAhLD2DIwBZ { display:flex;width:1.0625rem;height:1.0625rem;top:2.625rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #WdVDdVIrr1kc2AMKIZJV88QhFoS8ywmM { width:20rem;height:4.25rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDnrRUbbNKitEwh2uxST9d0iWeamgCm { width:20rem;height:1.4619125rem;top:32.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS { display:none; }#ssPz2p3q4ipDxgHZAFMgr2BnqsbaLXMS > .row .container { width:20rem;height:143.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RtKTiZNF47lfeZSGkNOhdgmdxtOnbAgp { width:16.3748125rem;height:6.57875rem;top:5.5609807968139rem;left:1.8120661377907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDaVnzHw5U79D1BHVGGKe0e0eyLPelrL { width:19.3125rem;height:10.80075rem;top:13.248699188233rem;left:0.49913197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q32y45Q1un11Hw0LnEOQFVBDqO6p17Pf { width:11.875rem;height:2rem;top:2.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMZDTJuM83xaRl2lyoti6WGNk7wGDCDR { width:8.624125rem;height:1.0492625rem;top:2.625rem;left:6.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#e32d69;display:block; }
 }@media only screen and (max-width: 763px) { #ivPTNK2XStm9S3ALLU0gxke9bI0oSJBC { display:flex;width:1.0625rem;height:1.0625rem;top:2.625rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #XFP2lAXPtmJbzrE5orStTh3vWT4D8iUd { width:20rem;height:7.5rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHZLRvMVJHAa21QOvi61wuTZ3PObcrt { width:20rem;height:1.54296875rem;top:28.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxDNKwCfk55ENz47ZMvCJrvW8XWZQ6kt { width:15.686875rem;height:2.76041875rem;top:30.605470657349rem;left:2.1560330986977rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBN2eGWTvuCffEDstk8edmVP65zSfTor { width:19.875rem;height:108rem;top:32.874351501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo7JoVlNpMPdTs1LsVfaIi5niZBzlN86 { width:19.3125rem;height:16.375rem;top:36.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HctQ2gqBlAvCoaC4y1W9DbOik8yXkqVT { width:2.9375rem;height:2.9375rem;top:37.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipScVTAhbDRqlH44qceerseEKqiALVWp { width:11.6873125rem;height:2.47395625rem;top:37.75rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuBs68FANCsq2Gpz7AHcy6IcvL7zGsBZ { width:17.999125rem;height:7.313375rem;top:42.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvJ1y3BU46qLeltOhSMNtMJ2VAkn8d7 { display:flex;width:1.375rem;height:1.375rem;top:37.875rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #Zt8PcrnT0XmzET2idRoumrzxlq2a9ccW { width:19.3125rem;height:16.375rem;top:53.499404907226rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rDTiuMsPkuIhfr2iOEWIwBuppF0VrO { width:20rem;height:7.313375rem;top:56.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcfD9UFsmtszBRqvaLsrHNRfXdl46pHI { width:18.2498125rem;height:1.23698125rem;top:65.1875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKa1MC98S2XgNhbs3GgtW09zHvLs3t3 { width:3.625rem;height:3.625rem;top:55.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3CPzddKUmsKnIqykoFcnAU0atfFXR3 { display:flex;width:1.6875rem;height:1.6875rem;top:56.3125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #PAM08RAP3F97onyLqFadkXozV7uVxbmK { width:19.3125rem;height:16.375rem;top:70.999351501462rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2Um1scKBuNsVZpSUfQPgpen4gilim4 { width:20rem;height:7.313375rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwuDJZMgd2eoEsuTiCuLdTS59sXGKans { width:18.2498125rem;height:1.23698125rem;top:82.375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoqsmqkK0hebTV7szvKO3sQPupaJRJqn { width:3.625rem;height:3.625rem;top:72.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TzQMdzcC78ZmasknQbP0OPwt96ITsa { display:flex;width:1.6875rem;height:1.6875rem;top:73.5rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #zBz8umvIzZJ6kd75y7zMbNblvxJIMEwc { width:19.3125rem;height:16.375rem;top:88.436422348025rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMosqc1DIcnoTEnz6iTyHlDz3aoWqUww { width:20rem;height:7.313375rem;top:92rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQToLcefT5nb7ewBSsfSdAmLK0vJksyg { width:18.2498125rem;height:1.23698125rem;top:100.5625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCk2iAXqcd445MtQecLvo3M1SQGfTN6 { width:3.625rem;height:3.625rem;top:90.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaGJWwT2B01bIg5WILBtDlnF6QMHU2n { display:flex;width:1.6875rem;height:1.6875rem;top:91.6875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #sBtKhv67ZKsizaFLlLa7MJckALyklDTy { width:19.3120625rem;height:16.375rem;top:105.81163787842rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22eggEo49WBHkL116skMa6CCIaLhkqq { width:20rem;height:7.313375rem;top:108.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZs5KaI2QTDAT70TdqGfnng9TAlONGfN { width:18.2498125rem;height:1.23698125rem;top:117.4375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaL9k6z2LGoKdTTOZ842lEbWxxV4NHcA { width:3.625rem;height:3.625rem;top:107.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcFxznTvhtlx0MVuTZLQ6RQEX9p0Zmc { display:flex;width:1.6875rem;height:1.6875rem;top:108.5625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #KdzIItOdUfX0FTPmhoTHk8cPzzi79Owr { width:19.3125rem;height:16.375rem;top:123.24978733062rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmlVJH2Kw8kXgbhvr675lza3JOkE5Ldv { width:20rem;height:7.313375rem;top:126.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0mgJdEVcKRLiV3kVwh96X9XeNV6dpoL { width:18.2498125rem;height:1.23698125rem;top:135rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIrAIeKUd7m14CVEA6TwugVOuwUeZ7Nh { width:3.625rem;height:3.625rem;top:125.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHggW46ezLJTOzQ1KXicKUeDQMbrH8tc { display:flex;width:1.6875rem;height:1.6875rem;top:126.125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt { display:block; }#ozv1EaohqN2MT0RRXEk3wGkKFTDLhCSt > .row .container { width:20rem;height:125.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9dMcMBR3OF1GxXqCbXt2u3PiwZDBKT { width:20rem;height:15.625rem;top:53.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #p9U4Nqh3ByQoSPa8DF9bKmP0GuaJGnmx { width:16.6875rem;height:3.59765625rem;top:61.062255859375rem;left:1.8120661377907rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xU6uxEGBPC3oTFCnMB9dLZLrisy8Ml9w { width:13.3115rem;height:1.5rem;top:58.874755859375rem;left:1.8120661377907rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zl44K47pytRBfb5huN96hvAtTJsAelMd { width:19.875rem;height:10.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrzIzLeyIPXkJdwcrUDw8GtQoIQelNCC { width:18.4375rem;height:4.142575rem;top:28.1875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtBgn28UuTZduCchxFUBgcd0hqZdtR61 { display:flex;width:1.875rem;height:1.875rem;top:25.1875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #lDoC0zQ2ytNigKF01Qfqy7TKChWJGxIb { width:20rem;height:1.5rem;top:50.186634063721rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#ef7007;display:block; }
 }@media only screen and (max-width: 763px) { #P8i4CeGLmgZsdaaSkJ69gX63gSme4LCu { width:3.25rem;height:2.25rem;top:55.875rem;left:15.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GabklPI8D83LfOeDw2CDlEu3ILvKrmJM { width:20rem;height:16.8125rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBWdpTSF3sluSbARIKfI33oXnuZIUOh { width:16.625rem;height:3.59765625rem;top:78.186645507812rem;left:1.7491319775581rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c5iZamaKNKvQGWecCNm3REffTkHMHUoO { width:13.25rem;height:1.5rem;top:75.5625rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iv1q9EfVuDNO6RAzI6H4820JRmaTNnfx { width:6.25rem;height:1.875rem;top:72.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcPWazp0K45ozl67X9lMIIuK4LH1AHBU { width:3.25rem;height:1.125rem;top:72.1875rem;left:14.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tsAwMPipV1fGXQUEzKnkG93dCLWZeBff { width:5.375rem;height:1.04980625rem;top:72.5rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #BqRmvxe2f4OtQEcxx5H2wecxbeMgsdlt { width:5.4375rem;height:1.19921875rem;top:83.4375rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V0vomal9vHLOW2fdiKi3DLTEvzSIK41E { display:flex;width:1rem;height:1rem;top:83.5rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #CSM7KaTn2SuysU7z1mI7bo04bG6L8oo8 { width:20rem;height:16.8125rem;top:88.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOIElqaNpsPAaiomSfKqfcgEiZxvROd { width:16.1875rem;height:3.59765625rem;top:96.874145507812rem;left:1.8435330986977rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qScHHnsUPQ4HNNC0ZnTKBCrA59ZscUPf { width:5.4375rem;height:1.19921875rem;top:101.625rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xet1FqH0Ogd7ZJOPzT9ATF6iiVJNFVxg { width:13.25rem;height:3rem;top:93.1875rem;left:1.8120661377907rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d5EvbSItKCt1klKGwS7kkZmEsghsiSI1 { width:6.25rem;height:1.875rem;top:90.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1oqG8NgCBkZIdSKFdiDyJmyds8qigEC { display:flex;width:1rem;height:1rem;top:101.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #k3f1MTP2kHt3AkAwBLH1sxFE8Fz6SJ2m { width:5.375rem;height:1.04980625rem;top:90.6875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #sPWl5HIpQ0u502NZTa8B6w088BTT8ace { width:3.25rem;height:1.125rem;top:90.25rem;left:14.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nq7RJuZM50Rk5vx21oi6qUOBtgVU7aTD { width:20rem;height:16.8125rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxG4z9eWQt2CShQJdSx4mobxJdgAwkGB { width:16.3125rem;height:3.59765625rem;top:114.06164550781rem;left:1.6243489384651rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o24BR9nmv9n5DlcCw3DAldWIC5bgwtv8 { width:13.25rem;height:1.5rem;top:111.5rem;left:1.625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hE4Wkv2XU6wJsuIoStrSBn7SfyFW2UTk { width:5.4375rem;height:1.19921875rem;top:119.375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BFGUG6QMlaxIdlSazd2t50PmMeS4HaNF { width:6.25rem;height:1.875rem;top:108.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8FwxlTe6qMoyn2HVyeFc1wc0qVh5bl { width:5.375rem;height:1.04980625rem;top:108.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9ObVfUBeXkT5pAqPb5a2JdGUVdN9SX { width:3.25rem;height:1.125rem;top:108.3125rem;left:15.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mVMBNPLMkRsaKAz5i1mgtUURTLbnxkMX { display:flex;width:1rem;height:1rem;top:119.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #fmRIOfCHfRnbkHsOO5OdVp8zgqOUPozU { width:5.4375rem;height:1.19921875rem;top:65.75rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S4riTzhpdlpGyxx3d0KmgXKoyap7cdQN { display:flex;width:1rem;height:1rem;top:65.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #bc9Rv1B3pUdd8gxlM1Rc0LlZtnXNoVBu { width:5.375rem;height:1.04980625rem;top:55.9375rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #RCJZqun82cF4nyS3gGlBd0llKsJWNhFK { width:6.25rem;height:1.875rem;top:55.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXlOmvdn3cw6k0a0ShZFht1p6gn23Qc { width:20rem;height:3.7109375rem;top:5.6239156723022rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxbcXe24NFCUz3ku8re9THT0qz909Krs { width:19.1873125rem;height:9.972625rem;top:11.498481273651rem;left:0.40581601858139rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0tIdqZU0B15Olcxu7WlOm1yhsQPcC7R { width:15.9375rem;height:2rem;top:1.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHMqJepPc7PCyD2nqg1lePyNUJm7FT9L { width:12.561875rem;height:1.04980625rem;top:2.4375rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#fa884f;display:block; }
 }@media only screen and (max-width: 763px) { #MMHMVfD9Ww4daZstAT9LZxEJikfiZlF0 { display:flex;width:1rem;height:1rem;top:2.4375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #dlipXQXLHzheUg4iZlgyq5F1an1QtuMh { width:20rem;height:11.125rem;top:35.685765564442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn { display:none; }#sI6cNULTiI0wigxXHKbWgXtFy3PnGvxn > .row .container { width:20rem;height:124.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dyprwS0xqbpfLcVaWKsnkIPH2gUtoLlA { width:20rem;height:15.625rem;top:53.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GLpZ1cBIXgBiMqE8KTRuRFnM6gIrMPRW { width:16.6875rem;height:2.400175rem;top:61.124755859375rem;left:1.8120661377907rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gl8zc5Jt3dHbmdP9npQ9IaD2H5xSE4gX { width:13.3115rem;height:1.49956875rem;top:58.937255859375rem;left:1.8120661377907rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TsaIn5CZxPE9SqqNpFMeOKNInUPHErgy { width:17.375rem;height:2.0625rem;top:2.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSXuCyFB6ORWmLytHvX3kwhRsELJ1WX4 { width:17.9375rem;height:1.2744125rem;top:2.5rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rrpbiuBU2eQNLa03ymJmaW7TN46NxInT { width:20rem;height:12.686625rem;top:35.374416828156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlPfmyiMCFLi0EmITv6dEZcVlmOQmiUB { width:19.875rem;height:10.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQkshreby2zcSqapNziNp8ke5wJE3P82 { width:18.4375rem;height:4.140625rem;top:28.1875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8yvWukELKSyw9Xa0hEEsv11OIT84sLv { display:flex;width:1.875rem;height:1.875rem;top:25.1875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #F77UsGssvXGyceKovH3xU623MQ5APTVS { width:20rem;height:1.49956875rem;top:50.186634063721rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#ef7007;display:block; }
 }@media only screen and (max-width: 763px) { #BMxNRv8pzl0827HdMyra8tyIz5qV9UqX { width:3.25rem;height:1.12413125rem;top:55.875rem;left:15.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KdBaST62rTFwTxbHpfxKyB5l1cXU3Uog { width:20rem;height:16.8125rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWbsTXLRREMvbpT5ltlSqXESfyfXFTV { width:13.75rem;height:2.400175rem;top:78.3125rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vJNZy3JFfy4pnW8RbHHzk8WqyLevONU2 { width:13.25rem;height:1.49956875rem;top:75.5625rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lzbHWnW5Dm9JC7OOD3HqivBsvIGQDXZH { width:6.25rem;height:1.875rem;top:72.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGyqk6Uck3yuJRBUH4dvUgyMDzxwRE92 { width:3.25rem;height:1.12413125rem;top:72.1875rem;left:14.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wRyr0SAxAknwGwm0V4Hlx2XVtU0opAB0 { width:5.375rem;height:1.0492625rem;top:72.5rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #fHnbMWQpv8DLzXfUr1c28Wg3IRC89nzS { width:5.4375rem;height:1.2000875rem;top:83.4375rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fa2cH0sSgMl5nipwTmlzkzcOb5n2yHwW { display:flex;width:1rem;height:1rem;top:83.5rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #WxoBl0U32RK9uN237GseIcoLRyz9xgVN { width:20rem;height:16.8125rem;top:88.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAKAA5aJziwuoLuITRCl6ynyGOgkmlVa { width:13.75rem;height:2.400175rem;top:96.5rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HuwP9qFJGvRSrilUL1udyarPMG6NmO18 { width:5.4375rem;height:1.2000875rem;top:101.625rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n06ar64I01C0aRq1A4i3CB3Qryql3KSX { width:13.25rem;height:1.49956875rem;top:93.75rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cnlODXgJBAQsdrPvJeZ9uZeiTwqJ3xzp { width:6.25rem;height:1.875rem;top:90.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO2qse4Rhx9ILtcqnL7JxpRhnuXeQnS9 { display:flex;width:1rem;height:1rem;top:101.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Wrtct043cJQ7bRMaXpr8AqyubQxOlU96 { width:5.375rem;height:1.0492625rem;top:90.6875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #h98zwfBtinOQSORPmxsAg3IFvQU5HTQd { width:3.25rem;height:1.12413125rem;top:90.25rem;left:14.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dLlMIiCelnQZmLrp1b1nriOJPagwWsdG { width:20rem;height:16.8125rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpptsig73Om4uH0EhtvckFu4skqns1pb { width:13.75rem;height:2.400175rem;top:114.25rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kmtEq5RJlxGzi7wVDstKtPZ1mWhN0bPu { width:13.25rem;height:1.49956875rem;top:111.5rem;left:1.625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V6p77mbbtOFnKCDCW6sKtZQq3yZyraHK { width:5.4375rem;height:1.2000875rem;top:119.375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #haXhKsnSbsVtu2BCOoxodhgRA23xxlnU { width:6.25rem;height:1.875rem;top:108.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQ3W6PUMl7WBEL4XsGFD9zezU5P0Syn { width:5.375rem;height:1.0492625rem;top:108.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#7d7d7d;display:block; }
 }@media only screen and (max-width: 763px) { #wf46mmk7c5vKRO0nnUB3ppNOaDqyedh4 { width:3.25rem;height:1.12413125rem;top:108.3125rem;left:15.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lb3NtRNioz4TNL3aUXX0p0PHkv0PKvyA { display:flex;width:1rem;height:1rem;top:119.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Ktpz3Ef7aP0593XR98aKVaCHIeMAvW5s { width:20rem;height:3.7109375rem;top:5.6239156723022rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5ymeobRbcEOpI9xp7rN8mQ0WJuxbIh1 { width:18.9995625rem;height:9.9674375rem;top:11.623265266419rem;left:0.49913197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMH3zLk1kmhm0pdH9nGwF98M39M1tDAI { width:5.3125rem;height:1.0492625rem;top:55.875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKRtcAsxiseX76v8E7IpE5cmOzfelhVU { width:6.25rem;height:1.875rem;top:55.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #osXC5gFXs8Ed45W3lVGT4I6HoMCnIP0c { display:flex;width:1.5625rem;height:1.5625rem;top:65.4375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #T1ieCTX34a1kXSu1yNL2Z04ApkKfUatJ { width:14.5625rem;height:3.4375rem;top:64.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zEXeUVIHT7uCTtWo6RbO5iTZlRD1S4 { display:block; }
 }@media only screen and (max-width: 763px) { #MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku { display:none; }#MGTwp9c3ksNlzRl4iTMJ8kOfTXukV9Ku > .row .container { width:20rem;height:71.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wvbuRUlLQvmkA4T8EvtFnXQBqhK9abNy { width:20rem;height:16.3125rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8pCNw2wCd9iZ46xLEti93rOPHol2Qhn { width:16.375rem;height:1.19921875rem;top:41.9375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AkgSFaT9EaDB7kZXgazKsLX0uB2FP3bX { width:14rem;height:1.57421875rem;top:40.1875rem;left:1.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oJkfIhH9xUl95CmHNDpRQGmp7RxmG0TD { width:17.375rem;height:3.875rem;top:44.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkTvbVLMZlpwsHHOHDA3bv5oXh627Cy { display:block; }
 }@media only screen and (max-width: 763px) { #p9QmGeCNkQ2i0LcbJDZ5URZcDWluT8ZD { width:20rem;height:16.875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #febMDwBBqaoQIdMzFZttDZTHQ7spqHcu { width:17.375rem;height:3.8125rem;top:68.4375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3ivWSVPybWQ64J775mC97ZvWIPt6XOo { display:block; }
 }@media only screen and (max-width: 763px) { #USZq4L1vSZtKvA5TXVOJ0IDDo5h0eNUR { width:16.375rem;height:1.19921875rem;top:60.125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q7Go7Jf3NM26DWqidRqGs40Op9hd6a8G { width:8.6875rem;height:1.57421875rem;top:58.25rem;left:1.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UKdaUDI7T13t9S6lvBX9tO5ikl10k4q5 { width:3.5625rem;height:3.5625rem;top:35.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDgOySQMZmho6rmJ3VaC6TbGQ8WgCOA { display:flex;width:2.1875rem;height:2.1875rem;top:36.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #eHuhCQ0iXLmeIOMt24xZGmnxghw07zp4 { display:flex;width:2rem;height:2rem;top:54.8125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #bTzwGK8tCafpWzSKI7RyUoxqk6TqTfLG { width:3.5625rem;height:3.5625rem;top:53.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRBHQapvnT5kcW47hSn64SJEMs5Zu00y { width:16.3125rem;height:6.5800625rem;top:2.1875rem;left:1.84375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLzui7ey7JmTr770o6BeTIKtBqu5ypNS { width:18.5625rem;height:3.0859375rem;top:10.1748046875rem;left:0.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNXCbxFmRnXTQo6PkRzFWPRcixGWX1V6 { width:9.375rem;height:10.8125rem;top:17rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0EsouPGXaA0UX5zD1K53PNC7svDPiZh { width:7.8125rem;height:9.0625rem;top:22.875rem;left:1.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIeTcfp9mO1xi1Am9WdQOT2yd2Pf1bAa { width:18.1875rem;height:4.0625rem;top:62.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s61MRr6bI3HmIu6zCOI2M3CstEEKynsS { width:12.061625rem;height:1.5rem;top:64.1875rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #feumRggTVBcGdeiTuLiH7Iy25ZimFNFw { width:16.436625rem;height:11.4995625rem;top:16rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiqqgyNk8E1bTTbGxKNPP1umTU7u1T3 { width:9.124375rem;height:10.5620625rem;top:20.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 { display:block; }#T3xvD4DfbhfJOZulfNlpxwtPkfGOyun8 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGaHToFSTOUuniPE2QrPUiDssqVxwDAs { width:20rem;height:16.3125rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEnqXW6G0FJZmdSewoROvEN8EgyT4EA1 { width:16.375rem;height:1.19921875rem;top:41.9375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vqpp0LrKmCQInChZgqKIbA8cdmMKShht { width:14rem;height:1.57421875rem;top:40.1875rem;left:1.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DgANc17ntplX4D7ixxGOThGQLS9127Qp { width:17.375rem;height:3.875rem;top:44.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv7XXh1TJ54S1OkiteFfByFn2kU6bSw0 { display:block; }
 }@media only screen and (max-width: 763px) { #btxNKhD9e2zbV58bJbrenSXi4UANLElZ { width:20rem;height:16.875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqTwGsoHkaEidOUUl2PiFCODlUum0ZNx { width:17.375rem;height:3.8125rem;top:68.4375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S19dXCLlkoOIT3ebEHeaPllnQPPOqbca { display:block; }
 }@media only screen and (max-width: 763px) { #UmcMiyQqTWq6mcG6uC2ZEiuaJdPhd5U8 { width:16.375rem;height:1.19921875rem;top:60.125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GGArDB86qzi5O9uZTc6P6WPnqVU6vgfC { width:8.6875rem;height:1.57421875rem;top:58.25rem;left:1.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SDr3HDlyu3m4HOkJhC8aiCF6OZo95DW7 { width:3.5625rem;height:3.5625rem;top:35.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmf7rJDZAKAQKxTFeODbsOPZbvMywAks { display:flex;width:2.1875rem;height:2.1875rem;top:36.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #BGNefSCIUK8lVog1wp8mk5G6W0GxCTDT { display:flex;width:2rem;height:2rem;top:54.8125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #cD0Xfz4Muu0vH5aTB78Z33I3yRXzyoTX { width:3.5625rem;height:3.5625rem;top:53.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnsbtIHdwangReKHSGD8rSci48xQmTrg { width:16.3125rem;height:6.5800625rem;top:2.1875rem;left:1.84375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khdGA9nDX2nBQEyLXMBpViGuFT5ST4PS { width:18.5625rem;height:3.0859375rem;top:10.1748046875rem;left:0.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbeSsxv69yi4WF6yVOJ9PvXdcxi7cGQL { width:9.375rem;height:10.8125rem;top:17rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDh3JTfShGSHDEXddkBMGgzpy2wLuCPs { width:7.8125rem;height:9.0625rem;top:22.875rem;left:1.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TS57q3to13z3HURsFqb8uTn7rMarf9 { width:16.436625rem;height:11.4995625rem;top:16rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6c2IWIRN1FrG4H1cGcofduLtH4Qw1Rk { width:9.124375rem;height:10.5620625rem;top:20.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7zWwn8KGTOIWIZ4PpXqwXPzFVn4bJma { width:18.1875rem;height:4.0625rem;top:63.3125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUKOgTOfc4GiQs27fPAtFTNT0opsLFC { display:block; }
 }@media only screen and (max-width: 763px) { #nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN { display:none; }#nxE6yopMPbxSSKZ5nqtn4Q03zFCW2MXN > .row .container { width:20rem;height:202.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k4XHOk6u2HO6DrOTh6I3ZHQtV7s4tJQ6 { width:20rem;height:24.75rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grsfHyVIDI8fCxBFDRR5E9URHHTl1ywt { width:16.8125rem;height:4.8529410625rem;top:11.6240234375rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9HEIgMIUdgl010l3BZkWeBQeVKOLF3m { width:18.1875rem;height:2.5rem;top:7.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLwvC8bsFu1gmBlzdgQTcdVi7o3uiEe { width:14.5625rem;height:1.25rem;top:8rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZQFtxTor9khhQck5N1Nmlr382gT40Ogd { width:5.5625rem;height:3.3823528125rem;top:104.3125rem;left:3.125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ScNBqUsHGnTAmTNyE38e9Xe6NLMdIhcd { width:15.875rem;height:4.1176471875rem;top:94.5625rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dPInTVSwOQIb5mC0rc5unKoSuBrdDXA9 { width:13.3105625rem;height:1.1764705rem;top:100.6875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VVxHI3Av1BWxNNHwtC7tSgJQnb3VIiny { display:flex;width:1.1875rem;height:1.1875rem;top:8.0625rem;left:2.0625rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #AGMVVouFSe1yaMg55k3CMJh2tV9Td34C { width:17.875rem;height:2.0625rem;top:91.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHiq07LaFzakKq5qM0cuvccuHEDTi2om { width:12.4375rem;height:1.323529375rem;top:91.6875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gipl8UXrA2VpAs6Gtlh7scfLvoTPrbVc { width:4.75rem;height:1.6176470625rem;top:105.875rem;left:8.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RCvXzzkxEpp7JokUsDiouBbmh3RtBv0u { width:2rem;height:1.1764705rem;top:104.875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xm716o3ZGXSFZ0iRMuJyC0S0iKrP3Tla { width:20rem;height:24.75rem;top:115.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E22360eEWkT4VOUvZSikzA7hBtCIKizB { width:4.75rem;height:3.3823528125rem;top:130.375rem;left:3.3125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uuc64N340conlaH8mCQWosQcbXIZRFm9 { width:4.75rem;height:1.6176470625rem;top:131.8125rem;left:8.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cMxxsv1fCWOHoK6clnO76uoTLPeGR6bM { width:13.3125rem;height:1.1764705rem;top:126.75rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lBtpqPK6sTqeKoKOb0pw2rtwrfut6yv5 { width:16.0625rem;height:4.1176471875rem;top:120.6875rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GTE7ClS1BpgIrSpSqaeTbQKLJfs5Qkah { width:2rem;height:1.1764705rem;top:131.125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g4EWfXUuSVPar0amtaXKaOUo3uFZeb3T { width:17.875rem;height:2.0625rem;top:117.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWT6PWMThRNEfWHPZ9TT4w9ngSFgpmmT { width:12.0625rem;height:1.323529375rem;top:117.625rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #weaIDnLetbkSDyySGeduUL5dLVOOspIN { width:17.625rem;height:5.07352925rem;top:142rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XnTp0wbQgl8utL8JTCTBdpdOATTrMbNG { width:14.6875rem;height:4.0625rem;top:149.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX5gXoBqin7ZcBgmHSaB2LsBZRwv6xT5 { width:2.0625rem;height:2.0625rem;top:150.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMq59Io9KbJlcUiFLVH23LePcaTrD4WG { width:10.3125rem;height:1.25rem;top:150.625rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CNTXeTgJpUR9ceCVZQgcHbTlPvQchRfh { width:14.6875rem;height:4.0625rem;top:153.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKQBAwEgzz49Qouw9r4gbKK0U9QJUi7 { width:10.3125rem;height:1.25rem;top:155.31207275391rem;left:6.3747833371163rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yXitZigR8Nh18TnQByNd6Pb1vZtNCRAX { width:2.0625rem;height:2.0625rem;top:154.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr4eyxyoHBJDyAZ3FC34lxxL2qQSoT13 { width:14.6875rem;height:4.0625rem;top:158.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLLHNJSwBm0XTqrPGI4gM2HyJTWtN1v { width:14.6875rem;height:4.0625rem;top:163.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVeBqLWtdWyGqJpgS70KwfwcUOe2C20d { width:10.3125rem;height:2.5rem;top:164.25rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bP7fTc6icl3Nh7TAL2zfJMFCgfSxC41p { width:10.3125rem;height:2.5rem;top:159.375rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zFp0aNOaGGWGsqyA1tAQJbVIAn6TOByF { width:2.0625rem;height:2.0625rem;top:159.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptXVgWR9B7IgeTv2AxdorwCJhXxJugO8 { width:14.6875rem;height:4.0625rem;top:177.5rem;left:2.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #BULfUcIl4HaOZpLAuT2Tm8SktbqTrNBd { width:2.0625rem;height:2.0625rem;top:178.56176757812rem;left:3.6871446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2vXmqVA56uprX7ylC43SF4TUz3DQtGo { width:10.3125rem;height:2.5rem;top:178.31231689453rem;left:6.561789393425rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d1DTDZgo7kOVoxf6WEa4Gh3VAoHq1P2Q { width:14.6875rem;height:4.0625rem;top:182.1875rem;left:2.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh3hEdq4y3ZAtk9nUpHXSdnER8KTqJTn { width:1.9375rem;height:2.0625rem;top:183.24926757812rem;left:3.6871446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #i60PFsr08d1x0KxUVVR2XBwwhm0mRnKM { width:10.3125rem;height:2.5rem;top:183.06195068359rem;left:6.561789393425rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UlgQJqWo9ig4LWQ6LFzPhSmTKCEEKKCB { width:14.6875rem;height:4.0625rem;top:186.875rem;left:2.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTnu5Cbm9GO8IudU40XwTW4wvBIcwOyo { width:10.3125rem;height:2.5rem;top:187.68731689453rem;left:6.561789393425rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JnqBfAPUsRXWVG8sZ3brTVeRvb6qk5F1 { width:2.0625rem;height:2.0625rem;top:187.93676757812rem;left:3.6871446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDgy33ZTBl6Bl7OomPiNXO7HOSmsnxXa { width:14.6875rem;height:4.0625rem;top:191.49945068359rem;left:2.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaw5QSu48Nlg4h4pfLvPX3ZgTZqgMqpd { width:1.9375rem;height:1.875rem;top:192.56213378906rem;left:3.749289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8ARGvsThFtpNo45ltp4HEEs6x6E56K { width:11.1875rem;height:2.64705875rem;top:191.99926757812rem;left:6.6248220205306rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #okMuLwJbNx6hkq8rWRiA5TbUbi8Onasc { width:14.6875rem;height:4.0625rem;top:196.18695068359rem;left:2.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLiacHeJz8ayqAnWEcGJhLHtg7cN8iQw { width:10.3125rem;height:1.25rem;top:197.62426757812rem;left:6.6248220205306rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tJAwSBLU1qtGSmaBdiNV6HhV0o42KVeh { width:1.8125rem;height:1.875rem;top:197.24963378906rem;left:3.749289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwAFT9He1cXAMKHRBLmeuHGHlb0iTx5f { width:9.4375rem;height:1.1764705rem;top:103rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BTRVy1QaiHCgMZcQdF10aldiUU7KTNiC { width:9.4375rem;height:1.1764705rem;top:129.125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H88dagRF1SgTw9tT2fnzTs7qZB7cikg2 { width:20rem;height:18.5625rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOLEwR7Qz30zwlWKwNuP9SE8JntggGs { width:15.1875rem;height:4.6323528125rem;top:60.6875rem;left:1.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ezZAA2z9kmlu3PqdawTSItGSpgcAmEOF { width:16.375rem;height:1.1764705rem;top:58.1875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mHQHGLFUKO7uAMn19nSi35pzoKDSyauw { width:16.1875rem;height:3.4375rem;top:67.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcGgKuAQrpRT39MTv88UrWkAkmykBFR { display:block; }
 }@media only screen and (max-width: 763px) { #DrLH4CclgdPmlnDBX7ozwUxTh8dW9qc6 { display:flex;width:1.3125rem;height:1.3125rem;top:68.6875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #Tt0sxMcUVMGLWawThi3ipD53TJ4PHSQ7 { width:13.0625rem;height:1.8125rem;top:54.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7q0vvfktoATEJh3ZAc5QXUoROcTuuwr { width:11.3125rem;height:1.0294118125rem;top:54.3125rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #luhy6k9ZCuABqn3e8kudJx37H0O7REpu { width:20rem;height:22.3125rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgmXMLxQu6SiLnRqr29SAdlUXylrqMCx { width:13.3125rem;height:4.1176471875rem;top:34.4375rem;left:1.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C0fTxR0Wn87V0q7AOpQ7FLZEvOoA92d3 { width:17.375rem;height:2.0625rem;top:31.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz4fSLan5PxLTR4J1kz0vNlCfSQbZcdT { width:9.375rem;height:1.25rem;top:31.5625rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Krrm0g2nKBKOZK1mgWfZGpQ2JtQpwDvB { width:5rem;height:2.3529410625rem;top:43.875rem;left:2.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SoHypcVRLXt87vr0FJJ2SgtcTacwEVk8 { width:13.3125rem;height:1.1764705rem;top:40.1875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kv8DAbCi3qXaU4vEsypdnOu977qVCiRL { width:9.4375rem;height:1.1764705rem;top:42rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eA0UuFcoq3KbZ72TCyCA0pNUsnsA1vVw { width:4.75rem;height:1.6176470625rem;top:44.4375rem;left:6.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eobrZuDluacMnK2G9GRmevyw2wz2ifCb { width:2rem;height:1.1764705rem;top:44.1875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o47GfUtehwZdR2SBRfVd3BH5vebmqD85 { width:17.1875rem;height:3.4375rem;top:47rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C8hOwxaAPo1WT2Ayq2ptS6fgHrwbzi { display:block; }
 }@media only screen and (max-width: 763px) { #dDrpJe2g1aMCMXDiZFPLdfZ6gddX1pqh { display:flex;width:3.24978125rem;height:3.24978125rem;top:27.090009689331rem;left:1.4053819775581rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #l3VJ7P8F1O1m83CdKIMxhblXGQ8pyGoC { width:19.4375rem;height:2.0625rem;top:75.875rem;left:0.3125rem;background-color:#f6ca27;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QKHwrRfIi9WgQWKvOVRUILh4ZpWKoSFK { width:16rem;height:1.25rem;top:76.26953125rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eJLs02M2gwTkoBK0lqsm7XfqBEHhRqh2 { display:flex;width:1.0625rem;height:1.0625rem;top:76.4375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #dTViE2OH5B4N0WGTbG3TLPux6b02g3Ns { width:11.9375rem;height:2.0625rem;top:79.9375rem;left:4.0625rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DbS2gIFV79E69zlcge6zkDv2JkwmiENJ { width:10.875rem;height:1.102941125rem;top:80.375rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-text.counter-number { padding-top:0.440625rem;padding-right:0.389375rem;padding-bottom:0.440625rem;padding-left:0.389375rem;width:2.336875rem;min-width:2.336875rem;height:2.3675rem;font-size:1.761875rem;line-height:37.88px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #272df6;border-left:0.0625rem solid #272df6;border-right:0.0625rem solid #272df6;border-bottom:0.0625rem solid #272df6;color:#4976d5; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.11625rem;height:0.93625rem;font-size:0.660625rem;line-height:14.98px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#invDvWW0HlfudVXB63nd4KaPocWGGikV { width:16.9375rem;height:4.585rem;display:flex;top:21.812067151069rem;left:1.4778645634651rem;z-index:15201;padding-top:0.049375rem;padding-right:0.051875rem;padding-bottom:0.049375rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #SGLZ5l2xdWllqWctOEhJs90ZGapXfQdi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #oNSuXxioW66ehiDoHnWWDhFT54nqA2Pc {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #ws0ibZR41maxmybKZeKipmUZqdkKmWcg {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #Ks01II0ba6be7FB5lkSGDXuipiF5NiWt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #XLFtkNbOCG1LDKAeI5ilHSwNdEcuMeDK {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #Jy3MTHlvr2IsNLT49LvvcS7apbTel6Je {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #bJSa93DiLQQm6VFM05JgvTJImCrZ0w2A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #xofEyb5K83WUfkLbnmyMHFKkiB6BAUXw {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #EGui5UMC8M2CgTXaCb2VUxCfIBZCZAOR {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #M2Av8f6mqAQup8DCvz4vnvRQARTpvTDV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #DZzzzMhOcPQpIvQxa1F0SQikaTAwoUXM {  }
 }@media only screen and (max-width: 763px) { #invDvWW0HlfudVXB63nd4KaPocWGGikV #V4gZ9Tah3P2fWeMDFBJX4ZukSkP07ufu {  }
 }@media only screen and (max-width: 763px) { #cTDg2lwJ1mhCTrDR2fWbH7kUpV0N8TKy { width:19.4375rem;height:2.0625rem;top:18.6875rem;left:0.3125rem;background-color:#3963ec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #URFWSTPB2mz5RxJteUDLHWmLeNAw3grn { width:16.3125rem;height:1.25rem;top:19.0625rem;left:2.4372830986977rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XT8PRp7JE8EpRuktUZ43gZ7ZUwBvqpVb { display:flex;width:1.0625rem;height:1.0625rem;top:19.187316894531rem;left:1.1872830986977rem; }
 }@media only screen and (max-width: 763px) { #bLCAgsrnwUTzv2qLSvW2mbEEP3myrRSK { width:11.9375rem;height:2.0625rem;top:85.6875rem;left:4.0625rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZPRo3ATaUocw9dkhJ6DqvXTT8e3WK9Fg { width:10.4375rem;height:1.102941125rem;top:86.1875rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #OZxMmsfFtfgOFmT9hxSSKAwS1UIzXAHZ { width:11.9375rem;height:2.0625rem;top:82.8125rem;left:4.0625rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LDOZrMhadiy10ZowbdxvGfEvqN0E4uiH { width:10.3125rem;height:1.102941125rem;top:83.25rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #wl1Pr7PGUJAK2fato7hIPP8uX10pLex8 { width:20rem;height:2.1323528125rem;top:2.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZUkaL8sgA4haUlNXb86XbGLLhRGf6JT { display:flex;width:0.9375rem;height:0.9375rem;top:110.6875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #DHJW1ryIWFr66PTctPksxUkTwmfOl6kI { width:5.37435rem;height:1.1764705rem;top:110.5625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TPGAFbymqL3DHNVesmtP1UhT86HTXPXl { display:flex;width:0.9375rem;height:0.9375rem;top:136.5rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #wNFPwd3MPVy6KFmONEpP0DsambToJ8SW { width:5.37435rem;height:1.1764705rem;top:136.3125rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z7W5d5L5Ax21ENA20zALAqqWTZChZ9fr { width:14.6875rem;height:4.0625rem;top:167.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPWe9qRfNOmyKyVyG3uvC3K6D281FXT { width:14.6875rem;height:4.0625rem;top:172.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf3SVLcCU21Ctkc8zDlowwG2tsi59krv { width:10.3125rem;height:1.25rem;top:169.5rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eW6DA2hy4uA5Io75H59QTduEdCuhTpt4 { width:2rem;height:2rem;top:173.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNJFiIWMtVyVJeg0oHh8Qg9evRinXgr { width:10.3125rem;height:2.5rem;top:173.6875rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OLJW2BWSUam5PpwbsDacErflyTkpxvdx { width:2.0625rem;height:2.0625rem;top:164.30574274063rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPQ1SCGrt4KXXTCAn79xgtXmJa3TIuGN { width:2.0625rem;height:2.0625rem;top:169.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThO6C7QZvJlZLXVmJ0uI92L296VPmTsv { display:flex;width:1rem;height:1rem;top:169.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #icXX6FKN5p003fiwPRUqpoOTmC0PSO2a { display:block; }#icXX6FKN5p003fiwPRUqpoOTmC0PSO2a > .row .container { width:20rem;height:165.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BffTmuqwDWhTq86xMCwv8urn5INcACR2 { width:20rem;height:24.75rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JuBwhUxz8Bs8S4wNDMm5M94trEu3Rl { width:16.8125rem;height:4.875rem;top:11.6240234375rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvmQ5PzbhllnQmNDNE76oGnrA01OkHzv { width:18.1875rem;height:2.5rem;top:7.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCa5H0q9TKraQtlsCtUxdfTnm6ePbOq { width:14.5625rem;height:1.2744125rem;top:8rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ogkWhth57uBX3m4TeTbNVATgIme4PKa9 { width:5.5625rem;height:3.44921875rem;top:76.0625rem;left:3.125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fMgi9H2LxUnZMqNAIK7Tb9fc4RZHOfCT { width:15.875rem;height:4.19921875rem;top:66.3125rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sEM1UPemmnXzxB3d4rwByoPzSs0eK9ZS { width:13.3105625rem;height:1.19921875rem;top:72.4375rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GiP0mxzmJVuMyS812Fe7AeltQKHM0vUW { display:flex;width:1.1875rem;height:1.1875rem;top:8.0625rem;left:2.0625rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #wxss1IXW44p6Ef1F6kU0gM11u51xpB2q { width:17.875rem;height:2.0625rem;top:63.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhKHx55c45kkP8SdlfWTf75oJ6fDwHqU { width:12.4375rem;height:1.3496125rem;top:63.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #prxnszLJXiUlexNNmQyqpZId5mPwOFUR { width:4.75rem;height:1.6494125rem;top:77.625rem;left:8.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GaSWodiv2WfbG6FrmUGTxtRMuAq9v35e { width:2rem;height:1.19921875rem;top:76.625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XCoAc7GKQI2WXBLcFr4T6FOnkCkyuIDH { width:17.3125rem;height:3.75rem;top:80.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcnIKgEFdvDS7H2lpw71X2JbTEU3CJr { display:block; }
 }@media only screen and (max-width: 763px) { #wRhJsXXrD5Q4xTMag6d2u2kdmpUGtsrk { width:20rem;height:24.75rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTl7g9WZ5d6uGy4IxmOAUZbTc3NgtWN { width:4.75rem;height:3.44921875rem;top:102.125rem;left:3.3125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i2Z0XgfqJf1Tge9ye4ZdtGcLVe9woBI3 { width:4.75rem;height:1.6494125rem;top:103.5625rem;left:8.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cks3MfIfGS28NxICkp1TT7rLE094Rtgc { width:17.3125rem;height:3.75rem;top:106.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agW81nkJ7dcJwpe3FG6TccBGA9pKxFW9 { display:block; }
 }@media only screen and (max-width: 763px) { #GJOSWWDPWINoO5IwdTAFGbokRTxIeyw8 { width:13.3125rem;height:1.19921875rem;top:98.5rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SAqhkMZeXUZdf4WRRIOv4WGdFL2Tpxux { width:16.0625rem;height:4.19921875rem;top:92.4375rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C6NcbGcNFczEFOfG4syooZLQi6bS3Xez { width:2rem;height:1.19921875rem;top:102.875rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1hlEpJVWMmRgWdXLxppH54BZ4OGPz9b { width:17.875rem;height:2.0625rem;top:89rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlUS0FHxh5qvBBKZWRSzMoB51JlTzobq { width:12.0625rem;height:1.3496125rem;top:89.375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N336ptMvVVui0RgIXbm0D7roMnMTifl5 { width:17.625rem;height:5.173825rem;top:114.1875rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Aya9HE1w2ZllIE9b2z70bcwalEIQSvEa { width:14.6875rem;height:4.0625rem;top:121.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvDhvkTTMZcZdLo1ic73bCMBI0n9Db2 { width:2.0625rem;height:2.0625rem;top:122.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVo4PfdMOW3M0PfJoWHJWxWhzhR1QNDB { width:10.3125rem;height:1.2744125rem;top:122.8125rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a3PB6nwpwoS8O6qpEwMQb4POCJ7pG4xh { width:14.6875rem;height:4.0625rem;top:126.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCVaBmqnVhigJybVNQdaiqCiCv9QmA3D { width:10.3125rem;height:1.2744125rem;top:127.5rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HkiUBgpiCRgZxtOFggJ6s6AHPVg4azac { width:2.0625rem;height:2.0625rem;top:127.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU4mIJ3FCdHPOA2mwGTwGo7nuRgzuZTN { width:14.6875rem;height:4.0625rem;top:130.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmOXEJyIHkBFd53H5a3hFd4s1gGMOw4 { width:14.6875rem;height:4.0625rem;top:135.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCNAyrdQTiA3xlTdIaHZeCAk4iXtXdT { width:10.3125rem;height:2.548825rem;top:136.4375rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qLWQf9Jf83SqTXdsc2EOdH7QB78o3uGR { width:2.0625rem;height:2.0625rem;top:136.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9A2RyEgc68RKxwpSVsAgQDPQ5slATy { width:10.3125rem;height:2.548825rem;top:131.5625rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s2bEVKzvvgzteSoHoLy4xWrgGOoEAKqL { width:2.0625rem;height:2.0625rem;top:131.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKtK91Z8Qz1oeLu4XERlEc5Rb6GZQFC { width:14.6875rem;height:4.0625rem;top:140.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX4OKWN8EtZ0THToWhkw22N5f2DDd8Kc { width:2.0625rem;height:2.0625rem;top:141.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwK2CQlKZ4Lzk1IU2NZy6GfrxikC75f { width:10.3125rem;height:2.548825rem;top:140.9375rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H0xtJ2qGLJZq3rw8IaMFWJVmfLWrmT42 { width:14.6875rem;height:4.0625rem;top:144.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SER00leFWD3AxpknGJSTWeT504dasJaD { width:1.9375rem;height:2.0625rem;top:145.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9GIp7QWgGxOmTzQaLuZRkuu9bdHISte { width:10.3125rem;height:2.548825rem;top:145.6875rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qEamR6URHW7TkM7EC6EnEHxBHVCF8IaA { width:14.6875rem;height:4.0625rem;top:149.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIw3QIKaPuXr9ut0KdBFhFQwPxqSXD9J { width:10.3125rem;height:2.548825rem;top:150.3125rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aDT33CISqkLtS7r4FLhaHLhtm82w5lEw { width:2.0625rem;height:2.0625rem;top:150.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPz6xeQGbiCTFsi6yiuJq3HsRPrFmqO { width:14.6875rem;height:4.0625rem;top:154.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ERrcstpWHBhEmOeg3UhJfEUksMQtqk { width:1.9375rem;height:1.875rem;top:155.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIrxbLJT9kcq8gBDMX1CBLL0AZPmL1g { width:11.1875rem;height:2.8681625rem;top:154.6875rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #GZBsaxunmUaeZ2bNpEpksWPe0LaNs2Hg { width:14.6875rem;height:4.0625rem;top:158.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZxifLKBsXT8qKs8fBaXa0qTKJqaXrT { width:10.3125rem;height:1.2744125rem;top:160.375rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QJWZkDHOw73F3oTEskvJJE40MlsCsUAM { width:1.8125rem;height:1.875rem;top:160rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1f0rpH7VR1CCPDM4w8116PHUdwxD2C { width:9.4375rem;height:1.19921875rem;top:74.75rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ptDfnmdkTAcTdigl0RUTZU0BraD0K1uA { width:9.4375rem;height:1.19921875rem;top:100.875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #olnohviT6aQnQRUMvJZ34N9awditGPBO { width:20rem;height:18.5625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyCJNN4c9F9qF1X6x40vWnnI44FC3uS { width:15.1875rem;height:4.72265625rem;top:25.625rem;left:1.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I5cmy3d45gp1iWlpznHEduq9aimVh9Lh { width:16.375rem;height:1.19921875rem;top:23.125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LPswWst306GrRpGm2ufWF9a7gg7xRbJm { width:16.1875rem;height:3.4375rem;top:32.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVNv2E7JzbtPQZ7yqyRdbc6PkEt0Tu7 { display:block; }
 }@media only screen and (max-width: 763px) { #folbhR6C2M0bbQ0sTQPSFOtrp71dBdP2 { display:flex;width:1.3125rem;height:1.3125rem;top:33.625rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #T3v4LSgzVdn4L2VOX9qmk6Kahq39DHU0 { width:13.0625rem;height:1.8125rem;top:19rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8MKzyWxlAgtE6KpaFoog43WxW9DoVnu { width:11.3125rem;height:1.04980625rem;top:19.25rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B500b6tvbG08y85pcxBps3iMNORSrMv1 { width:19.4375rem;height:2.0625rem;top:47.1875rem;left:0.3125rem;background-color:#f6ca27;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TrzWdmeMhnP9sk7o2QklpOvyiE5Uq73v { width:15.4375rem;height:1.2744125rem;top:47.625rem;left:3.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I9JffRTQQkeidZfpqQpJlAoJ9uLyZzcd { display:flex;width:1.0625rem;height:1.0625rem;top:47.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #nIGENXxBpcPlrezzgwJaTpGXzqOc6arK { width:11.9375rem;height:2.0625rem;top:51.25rem;left:4.0625rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KESlFRqQ5rdP5EkID7DPx0EPFH65Slab { width:10.875rem;height:1.125rem;top:51.6875rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-text.counter-number { padding-top:0.440625rem;padding-right:0.389375rem;padding-bottom:0.440625rem;padding-left:0.389375rem;width:2.336875rem;min-width:2.336875rem;height:2.3675rem;font-size:1.761875rem;line-height:37.88px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #272df6;border-left:0.0625rem solid #272df6;border-right:0.0625rem solid #272df6;border-bottom:0.0625rem solid #272df6;color:#4976d5; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.11625rem;height:0.93625rem;font-size:0.660625rem;line-height:14.98px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o { width:16.9375rem;height:4.585rem;display:flex;top:39.7490234375rem;left:1.5400390625rem;z-index:15201;padding-top:0.049375rem;padding-right:0.051875rem;padding-bottom:0.049375rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #BlOmT85KSirinK7H4LOU0ZBPaH0UsCJ4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #riTwdUZnt5rV9gTFKTsoU3ZMZbJ94lWM {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ffUQxwNcE446nV7m1R0AA35xDF8lhnJs {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #XDpIrPT0EcxOy1mqO2u5kzzXHGp335zI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #KR4oncnlmrn5QfFq2qF7UVZBEHS5LQHD {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #v78uEuvDWD3nF46VbvEvqP1d0pATFN7V {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #k8IzzRrECHsbE49Ttwla2sVNG2ym8v82 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #hCbwVfVgooVXK6zKXHTq5wIsn3T5DOLT {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #DJqkbUNwbN1X82y4nQE3cACZeFNx3sQh {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ViQuz7vwC6qI381HhuTPREVOxCrJua9K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #tOHNb8NXSP6LmqniacXAdZU7NqA9qPMX {  }
 }@media only screen and (max-width: 763px) { #eVkDDMdTzhXdVkR9JMcvdebrMT9HTZ0o #ipQOsOKXApi3V4TAg9qybADUTWnUaFlD {  }
 }@media only screen and (max-width: 763px) { #AgTmyMfo61K2MN6C73mBxR2wxMqpyuVc { width:11.9375rem;height:2.0625rem;top:57rem;left:4.0625rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Qx9zNbMMBWd5TexHpS302TekT9EZLB { width:10.4375rem;height:1.125rem;top:57.5rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #uEhp30KRyuby82WnqQJDOxV3MRpOefFg { width:11.9375rem;height:2.0625rem;top:54.125rem;left:4.0625rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eQoctzzkMmLTDTty16PGVz3IB4z3XQOB { width:10.3125rem;height:1.125rem;top:54.5625rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #sNOX7mPKFqrvGVTwaV8Kw2t7WQ778qJl { width:20rem;height:2.1933625rem;top:2.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USIeCcKrtbXmuw50CuHwndx5qvT0ynhv { display:none; }#USIeCcKrtbXmuw50CuHwndx5qvT0ynhv > .row .container { width:20rem;height:161.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TT3lemtglzUu9hQhHPVR4N3mES0UCr1n { width:20rem;height:24.75rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2Ilag7rhuLtLZPmFaxT68T0pyoTdbt { width:16.8125rem;height:4.875rem;top:11.6240234375rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUosLWJhyfaranTnPmQedAs5VFMCBuLf { width:18.1875rem;height:2.5rem;top:7.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgkqGaMbhwQvNsrbuTuRB98bNKpkhotN { width:14.5625rem;height:1.2744125rem;top:8rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BBu3RItzlAbMNXuhfcPauffF3p8tNGuT { width:5.5625rem;height:3.44921875rem;top:71.1875rem;left:3.125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ksw7RIx8CKrw0136OnagVqh1eeBSuGFu { width:15.875rem;height:4.19921875rem;top:61.4375rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lr0GUepOHXBzi5mE6lNf3oVDGFCB9icD { width:13.3105625rem;height:1.19921875rem;top:67.5625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KIq6aVTPzRJWJfL1Axemy9oAIKvrJERk { display:flex;width:1.1875rem;height:1.1875rem;top:8.0625rem;left:2.0625rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #CsHlF4GmaWOViIcs4xZ4IW6IeskNTyxJ { width:17.875rem;height:2.0625rem;top:58.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHguuFzz8qDQa1wpqMmxmxBC1UO87Iwa { width:12.4375rem;height:1.3496125rem;top:58.5625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EsBvEsdyQNngTtHXortwdIqs4LsHd7Lq { width:4.75rem;height:1.6494125rem;top:72.75rem;left:8.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mkwXaIC0gs9Cwl0NxbinfTqcPTk7tdRu { width:2rem;height:1.19921875rem;top:71.75rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qz95z1gDp2Lws4qVqPgwcbOhcOu8GaAk { width:17.3125rem;height:3.75rem;top:76.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1gxCRAbOxtEFHCEGEoVeNfbeBcXQff { display:block; }
 }@media only screen and (max-width: 763px) { #RqtacFuevw2hoOKD9dWRGMHWRyTixg4A { width:20rem;height:24.75rem;top:82.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNuWHzz9QVKhx2B7eo5vCEIy2ECTTSPq { width:4.75rem;height:3.44921875rem;top:97.25rem;left:3.3125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xh0iX5DoTXd1Ef1A9hqkb5PW9CIELtAZ { width:4.75rem;height:1.6494125rem;top:98.6875rem;left:8.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xe1oHBaz6CqOycQE2CF8PaSc4exBiFM8 { width:17.3125rem;height:3.75rem;top:101.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUqpRUIxapGe2VeUyNHkksSuQ1TdLrNF { display:block; }
 }@media only screen and (max-width: 763px) { #yHFAXvSkwxZ4dnHZZhoT4ZpPTVQTJ3Ww { width:13.3125rem;height:1.19921875rem;top:93.625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KSyM9a1PaPexHT8cusAUCc3cdTXPX1VW { width:16.0625rem;height:4.19921875rem;top:87.5625rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wIyzDFI9qACggWcVni7TLOpnzzB9TQ41 { width:2rem;height:1.19921875rem;top:98rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wmFENbyV2rcE9WFzBeXZsrCVHOPlbT2C { width:17.875rem;height:2.0625rem;top:84.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETpHSMMTHiTd5yJyZpOtST4OdirpfEC { width:12.0625rem;height:1.3496125rem;top:84.5rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TplK0lxQGqXFTqmMIHV496marmOSxvad { width:17.625rem;height:5.173825rem;top:109rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #my9yQDTNPdhioo2kS9OIsMXXf1nsmZWW { width:14.6875rem;height:4.0625rem;top:116.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5VZulhRMsQ5obfQl6740NQSqA8x1Gx { width:2.0625rem;height:2.0625rem;top:117.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWaL2hV7lupMTkudWS9syKqri6G1QU92 { width:10.3125rem;height:1.2744125rem;top:117.625rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Pqe6o3dQfDrAhI7RGaFzSrFWOkZi6ZTX { width:14.6875rem;height:4.0625rem;top:120.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPPETMORdTykzixIrINKk18021wiLCev { width:10.3125rem;height:1.2744125rem;top:122.3125rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JIxaMn6J11cZU1ui7XhxtTTIfSMk2Q3h { width:2.0625rem;height:2.0625rem;top:121.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZBy9y9Bup13riZwUX8G22FUTUTHEQWe { width:14.6875rem;height:4.0625rem;top:125.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmnVHv1T7NXa3AROVdhHikoEK78T8BS { width:14.6875rem;height:4.0625rem;top:130.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0LrtPHAGbky4ZpdoRtQ3nrV94aaCqq { width:10.3125rem;height:2.548825rem;top:131.25rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y68KQvMIwTukoimVXownGWdHmeRnVI99 { width:2.0625rem;height:2.0625rem;top:131.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPodfD6qmHVmnRqtOT1TpE9I7AxTpWPR { width:10.3125rem;height:2.548825rem;top:126.375rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ygrIp4i6QLkpzdtaSsF6Wx4tkUXmVHSh { width:2.0625rem;height:2.0625rem;top:126.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBVDzmL1AVJHoEMPyqdssEnQ8dB2G3WS { width:14.6875rem;height:4.0625rem;top:134.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdN02vdVQt6x0tqnmJ5WueLTrSw8TOR2 { width:2.0625rem;height:2.0625rem;top:136rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJ8OiT8ZLXkbmDS1hkb0zuX95tTNtQp { width:10.3125rem;height:2.548825rem;top:135.75rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oFqqxdu2TSMvP4m8eJsuLX1KtfcPTqmT { width:14.6875rem;height:4.0625rem;top:139.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7HyTFWq8vtb122UeAgJn6xNVhdii87F { width:1.9375rem;height:2.0625rem;top:140.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAiTKC4TDS8FDnloslWmWc7kHfBvOD51 { width:10.3125rem;height:2.548825rem;top:140.5rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xpvlh0aKKuRVWKtdJvHmsfnMXSTbMw4K { width:14.6875rem;height:4.0625rem;top:144.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM4c8NNMH0WxZrJZRJCQfhgGpM2l8qsd { width:10.3125rem;height:2.548825rem;top:145.125rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #klFg7S8A1Zo7HFx40ongqwZ5m0bxlemE { width:2.0625rem;height:2.0625rem;top:145.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4Knarp1MF6gP9FQBneXm2n8FmZfcCT { width:14.6875rem;height:4.0625rem;top:149rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znb949dtezBL6bdANSaa3QUa5ZR4xb3n { width:1.9375rem;height:1.875rem;top:150.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQXTuqS9whrBy5BNxdzz5KeWf5uSoaf { width:11.1875rem;height:2.8681625rem;top:149.5rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tuahA8QnG1GxpJ528IgQsTQedpJ3lLTw { width:14.6875rem;height:4.0625rem;top:153.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPxCm8XIVmdbhNWDMZCrmErw8fCPQ0u { width:10.3125rem;height:1.2744125rem;top:155.1875rem;left:6.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #osXOxwxCUTa7sFS6hG6FD9N3NXIKNdVx { width:1.8125rem;height:1.875rem;top:154.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuZbr43TTbaZgoQFq383gsgktOVrm2dV { width:9.4375rem;height:1.19921875rem;top:69.875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SOCFKkFgSnygU9PtsKZ1O05uBreRe7XO { width:9.4375rem;height:1.19921875rem;top:96rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NztTlfT6cklBrgRoeBtZduG2PoxkarBL { width:20rem;height:18.5625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqnBqIBg6UZi37EbOwB002ha6KsIfPm { width:15.1875rem;height:4.72265625rem;top:25.625rem;left:1.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r4W3gFMxz2WOGs8iSwv0UOWA3txF0TA7 { width:16.375rem;height:1.19921875rem;top:23.125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aIik3GcqwJ2F6vLkqZklFMr1OVDgRkyF { width:16.1875rem;height:3.4375rem;top:32.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV423VDmR2qJ9lhm9XmHJ8gZgxuySrHM { display:block; }
 }@media only screen and (max-width: 763px) { #fNHSpZOTtLc1t1z7hQ515nPTRKeJGQpw { display:flex;width:1.3125rem;height:1.3125rem;top:33.625rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #ToQ1qV90B0NKkTX1y0gWg5JxxH0y6vdr { width:13.0625rem;height:1.8125rem;top:19rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynPp70qLhW3qlTRBunkXeA8hRhwAlogp { width:11.3125rem;height:1.04980625rem;top:19.25rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fp8HQLxfEcMh8mzlIQevftUtvl9u4838 { width:11.9375rem;height:2.0625rem;top:46.5rem;left:4.125rem;background-color:#c8ecff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iIDbFsOAeWUomqkoNKomBQEyTizsH5sx { width:10.875rem;height:1.125rem;top:46.9375rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#1b4d78;display:block; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-text.counter-number { padding-top:0.440625rem;padding-right:0.389375rem;padding-bottom:0.440625rem;padding-left:0.389375rem;width:2.336875rem;min-width:2.336875rem;height:2.3675rem;font-size:1.761875rem;line-height:37.88px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #272df6;border-left:0.0625rem solid #272df6;border-right:0.0625rem solid #272df6;border-bottom:0.0625rem solid #272df6;color:#4976d5; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.11625rem;height:0.93625rem;font-size:0.660625rem;line-height:14.98px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ { width:16.9375rem;height:4.585rem;display:flex;top:39.7490234375rem;left:1.5400390625rem;z-index:15201;padding-top:0.049375rem;padding-right:0.051875rem;padding-bottom:0.049375rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #p4Wpy9N29F3VOxg9Zxq6HypyQ3bXmbLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #Sv5QT2CH5hMJATxlH17mZl6VEzxVsVhg {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #wu4Tu3xS8mzAt4ueNoqWXU2XfDMdukFH {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #yEGXmAxTWp525IrIg6odfUN1hQvu1b1X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #TTiweRnmWKfrrGChTnfoSbK6cpoaiTxB {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #GqzpUZ1hSC3v3N1NWyLCQMnhLR2qwyDl {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #ZU1OeZbTqSmqSf5Lp9JAAABoAIlm5niR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #PacQPtMUupANo43lUru0gLxMHgAmgiBv {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #hCNGz6AArEiO2G8HesCTP5ZXTeJvyKOg {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #f1U88FlMp0VGmi12XUhC6gyn8d4DfzvA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #CuR7rcdvRTZFfQ7tcrREobaTQa6dlziX {  }
 }@media only screen and (max-width: 763px) { #EiofT4lgzOUt8QiXvxG0KlI9iOJ5O0QZ #qzdeANqnQh7TPH5y1MZaZUE9CbtmF83c {  }
 }@media only screen and (max-width: 763px) { #ThpcZVOwLoyZHupIKug9rRAWy1dT3BS7 { width:11.9375rem;height:2.0625rem;top:52.25rem;left:4.125rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CwDhh4WIkaC57lly9f0O1ub4rPBMJe6L { width:10.4375rem;height:1.125rem;top:52.75rem;left:4.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #x6qMsHg1sAZ4m1oKzmJu1TZG78rvaf4n { width:11.9375rem;height:2.0625rem;top:49.375rem;left:4.125rem;background-color:rgba(172,172,172,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wCqEQCTWMr3t17eqa3ScVanWnTpZ7Pvk { width:10.3125rem;height:1.125rem;top:49.8125rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #Mx6XKC2GLZTwtxECLXDlRPR1HlX7XFWk { width:20rem;height:2.1933625rem;top:2.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 { display:block; }#h0UqO99HHTCVnVviBTZZ4CUJ9A4s6iB1 > .row .container { width:20rem;height:156.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDDSANe33SqdTq4oIQNCvf1o1Es5cMWE { width:20rem;height:24.0625rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TJqJBvRE32WkiaXPF8s3XE3LCcymZl { width:16.8125rem;height:3.25rem;top:10.9990234375rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGJnucMy1SQtMv57uGMzmRwp8QfOmiC2 { width:16.0625rem;height:2.5rem;top:6.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwPlbtIP6O1QxhTunBgQ5OaJiD3lx0Fb { width:11.9375rem;height:1.2744125rem;top:7.4375rem;left:5.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n1BhJyPmwJ6h6lbUCzNXkDT4uuxSDWOG { width:5.5625rem;height:3.44921875rem;top:72.9375rem;left:3.125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wQXkcWp5teDzDyCvRMqg65rGDIz7Joof { width:15.875rem;height:4.19921875rem;top:64.0625rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zimQP1fe7niNBweScKf8k4F12Uesdqz3 { width:13.3105625rem;height:1.2000875rem;top:69.75rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T5RGO70zFXDzstG3UmNxphutRZipQtZ3 { display:flex;width:1.1875rem;height:1.1875rem;top:7.5rem;left:3.125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #rm8O2vBakvtPJ0sOg73Q4Xfm8v8eOilH { width:19.25rem;height:2.5625rem;top:38.375rem;left:0.375rem;background-color:rgba(255,191,0,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nO8Az0b8itDeL0ephagyLmW70aK7DSaz { width:16.625rem;height:1.2744125rem;top:39rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #izil74MC2wFq3TBoQSKqOZbMeZCD0HJs { display:flex;width:1.0625rem;height:1.0625rem;top:39.124389648438rem;left:1.5618491768837rem; }
 }@media only screen and (max-width: 763px) { #z5FOxTkdGmOZTUAGHNKWVz0iqJhyImmH { width:20rem;height:18.375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupME1yqMgslmQFdUID3y8xqeXGb84nk { width:16.375rem;height:1.2000875rem;top:20.875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cghnaVTJTCCiNDXTbscIXCKwtpbWTVme { width:14rem;height:4.72265625rem;top:22.9375rem;left:1.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T0kw4acT6gV9RBCws6BnXAuM1ODxr0ZD { width:13.0625rem;height:1.8125rem;top:17rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKOnyfA9Ugp64SGm3sAkqoRmu0TPXIbU { width:11.3125rem;height:1.04980625rem;top:17.25rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hm4c6logRLGfDEZVFpPoea67HAUMurv5 { width:16.1875rem;height:3.4375rem;top:29.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJeqSDSRy7gbDxRccUpV5g2xcASXBOSP { display:block; }
 }@media only screen and (max-width: 763px) { #NodulJi9wXvm5vUwhQzVHeraEKoIeXIZ { width:17.875rem;height:2.0625rem;top:60.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRiGQ2gssV9GgeKN4ZcVTGi5ELIGl3KT { width:13rem;height:1.349825rem;top:60.5rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Up5PlyGlXMgcTu1kgxZOklIqTKZfUJgW { width:4.75rem;height:1.6494125rem;top:74.5rem;left:8.75rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zfx1e6Nt4oUL8B90SkykcTWohKtxypgz { width:2rem;height:1.2000875rem;top:73.5rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XbvryNM6rcvE5utwUKeUU26IlrTrVCGH { width:17.3125rem;height:3.75rem;top:77.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwyzDCUhRDcGPANQdqMXnL1Jlzdzfee { display:block; }
 }@media only screen and (max-width: 763px) { #GwlEVeCFIode9Zv1TN0oKyx4hSL5pwdE { width:20rem;height:24.0625rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6Xz3iCxJhPpeKLDXkNFTLgH7ZHs5R6 { width:4.75rem;height:3.44921875rem;top:99.0625rem;left:3.3125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ItuzJpoBmmH5WvLa19twu3IIQreLZ0NM { width:4.75rem;height:1.6494125rem;top:100.5rem;left:8.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1gL3eAH5quJMJVm1mAX7tSQgd6uIUD { width:17.3125rem;height:3.75rem;top:103.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgxgvMUAluUGxwr5M0QCPrPbhpQmwQk { display:block; }
 }@media only screen and (max-width: 763px) { #fPmwK9aOZlkK0oVlRWwpi1bBragmnhoI { width:13.3125rem;height:1.2000875rem;top:95.3125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fFFBiTCORPVAOgqQg0pgLTJ2AZa7R3pt { width:16.0625rem;height:4.19921875rem;top:89.4375rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HvT12pSdNUGRkRBgMGCxTHkgssMo8Fo6 { width:2rem;height:1.2000875rem;top:99.8125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UIovRLGE0Z0gcXnTvFORQaHpFsyQGRKn { width:17.875rem;height:2.0625rem;top:86rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmQvlFd3yQGM8L6owxAZnDgSUgGaJP3 { width:11.9375rem;height:1.349825rem;top:86.375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #avhiea0eaTmZD3Z8fBVV8XsCMZqnpfwr { width:17.75rem;height:5.173825rem;top:110.0625rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zzQFNdAtXdolgL7BOTNToTV24DwW02gI { display:flex;width:1.3125rem;height:1.3125rem;top:30.625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #tp4tuTtNLblgvZpoaU8dsLzfVJM0Mg8I { width:14.6875rem;height:4.0625rem;top:116.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6lTTi8c379BawV1wTmp0Mzwrg8OT0BJ { width:2rem;height:2.0625rem;top:117.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm3czg6kHrwvZ7tERmFpFxCrlFzQBUCa { width:10.3125rem;height:1.2744125rem;top:118.0625rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAZ2AANciwkNmxGN2sdrt7ZRu5T4ap4 { width:14.6875rem;height:4.0625rem;top:121.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2mUVhJUk8GuntqmH9WDAQQD9nVeERS1 { width:2rem;height:2.0625rem;top:122.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9r9dU1F6eNad1nN8FhVgb7l6TlQB6FA { width:10.3125rem;height:1.2744125rem;top:122.9375rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aGzWueI6f7SztlKouTpWZl0ZgNmBaUe4 { width:14.6875rem;height:4.0625rem;top:126.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pDD5TeHXsGR3RFWBqoLkT9OsqRSX6e { width:10.3125rem;height:2.548825rem;top:127.0625rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xdxuuDMo4TrRWVDq9ZFo0IrATfcsMAIK { width:1.9375rem;height:2.0625rem;top:127.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCxFrOU3UfLbAPi9fI8c65CleSyys8pV { width:14.6875rem;height:4.0625rem;top:131.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQnU3ZPDC0Q1DD2ZOnKBzuD7NxW3TekM { width:2rem;height:2rem;top:132.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tx1Z4ltOr0Q9UcX0Z8yXcy52cs20DD { width:10.3125rem;height:2.548825rem;top:132rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LiqQTI26ZDW4Umo81SHZdkIMVWzPNydU { width:14.6875rem;height:4.0625rem;top:145.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxsClzGUH1GqPHmdvKvs1cAJGX8zMg3 { width:14.6875rem;height:4.0625rem;top:150.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbGdwuFi0zznGxwCTwGJmEHVNsH2kv0W { width:10.3125rem;height:2.548825rem;top:146.5rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vNNHbbB1tghVCEP5XqMef5Cxh9WJT4Od { width:2rem;height:2.0625rem;top:146.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hicmSSwXOQ6UiDQkeTGqXhdz3RCa4rrc { width:1.9375rem;height:1.9375rem;top:151.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBnmQe1SAtMH12nkkUrh1zCS8DATgUH { width:10.3125rem;height:2.548825rem;top:151.3125rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HUnbRBuPcKiT4WwwFzd6h5WXDDxqRSuJ { width:9.4375rem;height:1.2000875rem;top:71.625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pHvqdTqiI80qoCtu7UlLWn80xJlr5QBO { width:9.4375rem;height:1.2000875rem;top:97.75rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTVwUvm2U4RgO5IQqwKTrrCF0NHZONhE { width:12.25rem;height:2.0625rem;top:49.25rem;left:3.875rem;background-color:rgba(202,202,202,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UHEI7kB8UXBNzeISCinWTkctmn5hSXKc { width:10.875rem;height:1.125rem;top:49.75rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #bHIGq8zr7JTh9HiE8eJM7mfRkACmqOhE { width:12.25rem;height:2.0625rem;top:52rem;left:3.875rem;background-color:rgba(202,202,202,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RZfZQz2CWF2xq5TD0TstLetG0TzXaF3d { width:10.875rem;height:1.125rem;top:52.5rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #M6kNIpbS6vg4NVtD6iTphSTpGBbORkVZ { width:12.25rem;height:2.0625rem;top:54.75rem;left:3.875rem;background-color:rgba(202,202,202,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RAwTEnzUe2BaKuJllu5OuL7Bfu0WoupX { width:10.875rem;height:1.125rem;top:55.1875rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pseeU10yVJ5p03MVm29vJUEcKOKW11Pw { width:18.5rem;height:5.1875rem;display:flex;top:42.3125rem;left:0.6875rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #kP39FTb5dxKp8Mzr2B2WbHtPnfphZUXJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #up01uLNewFitg66lO5VV7TxqdiHK7T4O {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #N8Tz9f2akbHQN8CqEWsueeEHKd0zdAxy {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #i80rNbOw8zWNdKEmQyvb20EPZCBrbEDn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #cDKmH8RJJ1zUUVAIV24V6f34dyqhg8Mq {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #NZ0nTlpf9ZnPgq6NP0MuZV2icGsmCdLk {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #HTHgqcavefAADFxMZrNIHvKdn3Qk3hlN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #oEqB5rc2gWKCKK8ukG4Aimu34dnziP8H {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #TPyLa8gVs8QgMRB5Xl12Rbts53pG2beT {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #ZxG3anTRAmGy8g5gQrbaqTz2AOwhfnEM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #aoBk12movmQFbwdktWK9xaW56WetXt2A {  }
 }@media only screen and (max-width: 763px) { #pseeU10yVJ5p03MVm29vJUEcKOKW11Pw #dUaxLrWTk6TMKgkcoQ7T2OouzNIaZs7H {  }
 }@media only screen and (max-width: 763px) { #bWpGX2Ox7etLtFJBBzeeOEPVEgW4H9b3 { width:20rem;height:2.1933625rem;top:2.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zL4pTr0irXTACFak75mLblE1HkIw38lL { width:14.6875rem;height:4.0625rem;top:140.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTLGSzGFcggVPHk5fkbc5VsT8ruSaAb { width:10.3125rem;height:2.548825rem;top:141.5625rem;left:6.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rlmr76dcPuwvhp46M4LEqSQm2PbDh6HI { width:2rem;height:2rem;top:141.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTey6lrW0LmBPVaTx53PNbn7PSm9dGzV { width:14.6875rem;height:4.0625rem;top:135.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1PxZoX5D47XPdXTUy98PydRoX6tPyE { width:10.3125rem;height:1.2744125rem;top:137.5rem;left:6.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JBXlfdqprLqbqAzqN0oZwE7RrG2qIcnv { width:1.875rem;height:1.875rem;top:137.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL { display:none; }#QSS5HZqvqBM7e4mtc6FtCwH5PSga3yuL > .row .container { width:20rem;height:198.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TknUFkoH7ksSFu3A6h1XbxHsXBF0DuJn { width:20rem;height:24.0625rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elUcJ3iA8oiwumpOSegcziO5HWHFiHv8 { width:16.8125rem;height:3.2487rem;top:10.9990234375rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0kl1lNzfKfcdTVSnVkBXeJQKScCf82l { width:16.0625rem;height:2.5rem;top:6.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuDTLdc1DneN49JipvBRGPUrPHrV7aXM { width:11.9375rem;height:1.2744125rem;top:7.4375rem;left:5.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QzVxaKSu0UUreJyFvw30opapFpi8dbNG { width:5.5625rem;height:3.44921875rem;top:69.6875rem;left:3.125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VB09rs9VkODvhhQJB8GlrxoL2iXW4QfP { width:15.875rem;height:4.19921875rem;top:60.8125rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CDHJKQ3ApZgx3chbAvqlX4QELfoaf7Sh { width:13.3105625rem;height:1.19921875rem;top:66.5rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PBGHI2fdi9exyNzzWpBKit2lRLgBk2AN { display:flex;width:1.1875rem;height:1.1875rem;top:7.5rem;left:3.125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #zbuuThUa7p4L4llrUmlBh5gLRQT6luod { width:20rem;height:18.375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nizretat4c20frfOOeqFxTBNSTqDcq { width:16.375rem;height:1.2000875rem;top:20.875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WaKmBLeSGOcpoMMV1oFuLhFfMkTcOffF { width:14rem;height:4.7265625rem;top:22.9375rem;left:1.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HwnrNHsA4EJzk2RfsScKeh2JcQfw2hUU { width:13.0625rem;height:1.8125rem;top:17rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNWOmlSPV6rbzoUG5CWzVT3i3FlIuTi { width:11.3125rem;height:1.04980625rem;top:17.25rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wgTiTEzrzp6tU688ZfGSS8gEZ4JRgpaT { width:16.1875rem;height:3.4375rem;top:29.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoTMsTHtGucgSiqm0s2zwm37zmA0KJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #viL26aVBWw1vI8vkMbvm6lxx61IXn3uw { width:17.875rem;height:2.0625rem;top:56.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XmmnT3ierJBBLW3m2lzzcMB5VFTK44 { width:13rem;height:1.3496125rem;top:57.25rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N3BnpMJWMvFNhTUnIaTq2NIKBHT93Ryw { width:4.75rem;height:1.6494125rem;top:71.25rem;left:8.75rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JdrWcLMoSwPrJS4M8vfnH61Zx8Ty4Aux { width:2rem;height:1.19921875rem;top:70.25rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #klQ1OiknnmMpixsgGF2DrH1sUbGW7Ucx { width:17.3125rem;height:3.75rem;top:74.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZrv4VE0HRTpekIW8UFMwQqfeKwIigQ { display:block; }
 }@media only screen and (max-width: 763px) { #sVhHe7rTyE7666oN5wzD9bo58tHvSpDv { width:20rem;height:24.0625rem;top:80.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCmqXQ4gLKd54UhUTWCJ2nMTfQlfggg { width:4.75rem;height:3.44921875rem;top:95.8125rem;left:3.3125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T1h3J9hmKye9TF1G6QtGmFM2wPe5HeZx { width:4.75rem;height:1.6494125rem;top:97.25rem;left:8.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bwNwnoozeUDvM9NJ9ysehpWOwGRn83H6 { width:17.3125rem;height:3.75rem;top:99.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUWiZWeV5pt5TSgJoXeU3EzaUKTt3zTh { display:block; }
 }@media only screen and (max-width: 763px) { #qN6389sPAb2xzgGEnS5UxxrfllvubGrV { width:13.3125rem;height:1.19921875rem;top:92.0625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hiENT8n5yGT7bPVxmiug0fwn3qPZgTuf { width:16.0625rem;height:4.19921875rem;top:86.1875rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uO3gZ6OosNd469XFdI9KDEln9uvr99SP { width:2rem;height:1.19921875rem;top:96.5625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dmGUQMSPHlECIZr3kKPeIEaDb2lS5pln { width:17.875rem;height:2.0625rem;top:82.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPTG0aHmi5QpmhFAB3zBQBXWKLFCb3wT { width:11.9375rem;height:1.3496125rem;top:83.125rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TF6F0auCxBZreFCSOB4qo1nMhwnchrx7 { width:20rem;height:22.3125rem;top:105.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfdoLFkHWXWPJb5qlEX8ByRqZTOKTn5M { width:13.3125rem;height:4.19921875rem;top:110.0625rem;left:1.6875rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VAvVIhGVqK8VzGfewMNpSWoXRZXKKXbG { width:13.3125rem;height:1.19921875rem;top:116.4375rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KNnG9Ob6mqGxLvCx1dnttLhkFn5UOwlg { width:2.75rem;height:1.6494125rem;top:119.1875rem;left:8.125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uOJnBdSC2oZSGutG6RVRTHUxZVKiTTFF { width:17.3125rem;height:3.75rem;top:122.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2tDrzy4bssX7ooo9uqFRViGDLQ5W0T { display:block; }
 }@media only screen and (max-width: 763px) { #RcAD2hVWTDWUHFlCli5JKUvhFpv6iTg4 { width:20rem;height:22.3125rem;top:128.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4zDzSCeuS3QqR7e4WrZgl3C6IfFibQ { width:4.75rem;height:2.5869125rem;top:141.75rem;left:3.125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #SI50aAbOEV6wcPqoMxSKMfTCCqeaB9c4 { width:4.75rem;height:1.6494125rem;top:142.75rem;left:6.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CMubmuBZGlH3LTKF1S0R3cTTFpnGGIBF { width:17.3125rem;height:3.75rem;top:145.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8LBkPxXIIa3EkPfyBzA0VxGqKtF3PD { display:block; }
 }@media only screen and (max-width: 763px) { #kJIbH2xw9vQQyZcLNTQ2p9BL9t9KkTRc { width:13.3125rem;height:1.19921875rem;top:140.1875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LQOuZb2XzrBotZg1lKaWPMOgQZTa5EJR { width:13.3125rem;height:6.2988125rem;top:132.8125rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pH949yBLqPOlVkAEnb2H4UDHBO5erto1 { width:2rem;height:1.19921875rem;top:141.9375rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hnBMMlp60sK7aicPcMcOpQrmhSP50iRP { width:17.875rem;height:2.0625rem;top:106.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSpxI8CAyu4rBvC7A0ce28gSzvNVTV5G { width:17.875rem;height:2.0625rem;top:129.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ46uvQxpTS1SMrBDFTKdVBRlyy2F2oV { width:6.9375rem;height:1.3496125rem;top:130.25rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vaT5xTD0rUUCBuoRvQy2aQ4reZXs8rXD { width:4.75rem;height:2.5869125rem;top:118.125rem;left:3rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TXC29JWlf4zrcBUWMcUqc07SK93cPWel { width:7.4375rem;height:1.3496125rem;top:107.1875rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pVumh65kpwfakV5tnOTqGz7LMvPKdBFC { width:2rem;height:1.19921875rem;top:118.3125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rf53qMe6HHQy7S1qSSDhCuehT7EqMRXd { width:17.75rem;height:5.173825rem;top:151.5rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rGDiJAf7aoqkC70FSu8cqRMX7TTUfdxe { display:flex;width:1.3125rem;height:1.3125rem;top:30.625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #ZiIUZmuURJ6XWswQ1gAhRsKtduOJqTve { width:14.6875rem;height:4.0625rem;top:158.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtH56R48Dmv32KUydpF98kmkngT95VBF { width:2rem;height:2.0625rem;top:159.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm21BwubTzITEBA7rADacmZR3w2dx0SZ { width:10.3125rem;height:1.2744125rem;top:159.5rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XcxvgHoWiS3N1qriJITokcJiKiWrPaB8 { width:14.6875rem;height:4.0625rem;top:162.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBlUQVoT6fh7DQm0sxNGvJu2fsE1TOHr { width:2rem;height:2.0625rem;top:163.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCJJIig2IlOG1b7dV4a1X0VakgDVQ5mT { width:10.3125rem;height:1.2744125rem;top:163.6875rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qDyrKCmE4KdnPQ0IssasLDuwmmgus82f { width:14.6875rem;height:4.0625rem;top:167.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKwzyNcmJX4iMGPpnyKDpeTZ7J4dH0O { width:10.3125rem;height:2.548825rem;top:168.5rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #egseskZedsLZJGQ8AzXRoHTtyHw6PABR { width:1.9375rem;height:2.0625rem;top:168.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4ZeBM4Wt2abhDA6Tnh16I1wsAn0P10 { width:14.6875rem;height:4.0625rem;top:172.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mea0itUy9xsuXTTeKOitFeNvB6Ubznvq { width:2rem;height:2rem;top:173.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBgsu3gba1k1D8vTK16VzlsqB1RCaozb { width:10.3125rem;height:2.548825rem;top:173.4375rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JbBANhTZDpAZwU3WoqxNA8aTtiulBFvS { width:14.6875rem;height:4.0625rem;top:187.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHNUxVbbHQuymAJD8TNzTUXeikfcTkK { width:14.6875rem;height:4.0625rem;top:191.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUcdoV0iyVbi40eFxRxbLdr9XXtErOII { width:10.3125rem;height:2.548825rem;top:187.9375rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f7ZwxRiL3wq383NdVvzGNc2pfpww6k8M { width:2rem;height:2.0625rem;top:188.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llT9oPD5TZDFUZ9obb9Qg650SnmaaHJJ { width:1.9375rem;height:1.9375rem;top:192.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDsxloHsFwEGyQf3Dmc4keZkyOx0EHW { width:10.3125rem;height:2.548825rem;top:192.75rem;left:6.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tvT3ZldXWH5d4JNq74tBmQsTVOpDuZk8 { width:9.4375rem;height:1.19921875rem;top:68.375rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dCtXMin0X5L1V2mHHJ2slrhGIuhTq0dl { width:9.4375rem;height:1.19921875rem;top:94.5rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KgxAyiOCVcUrLRvavSXBvzXWR08dXgS0 { width:12.25rem;height:2.0625rem;top:46rem;left:3.875rem;background-color:#ffeadf;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Con35t5xBr6FimaTIOhMVt9vX08fZMQG { width:10.875rem;height:1.125rem;top:46.5rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#b05819;display:block; }
 }@media only screen and (max-width: 763px) { #rLu0UkLU3KipdI8ugF9XBwrTXZyxQPdT { width:12.25rem;height:2.0625rem;top:48.75rem;left:3.875rem;background-color:rgba(202,202,202,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vRWk1u1zJZ6p1hMtXFLE9BIUxyA8n15s { width:10.875rem;height:1.125rem;top:49.25rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #kgH7TcK8ZEDMJlfuWk4Zq5BEHb5Vqyb2 { width:12.25rem;height:2.0625rem;top:51.5rem;left:3.875rem;background-color:rgba(202,202,202,0.33);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mF3eAVsKzkEsMi210bWoyUqnvDaFMlFL { width:10.875rem;height:1.125rem;top:51.9375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A { width:18.5rem;height:5.1875rem;display:flex;top:37.8125rem;left:0.6904296875rem;z-index:15201; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #TTzJiO6al729epoeDpqViVv3G0BOIaUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #OVidMoep19I8i7vJKk76P3GaKwqtIA5e {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #pQZaRGsFMkrIrl3opU516dthdsGdziHi {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #F5cc9npUDm1DT7FIPEgT19QGeMBKSQe6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #T3xCNRIHy7u4IVNSzAsywbK7CX2afqxs {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #GHcRp1iTR4WapoFO0Qqp7SXgubUBhOzJ {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #ddWBDpHWCuIEID76pmx5Hg9dyOTwR28t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #chcdTEb4xPOJ7u0NoRQpXQ12KUGCoBl5 {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #s1AE7GBsbkw84oJoGVKr42hzQiKoUeln {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #GuoOv22LK9VqsmIQELhBpCfOCcBpPESI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #LJLMaK1T6BuWRcimkWV8mJ4u73t5eahC {  }
 }@media only screen and (max-width: 763px) { #dWusUNMqdiRkeX1HLWub4eP9WiWTaO9A #XJ0LX56weoOzibOgDGzJCF7uLK11rrIH {  }
 }@media only screen and (max-width: 763px) { #GZ2K5VDrKg7xXrqoree9kOPVykyfZV5E { width:20rem;height:2.1933625rem;top:2.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0kTfxN1WMUvoHrJcP7tlFkScZ0PACDv { width:14.6875rem;height:4.0625rem;top:182.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcch4XahHpC0dtWXGny28AQiwI4wTcBm { width:10.3125rem;height:2.548825rem;top:183rem;left:6.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fslssy7UCCQlGPiKhTtUBe02myRlOxr2 { width:2rem;height:2rem;top:183.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpbq466hqA9l5ekP8Du8gx8eQeRsNLe { width:14.6875rem;height:4.0625rem;top:177.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJPu5PpAfyqn6wJqcUWzFxEXE3cVEwo { width:10.3125rem;height:1.2744125rem;top:178.9375rem;left:6.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tiaV2mA8wUmQJA9nIKTWLglk5pSJ3W81 { width:1.875rem;height:1.875rem;top:178.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT { display:block; }#xlMtA7enU10xBIQyeBpo7H9OFFX4cwDT > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkTWlkUeC8d8ZsDGaAEfQg7gxZb8qnF1 { width:18.8125rem;height:9.75rem;top:18.75rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k95LHqdbgnNOspTKhxIpoR2PD0pRuK1R { width:20rem;height:4.04948125rem;top:3.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvno67i2HH3U3JO9TZ8bB3VblDadDN1 { width:19.875rem;height:36.5625rem;top:9.443603515625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V5PCbNZAc4mELvvnhMs54T03kDvfLgcy { width:3.375rem;height:3.375rem;top:11.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXm4ptqCLW12imy8hpn5dUWbSBBF7QwT { width:5.25rem;height:5.25rem;top:10.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRRdTkEhJyr7xBZpMitc9B92VTwTFW2M { width:18.0625rem;height:3.6875rem;top:39.9365234375rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMaprAFnA9HekyEQQRZF5mf4PFpdbhCo { display:block; }
 }@media only screen and (max-width: 763px) { #WwMUJX3XCbi5iQbiZkFLmbhq0cTOVcBt { display:flex;width:1.3125rem;height:1.3125rem;top:41.2490234375rem;left:14.9990234375rem; }
 }@media only screen and (max-width: 763px) { #COaAmQXvnHEznQ7NzwUggdT6xUIyBAXB { width:20rem;height:8.4375rem;top:37.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLKILsoaqTcTrBDtT4SK6E51pLcxp3Uh { width:5.25rem;height:3.25rem;top:31.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBlkEc03QGUfOOTLIHNMunAKDkrUsShJ { width:8.625rem;height:2.375rem;top:31.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOaUsxA4URH9bKongQFzBQeut8XmfHtX { display:none; }#WOaUsxA4URH9bKongQFzBQeut8XmfHtX > .row .container { width:20rem;height:84.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NP3qNgvaxJvUwhMsUFNQfbufwgXktX6n { width:20rem;height:2.1933625rem;top:2.8720703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLnVt2B9teV0UA2e0QEp8O2kwPz6Adup { width:19rem;height:4.62890625rem;top:6.546875rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWviuTHrPMUiziVZPoMfamcIop492Avh { width:19.75rem;height:17.625rem;top:13.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7K8v7e7cbnz095WtUWlLk8u059sHi98 { width:17rem;height:2.3984375rem;top:25.125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V32iolswVol7BhfSs4Q2NXwo3KatTXZU { width:15.0625rem;height:2.11230625rem;top:21.8125rem;left:2.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cvb9Wd0TkK39EkJL1EszXqkaUlH9I23D { width:4.5625rem;height:4.5625rem;top:15.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOKQTMZ1pgQLiMNTTiz1yuH2fRnqq4qt { display:flex;width:2.4375rem;height:2.4375rem;top:16.875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #GHAeMNTntXZm21kUfx3F1Tf04uD7Q0sS { width:20rem;height:15.6875rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WaZrqKsWRk4EWS3NbUiIkCHTIvkpd2 { width:5.4375rem;height:1.19921875rem;top:45.1875rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gvFqQHiSiNOI5idHT4CGAxPepu0dyTJr { display:flex;width:1.75rem;height:1.75rem;top:35.4375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #FwqxJoJhPBtdzdlZewhqnCC2FCJQWxFZ { width:15.25rem;height:2.3984375rem;top:41rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OuzSP9RrqZ1FvAxBshpBLPzKoTG4qrvV { width:10.9375rem;height:1.3496125rem;top:38.375rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FHv8vT7OJt2s2CopTT6C8Z8azDQezs0g { width:20rem;height:15.6875rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVwLvDqi0i3Hbq0k3HF870L8GqIf95Wk { width:15.25rem;height:2.3984375rem;top:57.9375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TONMP8Vrtef0hlF4IPdHiFAytVeIyfK0 { width:8rem;height:1.19921875rem;top:62.125rem;left:6.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IhX0FAUvtKb3RrgPNTmH8NEU5vTQAWT6 { display:flex;width:1.75rem;height:1.75rem;top:52.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #r6nXSd6TAxXtS3rJk1fkrt0m57OcVtOa { width:10.9375rem;height:1.3496125rem;top:55.3125rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JTlCzcmqrU53PELW5xr3MoN69uoLH8uN { width:20rem;height:15.6875rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVO1pvXdzFGZcr6MlFrhRvoK0qFXWhXt { width:15.25rem;height:2.3984375rem;top:74.875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B1I2P0WM2S1c5icaXHdyT5pC5k561NAX { width:10.9375rem;height:1.3496125rem;top:72.25rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E3utctmCKyzNf3lKrfHdvRHyGIw48D4y { display:flex;width:1.75rem;height:1.75rem;top:69.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #cSPl7DyiW8xIDGxavu7UJIaq7OADaIxp { width:12.3125rem;height:2.9375rem;top:78.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp45rMZvoBSE6dnqV0vwVXROGwNPWZv8 { display:block; }
 }@media only screen and (max-width: 763px) { #tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF { display:block; }#tTLrQvy9vJy2PhRQugTHw4f51lGWGyGF > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szgaZLcZycfmUxy1U7LgPdka56EhIU1s { width:20rem;height:2.1933625rem;top:2.3720703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2NhoBfPNH5UE8TNsZDtuE4naTKU0yN { width:17.75rem;height:12.34375rem;top:6.859375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHPCzhhDicmLppcWfKPGQfwp8ynhxko8 { width:19.75rem;height:17.625rem;top:21.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogW6vgzvZQd05EpLRS189RTZVHGCdtC { width:17rem;height:2.3984375rem;top:33.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b08TwLePZZTuaDaT2MsSi93Oh3h5daH1 { width:6.5rem;height:1.7871125rem;top:29.8125rem;left:6.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUQR3DszUwm1pIwz7skuIJl6VsV0PaQV { width:4.5625rem;height:4.5625rem;top:24.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Px8tfiee83CHmRINyoCtTvWluiCZQk { display:flex;width:2.4375rem;height:2.4375rem;top:25.375rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #TJIXBvqiuTmfJT9q4JEBn07FN8RbKeLZ { width:20rem;height:15.6875rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUc6cUr986JJBionVdFvfZZN9zUNTsi { width:5.4375rem;height:1.19921875rem;top:53.4375rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rXcGVTeSmcPExDci9iUDMJ6NrqG6fUxT { display:flex;width:1.75rem;height:1.75rem;top:43.6875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #W66NnBlD3v1gZ4irAebhKUvWVfxb561x { width:15.25rem;height:2.3984375rem;top:49.25rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OfRXHp6pTT5ir1aOi3klAUx8m8QXQ3Dx { width:10.9375rem;height:1.3496125rem;top:46.625rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iECJTORnTkcdu5vFqsvEbZIDIxStSnlc { width:20rem;height:15.6875rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGJ178VpHxSqB38F9CFHElSkBhsVDtg { width:15.25rem;height:2.3984375rem;top:66.1875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zE6FCbEiQKnHmb8dXIuH5UdomhuTWuMi { width:8rem;height:1.19921875rem;top:70.375rem;left:6.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y19Hi60xGdNvQgnTDr3ycW2fEp5kXu7l { display:flex;width:1.75rem;height:1.75rem;top:60.625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Wt57KzaAxQgqqrkp1JNrFfJaPkkSInqN { width:10.9375rem;height:1.3496125rem;top:63.5625rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ER8a1XTSd19iolHFNpvuT2Z2SNvSxpda { width:20rem;height:15.6875rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpUdysfFD645UkTMIhghOoazD1n34N89 { width:15.25rem;height:2.3984375rem;top:83.125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #msP3JpsLdS9MBFHD8sP8sZZOrJ01E1LI { width:10.9375rem;height:1.3496125rem;top:80.5rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CU5LGxuqmd3eEaczt270Vd0kN6gd9GJz { display:flex;width:1.75rem;height:1.75rem;top:77.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #zE86WJ1qQLV5STX1V86qIqFglr64tx3Q { width:8rem;height:1.19921875rem;top:87.3125rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O { display:none; }#CckeaJTJyiKaDk9ZZThDLCoriW4XfT1O > .row .container { width:20rem;height:105.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yF5WGQmfIOZm8Srunr2KAgak5w28LGqn { width:20rem;height:2.1933625rem;top:2.7470703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyMXTy50dshJT15bNvcwvq08fcDNAIde { width:20rem;height:3.0859375rem;top:5.859375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxKp8wDVxmIJTSeJMKBeo7p1QLvFDBuN { width:19.75rem;height:10.1875rem;top:15.0703125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ZTcCgURWiD2Fo13qX57nQ7LT0ZVfQ3 { width:11.9375rem;height:1.2744125rem;top:11.8828125rem;left:4.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FQKoNf0wAqGn7ocZrRAh7NzyDakSXTPh { width:14.1875rem;height:6.9375rem;top:39.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHpbKe1EJDMKxnWz1rmyfGaF5oTORQZ { width:10.9375rem;height:1.125rem;top:28.5078125rem;left:4.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WHpuARnSnSUWDeFAOvy7vvaTK7k1csup { width:14.1875rem;height:6.9375rem;top:31rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTC3R4Rsl5X4VVFKkATkd1fw4HA4MV7 { width:10.9375rem;height:1.125rem;top:48.9453125rem;left:4.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sMbf7G6r84Tluf0JILNP2BPQQTgqlL6h { width:12.3125rem;height:6.0625rem;top:51.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmyuGmd4API8xnLKi1KDbiE6NTnECXWi { width:12.3125rem;height:6.0625rem;top:59.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQzriek3oZidMT90p26BvGQSXKdT3e0i { width:12.3125rem;height:6.0625rem;top:66.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWay3nduhX23yGWwQQbhWBzW5fvXddLM { width:10.5rem;height:5.3125rem;top:77.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaaTgaHwna2V2D20tLTfDwKKBqdJvIue { width:13.9375rem;height:1.125rem;top:74.6953125rem;left:3.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zNlIg4uJnUsW6f0w593vRlU3gbIbNawV { width:10.5rem;height:5.3125rem;top:84.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9vAHJnMAaeTPpeaH0Hbqk1QfpuLHE8r { width:10.5rem;height:5.3125rem;top:90.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVIRxQ1eI8NBxpvIeUhkGaaGM28ytmQ { width:10.5rem;height:5.3125rem;top:97.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyHHk58LkhzDvM9xqdDncA28k1fTk0ri { width:10.5rem;height:5.3125rem;top:130.9453125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwWl6ZtLdt6TTcsSVyRBPMTuyzKl780A { width:10.5rem;height:5.3125rem;top:137.5078125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE { display:block; }#Wu2F3HBaDlt4eGImQCsLu5KQy8T7dDWE > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPhDvnXGsfn7WCk4LVBciCVQ4mHOytlH { width:20rem;height:5.19921875rem;top:9.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5u8PkGRM5hnlgRL8h51s88K6MkTGZd0 { width:17.375rem;height:10.80075rem;top:16.38671875rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COf0ryEebLUDOU48X6ZsKI1oBXHVzHxy { width:3.8125rem;height:3.8125rem;top:2.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyV3P1vFONnpOJuSkiqB6x9JbbMiniiH { width:5.3125rem;height:5.3125rem;top:1.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JtivH5L1umGvbbTWRa1dfJAii7pIAS { display:flex;width:1.625rem;height:1.625rem;top:30.6875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #HUJTMW6vTHKh5DULCLHilImK93IK8nvJ { width:18.75rem;height:4.0625rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCupfz1txXm65W3S9R4iVX9VAswAf8gZ { display:block; }
 }@media only screen and (max-width: 763px) { #eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk { display:none; }#eVTQmUO9mP2fBEwtaPZaM9R0eKNc71sk > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rQmylwui2JNcOlwATXNNVuF7gNPfKXNJ { width:20rem;height:4.38671875rem;top:8.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGqBpGTCrzXttTOEm3AsTRdLC5gudVD { width:16.8125rem;height:6.171875rem;top:14.6875rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVdPIoBOHDvhQTauzFszvpF5mBAWM8PE { width:15.5rem;height:2.25rem;top:36.9375rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LuD61FKPxNHrUHyXUVpSnnFF2zJ1w4zx { width:18.75rem;height:4.0625rem;top:22.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxSi8Vxzk6RzDXcqxXLZ49gTzufRXUTm { display:block; }
 }@media only screen and (max-width: 763px) { #UV29PiC7PVf4wge9oDg24r8KWHMEITL0 { display:flex;width:1.5rem;height:1.5rem;top:30.75rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #z5Ndkt3GaIXsu1WWcNCQoJWoCQ9GlgAT { display:flex;width:1.4375rem;height:1.4375rem;top:24.125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #C6w98g6QbKhzy5JwaPfwNzQXKfTelaV7 { width:18.75rem;height:4.0625rem;top:29.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdsqVnvo0ZQzq8Mp6F2Iqzk74AbXTc8 { display:block; }
 }@media only screen and (max-width: 763px) { #BuZTZLdArG1bMmp6qB9KK9B5hSlAZWt7 { display:flex;width:1.3125rem;height:1.3125rem;top:35.125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #dLWXNXF4rbmGnAtf7Ei9f86gOXlct8NC { width:5.1875rem;height:5.1875rem;top:2.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrPSc8MUmJ2pGazfNQXKslokw48MZq1 { width:3.75rem;height:3.75rem;top:3rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 { display:block; }#WtTBZAcAT44dCUxZOFWNSkNKTpKP1Em1 > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqE4p4qW2lE2blEM1DIzizpiHWvnANsJ { width:20rem;height:2.1933625rem;top:2.5595703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4poT6v5Kyv64f2HykoeXflVn4iQ56XA { width:16.875rem;height:6.171875rem;top:7.4207916259762rem;left:1.5625000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs .accordion-heading-text { font-size:1.125rem;height:auto; }
#fCSM21b4fSUyQTvBVbpctxVai6qM1dfs { display:flex;height:auto;width:17.5rem;top:14.5625rem;left:-0.4375rem; }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #EIbroB3U4NgDt0g7KPNFZV0yhPn9cgHc {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #xfVFI14IcPGlBwq9qoNgmWL1F2MLsHc2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z0rCL3fHReGJrSfQBr6RhUO9dTZnZctb {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #SdN7K5cWIe4tzuvXnfKW4hv7ENXRIS0S {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Ts7OsdCkr9P0f9FsALQe411fT1Nnu8Ts {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #FMGScXmfIaubhAWM3UurB7NOsi2goQLQ {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ffLRW0OWmldKZS2qgRPQXHu4NNKtgrVL {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #WLVqT1HsbfKmqVyI8O1hibIF7LAr3smN {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Ldcr4wQrldVFPrwUpFNNSV0bP72ggOVu {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #TOM6bbQayu1bPBDwld4VCZTPa37HMv3T {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Tb351qa85WJyv1gZ11JxnTIdmQLx6DhS {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #DlaDSv3KRV7442Ir6fgJqlJlwbW5zE0Q {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ycAAN0J5HWbxW9fyE5iF86hLICfHfMmG {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ts8pE2T4hDl0yuZ3itCbCxE2TLJi11vd {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #dr4V19gSpaFWoJCuTLEXvrgo5TkV8srx {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #D4fT1kcqlkJShOlK0Rpu2b4L9MgbgMTc {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #S6DtyzCuBahxMZ12EqvhsXH36fQcfOna {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #BvwAeaw7rU5WS3Q9gURNNqTcuvsGOZMX {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #wOSyaPhJciDxyt9BrfPnsUaCJ39aAp1O {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #MVX21zTnbEQQFlSIGntWsDqRXeH1P4q2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Mq7bMTWdRBW1TgmgRhfOet4uK2QkS3pl {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #CTCztTAMGDebX9RKQzfkaD7uggoSQCZW {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #aLzefFGixT3SXwivJpgGTuDCm76Q9Da7 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #zMJ9bbC03xbMntEkryGn4APNGmUQIufV {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #TixPakRbCQGZwm5sMhKbdTf00RnqDlDX {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ExAoNpLyFl1xlXiZNEGeSlsRXQ8sDJxn {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #A9My61HwIM9XqrXTOPr0W2Iw3i9MZ59W {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #SWDPTHLsG3Ed0U0QqV1apLEoBmT88o2x {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #J06xzQ54TW2IhTUkRrsgJoSbV1Ddwz9C {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #wa56anxT4shyeyMt0luKa1uIGenQCe2Z {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #syeoLm8fKQoNMRw3Q6DP1p6fFwHKKpZ2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z5n3gfzWryg5UCmN6RWOJE0HVXS4h5F3 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #Va0E098Xwdb6fR7PJi4DTc8Ukx6l8u8x {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #bDqJPelAPw5iobdMVQ6nzp9WVhQflIty {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #NiJc9yQqipOEr4ENME6sfK6ITiHSiSmV {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #KzhKzne1OK6HnZHJ0SPgkPQwhnH1DSZq {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #oDbqcv0WPaHtyOBUvtBGeq4zlfdEPaNZ {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #cLTHPL3h6Ti214CmDBwFxMZ5LIFRy36R {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #AxFqs4r6LOTpQ696Vag4p5NdRpsLombr {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #bOT8QNoUriCSPIimJZ9WXaPogNWFV64X {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #sX38eGiGCDWyFI1E9LKPhG5Mrycho9TO {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #fwk223Okz3HPE4DaZgTrtFcHtpRLpetT {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #LQgqDg2blXutGHmesbPxXzB74lpt0yX2 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #ITcQw90yB8r93aVwBATSsKXKXlcxe2mH {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #B42UnnAx2m3xekawTWPytglcOAXWd3sK {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #f2DtrymFyt6hc7HWozkJFrZJG1RiRG75 {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #QUDXqTTl79suFVrbDaru3zEzNalmGKGe {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #z242uGc8KHg3OaOJxUFoF1xWo2EKRSkn {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #DNkhNWpr1s0Qawkphd28MdsUFT2LO08y {  }
 }@media only screen and (max-width: 763px) { #fCSM21b4fSUyQTvBVbpctxVai6qM1dfs #CahXdiwAHiczCBGamglFdGCSfeF8RXZb {  }
 }@media only screen and (max-width: 763px) { #Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi { display:block; }#Rwu1vDaT9UxlNiEw7w9KpW9WGPSkMBFi > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7i08adEIiPmwxIbdbCMyblmBDhDzuhU { width:20rem;height:1.125rem;top:1.1845703125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g4l2wxfPHvXqwx5qsPchLt59UsuehODr { display:block; }#g4l2wxfPHvXqwx5qsPchLt59UsuehODr > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZmHhlSfxGqugdCA3KhECUbmT8z8cv6R { width:17.5625rem;height:3.8994125rem;top:7.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSTT8Tob1NsIBgHaG8JuKZLpRwKS1U33 { display:flex;width:1.5625rem;height:1.5625rem;top:40.3125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Hr9LRSRXocKPTxWi3VmMFKK4yLSBXCzX { width:20rem;height:0.0625rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaFloav3RXpEcHppUC5fEwrKmBJgozC { width:18.186875rem;height:3.8994125rem;top:45.9375rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7tcaurtVUpIkdM9Hoynf6rxUkvMqgUS { width:14.875rem;height:1.54296875rem;top:14.1875rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1drUPwb6ElRpf8gfSbOAy3rlKS5mpEL { width:11.3125rem;height:1.54296875rem;top:17.125rem;left:1.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #urhUNELTxH7L73eVA0WG6N5eCsrJJTi1 { width:11.125rem;height:1.54296875rem;top:19.9375rem;left:1.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIOGFN4h9QbBy7cCPD15mPXVmnx4egE0 { width:8.4375rem;height:1.54296875rem;top:22.875rem;left:1.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rcLU4dhu2wFRycJgGyL9dGh5AAh1e0AK { width:14.875rem;height:1.54296875rem;top:31.0625rem;left:1.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scIWno9dkhdBIGM05rqGmEaQXyzEHnE0 { width:14.875rem;height:1.54296875rem;top:37rem;left:3.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7ZeEqcm9E0vRfm9vmlSdMWdB3Sg3HOt { width:10.375rem;height:3.0859375rem;top:90.580078125rem;left:4.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xpHID9sZV5SCOyL97eGG1ZMbkSgvUBvw { display:flex;width:1.5rem;height:1.5rem;top:37.0625rem;left:1.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oA3K1JLbZJenvaSF5DT2kDHNIlXfpdwC { display:flex;width:1.5rem;height:1.5rem;top:87.830078125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiEGEoB94doF4WezJzZHqICDlLEi5vCz { width:9.625rem;height:2.9375rem;top:51.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TvOCNtl4vnNTtdxy8zkAomndFHLaii { display:block; }
 }@media only screen and (max-width: 763px) { #LtPzSXpq1TTCsHEvhm0Npg297X5o5QFP { width:12.0625rem;height:2.9375rem;top:54.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #helTIR2w1haihT86SGNn3JPEXutdUEqN { display:block; }
 }@media only screen and (max-width: 763px) { #nWw9nEOUCHNfzAUXCmN3oEd2krDlQBq9 { width:10.499125rem;height:1.54296875rem;top:34rem;left:3.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbwedJIZGdHCZooN41KfdVaXvzAUV67g { display:flex;width:1.49956875rem;height:1.49956875rem;top:34.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #vLddoxT0eLrf1hvE0XhrBFkDk0tTVFqd { width:13.5625rem;height:3.0859375rem;top:25.6875rem;left:1.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JHqZGPruNT1FUibcZTw1HGWxzyUVlSNy { width:14.875rem;height:1.54296875rem;top:40.3125rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PV7IOdxKmcrFDyDT9xM24u8CzV8RCbSJ { width:14.124375rem;height:3.81185rem;top:1.4343776702881rem;left:2.9372830986977rem;display:none; }
 }@media only screen and (max-width: 763px) { #G189o6wTX0HMafQxuJN0alD6T7VKo5v3 { top:1.6063365936279rem;left:2.5620661377907rem;width:14.4998125rem;height:5.18663125rem;z-index:15223;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I { display:block; }#is2fT0zDVB6G1uM6T8gu1aFfyFdD6f4I > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueosMHO69EvrFZaJFGsTNDcEOFy349AT { width:15.625rem;height:2.375rem;top:1.0625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amCBdaLvcFD0kmqhbkWh2ZWCMJSl8bL0 { display:block; }
 }@media only screen and (max-width: 763px) { #iV5ZRnHD61hybgiqHuB6qZqJoUKu9N60 { width:1.5625rem;height:1.1875rem;top:1.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofxucVJTpNPdUkKylgNtTaFrpxx1p03 { width:12.1875rem;height:1.21875rem;top:4.0625rem;left:3.9062502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVAl3pIN8zT9vQuG7ifFgphZCH94lRTk { width:2.9375rem;height:1.0625rem;top:6.2847213745119rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPlxgQ9ItX7pCcJwE72q01ms8goFkWZo { width:13.75rem;height:1.13671875rem;top:6.30859375rem;left:4.1243489384651rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }